/* PAGE/GENERAL */

*
{
margin: 0;
padding: 0;
}

body
{
	background-color: #7E7E7E;
	background-image: url(bilder/bg.jpg);
background-repeat: repeat-x;
}





/* HAUPTNAVIGATION */



/* HEADER */


#header
{
display:none;
}





/* CONTENT */


#content
{
margin-top:20px;
padding-bottom: 50px;
}

#contentMain
{
	display: inline;
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 0px;
	 font-size:12px;
 line-height:150%;
	width: 570px;
	margin-right:10px;
}





/* FOOTER */

#footer
{
position:absolute;
bottom:40px;
	width:800px;
	height:22px;
   font-size:11px;	
}



/* SPECIALS */


.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}



div {
font-family : tahoma, geneva, helvetica, sans-serif;
color:#181818;
}
h1 {
color:#523D93;
font-size : 14px;
padding-top : 10px;
margin-bottom : 10px;
}
h2 {
font-size : 13px;
margin-top : 20px;
margin-bottom : 10px;
}



#nav_rechts1  {	
display:none;
}


#kontakt
{
display:none;
}

