/* CSS Document */

body {
	background:			#000033;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#000099;
	line-height: 		16px;
	margin-top:			0px;
	margin-bottom:		0px;
	padding:			0px;
	text-align:			center;
	border:				0px;
	}
	
a, a:link, a:visited, a:active {
	color:				#000099;
	text-decoration:    none;
	}

a:hover {
	color:				#000;
	text-decoration:	none;
	}
a.aktiv {
	color:				#000099;
	text-decoration:	none;
	}
	
strong {
	color:				#0066CC;
	font-size:			18px;
	}
	
	/* Container Styles */
#container {
	position:		relative;
	width:			800px !important;
	width /**/:		800px;
	height:			680px;
	background:		#fff;
	margin:			0 auto;
	padding:		0px 0 0 0;
	text-align:		left; /* For IE, see above */
	}
	
	/* Header Styles */
#Header {
	position:		absolute;
	top:			100px;
	left:			0px;
	width:			800px;
	height:			72px;
	padding:		0px;
	margin:			0px;
	background:		url(../bilder/header1.jpg) no-repeat;
	}
	
	/* Sprache Styles */
#Sprache {
	position:		absolute;
	top:			80px;
	left:			0px;
	width:			800px;
	height:			20px;
	padding:		0px;
	margin:			0px;
	background:		#2c4399;
	}
	
	/* Navi Styles */
#Navi {
	position:		absolute;
	top:			172px;
	left:			0px;
	width:			800px;
	height:			24px;
	padding:		0px;
	margin:			0px;
	background:		url(../bilder/header2.jpg) no-repeat;
	}
	
	/* Freiraum Styles */
#Freiraum {
	position:		absolute;
	top:			0px;
	left:			0px;
	width:			800px;
	height:			80px;
	padding:		0px;
	margin:			0px;
	background:		#000033;
	}
	
	
	/* Inhalt */
#Inhalt {
	position:		absolute;
	top:			240px;
	left:			0px;
	width:			500px;
	height:			300px;
	padding:		0px;
	margin:			0px;
	background:		#fff;
	}
	
	/* Bilder */
#Bilder {
	position:		absolute;
	top:			240px;
	left:			550px;
	width:			200px;
	height:			300px;
	padding:		0px;
	margin:			0px;
	background:		#fff;
	}
	
#Subline {
	position:			absolute;
	top:				580px;
	left:				0px;
	width:				400px;
	height:				100px;
	padding:			0px;
	background:			url(../bilder/footer1.gif) no-repeat;
	}
	
#Adresse {
	position:			absolute;
	top:				580px;
	left:				400px;
	width:				400px;
	height:				100px;
	padding:			0px;
	background:			url(../bilder/footer2.gif) no-repeat;
	}
	
#Footer {
	position:			absolute;
	top:				680px;
	left:				0px;
	width:				800px;
	height:				20px;
	padding:			0px;
	}
	
#Tabelle {
	position:		absolute;
	top:			240px;
	left:			0px;
	width:			800px;
	height:			300px;
	padding:		0px;
	margin:			0px;
	background:		#fff;
	}
	
#Formular {
	position:		absolute;
	top:			240px;
	left:			0px;
	width:			800px;
	height:			300px;
	padding:		0px;
	margin:			0px;
	background:		#fff;
	}
	
	/* Text Styles */
	
.Headline {
	margin-left:		72px;
	margin-right:		30px;
	margin-top:			0px;
	padding:			0px;
	margin-bottom:      24px;
	font-size: 			20px;
	font-weight: 		bold;
	color:				#2C4399;
	line-height:		22px;
	}
	
.Body {
	margin-left:		72px;
	margin-right:		30px;
	margin-top:			20px;
	padding:			0px;
	margin-bottom:      24px;
	}
	
.Body a, .Body a:link, .Body a:visited, .Body a:active {
	color:				#000099;
	}
	
.Body a:hover {
	color:				#0066CC;
	}
	
.Fett {
	margin-left:		30px;
	margin-right:		30px;
	margin-top:			0px;
	padding:			0px;
	margin-bottom:      12px;
	font-size: 			18px;
	color:				#0066CC;
	margin-bottom:      12px;
	}
	
.Subline {
	margin-left:		20px;
	margin-right:		20px;
	margin-top:			33px;
	padding:			0px;
	margin-bottom:      12px;
	font-size: 			14px;
	line-height:		18px;
	font-weight:		bold;
	text-align:			right;
	color:				#FFF;
	}
	
.Adresse {
	margin-left: 		20px;
	margin-top:			33px;
	margin-bottom:      12px;
	font-size: 			12px;
	line-height:		18px;
	}
	
.Sprache {
	font-size: 			10px;
	line-height:		14px;
	text-align:			right;
	color:				#000033;
	margin-top:    		60px;
	margin-right:		10px;
	}

.Header {
	font-size: 			10px;
	line-height:		14px;
	text-align:			center;
	color:				#FFFFFF;
	margin-top:    		10px;
	margin-left:		0px;
	}
	
.Header a, .Header a:link, .Header a:visited, .Header a:active, .Header a:hover {
	color:				#FFF;
	}
	
.Logo {
	text-align:			right;
	margin-right:		20px;
	margin-top:			18px;
}

.Tabelle {
	padding:			0px;
	font-size: 			10px;
	line-height:		12px;
	font-weight:		bold;
	color:				#2C4399;
	}
	
.Tabelle a, .Tabelle a:link, .Tabelle a:visited, .Tabelle a:active, .Tabelle a:hover {
	color:				#2C4399;
	}
	
.Disclaimer {
	font-size:			9px;
	line-height:		11px;
	}
	
.Disclaimer_bold {
	font-size:			9px;
	line-height:		11px;
	font-weight:		bold;
	}
	
.Headline_Disclaimer {
	margin-left:		72px;
	margin-right:		30px;
	margin-top:			0px;
	padding:			0px;
	margin-bottom:      8px;
	font-size: 			20px;
	font-weight: 		bold;
	color:				#2C4399;
	line-height:		22px;
	}
	
.Body_fett {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#000099;
	line-height: 		16px;
	font-weight: 		bold;
}
.Adresse_bold {
	font-size: 			12px;
	line-height:		18px;
	font-weight: bold;
}

