/*
* Formate:
* http://de.selfhtml.org/css/formate/einbinden.htm
*
* Drucken
* http://de.selfhtml.org/css/eigenschaften/printlayouts.htm#page
*/

div#header
{
	display:none;
}


div#inhalt
{
	width:  700px;
	float:	left;
    text-align:left;
    height:auto;
}


div#left
{
	display:none;
}


div#right
{
 display:none;
}



body
{
 margin: 0px;
}




/* Horizontale + Vertikale Zentrierung */
.mitte
{                                              
position: absolute;                                                                        
left: 0px;
width: 100%;      
top: 0px;
margin-top: 0px;                                                                         
text-align: center;                                                                   
}


.wrapper2 
{
margin: 0px auto;
position: relative;
text-align: left;
width: 942px;
}
