body {
	margin: 0;
	margin-bottom: 25px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif; 
	color: #555; 
	font-size: 10pt;
	background-color: #fff;
	height:100%;
	width:98%;
	background-image:url('bg.jpg');
	background-repeat: yes-repeat;
}

iframe {
	overflow-x: hidden;
}


#logo {
	clear:both; 
	margin: 5px auto auto auto;
	width: 800px;
	height:100px;
	background-image:url('logo-header.png');
	background-repeat: no-repeat;
}


#header {
	clear:both; 
	margin: -8px auto auto auto;
	height: 32px;
	width: 760px;
	padding: 8px 20px 20px 20px;
	background-image:url('bg-header.png');
	background-repeat: no-repeat;
}

#navi {
	clear:both; 
	float:left;
	height: 35px;
	width: 746px;
	padding: 8px;
	background-image:url('navi.png');
	background-repeat: repeat-x;
}



#middle {
	line-height: 150%;
	clear:both; 
	margin: auto auto;
	padding: 30px;
	padding-top: 0px;
	width: 740px;
	background-image:url('middle.png');
	background-repeat: repeat-y;
}


#footer {
	color: #999;
	font-size: 95%;
	clear:both; 
	margin: auto auto;
	height: 30px;
	width: 770px;
	padding: 15px;
	background-image:url('footer.png');
	background-repeat: no-repeat;
}



a, a:visited, a:active {
	color:#555; 
	text-decoration: underline; 
	position: relative; 
}

a:hover{
	color:#8ac3e7; 
	text-decoration: none; 
	position: relative; 
}


a.navi {
	font-weight: bold;
	font-family: tahoma;
	display:block;
	float:left;
	padding: 1px;
	padding-left: 20px;
	padding-right: 20px;
	color:#777; 
	text-decoration: none; 
	position: relative;
	border-right: 1px solid #DAD7D2;
}

a.navi:hover {
	color:#70b3dd; 
	text-decoration: none; 
	position: relative;
}


a.navi_aktiv {
	font-weight: bold;
	font-family: tahoma;
	display:block;
	float:left;
	padding: 1px;
	padding-left: 20px;
	padding-right: 20px;
	color:#fff; 
	text-decoration: none; 
	position: relative;
	background-color: #70b3dd;
	border-right: 1px solid #DAD7D2;
}

a.navi_aktiv:hover {
	color:#fff; 
	text-decoration: none; 
	position: relative;
}



img {
	border: 0px;
}


h3 {
	font-size: 16px;
	color: #70b3dd;
	display: block;
	padding: 4px;
	margin: 0px;
}



