html, body {
	color: black; background-color: #f0f0f0;
	font-size: 16px;
	font-family: Verdana, sans-serif;
	margin: 0; padding: 0;
	overflow: hidden;
}

#sbox {
	position: fixed;
	top: 160px; left: 180px; right: 0; bottom:0;
	padding: 0.5em 1em 0em 1em;
	background-color: #f0f0f0;
	overflow: auto;
	}

#head {
	position: fixed;
	top: 0em; left: 0em;
	width: 100%; height: 7em;
	background-color: #f0f0f0;
}
#fixline {
	position: absolute;
	top: 4.5em; left: 0em;
	width: 100%; height: 2.5em;
	background-color: #aadd11;
}

#head img {
	position: absolute;
	top: 0;
	right: 40px;
	height: 150px;
	width: 130px;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
	border-left-width: 12px; border-left-style: solid;
	border-right-width: 12px; border-right-style: solid;
	border-bottom-width: 6px; border-bottom-style: solid;
	z-index: 30;
}

#fixiert {
	position: fixed;
	top: 0; bottom: 0; left: 0em;
	width: 180px;
	background-color: #003399;
	width: 180px;
	overflow: hidden;
	z-index: 15;
}
#fixiert img {
	position: absolute;
	bottom: 1em; left: 20px;
	top: auto; width: 140px;
	height: 140px;
	z-index: 20;
}

#menue {
	position: absolute;
	top: 9em; 
	left: 1.1em;
	line-height: 130%;
	color: white;
	font-weight: bold;
	z-index: 20;
}

#menue a:link {
	color: white;
	font-size: 85%;
	text-decoration: none;
}
	
#menue a:visited {
	color: white;
	font-size: 85%;
	text-decoration: none;
}
	
h1 {
	font-weight: bold;
	font-size: 160%}

.indent {
	margin-left: 30px;}
	