div#container {
	width:98%;
	min-width:938px;
	max-width:1240px;
	margin-left:auto;
	margin-right:auto;
}

/*-----------------------------------*/
div#oben {
}

div#header_left { 
	float:left;
	width:200px;
	height:100px; 
	padding-top:10px;
	text-align:center;
}

div#header_main { 
	height:100px;
	margin-left:200px; 
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
	text-align:right;
}

div#header_title { 
	padding-right:150px;
}

div#header_right {
	float:right;
}

/*-----------------------------------*/
/* Kopftrennzeile = Fusszeile      */

div#kopftrennzeile, div#footer {
	clear:both;
}

div#update, div#foot-seite{
	float:right;
	text-align:right;
	padding:5px 10px;
}

div#pfad, div#foot-mail{
	margin-right:30px;
	padding:5px 0 5px 10px;
}

/*-----------------------------------*/
/* Navigation und Hauptteil          */

div#mitte {
	position:relative;	/*alex*/
}

div#links { 
	float:left;
	width:200px; 
	padding-top:20px;
        padding-bottom:20px;
}

div#center {
	min-height:40ex;
	padding: 10px 10px 20px 20px;
	overflow:hidden;      /*wichtig gegen Abstand bei clear:both im div#center*/
/*	margin-left:200px; */ /*geht nicht zusammen mit overlow:hidden*/

}


