/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 130%;
	font-weight: normal;
	color: #f1d59d;
	background-color: #0a1022;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size:0.8em;
}

.klein a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.klein a:visited {
	color: #fff;
	text-decoration: none;
}
.klein a:hover {
	color: #fff;
	text-decoration: underline;
}


.h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:1.4em;
	color:#f1d59d;
}

.h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:1.3em;
	color:#f1d59d;
}

.h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:1.3em;
	color:#003399;
}

.textfett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-weight: bold;
	color: #f1d59d;
}

.textfett a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;

}
.textfett a:visited {
	text-decoration: none;
}
.textfett a:hover {
	text-decoration: none;
	color: #fff;
}

#container {
	width: 100%;
	height:100%;
	text-align: center;
	background-color: #1b375d;
	overflow: auto;
}

#header {
	height:99px;
	width:100%;
	text-align: center;
	background-color: #3d1108;
	border-bottom: 1px solid #f6deb0;

}

#container_center {
	width:817px;
	height:100%;
	text-align: center;
	background-color: #1b375d;
	overflow: auto;
	margin: auto;
	border-top: 25px solid #1b375d;
}

#nav {
	width:165px;
	height:500px;
	background-color: #1b375d;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color:#8d0202;
	float: left;
	/*border-right: 1px solid #28418a;*/
}

#content {
	width:652px;
	background-color:#1b375d;
	text-align: left;
	float: right;
}

#content_pix {
	width:649px;
	height:300px;
	background-color: #000;
	text-align: left;
}

#content_text {
	width:614px;
	background-color:#1b375d;
	padding:14px 20px 15px 0px;
	border-top: 1px solid #28418a;
	overflow:auto;
}

#text_header{
	width:600px;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#f1d59d;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom: 1px solid #c0a855;

}
#text_links{
	width:300px;
	height:150px;
	text-align: left;
	font-size:0.8em;
	overflow:auto;
	float:left;
	margin-right:15px;

}

#text_rechts{
	width:280px;
	height:150px;
	text-align: left;
	font-size:0.8em;
	overflow:auto;
	float:right;
}

#text_komplett{
	width:600px;
	height:150px;
	text-align: left;
	font-size:0.8em;
	overflow:auto;
}

#footer	{
	clear:both;
	height: 50px;
	background-color: #28418a;
	width: 100%;
}


