@import url("MyReset.css");

/* DANKE an Andreas Zwinkau - http://cssninja.de */
#alles {

	position: relative;
	min-height: 100%;
	width: 100%;
	background-color: #ffffff; } /* nimm die Farbe vom Textteil! */
	
	* html #alles {	height: 100%; }

.seite
{	 
	 width:980px; 
	 margin: 0px auto;
	 font-family:Verdana, Sans-Serif;
	 font-size:0.8em;
}

.optGR
{ font-weight:bold; }
