/* CSS Document */
body { margin: 0; padding: 0;
background-color:#334D80;
}

html {
overflow-y: scroll !important;
}


#hintergrund {
	height:10px;
}

#container { position:absolute;
	top:10px;
	width:780px;
	left:50%;
	margin-left: -390px;
	background-color:#EEEEEE;
	
}

/* Navigation oben */
#oben { position:absolute;
    height: 70px;
	width:780px;
	left:50%;
	margin-left: -390px;
	background-color:#0E2043;
	
}
/*#menue { position:absolute;
	top:15px;
    height: 30px;
	left:200px;
}*/
/* Ende Navigation oben */

/* Navigation links */
#box2 {
	position:relative;
	z-index:2;
	top:90px;
	left: 10px;
	width: 154px;
	float: left;
}
#box5 { position:relative;
    clear: left;
	z-index:2;
	top:300px;
	left: 10px;
	width: 154px;
}
/* Ende Navigation links*/

/* Logo */

#logo { position:absolute;
	top:2px;
	left:10px;
}

/* Ende Logo */

#inhalt {
    width: 85%;
	height:100%;
	background-color:#999999;
}
#box1 { position:absolute;
	z-index:1;
	top:70px;
	left: 50%;
	width: 780px;
	margin-left: -390px;
	background-color:#EEEEEE;
	/*overflow:scroll;*/
}
#box3 {  
	height:400px;
	z-index:1;
	margin-top:90px;
	margin-left: 20px;
	width: 240px;
	background-color:#EEEEEE;
	float:left;
}
#box4 { 
	min-height:450px;
  	height:auto !important;  /* für moderne Browser */
  	height:400px;  /*für den IE */
	z-index:1;
	margin-top:90px;
	margin-left:444px;
	width:320px;
	background-color:#EEEEEE;
}
#box6 { 
	z-index:1;
	top:20px;
	margin-top:90px;
	margin-left: 184px;
	width: 580px;
    min-height:400px;
  	height:auto !important;  /* für moderne Browser */
  	height:400px;  /*für den IE */
	padding-left:2px;
	background-color:#EEEEEE;
}
#box61 { 
	height:450px;
	z-index:1;
	margin-top:90px;
	margin-left: 184px;
	width: 240px;
	padding-left:2px;
	float:left;
}
#box7 {  
	height:400px;
	z-index:1;
	margin-top:90px;
	margin-left: 20px;
	width: 140px;
	float:left;
}
#box8 { 
	height:400px;
	z-index:1;
	margin-top:90px;
	margin-left: 344px;
	width: 430px;
}
#box81 { 
	height:400px;
	z-index:1;
	margin-top:90px;
	margin-left: 304px;
	width: 470px;
}
#box9 {
background-color:#DCE2ED;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#druck { position:absolute;
	left:20px;
	z-index:1;
	background-color:#FFFFFF;
}

img { border:0;
}

