#inhalt {
	width: 1200px;
	padding: 0px;
	position: absolute;
	top: 80px;
	left: 250px;
}

#navi {
	width: 200px;
	padding: 0px;
	position: absolute;
	top: 80px;
	left: 6	px;
	height: 349px;

}


#hauptnavi {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	background: ;
	position: absolute;
	top: 50px;
	left: 6	px;
	height: 32px;
}

#hauptnavi ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#hauptnavi li {
	display: inline;
}

#hauptnavi a {
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 16px 0px 16px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;
	text-transform : uppercase;
	height: 21px;
}

#hauptnavi a:hover {
	background-color: #F56060;
}

#hauptnavi a.sel {
	background-color: #F9D3D2;
	color: #BC2220;
}

#navi h3 {
	border-top: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	background-color: #0000FF;
	color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 20px 0px 0px 0px;
}

#navi p {
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #0000FF;
	margin: 0px;	
}

#navi p a {
	text-decoration: none;
	color: #000000;	
}

#navi p a:hover {
	text-decoration: underline;
	color: #BC2220;	
}

