*{
margin: 0;
padding: 0;
}

/*alles*/
a {color: #b64a64;}
a:hover {color: #d2340a;}


body {
	background:url(img/bg.jpg) 800px center no-repeat #000 fixed;
	color: #333;
	font: normal 62.5% "Arial",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Arial",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em; list-style-type: none;}

h1 {font-size: 1.4em;}
blockquote {
	background: #dcdcdc;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #000;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color:  #b64a64;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: #FFF;
	margin: 50px 0;
	width: 800px;

	
}



/* header */
.header {
	background: url(img/header.png) no-repeat;
	height:262px;

	width: 100%;

}

.header a {
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	width: 100%;
	height:100%;
	font-size:4em;
	
	
}
.header span {margin-left: 50px; margin-top:70px; position: absolute;}
.header a:hover {
	color: #000;
}

.content p {padding: 12px 18px;}

/* main */
.main{
background: #fff;
width: 100%;
}

/* top */
.top {

	font: normal 2.4em Arial,sans-serif;
	height: 99px;
	margin: 0 auto;
	width: 100%;
}
.top a {
	color: #FFF;
	
	line-height: 100px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {

	color: #FFF;
}

/* navigation */
.navigation {
	float:left;
margin-top:30px;
	width: 200px;
background: #f0ebce;

}

.navigation h2 {
	color: #999682;
	font-size: 1.3em;
	padding-right:10px;
	padding-top:4px;
	padding-left: 12px;

	background: #dfd8bb;
	height:30px;

}


.navigation ul {margin: 0; padding: 20px; }
.navigation li {

		list-style: none;

}



.navigation li a {
	display: block;
	color: #999682;
	padding: 10px 12px 10px 12px;
	text-decoration: none;
}

.navigation li a:hover {
	color: #605e55;

}


.navigation li +li{border-top: 1pt solid #cbc7ae;}

/* navigation1 */
.navigation1{
height:40px;
	background: #ededed;
	width: 100%;
	border-bottom:1pt solid #dbdbdb;


}

.navigation1 h2 {
	color: #737171;
	font-size: 1.3em;
	padding-right:10px;
	padding-top:12px;
	padding-left: 12px;
float:left;



}


.navigation1 ul {margin: 0; padding-top: 8px; }
.navigation1 li {
float:left;
		list-style: none;

}



.navigation1 li a {
	display: block;
	color: #737171;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
}

.navigation1 li a:hover {
	color: #b64a64;

}

.navigation1 li +li{border-left: 1pt solid #FFF;}

/*content*/

.content{
background: #ededef;
text-align:justify;
padding:10px;
width:550px;
margin: 30px 10px; 
float:left;
}

/*footer*/

.footer{clear:both;
background: url(img/footer.jpg) repeat-x top #242424;
	height:auto;
	width: 100%;
	font-size: 1.1em;
	line-height: 40px;
	padding-top:20px;
	text-align: center;
	color:#fff;}
	
.footer a {color: #FFF;}
.footer a:hover {color: #000;}

/*werbung*/
.fullsize{
	width:550px;
	height:60px;
text-align: center;
	
	}
	

	
.werbung{
	width: 550px;
	
	padding: 0px 0 20px 0;	}