li
{
text-decoration: none;
}

ul
{
list-style-image:none;
list-style-position:inside;
font-weight:normal;
text-decoration: none;
}


UL { list-style-type: none; text-indent: -35px; font-weight:bold; font-size:14pt;} 
UL UL { list-style-type: none; text-indent: -65px;  font-weight:normal; font-size:11pt;} 
UL UL UL { list-style-type: none; text-indent: -90px; font-weight:normal; font-style:none; font-size:11pt;}
UL UL UL UL{ list-style-type: none; text-indent: -110px; font-weight:normal; font-style:none; font-size:11pt;}

body
{
margin: 0px;
font-family: verdana;
font-size: 13px;
background-color: #F4953B;
}

a
{
font-family: verdana;
font-size: 13px;
text-align: left;
color: #000066;
text-decoration: none;
}

p
{
font-family: verdana;
font-size: 13px;
text-align: left;
}

/*  DIV-Klassen */
#main
{
vertical-align: top;
margin: 0px;
padding:12px;
height:385px; 
overflow-x:hidden; 
overflow-y:auto; 
scrollbar-base-color : #FFFFCC; scrollbar-track-color : #FFFFCC; scrollbar-face-color : #FFFFCC; 
scrollbar-highlight-color : #FFFFCC; scrollbar-3d-light-color : #FFFFCC; scrollbar-dark-shadow-color : #FFFFCC; 
scrollbar-shadow-color : #FFFFCC; scrollbar-arrow-color : #FFFFCC;
}

#navi
{
	vertical-align: top;
	background-color: #FFCC66;
	width: 150px;
	padding: 8px;
}

#footer {
	height:62px; 
	background-color: #000066;
    	bottom:0px;
    	text-align:right;
	font-size:9pt;
	color:#FFFCCC;
	padding:4px;
}