*{
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
	width: 100%;
	/*background-color: #929397;*/
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 14px;
}

#content.impressum{
	font-size: 11px;
	line-height: 16px;
	width: 480px;
}

html{
	overflow-y: scroll;
}


body{
	background-image: url(../_images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
	
.clear{
	height: 1px;
   font-size: 1px;
	clear: both;
	width: 1px;
}
	
.clearinline{clear: both;}



#header{
	position: relative;
	width: 950px;
	background-color: #FFF;
	height: 272px;
	margin: 0px auto;
}

/*#headerinner{
	position: relative;
	width: 950px;
}*/

#header img.logo{
	position: absolute;
	right: 0px;
	top: 0px;
}

#headertitle{
	position: relative;
	top: 0px;
	width: 370px;
	left: 35px;
}

#header h1{
	color: #7B7C80;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 93px;
}

#header h2{
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	
}

h3{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 24px;
}

#contentwrapper{
	color: #FFF;
	width: 950px;
	position: relative;
	top: 40px;
	left: 0px;
	margin: 0px auto;
}

#content a{
	color: #FFF;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

#content{
	width: 640px;
	float: left;
	position: relative;
	left: 35px;
	line-height: 18px;
}

#content.start{
	width: 400px;
	line-height: 20px;
}

#content.presse{
	width: 480px;
	line-height: 20px;
}

#content.impressum{
	font-size: 11px;
	line-height: 16px;
	width: 480px;
}

#content.ansprechpartner{
	width: 700px;
}

#nav{
	float: right;
	width: 175px;

}



#nav li{
	list-style-type: none;
	border-bottom: 1px solid #AAACB0;
	/*font-weight: bold;*/
}

#nav li a{
	color: #4C4747; 
	text-decoration: none;
	display: block;
	padding: 2px;
}

#nav li.active a{
	color: #FFF;
	
}


#content p{
	margin-bottom: 45px;
	margin-top: 1px;
}

#content.impressum p{
	margin-bottom: 15px;
}

p span{
	padding-left: 112px;
}

#content p.fehler{
	color: #B43838;
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
}

#content p.schmal{
	margin-bottom: 25px;
	margin-top: 1px;
	width: 255px;
}

#content.start p{
	margin-bottom: 25px;
	margin-top: 1px;
}

#content form p{
	margin-bottom: 10px;
	margin-top: 20px;
}

#content form p.ohneabst{
	margin-bottom: 0px;
	margin-top: 20px;
}

.col1, .col2{
	float: left;
	width: 310px;
}

.col2{
	width: 330px; 
}

form{
	font-size: 11px;
}

input{
	width: 310px;
	margin-bottom: 10px;
	border: none;
	background-color: #F1ECEC;
	padding: 2px 0px;
	font-size: 11px;
}

textarea{
	width: 310px;
	margin-bottom: 10px;
	border: none;
	background-color: #F1ECEC;
	padding: 1px 0px;
	height: 130px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	
}


.fcol1 label{
	line-height: 14px;
}

.labstu{
padding-bottom: 10px;
}

input.chck, input.button{
	width: auto;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

input.chck{
	background-color: transparent;
}


input.button{
	display: block;
	margin: 25px 0px;
	font-size: 11px;
	padding: 1px 10px;
}

.fcol1, .fcol2{
	float: left;
	width: 155px;
}

.fcol2{
	width: 175px; 
}

.icon{
	float: left;
	margin-right: 16px;
	margin-bottom: 60px;
	margin-top: 2px;
}

