@charset "utf-8";
/* CSS Document */
@import url(content.css);

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.main {
	border-left: 1px solid #000; 
	width: 901px; 
	min-height: 100%; 
	height: auto; 
	margin: 0px auto;
}

td {
	vertical-align: top;
}

#topbar {
	background: #84B24C url(images/css/topbar_bg.gif) no-repeat;
	height: 100px;
	width: 775px;
	margin: 0px; paddin: 0px;
}

/* Schriftformatierung Topnavigation */
.hnav li {
	color: #000;
	font-weight: bold;
}
.hnav li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.hnav li a:visited { color: #fff; }
.hnav li a:active { color: #f00; }
.hnav li a:hover { color: #cc3333; }

ul.hnav {
	margin: 7px 0 0 165px;
	padding: 0;
	list-style: none;
	width: 350px;
}
.hnav li {
	margin:0;
	padding:0;
	width: 140px;
	float: left;
	line-height: 20px;
}

.hnav li.aktiv a {
	color: #000;
}
.hnav li.aktiv a:visited {
	color: #000;
}
.hnav li.aktiv a:link {
	color: #000;
}
.hnav li.aktiv a:hover {
	color: #c33;
}

.hnav li.rechts {
	width: 210px;
	color: #fff;
}

.hnav li.rechts.aktiv a:link {
	color: #000;
}
.hnav li.rechts.aktiv a:hover {
	color: #c33;
}

#cse-search-box {
margin-left:164px;
margin-top:-40px;
}

#cse-search-results iframe {
width:732px;
margin-right:20px;
}

.aktuelles {
	float: right;
	margin-top: 30px;
	width: 200px;
	height: 30px;
	font-weight: bold;
}

.aktuelles a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.aktuelles a:visited { color: #000; }
.aktuelles a:active { color: #FFF; }
.aktuelles a:hover { color: #FFF; }

.snav {
	margin: 0px 0px 0px 40px;
}
.snav * { text-decoration: none; color: #000; }
.snav .header {
	margin: 5px 0px 0px 125px;
	font-weight: bold;
}
.snav .datum {
	margin: 25px 0px 0px 145px;
	font-weight: normal;
}

.snav p a { color: #f00; text-decoration: underline;}
.snav p a:link { color:#000000; font-weight: bold }
.snav p a:visited { color:#666666; font-weight: bold}
.snav p a:active { color:#CCCC00; font-weight: bold}
.snav p a:hover { color: #990000; }




.snav ul {
	margin: 0px 0px 0px 125px;
	padding: 0px;
	list-style: none;
	line-height: 20px;
	font-weight: bold;
}
.snav li {
	margin: 0px;
	padding: 0 0 0 20px;
	background: url(images/css/i_quadratrot.gif) no-repeat 3px 2px;
}
.snav li a {
	display: block;
	margin: 0 0 0 -20px;
	padding: 0 0 0 20px;
	background: url(images/css/i_quadratgruen.gif) no-repeat 3px 2px;
}
.snav li a:hover {
	background-image: url(images/css/i_quadratweiss.gif);
	color: #84B24C;
}

.quicklinks {
	margin: 0px 0px 0px 40px;
}
.quicklinks .header {
	margin-left: 125px;
	font-weight: bold;
}
.quicklinks td {
	margin: 0px;
	padding: 4px 0px;
}

.footer p {
	margin: 0px 0px 0px 40px;
	border-top: 1px solid #000;
	padding: 10px 0px;
}

.footer p a { color: #000000; text-decoration: none; font-weight: bold; }
.footer p a:visited { color: #000; }
.footer p a:active { color: #c00; }
.footer p a:hover { color: #c00; text-decoration: none; }
