* {margin: 0px; padding: 0px; border: 0px;}

html {
	height: 100.3%;
	font-size: 62.5%;
	margin-right: auto;
	margin-left: auto;
	max-width: 980px;
}
body {
	font: 1.2em/1.8em Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #004A7F;
}
h1 {
	font-size: 1.8em; 
	border-bottom: 1px dashed #004A7F; 
	padding-bottom: 0.4em;
	font-weight: normal;
}

div#header h1 {border: 0px;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

a {color: #82b100; text-decoration: none;}
a:hover {color: black; text-decoration: underline;}

div#wrapper {
	margin: 20px 40px;
	background: #FAFAFA;
}

div#header {
	height: 200px;
	background: #FAFAFA url(.././images/headerbild.png) no-repeat bottom left;
	padding: 10px;
}

div#seiteaktuell{
background: #FAFAFA;
margin-top: 10px;
margin-left:10px;
float: left;
}

.navigation {
	background: #FAFAFA;
	text-align: right;
	margin-bottom: 1.0em;}
	
.navigation  li {
display: inline; 
	margin-right: 0.4em;
}
	
.navigation a {
	text-decoration: none; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding: 0.2em 1.0em 0.4em 1.0em;
	border: 2px solid #CCCCCC;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

.navigation a:hover,.navigation #selected {
	background: #82b100;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
}

div#wrap_content {}
div#col2 {float: left; width: 180px; padding-bottom: 10px;}
div#rechts {
	float: right; 
	width: 150px;
	padding: 0px 0px 20px 0px;
	background: #F0F0F0 url(.././images/rechtsbox_gradient.jpg) no-repeat right bottom; 
	border: 1px solid #CCCCCC; 
}
div#col2 ul {margin: 0px 0px 30px 5px; list-style-type:circle;list-style-position:inside;}
div#col2 ul {font-weight: normal;}

div.box {margin-bottom: 10px; background: url(.././images/rounded_box_bottom.gif) no-repeat left bottom;}
div.box h6, div#rechts h6 {margin-bottom: 0em; padding: 0.4em 1.0em 0em 1.0em; color: #FFFFFF; line-height: 1.0em; background: url(.././images/rounded_box_top.gif) no-repeat;}
p.boxtext {padding: 30px 10px 10px 10px; font-size: 0.9em; line-height: 1.4em; background: url(.././images/rounded_box_arrow.gif) no-repeat;
}
div.boxtext {padding: 30px 10px 10px 10px; font-size: 0.9em; line-height: 1.4em; background: url(.././images/rounded_box_arrow.gif) no-repeat;
}
div#bildlinks{margin-left:10px;}
div#maintext {
	margin: 0px 160px 0px 190px;
	border: 1px solid #CCCCCC;
	background: #F0F0F0;
	padding: 20px 10px;
}

div#footer {
	font-size: 0.9em;
	padding: 2px 4px;
	text-align: center;
	background: #CCCCCC;
	margin-top: 10px;
	border-bottom-right-radius : 50px 25px;
	border-bottom-left-radius : 50px 25px;
}
.defloat {clear: both;}