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

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

html { background:url(images/bg_html_02.jpg) 0 0 repeat;
}

body {
	font:62,5%/1,8em Verdana, Geneva, sans-serif;
	color:#999;
	border-top: 3px;
	border-top-style: solid;
}
	
#wrapper {
	position: absolute;
	left: 747px;
	width: 970px;
	margin-left: -485px; /* negative Hälfte von width:970px */
	
}

#wrapper #logo {
	background-repeat: no-repeat;
	width:960px;
	height:159px;
	background-image: url(images/logo_bg_02_02_02.jpg);
	border-top-color: #CF2504;
	
	
}
#wrapper #header {
	background-image: url(images/header_home.jpg);
	background-repeat:no-repeat;
	height: 378px;
	width: 960px;

}

	

#wrapper #content {
	background-color: #000;
	float: left;
	height: 500px;
	width: 700px;
	margin-bottom: 80px
	
}

#wrapper #content h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 50px;
}
#wrapper #content h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 50px;
}
#wrapper #content p {
	font-size: 18px;
	font-style: normal;
	padding-top: 30px;
	padding-left: 30px;
	line-height:20px;
}

#wrapper #sidebar {
	float: right;
	height: 500px;
	width: 250px;
	padding-top: 30px;
	border-left-width: thin;
	border-top-style: none;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-top:30px;
	margin-bottom: 80px
}
#wrapper #sidebar ul li{
	margin-left:37px;
	list-style-image: url(images/li_punkt_03.jpg);
}
#wrapper #sidebar ul li a{
	font:62,5%/1,8em Verdana, Geneva, sans-serif;
	color:#999;
	text-decoration: none;
	outline: none; 
}
#wrapper #sidebar ul li a:hover {
	color:#FFF;
	text-decoration: none;
	outline: none;
	}
	
#wrapper #footer {
	clear: left;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	
	
}


#wrapper #sidebar ul img {
	margin-top: 10px;
}
#footer {

	padding-top: 20px;
	padding-left: 350px;
	
	
}
/*Das Kontaktformular*/
	form {
	background: #000;
	width: 400px; /*Breite des Formulars*/
	padding: 20px;
	margin-left: 29px;
	margin-top: 50px;
	border: 1px solid #999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	}	
	label { /*Beschriftung auf eigener Zeile*/
	display: block;
	cursor: pointer, /*Mauszeiger wird zur Hand*/
	}	
	input#absender,
	textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	}	
	textarea  {
	height: 7em;
	}
    input#absender:focus,
	textarea:focus {
	background-color:#d9d9d9
	}
	
	#navi {
	background-image: url(images/navi_03.jpg);
	background-repeat: no-repeat;
	width: 930px;
	height: 51px;
	margin-left: 27px;
	padding-top: 20px;
	margin-top: 20px;
	 }
	
#navi ul li {
	list-style-type:none;
	display: inline;
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 55px;
	
	
	
}

#navi ul li a {
	color: #FFF;
	text-decoration: none;
	
	
	}
	
#navi ul li a:hover {
	color: #666;
	border-top-color: #D22505;
	border-top-style: solid;
	padding-top: 14px;
	border-top-width: thick;
	}
#content h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	padding-left: 30px;
	padding-top: 50px;
	
}
#content h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: oblique;
	padding-left: 40px;
}
#content ul {
	padding-left: 45px;
	font-size: 18px;
	font-style: normal;
	padding-top: 30px;
}
#content p a {
	text-decoration: none;
	color: #999;
}
#content p a:hover {
	color: #CCC ;
	}#content iframe {
	padding-left: 30px;
}
#content iframe {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#wrapper #sidebar img {
	margin-left: 20px;
}
