body, h1, h2, h3, h4, h5, p, div, span, td, ol, ul, li, a, img, select{
	margin:0px;
	padding:0px;
	border:0px;
}


h1 {
	color: #2D478D;
	margin-bottom: 8px;
	font-size: 16px;
}

h2 {
	text-align: center;
	color: white;
	background-color: #2D478D;
	margin-bottom: 8px;
	padding: 2px;
	font-size: 12px;
}

h3 {
	text-align: left;
	color: #2D478D;
	margin-bottom: 8px;
	padding: 2px;
	font-size: 12px;
	border-bottom: 1px solid #2D478D;
}

h4 {
	text-align: left;
	color: #2D478D;
	margin-bottom: 0px;
	padding: 2px;
	font-size: 12px;
}

h5 {
	padding: 0px;
	text-align: center;
	color: #ffffff;
	background-color: #819CE3;
	border-bottom: 1px solid #E7E9F8;
 	margin-bottom: 6px;
	font-size: 12px;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

submit, input, button, textarea, select{
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCD4EE;
	border-right: 1px solid #CCD4EE;
	border-left: 1px solid #CCD4EE;
	border-top: 1px solid #CCD4EE;
	color: #2D478D;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	vertical-align: top;
}

img {
	float: left;
}

a#top {
	display:none;
}

a {
	margin:0px;
	padding:0px;
	color: #2D478D;
	text-decoration: none;
}

a:hover {
	margin:0px;
	padding:0px;
	color: #2D478D;
	text-decoration: bold;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}


form {
	color: #000000;
	background-color: inherit;
	margin:0; padding:0; border:none;
	font-size: 10px;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* header - gesamter teil oben */

div#header {
	width: 100%;
	height: 110px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* rechter teil von header */

div#hrechts {
	position: absolute;
	height: 109px;
	left: 4px;
	width: 998px;
	background-image: url(images/background-header.gif);
	background-repeat: no-repeat;
	font-size: 10px;
}


/* erste zeile von hrechts mit supnav (Home, Impressum usw.)*/

div#supnav {
	position: absolute;
	left: 330px;
	top: 5px;
	display: inline;
}

#supnav ul li{
	display: inline;
	margin-left: 0px;
}
#supnav ul li a {
	text-decoration: none;
	float: left;
	text-align: center;
	width: 75px;
	color: #FFFFFF;
}
#supnav ul li a:hover {
	color: #FFF;
	font-weight: bold;
}
#supnav ul li.act a {
	color: #FFF;
	font-weight: bold;
}

/* obermenu */

div#obernav {
	position: absolute;
	left: 250px;
	top: 83px;
	display: inline;
	margin-top: 0px;
	margin-right: 180px;
	border: 0px solid red;
	width: 564px;
}

div#obernav ul li {
	display: inline;
	font-size: 12px;
}

div#obernav ul li a {
	text-decoration: none;
	float: left;
	text-align: center;
	width: 110px;
	color: #FFFFFF;
	padding: 2px 0px 2px 0px;
}


div#obernav a:link, div#obernav a:visited {
	text-decoration: none;
}
div#obernav a:hover{
	font-weight: bold;
}

div#obernav ul li.act a {
	/*background-color:#5278AA;*/
	font-weight: bold;
}	


/* hauptnavigation */

div#linkespalte {
	position: absolute;
	width: 140px;
	left: 16px;
	top: 140px;
}

div#hauptnav {
	
}

div#sponsor_home {
	position: absolute;
	left: 16px;
	top: 140px;
	width: 140px;
	border: 1px solid #819CE3
}

div#sponsor {
	margin-top: 20px;
	position: relative;
	width: 138px;
	border: 1px solid #819CE3;
}

div#wetter_home {
position: absolute;
	left: 16px;
	top: 310px;
	width: 140px;
	border: 1px solid #819CE3
}

div#sponsor table tr td{
	text-align: center;
	padding: 4px;
}

div#sponsor_home table tr td{
	text-align: center;
	padding: 4px;
}

div#hauptnav ul {
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
	z-index: 6;
	overflow: visible;
}
div#hauptnav ul li {
	background-color: #CCD4EE;
	margin-bottom: 2px;
	background-image: url(images/icon_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	z-index: 50;
	overflow: visible;
}

div#hauptnav ul li.act {
	background-color: #819CE3;
	background-image: url(images/icon_nav_hi.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
div#hauptnav ul li a {
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 6px;
	color: #2D478D;
	text-decoration: none;
	display: block;
	z-index: 55;
}
div#hauptnav ul li a:hover {
	color: #FFFFFF;
	background-color: #819CE3;
	background-image: url(images/icon_nav_hi.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
div#hauptnav ul li.act a {
	color: #FFFFFF;
}

