html, body, table, tr, td, h1, h2, p, li, a {
 	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, Swiss, SunSans-Regular, Sans-Serif;
	font-size: 10pt;
}

.header {
 	background: #ffffff url(../bilder/titel.jpg) no-repeat;
}

.header h1 {
 	margin-top: 20px;
	margin-left: 40px;
	font-size: 12pt;
	font-weight : bold;
	font-style: italic;
	letter-spacing: 0.03em;
	line-height: 150%;
	color: #ffffff;
}

.navigation {
 	background: #ffffff url(../bilder/navikachel.gif) repeat-y;
	font-size: 11pt;
	color: #ffffff;
	font-weight: bold;
	line-height: 200%;
}

.naveinzug {
 	margin-left: 40px;
}

.subnav {
 	margin-left: 15px;
	margin-bottom: -10px;
	line-height: 150%;
}

.navigation	a:link, .navigation a:visited, .footer	a:link, .footer a:visited {
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration : none;
}

.navigation a:hover, .navigation a:active, .footer a:hover, .footer a:active {
	font-size: 10pt;
 	color : #000000;
	text-decoration : underline;
}

.content_titel {
 	background: #ffffff url(../bilder/titel2.jpg) no-repeat;
}

h1 {
 	margin-top: 30px;
	margin-left: 100px;
	font-size: 18px;		
	font-weight : bold;
	color: #1E417E;
}

.content {
 background: #ffffff url(../bilder/contkachel.gif) repeat-y;
}

.conteinzug {
 margin-left: 100px;
	width: 630px;
	line-height: 150%;
}

.conteinzug02 {
 margin-left: 10px;
	width: 630px;
	line-height: 150%;
}

.conteinzug	a:link, .conteinzug a:visited {
	color: #1E417E;
	font-weight: bold;
	text-decoration : none;
}

.conteinzug a:hover, .conteinzug a:active {
 color : #FF1705;
	font-weight: bold;
	text-decoration : underline;
}

.footer {
 margin-left: 100px;
	background-color: #0070B6;
	padding-top: 4px;
}

/*  Aktuelles */

.aktuelles {
	position:absolute;
	left:950px;
	top:240px;
	background-color:#FFFFFF;	
	background-repeat:no-repeat;
	background-position: bottom right;
	margin:18px;
	padding:10px;
	}

.aktuelles_content {
	border-top:1px solid #0076BF;
	border-left:1px solid #0076BF;
	border-right:1px solid #0076BF;
	border-bottom:1px solid #0076BF;
	width:160px;
	font-size:11px;
	font-family: Verdana, Arial;
	color: #000000;
	margin-right:2px;
	margin-bottom:6px;
	padding:5px;
	}


