html, body {
	height: 100%;
}
body {
	line-height: 150%;
	font-family : Arial;
	font-size : 9pt;
	color : black; 
	padding:0px;
	margin:0px;
	background:#ffffcd url(../img/background.png) repeat-y;
}
 
/* Container, der alles umschliesst */
div#haupt_container {
	width: 950px;
	height: auto;
	padding:0;
	margin: 0px auto;
	position: relative;
	top: 0;
}
/* Container fuer das Logo */
div#logo_container {
	width: 950px;
	height: auto;
	padding:0;
	margin: 0px auto;
	position: absolute;
	top: 0;
	left: 0;
}
div#logo_container img {
}  

div#linke_spalte{
	width:250px; 
	height:auto;
	float:left; 
	position: relative; 
	margin-top: 170px;
 }
/* Container fuer die Schilder */
div#sign_container {
	width: 250px;
	height: auto;
	padding:0;
	margin-top: 5px;
	margin-left: 35px;
	left: 0;
	position: relative;
}
div#sign_container img {
	margin-top: 5px;
}  

/* Container fuer den Inhalt */
div#inhalt_container {
	width:750px; 
	height:auto;
	position: absolute; 
	min-height: 450px;
	top: 180px;
	left: 260px;
	background-color: #ffffcd;
	background:#fff3b2 url(../img/background_main.png) no-repeat top center;
	padding-top:5px;
	padding-left:5px;
}


