html,body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;
	text-align: left;
	font-size: 11px;
	height: 100%;
	/*scrollbar-base-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #009966;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;*/
}

/* - - - - - - - - - - - - - - - - - - - - Layout Allgemein Start- - - - - - - - - - - - - - - - - - - - */
#container {
	position: absolute;
	top: 110px;
	left: 185px;
	overflow: auto;
	/*border: 1px solid black;*/
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 343px;
	height: 155px;
	/*border: 1px solid black;*/
}

#content {
	position: absolute;
	top: 220px;
	left: 80px;
	width: 465px !important; 
  	width: 465px; /* nur für den IE */
	/*height: 96%;*/
	overflow: no;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid black;*/
}

#navigation {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 120px;
}

