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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

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

img {
	border: 0px none
}

hr {
	border: 1px solid #cccccc;
	height: 1px;
}

a {
	color: #fe4d00;
	text-decoration: none;
}
a:visited {
	color: #fe4d00;
}
a:hover, a:active {	
	color: #181e53;
}

#top {
	width: 1006px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	background: url(gfx/top_bg.gif) no-repeat;
}
#center {
	width: 1006px;
	margin-left: auto;
	margin-right: auto;
	background: url(gfx/center_bg.gif) repeat-y;
	padding-bottom: 50px;
	overflow:auto;
}
#center_innen {
	width: 971px;
	margin-left: 17px;
}
#center_innen2 {
	width: 892px;
	margin-left: 47px;
	margin-left: 19px;
	padding-bottom: 100px;
	margin-top: 25px;
}
#bottom {
	width: 1006px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	background: url(gfx/bottom_bg.gif) no-repeat bottom center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #181e53;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #181e53;
	font-weight: bold;
	margin-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fe4d00;
	font-weight: bold;
	margin-top: 25px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.form_head {
	font-weight: bold;
	color: #181e53;
	margin-bottom: 5px; 
}
input {
	border: 1px solid #CCCCCC;
	background: #f0f0f0;
	width: 350px;
	height: 16px;
	margin: 0px;
	margin-bottom: 10px;
}
.button {
	border: 1px solid #CCCCCC;
	background: #181e53;
	width: 200px;
	height: 24px;
	margin: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
textarea {
	border: 1px solid #CCCCCC;
	background: #f0f0f0;
	width: 350px;
	height: 60px;
	margin: 0px;
	margin-bottom: 10px;
}

#navi{
	width: 971px;
	height: 32px;
	background: url(gfx/navi_bg.gif) repeat-x;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 25px;
}

#navi a div{
	float: left;
	color: #FFFFFF;
	height: 32px;
}
#navi a:hover div {
	background: url(gfx/navi_ro_bg.gif) repeat-x;
}
#navi a div.active {
	background: url(gfx/navi_ro_bg.gif) repeat-x;
}
#navi a div span{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 9px;
}


#wetter {
	color: #000000;
	/*height: 118px;*/
	overflow: hidden;
	border-bottom:6px solid #E9E9E9;
border-top:6px solid #E9E9E9;
line-height: 18px;
}
#wetter .modlabel {
	display: none;
}
#wetter .w_num {
	color: #303030;
	font-size: 11px;
}
#wetter table {
	width: 289px;
}
#wetter table tbody tr td {
	border-bottom: 0px none transparent;
}
