body {
	background:url("/style/page_bg.png");
}

#container1 {
background:url("/style/schatten_mitte.png") repeat-y;
}

#container2 {
background:url("/style/schatten_oben.png") top left no-repeat;	
}

#container3 {
background:url("/style/schatten_unten.png") bottom left no-repeat;	
}

#container4 {
background-color: #E9E9E9;
border: 1px solid #7F7F7F;
}

#title {
	background:url("/style/topnav_bg.png") repeat-x;
	color: #FFFFFF;
}

#title h1 {
	color: #FFFFFF;
}

#content {
border-left: 1px solid #7F7F7F;
background-color: #FFFFFF;
margin-left: 200px;
}
div#content { 
min-height:800px;
height:expression(this.scrollHeight > 800 ? "auto":"800px"); 
}
