/*========================================================
Kalibrierung und Restauration
=========================================================*/
*{margin:0; padding:0}

@charset "UTF-8";

h2, p, ul, ol {
	margin-bottom: 1em;
	background-color: none;
}
ul, ul {
	margin-bottom: 0px;
}
li {
	margin-left: 1em;
}

/*========================================================
Allgemeine Styles
=========================================================*/
body {
	background-color: #9F9F92;
	color: #999999;
	font-size: small;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica;
	color: #5B605F;
	font-size: 160%;
}
h2 {
	background-color: #FFFFFF;
	color: #5B605F;
	font-size: 120%;
}
address {
	text-align: center;
	font-size: 80%;
	font-style: normal;
	line-height: 1.5;
	float:
}	
a {
	text-decoration: none;
}
a:link {
	color:#FF6633;
	text-decoration: none;
}
a:visited {
	color:#999999;
	text-decoration: none;
}
a:hover, a:focus {color: #FF6633;
		text-decoration: none;
	border-bottom: 1px solid #FF6633;		
}
a:active {
	color: #FFFFFF;
	background-color: #FF6633;
	text-decoration: none;
	border-bottom-color: #414141;
}

/*Allgemeine Klassen und ID's*/
img#logo {
	background-color: #FFFFFF;
	color: #666666
}	
img#bilderbalken {
	background-color: #FFFFFF;
	color: #666666;
}


/*========================================================
Styles für Layoutbereiche
=========================================================*/
#wrapper {
	background-color: white;
	width: 980px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin: auto;
}
#header {
	background-color: #FFFFFF;
	color: #666666;
	width: 180px;
	padding: 5px 0px 0px 25px;
	float: left;
}
.bildabstand-header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#topnavi {
	text-align: right;
	background-color: white;
	color: #666666;	
	width: 705px;
	padding: 50px 10px 20px 10px;
	border-bottom: 10px;
	float: left;
}
	#topnavi li {
		display: inline;
		list-style-type: none;
	}
#content1 {
	background-color: #FFFFFF;
	color: #666666;
	width: 730px;
	padding: 10px;
	line-height: 1.5;
	float: left;
}
	#content1 li {
	list-style-type: none;
	list-style: none;
}
		
#content2 {
	background-color: #FFFFFF;
	color: #666666;
	width: 720px;
	line-height: 1.5;
	float:left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;	/*margin-left:290px;*/
}
	#content2 li {
		padding: 10px 0px 10px 0px;
		list-style-type: none;
		list-style: none;
		}
		
		
#index #wrapper #content1 #content2 {
	background-color: #E8E8E8;
}
		
#content3 {
	background-color: #FFFFFF;
	color: #666666;
	width: 700px;
	line-height: 1.5;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.bildabstand {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
}
	#content3 li {
		padding: 10px 0px 10px 0px;
		list-style-type: none;
		list-style: none;
		}

		
#content-news {
	color: #666666;
	width: 670px;
	line-height: 1.5;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.bildabstand {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
}
	#content-news li {
		padding: 10px 0px 10px 0px;
		list-style-type: none;
		list-style: none;
		}
		
#navigation {
	background-color: #FFFFFF;
	color: #666666;
	width: 150px;
	min-height: 600px;
	padding: 15px;
	line-height: 2;
	float: left;
	
}
	#navigation li {
	list-style-type: none;
	padding: 0px 0px 10px 0px;
	border-bottom-color: none;
	}

#navigation1 {
	background-color: #FFFFFF;
	color: #666666;
	width: 150px;
	min-height: 1000px;
	padding: 15px;
	line-height: 2;
	float: left;
}
	#navigation1 li {
		list-style-type: none;
		padding: 0px 0px 10px 0px;
	}
	
#footer {
	background-color: #CCCCCC;
	color: #666666;
	clear: both;
}
#copyright {
	background-color: #CCCCCC;
	text-align: right;
	font-size: 80%;
	font-style: normal;
	line-height: 1.5;
	padding: 10px 50px 0px 10px;
	clear: both;
}

/*========================================================
Das Kontaktformular
=========================================================*/
#content-c {
	background-color: #FFFFFF;
	color: #666666;
	padding: 10px;
	line-height: 1.5;
	float: left;
}
form {
	background-color: #E8E8E8;
	width: 700px;
	padding: 20px;
	border: 1px solid white;
}
label {
	display: block;
	cursor: pointer;
}
input#absender,
textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}
textarea {
	height: 7em;
}
input:focus,
textarea:focus {
	background-color: #FFFFFF;
}
