@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #bbbbbb url(../images/body_background.jpg) repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
	color: #000000;
}
a {
	color:#737373;
	border-bottom: 1px dashed #737373;
	text-decoration:none;
}
a:hover {
	color:#000;
	border-bottom: 1px dashed #000;
}
a img {
	border: none;
}

h1 {
	font-size:1.2em;
	margin: 1em 0;
	color: #3cabd9;
	border-bottom: 1px solid #3cabd9;
	padding-bottom: 3px;
	}
	
h2 {
	font-size:1.1em;
	margin-bottom: 1em;
	color: #3cabd9;
	}
h3 {
	font-size: 1em;
	color: #3cabd9;
	margin-bottom: 1em;
	text-decoration: underline;
}
p {
	font-size:1em;
	color:#000;
	margin-bottom: 1em;
	line-height: 1.4em;
}




hr {
margin: 0 0 10px 0;
color: #3cabd9;
background-color: #3cabd9;
height:1px;
border:none;
}

input, textarea {
font: 1em  Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #0096b6;
margin: 0 0 0.5em 0;
padding: 0;
}
ul {
	list-style-position: inside;
	margin-bottom: 1.5em;
}
li {
	margin-left: 2em;
	list-style-type: square;
}
label {
	width: 120px;
	display: block;
	float: left;

}

#gesamt {
	width: 926px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.8em; 	
}
#kopf {
	width: 926px;
	height: 172px;
	background: transparent url(../images/kopf.jpg) no-repeat;
	position: relative;
	font-size: 10px;
}

#kopf .links {
	position: absolute;
	top: 25px;
	left: 296px;
	width: 400px;
	line-height: 15px;
}
#kopf .links ul {
	list-style-type: none;
	margin: 0;
} 
#kopf .links li {
	display: inline;
	margin: 0;
} 
#kopf .links li a, #kopf .links li a:link {
	border: none;
	padding: 0 10px;
}
#kopf .links li a:hover, #kopf .links li a:active, #kopf .links li a.active {
	color: #3cabd9;
}
#kopf .rechts {
	position: absolute;
	top: 25px;
	right: 38px;
	width: 180px;
	line-height: 15px;
	color: #737373;
	text-align: right;
}
#nav {
	height: 48px;
	background: transparent url(../images/navigation.jpg) no-repeat;
	font-size: 1.2em;
}
#nav_content {
	line-height: 26px;
	margin-left: 32px;
	font-weight: bold;
}

#nav_content ul {
	list-style-type: none;
	margin: 0;
}
#nav_content li {
		display: inline;
		margin: 0;

}
#nav_content li a, #nav_content li a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 30px;
	height: 26px;
	display: block;
	float: left;
	border: none;
}
#nav_content li a:hover, #nav_content li a:active, #nav_content li a.active {
	color: #3cabd9;
	background: transparent url(../images/button.jpg) repeat-x;

}
#content {
	min-height: 350px;
	background: transparent url(../images/content_background.jpg) repeat-y;
	line-height: 1.4em;
}
* html #content {
	height: 350px;
}
#content_links {
	width: 185px;
	float: left;
}
.newsbox {
	width: 174px;
	background: transparent url(../images/news_background.jpg) left bottom repeat-y;
	font-size: 0.8em;
	margin-bottom: 20px;
}
.newsbox .kopf {
	line-height: 21px;
	margin-left: 7px;
	padding-left: 5px;
	background: transparent url(../images/news_kopf.jpg) left bottom no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
}
.newsbox .content {
	padding-top: 5px;
	margin-left: 7px;
	padding-left: 5px;
}
.newsbox .trenner {
	border-bottom: 1px solid #3cabd9;
	padding-bottom: 0.6em;
}
.newsbox .footer {
	height: 18px;
	background: transparent url(../images/news_footer.jpg) left bottom no-repeat;

}
#content_rechts {
	width: 720px;
	float: right;
}
#inhalt {
	width: 680px;
	margin-right: 38px;
}
#footer {
	height: 33px;
	background: transparent url(../images/content_footer.jpg) no-repeat;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.error {
	font-weight: bold;
	color: #CC0000;
}
img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 5px;
  margin-right: 10px;
}
.ref_img {
float:left; 
width:200px;
}
.ref_desc {
margin-left:240px;
}
.ref_link {
clear:both; 
padding-bottom:5px;
}
.ref_link a {
border: none;
}
.page_nav, .page_nav a {
	border: none;
	text-align: center;
}
.linkaktive {
font-weight: bold;
color: #0096b6;
background: transparent;
}
.rot {
color: #0096b6;
}
.wetterinfo a {
border: none;
}