

/*** The #header div has a static position and a background image ***/

#header {
	margin: 0;
	padding: 0;
	background-color: #fff; 
	background: url("../img/kopf_start.jpg") 0 0 no-repeat; /*** this is a shorthand 
								   property for the various 
								   background properties ***/
	height: 71px; } /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 

#leftbox {
	position: absolute;
	left: 0px;
	width: 176px;
	background-color: #bcbec0;
	background: url("../img/nav_li_cold.jpg") 0 0 no-repeat;
	color: #000000; 
	padding-top: 20px; }

#container {
	margin-left: 176px;
	background: #fff;
	background-image: url("../img/nav_oben_start.jpg") 0 0 no-repeat;
  background-position: 100% 0;
  background-repeat: repeat-y;
	 }
	 
#sonder {
	margin-left: 176px;
	margin_top: 80px;
	position: absolute;
	height: 20px;
	width: 300px;
    z-index: 20;
	 }

#navmenu {
font-weight: bold;
text-align: right;
	background-color: #fff;
	background: url("../img/nav_oben_start.jpg") 0 0 no-repeat;
	padding: 0px 0;
    width: 624px;
	position: relative; } /*** IE6 needs this to display the div ***/  

/* Hide from IE5-Mac \*/
* html #navmenu {height: 1%;}
/* end hide *//*** This hack will make IE5-win display the background color for the nav ***/