/* hauptnavigation  2-te Ebene */

div#hauptnav ul li.act ul {
	font-weight: normal;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-left: 6px;
}

div#hauptnav ul li.act ul li {
	border: none; //1px solid white;
	margin-bottom: 2px;
	background-color: #E7E9F8;
	color: #2d478d;
	
	background-image: url(images/icon_subnav.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}


div#hauptnav ul li.act ul li a {
	display: inline;
	color: #2d478d;
	padding-left: 18px;
	display: block;
}

div#hauptnav ul li.act ul li a:hover  {
	background-color: #ccd5ed;
	background-image: url(images/icon_subnav_hi.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

div#hauptnav ul li.act ul li.act a {
	color: #FFFFFF;
	background-color: #ccd5ed;
	font-weight: bold;
	background-image: url(images/icon_subnav_hi.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}


/* hauptnavigation  3-te Ebene */

div#hauptnav ul li.act ul li.act ul {
	border-top: none;
	margin-left: 30px;
}
div#hauptnav ul li.act ul li.act ul li {
	line-height: 12px;
	padding-bottom: 4px;
	border: none;
	text-decoration: none;
	background-image: none;
}
div#hauptnav ul li.act ul li.act ul li a {
	color: #163E73;
	padding: 0px;
	text-decoration: none;
	background-image: none;
	font-weight: normal;
}
div#hauptnav ul li.act ul li.act ul li a:hover {
	color: #CC0000;
	background-image: none;
}

div#hauptnav ul li.act ul li.act ul li.act a {
		color: #CC0000;
		font-weight: bold;
}

/* Contentspalte */

div#contentspalte {
	width: 580px;
	position: absolute;
	left: 170px;
	top: 109px;
	background-color: #FFFFFF;
}

div#pfad {
	position: relative;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #5278AA;
}

div#pfad a {
	font-size: 10px;
	color: #5278AA;
	text-decoration: none;
}


div#content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:580px;
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding: 8px;
	/*background-color: #E7E9F8;*/
	background-color: #CCD4EE;
	
	clear: both;	
}
div#content p {
	margin-bottom: 8px;
}

div#content ol{
	margin-left: 40px;
}

.whitebg {
	margin-bottom: 6px;
  border-bottom: 1px solid #2D478D; 
  border-right: 1px solid #2D478D; 
  background-color: #FFFFFF;
}

.whitebg tr td.content {
	padding: 6px;
}

.greenbg {
	margin-bottom: 6px;
  border-bottom: 1px solid #2D478D; 
  border-right: 1px solid #2D478D; 
  background-color: #AFD1E7;
}

.greenbg tr td.content {
	padding: 6px;
}

td.mininews{
	padding: 16px 16px 0px 16px;
	background-color: #FFFFFF;
}

/* footer */

div#footer {
	width: 100%;
	height: 0px;
	position: relative;
}
div#footer div {
	display: inline;	
}
div#footer div a {
	text-decoration: none;
	color: #5378AC;
	font-size: 10px;
	padding: 0px 110px 0px 14px;
}
div#footer div#top a {
	background-image: url(images/nachoben.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-left: 20px;
}

div#footer ul {
	list-style-type: none;
	text-align: center;
	width: 630px;
}
div#footer ul li{
	display: inline;
}

div#footer ul li a {
	color: #183C73;
	text-decoration: none;
	padding: 6px 8px 6px 8px;
	width: 20%;
}
div#footer ul li a:hover {
	/*font-weight: bold;*/
}
div#footer li.act a {
	color: #183C73;
	font-weight: bold;
}


/* rechte spalte */

div#rechtespalte {
	width: 190px;
	position: absolute;
	left: 780px;
	top: 140px;
	background-color: #FFFFFF;
}


div#statistik {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #819CE3;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-size: 10px;
}

div#statistik table tr td{
	font-size: 10px;
	padding-left: 4px;
	padding-right: 4px;
}

div#statistik a {
	text-decoration: none;
}

div#statistik a:hover {
	text-decoration: none;
}

td.comment {
	font-size: 9px;
}


div#umfrage {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #819CE3;
	font-size: 10px;
	padding-bottom: 4px;
}

div#umfrage table tr td{
	font-size: 10px;
	padding-left: 4px;
	padding-right: 4px;
}

div#content div.news{
	border: 1px solid #EFEFF7;
	margin-bottom: 10px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
}

div#umfrage table.right_no_border {
	border: 0px;
}

.csc-sitemap-level1 {
	padding-left: 40px;
	font-weight: bold;
}

.csc-sitemap-level2 {
	padding-left: 80px;
}

.csc-sitemap-level3 {
	padding-left: 120px;
}



