body {
	margin-top: 0px;
	margin-left: 80px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size:13px;
	background-color: #D1E0F3;
	}
#container {
position: absolute;
visibility: visible;
left: 50%;
top: 9%;
width: 800px;
margin-left: -360px;
margin-top: -50px;
}
#banner {
width: 100px;
}
#navi {
width: 100%;
background-color: #D1E0F3;
border-width:2px;
border-style:solid;
border-color:#000000;
font-size: 11px;
font-weight: bold;
color: #fffff;
text-align: center;
}
#content {
width: 100%;
height: 400px;
text-align: center;
overflow: auto;
background-color: #ffffff;
border-width:2px;
border-style:solid;
border-color:#000000;
background-image: url(back.jpg); 
background-repeat: no-repeat;
}
#content p {
margin: 4px;
}
#footer {
width: 100%;
font-weight: bold;
text-align: center;
}
	a, a:link, a:visited, a:active, a:focus {
	color: #0000FF;
	text-decoration: none;
		font-size:12px;
    }
	a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
		font-size:12px;
    }
h1 {margin: 2px; font-size:20px; font-weight: bold; color: #0000FF; text-align:center;}

.klein {font-size: 9px; font-weight: bold;}