/* Standard ########################*/

body{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: White;
	background: white url(bilder/kopf_bg_horizont.gif) repeat-x;

}

p{
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;
}

H1{
	margin: 18px 10px 30px 10px;
	font-size: 20px;
	font-weight: bolder;
	color: #003399;
	border-bottom: medium solid #FFCC00;
}

H2{
	margin: 10px 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}

H3{
	margin: 10px 10px 10px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}

/* Layout ########################*/

.bgoben{
	background: url(bilder/hintergrund_top.gif) repeat-x;
	height: 55px;
}

.maintable{
	height: 100%;
	width: 900px;	
	padding: 0px 0px 0px 0px;
	margin:  0px auto 0px auto;
	border:  none;
}

.bilderrahmen{
	border: thin solid #003399;
}

.content{
	padding: 20px 20px 20px 25px;
	width: 550px;
	font-size: 14px;
}

.content a:visited{
	color: black;
}

.content td{
	font-size: 14px;
}

.hinweistexte{
	font-size: 12px;	
}

/* Hauptnavigation ########################*/

.bgnavi{
	background: url(bilder/hintergrund_navi.gif) repeat-x;
	height: 55px;
}

.navigation{
	font-size: 16px;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 125px;
	border:  none;
}
.navigation a{
	color: #99CCFF;
	text-decoration: none;
}

.navigation .active a{
	padding: 2px 2px 2px 2px;
	background-color: #FFCC00;
	color: #003399;
	text-decoration: none;
}

.navigation a:hover{
	color: #FFCC00;
	text-decoration: none;
}

.navigation .active a:hover{
	color: #003399;
	text-decoration: none;
}

.navigation ul {
	margin: 0px 0px 0px 50px;
	list-style: none;
}

.navigation li {
	float: left;	
	margin: 0px 15px 0px 0px;
}


/* Subnavigation ########################*/

.bgsubnavi{
	padding: 15px 0px 0px 0px;
}

.bgsubnavi_teilbereich{
	background: url(bilder/hintergrund_subnavi.gif) repeat-y;
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
}

.subnavigation{
	font-size: 14px;
	font-weight: bolder;
	margin: 47px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	border:  none;	
	border-bottom: medium solid #003399;
	border-top: medium solid #003399;
}
.subnavigation a{
	color: #003399;
	text-decoration: none;

}

.subnavigation .active a{
	color: #FFCC00;
	text-decoration: none;
}



.subnavigation a:hover{
	color: #FFCC00;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
}

.subnavigation ul {
	margin: 0px 0px 0px 0px;
	list-style: circle outside;
	padding: 0px 0px 0px 20px;
	margin:  0px 0px 0px 0px;
	border:  none;	
}

.subnavigation li {
	margin: 0px 0px 5px 0px;
}


/* FUSZEILE ########################*/
.bgfooter{
	background: url(bilder/hintergrund_footer.gif) repeat-x;
	height: 43px;
}

.adresse{
	font-size: 10px;
	color: #FFCC00;
}

.fusszeile{
	font-size: 12px;
	font-weight: bold;
}

.fusszeile a{
	color: #FFCC00;
	text-decoration: none;
}

.fusszeile ul {
	margin: 0px 0px 0px 0px;
	list-style: none;
}

.fusszeile li {
	float: left;	
	margin: 5px 10px 0px 0px;
}

/* Module ################################ */

.GRUPPENUEBERSCHRIFT{
	margin: 10px 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}

.td_NORMAL{
	font-size: 14px;
	text-align: justify;	
}

#email_form .plz{
	width : 60px;
	height: 19px;
}

#email_form .wohnort{
	width : 236px;
	height: 19px;
}

#email_form INPUT{
	width : 300px;
	height: 19px;
}

#email_form TEXTAREA{
	width : 300px;
}

#email_form .button{
	width: 148px;
	height: 18px;
	font-weight: bold	
}
