@charset "iso-8859-2";

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-color: #ffffce;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	overflow:scroll;
}

#container {
	background-image:url(bilder/content_bg_800.gif);
	background-repeat:repeat-y;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height:138px;
	background-image:url(bilder/header_bg_800.gif);
	background-repeat:no-repeat;
	padding: 0 10px 0 20px;
}

#header h1 {
	margin: 0;
	padding: 10px 0;
}

#printheader {
	display:none;
	}

#navigation {
	float: right;
	width: 167px;
	margin:0;
	padding:0;
}

#navigation ul {
	width:125px;
	margin-right:18px;
}

#navigation ul li {
	display:block;
	border:1px solid #333;
	color:#333;
	text-align:center;
	margin: 2px auto;
	list-style-type:none;
	font-weight: normal;
	color: #333333;
}

#navigation ul li a {
	display:block;
	text-decoration:none;
	line-height:28px;
	font-size:0.75em;
	color:#FC0;
}

#navigation ul li a:link {
	background-color: #900;
	text-decoration:none;
	color:#ffce39;
}

#navigation ul li a:hover {
	background-color: #900;
	text-decoration:underline;
	color:#ffce39;
}

#navigation ul li a:visited {
	background-color: #900;
	text-decoration:none;
	color:#ffce39;
}

#navigation ul li a.aktiv {
	background-color: #ffce39;
	text-decoration:none;
	color:#333;
}

#mainContent {
	float:left;
	min-height:550px;
	width:570px;
	margin-left:60px;
	padding: 0;
	font-size:13px;
}



#adresse {
	position:relative;
	top:40px;
	float:left;
	width:570px;
	margin-left:60px;
	padding: 0;
	font-size:12px;
	z-index:20;
}

.print {
	display:none;
	}

#mainContent ul {
	list-style-position:outside;

	}

#mainContent h1 {
	font-size:16px;
	color:#990000;
	font-weight:bold;	
}

#mainContent h2 {
	font-size:14px;
	color:#990000;
	font-weight:bold;
}

#mainContent a {
	color:#900;
}


#footer {
	height:111px;
	background-image: url(bilder/footer_bg_800.gif);
	background-repeat:no-repeat;
	padding: 0 10px 0 20px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}

#printfooter {
	display:none;
	}


.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.linie_v {
	border-left:1px solid #900;
}

.red {
	color:#990000;
}

hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #990000;
	border-bottom: solid 1px #ffffff; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}
