﻿#inhalt{
	float: left;
	margin: 10px;
	width: 70%;
}

#banner {
		float: left;
		clear: right;
		width: 100%;
		height: 60px;
		background-color: #666699
}
#navilinks {
		float:left
}
#bannertext {
		color: white;
		font-size: 30px;
		font-family:Arial, Helvetica, Sans-Serif;
		font-style: italic;
		font-weight: bold;
		text-align: left;
		background-color: #666699;
}
#navioben {
	color: white;
	background-color: #666699;
	text-align: center;
	height: 20px;
	padding: 0;
	margin: 0;
	width: 100%
}
#abstand {
	background-color: #9999FF;
	height: 5px;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 1px solid black;
}
#navioben a, #navioben a:link,
#navioben a:visited, #navioben a:active, .abstand {
	background-color: #666699;
	border: none;
	width: 7%;
	display: block;
	float: left;
	margin-right: 1%;
	text-decoration: none;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	border-top: 1px solid #666699;
	border-right: 1px solid #666699;
	border-left: 1px solid #666699;
}
#navioben a:hover, .auswahloben {
	background-color: #9999FF;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid black;
	width: 7%;
	display: block;
	float: left;
	margin-right: 1%;	
}





