@charset "utf-8";
/* CSS Document */

#body {
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#main {
	position: absolute;
	left:0px;
	right:auto;
	top:10px;
	padding-bottom:30px;
	width:100%;
	min-height:500px;
	z-index:1;
	background-color: #FFFFFF;
}
#content {
	position:relative;
	top:0px;
	width:760px;
	z-index:2;
	background-color: #828282;
	color:#ffffff;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:760px;
	height:68px;
	z-index:2;
}

#inhalt {
	position:absolute;
	left:20px;
	top:92px;
	width:480px;
	z-index:2;
	overflow: auto;
}


#footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:760px;
	height:72px;
	z-index:2;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#menue {
	position:absolute;
	right:0px;
	top:70px;
	width:275px;
	height:430px;
	z-index:500;
}

#promotion {
	position:absolute;
	right:41px;
	top:500px;
	width:165px;
	height:600px;
	z-index:2;
}


h1 {
	font-size: 18px;
	color: #FFFFFF;}
h2 {
	font-size: 16px;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
