body { 
	background: #fff; 
	margin: 0; 
	padding: 0;
	text-align:left;
	height:100%;
	width:100%;
}

.img {
	margin-bottom: 25px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h3 {
	text-align: center;
	text-decoration: underline;
	font: bolder 18px "verdana";
	color: #000;
}

#container {  
	padding: 0px;  
	margin: 0px; 
	width:770px;
}

#header { 
	background: url(img/head.jpg) no-repeat;
	margin: 0;
	padding:0;
	width:770px;
	height:128px;	
}

#navi {
	width: 200px;
	margin-top: 24px;
	margin-left: 24px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

#navi li a {
	color: #0066FF;
	display: block;
	background: url(img/navi.gif) 0 -32px;
	padding: 8px 0 0 17px;
	text-decoration: none;
	height: 24px;
}
	
#navi li a:hover {
	color: #3688BA;
	background: url(img/navi.gif);
	padding: 8px 0 0 17px;
	text-decoration: none;
	height: 24px;
}

#bilder {
	margin-top: 25px;
	width: 200px;
	margin-left: 25px;
}
	
#textcontainer {
	background: #fff url(img/text.jpg) bottom no-repeat;
	position:absolute;
	top:100px;
	padding: 10px;
	margin-left:250px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	width:498px;
	height:auto;
	font: normal 12px "verdana";
	text-align: justify;
	line-height:19px;
	color: #000000;
}
	
#footer { 
	text-align: center; 
	border-top:1px solid #CBCBC2;
	font: 11px "georgia";
	color: #000000;
}

#footer a:link, #footer a:visited { 
	font: 11px "georgia";
	color: #000000; 
}

#footer a:hover { 
	font: 11px "georgia";
	color: #888; 
}