body,html
{
	margin-top: 0px;
	font-size: 12px;
}
html,body,div,td,form,p,span,a
{
	font-family: Verdana,sans-serif;
}

a
{
	color: #FF6600;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

br.clear
{
	clear: both;
}

/* Tabelle zum zentrieren */
table.center_table
{
	width: 100%;
}
td#center_table_0
{
	width: 50%;
}
td#center_table_1
{
	width: 950px;
}
td#center_table_2
{
	width: 50%;
}

/* Logo oben */
div#logo
{
	width: 950px;
	text-align: center;
	margin-bottom: 30px;
}
div#logo a img
{
	border: 0px;
}

/* Rahmen um die komplette Seite */
div#frame
{
	width: 950px;
	background-image: url(./grafix/headline.png);
	background-repeat: no-repeat;
	background-position: 0px 23px;
}

/* Menuebild */
div#menupic
{
	width: 402px;
	height: 302px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
div#menupic img
{
	width: 402px;
	height: 302px;
}


/* Topnavi */
div#navi_top
{
	width: 470px;
	margin-top: 5px;
	font-size: 11px;
	text-align: right;
	color: #999999;
	float: left;
}
div#navi_top a
{
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}
div#navi_top a:hover
{
	color: #999999;
	text-decoration: underline;
}

/* Hauptnavi */
div#navi_main
{
	width: 528px;
	height: 100px;
	margin: 75px 0px 0px 20px;
	float: left;
}
div#navi_main ul
{
	margin: 0px;
	padding: 0px;
}
div#navi_main ul li
{
	margin: 0px 0px 5px 0px;
	padding-left: 0px;
	list-style: none;
	list-style-type: none;
}
div#navi_main ul li a
{
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 0.5px;
	text-decoration: none;
}
div#navi_main ul li a:hover
{
	text-decoration: underline;
}


/* Titel der Seite */
div#title
{
	width: 528px;
	margin: 20px 0px 0px 20px;
	font-size: 30px;
	letter-spacing: -0.5px;
	color: #7F7F7F;
	float: left;
}


/* Seiteninhalt */
div#content
{
	width: 508px;
	margin: 10px 20px 0px 20px;
	font-size: 12px;
	color: #7F7F7F;
	float: right;
}

/* News */
div#news_container
{
	width: 508px;
	margin: 0px 20px 0px 20px;
	float: right;
}
div.news_title
{
	width: 508px;
	height: 26px;
	margin-top: 25px;
	background-image: url(./grafix/news_title.png);
	background-repeat: no-repeat;
}
div.news_title div
{
	padding: 6px 0px 0px 20px;
	color: #646464;
	font-size: 12px;
	font-weight: bold;
}
div.news_content
{
	width: 508px;
	background-image: url(./grafix/news_content.png);
	background-repeat: y-repeat;
}
div.news_content div
{
	padding: 10px 15px 0px;
	color: #646464;
	font-size: 11px;
}
div.news_bottom
{
	width: 508px;
	height: 20px;
	font-size: 1px;
	background-image: url(./grafix/news_bottom.png);
	background-repeat: no-repeat;
}

/* Linker Bereich */
div#content_left
{
	*margin-top: -2px;
	width: 324px;
	padding-left: 40px;
	float: left;
}
*+div#content_left
{
	*+margin-top: 0px;
}

/* Subnavi */
div#navi_sub_top
{
	width: 324px;
	height: 20px;
	background-color: #E0E0E0;
	float: left;
}
div#navi_sub
{
	width: 324px;
	margin-top: 0px;
	background-color: #E0E0E0;
	float: left;
}
div#navi_sub a
{
	margin-left: 45px;
	margin-top: 10px;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
div#navi_sub a:hover
{
	text-decoration: none;
	color: #999999;
}
div#navi_sub a.active
{
	color: #FF6600;
}
div#navi_sub a.active:hover
{
	color: #FFA060;
}
div#navi_sub_bottom
{
	width: 324px;
	height: 25px;
	background-image: url(./grafix/subnavi_bottom.png);
	background-repeat: no-repeat;
	float: left;
}
div.navi_sub_seperator
{
	width: 284px;
	margin: 7px 0px 7px 40px;
	border: 0px;
	border-bottom: 1px solid #999999;
	font-size: 1px;
}

/* Subnavi 2 */
div#navi_sub2
{
	margin: 8px 0px 8px 20px;
	line-height: 16px;
}
div#navi_sub2 a
{
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
div#navi_sub2 a:hover
{
	color: #999999;
}
div#navi_sub2 a.active
{
	color: #FF6600;
}
div#navi_sub2 a.active:hover
{
	color: #FFA060;
}


/* Teaser */
div#teaser_container
{
	width: 324px;
	float: left;
}
div.teaser_title
{
	width: 324px;
	height: 26px;
	margin-top: 25px;
	background-image: url(./grafix/teaser_title.png);
	background-repeat: no-repeat;
}
div.teaser_title div
{
	padding: 6px 0px 0px 20px;
	color: #646464;
	font-size: 12px;
	font-weight: bold;
}
div.teaser_content
{
	width: 324px;
	background-image: url(./grafix/teaser_content.png);
	background-repeat: y-repeat;
}
div.teaser_content div
{
	padding: 10px 15px 0px;
	color: #646464;
	font-size: 11px;
}
div.teaser_bottom
{
	width: 324px;
	height: 20px;
	font-size: 1px;
	background-image: url(./grafix/teaser_bottom.png);
	background-repeat: no-repeat;
}

/* Formulare */
td.form_freitext
{
	width: 400px;
	font-size: 12px;
}

td.form_text_titel
{
	width: 150px;
	font-size: 12px;
	vertical-align: top;
}
td.form_check_titel
{
	width: 150px;
	font-size: 12px;
	vertical-align: top;
}
td.form_textarea_titel
{
	width: 150px;
	font-size: 12px;
	vertical-align: top;
}
td.form_select_titel
{
	width: 150px;
	font-size: 12px;
	vertical-align: top;
}

td.form_text_field
{
	width: 350px;
}
td.form_select_field
{
	width: 350px;
}
td.form_textarea_field
{
	width: 350px;
}

td.form_text_field input
{
	width: 200px;
	margin-top: 5px;
	border: 1px solid #FF6600;
	background-color: #EEEEEE;
}
td.form_select_field select
{
	width: 200px;
	margin-top: 5px;
	border: 1px solid #FF6600;
	background-color: #EEEEEE;
}
td.form_textarea_field textarea
{
	width: 200px;
	height: 100px;
	margin-top: 5px;
	border: 1px solid #FF6600;
	background-color: #EEEEEE;
}

input.form_submit
{
	border: 1px solid #FF6600;
	background-color: #EEEEEE;
}
