
#container {
position: absolute;
width: 800px;
top: 10px;
font-family: Verdana;
font-size: 15px;
line-height: 1.5;
margin:0px auto;
}


#navigation {
position: relative;
top: 10px;
left: 10px;
/*background-color: #ff0000;*/
width: 680px;
height: 440px;
font-family: Verdana;
font-size: 15px;
font-weight: bold;
overflow: hidden;
}

.navlinks {
position: absolute;
top: 0px;
left: 0px;
color: #000000;
}

.navlinks ul {
margin: auto;
}

.navlinks li {
margin: 0px 0px 0px 0px;
 /* display: inline; */
color: #000000;
list-style-type: none;
}

.link {color: #ffffff;}
.link:hover {color: #cccccc;}

.box1 {
	position: relative;
	top: 10px;
	left: 10px;
	width: 200px;
	height: 200px;
	background-color: #ff7700;
	overflow: hidden;
	padding: 5px;
}


.box2 {
	position: absolute;
	top: 220px;
	left: 10px;
	width: 200px;
	height: 200px;
	background-color: #11ff00;
	overflow: hidden;
	padding: 5px;
}

.box3 {
	position: absolute;
	top: 10px;
	left: 440px;
	width: 200px;
	height: 200px;
	background-color: #dd00dd;
	overflow: hidden;
	padding: 5px;
}

.box4 {
	position: absolute;
	top: 220px;
	left: 440px;
	width: 200px;
	height: 200px;
	background-color: #ffbb00;
	overflow: hidden;
	padding: 5px;
}

.box5 {
	position: absolute;
	top: 10px;
	left: 220px;
	width: 210px;
	height: 410px;
	background-color: #00aaee;
	overflow: hidden;
	padding: 5px;
}

#body {
	position: relative;
	width: 800px;
	/*height: 350px;*/
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	background-color: #eeeeee;
	font-family: Verdana;
	font-size: 10px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
	/*overflow: auto*/
}

 h1  {
font-family: Verdana;
color: #222222;
font-size: 16px;

}


