﻿#hauptmenue
{
	position: absolute;
	left: 100px;
	top: 150px;
	width: 150px;
	height: 400px;
	z-index: 1;
	font-variant: normal;
}	
#titeleiste {
	position:absolute;
	left:400px;
	top:100px;
	width:450px;
	height:50px;
	z-index:2;
	text-align:right;
}
#logo {
	position:absolute;
	left:100px;
	top:100px;
	width:300px;
	height:50px;
	z-index:1;
}
#inhalt {
	position:absolute;
	left:250px;
	top:150px;
	width:600px;
	height:400px;
	z-index:2;
	background-color: #666666;
}
body {
	background-color: #666666;
}
#fuss {
	position:absolute;
	left:100px;
	top:550px;
	width:150px;
	height:10px;
	z-index:4;
	background-color: #666666;
}
#hauptmenue_schrift
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	padding: 10px;
	height: auto;
	width: auto;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 10pt;
	background-color: #CCCCCC;
	text-decoration: none;
	font-variant: normal;
}

#untermenue
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	padding: 10px;
	height: auto;
	width: auto;
	font-size: 10pt;
	background-color: #666666;
	margin: 0px;
	border-right: #cccccc thin solid;
	border-top: #cccccc thin solid;
	border-left: #cccccc thin solid;
	border-bottom: #cccccc thin solid;
	font-variant: normal;
}

a:link {
	text-decoration: none;
	color: #FF6600;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #000000;
}




