/* CSS Document */

html, body {
	margin:5px;
	padding:5px;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #003366;
	
}

#rahmen {
	margin-left:auto;
	margin-right:auto;
	background:#000000;
	width:1100px;
	border: 1px solid black;
	background-color: #FFFFFF;

}

#banner {
	background-color:#FFFFFF;
	width:auto;

	}
#navioben {
	background-color:#FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding-right: 10px;
}
#rahmencontent {
	background-color:#FFFFFF;
}
#menue {
	background-color:#FFFFFF;
	width: 220px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	height: 380px;

}

#menue ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.floatleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#menue li {
display: block;
}
#menue li a, #menue li a:link {
	text-decoration: none;
	display: block;
	width: 200px;
	padding: 5px;
	color: #C9650D;
}
#menue li a:visited {
	color: #666666;
}
#menue li a:hover, #menue li a:active, #menue li a:focus {
	color: #C9650D;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #EAF1FB;
	background-color: #FEEED7;
	padding-left: 3px;
}
h1 {
	font-size: small;
	color: #666666;
	background-color: #EAF1FB;
}

a:link {
	text-decoration: none;
	color: #003366;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #C9650D;
	text-decoration: underline overline;
}
a:active {
	color: #000000;
	text-decoration: none;
}


#content {
	background-color:#FFFFFF;
	width: auto;
	text-align: left;
	margin-left: 300px;
	height: auto;
	padding-top: 10px;
	padding-right: 40px;
	overflow: auto;
}

#footer {
	background-color:#FEEED7;
	padding: 2px 2px 5px 10px;
	text-align: left;
	border-top: 1px solid black;
	clear: left;
}
h3 {
	font-size: small;
}
.footerschrift {
	font-size: x-small;
	font-weight: normal;
}
li {
	list-style-position: outside;
	list-style-type: disc;
	color: #D3650D;
}
.startseiteschrift {
	color: #C9650D;
}
.floatrechts {
	float: right;
	margin-left: 20px;
	padding-bottom: 10px;
}
