@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 background:#EAE6AB;
}
#wrapper { 
 margin: 0 auto;
 width: 100%;
}

/*--------------------------------------------------------------------HEADER*/
#header {
 color: #333;
 width: 100%;
 height: 150px;
 border-bottom: 1px solid #000000;
}
.deco_oben{
 position: absolute;
 top:0px;
 right:0px;
}

/*--------------------------------------------------------------------MAIN HEADER*/
#mainheader {
 color: #333;
 width: 100%;
 height: 231px;
 background: #FFFFFF;
 border-top: 15px solid #7B8C4D;
 border-bottom: 15px solid #7B8C4D;
 overflow: hidden;
}

.start_bild {
 margin-top: -60px;
 margin-left: 52%;
 
}

.deco_main{
 position:absolute;
 float:left;
 left:0px;
 margin-top:50px;
}


/*--------------------------------------------------------------------NAVIGATION*/
#navigation {
 position:absolute;
 top:0px;
 left:20%;
 width: 280px;
 height: 600px;
 z-index:100;
}

.logo {
 position:absolute;
 top: 30px;
 left: 18px;
 }
#impresshome {
 width:100%;
 text-align:center;
 position: relative;
 top: 490px;
}
#impresshome p {
 color:#999900;
 font-size: 10px;
}

.schattlinks {
 position: absolute;
 left:0px;
}
.schattrechts {
 position: absolute;
 right:0px;
}

/*---------------------------------------------------------------menu*/
#menu {
	position:absolute;
	top: 165px;
	margin-left:15px;
	font-size: 13px;
	font-weight: bold;
	font-family: Geneve, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	letter-spacing: 0.2em;
	background-color: #EAE6AB;
	color: #CC3300;
	filter:alpha(opacity=70);
	opacity:0.7;
}

#menu ul {
	width: 250px;
	list-style: none;
	border-top: 1px dashed #7B8C4D;
}		
#menu li {
	border-bottom: 1px dashed #7B8C4D;
	width: auto;
}
#menu li a {
	display: block;
	padding: 6px 0 6px 40px;
	background-color: #EAE6AB;
	color: #710000;
	text-decoration: none;
	width: auto;
}
#menu li a:hover {
	background-color: #808040;
	color: #EAE6AB;

	
}


/*--------------------------------------------------------------------CONTENT*/
#maincontent {
 width: 100%;
 height: auto;
 border-top: 1px solid #000000;
}

#content { 
	position: absolute;
	left: 50%;
	margin-top:30px;
}

#content img{
	border:none;
}
#contentimg {
	margin-top:40px
}
#content h1, p{
	font-family: Geneve, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 1;
	font-size:16px;
	color:#808040;
	padding: 5px;
}
#content p {
	font-size:14px;
}

/*--------------------------------------------------------------------FOOTER
#footer { 
 width: 100%;
 clear: both;
 color: #333;
 border: 1px dashed white;

}
*/