﻿#body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	background-color: #999999;
	text-decoration:none
}

#body a{
	text-decoration:none
}

#container {
	border: 1px solid #808080;
	width: 900px;
	margin: 0 auto;
	position: static;
	z-index: 5;
	background-color:#003399;
}

#banner {
	border-bottom: 1px solid #808080;
	text-align: left;
	background-color: #CCcccc;
	width: 900px;
	height: 180px;
	clear: both;
	position: static;
	z-index: 2;
	clear:both
}

#navi_gesamt
{
	position:absolute;
	height: 24px;
	width: 900px;
	z-index: 10;
	clear: both;
}

#navi_gesamt a:hover
{
	color:#ffcc66
}


#dropmenudiv{
position:absolute;
border:1px solid #808080;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #808080;
padding: 1px 0;
text-decoration: none;
color:#000000
}

#dropmenudiv a:hover{
	background-color: #FFcc66;
}


#navi td {
	width:120px;
	border:1px #808080 solid;
	background-color:#003399;
	text-align:left;
	padding-left:10px
	
}	
	
#navi a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none
}

#navi td hover {
	background-color:#808080
}


#main {
	width:900px;	
	z-index: 2;
}

#footer {
	width: 900px;
	background-color: #CCCCCC;
	color: #666666;
	font-size: 9pt;
	clear: both;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #808080;
}

#footer a {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	color:#cc3300;
}


