@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 background:#EAE6AB;
 overflow-x:hidden;
}
#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;
}
.schrift_oben {
 display:block;
 text-indent:-9999px;
 width:524px; height:53px;
 background: url(../_bilder/schrift.png) no-repeat 0 0;
 position:absolute;
 left:50%; top:90px;
}

/*--------------------------------------------------------------------MAIN HEADER*/
#mainheader {
 color: #333;
 width: 100%;
 height: 260px;
 background: #FFFFFF;
 border-top: 15px solid #7B8C4D;
 border-bottom: 15px solid #7B8C4D;
 overflow: hidden;
}

.start_bild {
 margin-top: -55px;
 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*/
.bold {font-weight:bold;}

#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:15px;
	padding-top:15px;
	text-align:center;
	border-top:1px solid #999999;
}
#content h1, p{
	font-family: Geneve, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	line-height: 1;
	font-size:13px;
	color:#808040;
	padding-bottom: 10px;
}
#content h1 {font-size:17px; padding-bottom:20px;}

/*--------------------------------------------------------------------FOOTER */
#footer { 
	position:relative;
	width:695px;
	height:200px;
	margin-left: 25%;
	margin:200px auto 0 auto;
}
#footer h1{font-size:14px; padding-bottom:5px; 	color:#808040;}
#footer img{
	border:none;
}

