*{
margin: 0;
padding: 0;
}

/*alles*/
a {color: #d66f13;}
a:hover {color: #b29d74;}



body {
	background: #000;
	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: #fffeab;
	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:  #d66f13;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: #e3d992;

	margin:0 auto;
	width: 800px;

	
}



/* header */
.header {
	background: url(img/header.jpg) no-repeat;
	height:250px;

	width: 100%;

}

.header a {
	color: #000;
	line-height: 20px;
	text-decoration: none;
	width: 100%;
	height:100%;
	font-size:3.3em;
	
	
}
.header span {margin-left: 230px; margin-top:70px; position: absolute;}
.header a:hover {
	color: #fff;
}

.content p {padding: 12px 18px;}

/* main */
.main{
background: #ecd37b;
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 {
	background: #8c421d;
	float:left;
	margin-left:17px;

	width: 150px;


}

.navigation h2 {
	color: #f3ea9f;
	font-size: 1.3em;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 12px;
background: #561b0b;
margin-top: 10px;
	


}


.navigation ul {margin: 0;  }
.navigation li {

		list-style: none;

}



.navigation li a {
	display: block;
	color: #f3ea9f;
	padding: 10px 12px 10px 12px;
	text-decoration: none;
}

.navigation li a:hover {
	color: #fff;
	background: #561b0b;
}





/*content*/

.content{

text-align:justify;
padding:10px;
width:550px;
margin: 20px 10px 30px 30px; 
float:left;
}

/*footer*/

.footer{
background:#8c421d;
	height:auto;
	width: 100%;
	font-size: 1.1em;
	line-height: 40px;
	
	padding:20px 0;
	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;	}
