*{
margin: 0;
padding: 0;
}

/*alles*/
a {color: #423018;}
a:hover {color: #d2340a;}



body {
	background: url(img/bg_blau.png) repeat-x #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: #fff;
	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:  #423018;}

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

/* structure */
.container {
	background: url(img/bg.png) top no-repeat #f7f1e3;
	margin: 0 auto;
	width: 1024px;

	
}



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

	width: 100%;

}

.header a {
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	width: 100%;
	height:100%;
	font-size:4em;
	
	
}
.header span {margin-left: 500px; 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-left:45px;
margin-top:30px;
	width: 200px;
background: #97b5b3;

}

.navigation h2 {
	color: #fff;
	font-size: 1.3em;
	padding-right:10px;
	padding-top:4px;
	padding-left: 12px;

	background: #97b5b3;
	height:30px;

}


.navigation ul {margin: 0; padding: 20px; }
.navigation li {

		list-style: none;

}



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

.navigation li a:hover {
	color: #605e55;

}


.navigation li +li{border-top: 1pt solid #cbc7ae;}



/*content*/

.content{
background: #d6ccb3;
text-align:justify;
padding:10px;
width:550px;
margin: 30px 10px 30px 20px; 
float:left;
}

/*footer*/

.footer{clear:both;
background:#423018;
	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*/
.skyscraper{
	width:120px;
	height:600px;
	
	}
	

	
.werbung{
	width: 120px;
	float:left;
	margin-left:10px;
	margin-top:30px;	}
