ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	padding: 5;

}

li#first { /* all list items */
	float: left;
	position: relative;
	width: 22em;
	height: 1em;
                   text-align: left;
	cursor: default;
	background-color: #faefda;
	border: 1px solid #8ba2d3;
	border-width: 1px 1;
                   top: 15px;
                   padding: 0.5em 0 0.5em 0;
}

li#seknav { /* all list items */
	float: left;
	position: relative;
                   text-align: left;
	cursor: default;
	background-color: #faefda;
	width: 8em;	
}


#nav li li a:hover {
	padding: 0.2em 5px;
	border-width: 0 5px;
	border: 1px solid #8ba2d3;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}


body
 { 
margin-left:0px; 
margin-right:0px; 
margin-top:5px; 
::background-color:#fefbf6;
background-color:#016cb4;
scrollbar-face-color: #8ba2d3; 
scrollbar-highlight-color: white; 
scrollbar-shadow-color: white; 
scrollbar-3dlight-color: #8ba2d3; 
scrollbar-arrow-color: rgb(255,255,255); 
scrollbar-track-color: white; 
scrollbar-darkshadow-color: #8ba2d3;
}


TABLE { font-family: helvetica, arial, verdana, geneva, sans-serif; font-size: 11px ; color: #000000 ;}


A:LINK {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 12px;
	font-style : normal;
}

A:visited {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #000000;
	font-style : normal;
}

A:hover {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #8ba2d3;
	font-style : normal;
}

a:active {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #red;
	font-style : underline;
}

a:inhalt {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #8ba2d3;
	font-style : normal;
	font-size : 8px;


A.headnav {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size: 5;
	font-style : normal;
}




A.enter {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 16px;
	font-style : normal;
}

a.partner
{
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 11px;
	font-style : normal;
}


td.primnav {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 12px;
	font-style : normal;
}


td.ueberschrift
{
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 16px;
	font-style : normal;
}


td.ueberschriftitserv
{
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 16px;
	font-style : normal;
	font-weight:bold;
}

td.inhalt
{
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 12px;
	font-style : normal;
	line-height:18px;
}



td.impresum
{
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 12px;
	font-style : normal;
	line-height:15px;
}

td.partner
{
	font-family : Helvetica, Verdana, Arial, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 11px;
	font-style : normal;
}

img.nav
{
border-color: #ffffff;
}

p.news
{
line-height:2px;
}


