body {
	background-image: url(./design/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #000066;
}
.Stil1 {
	font-family: Arial;
	font-size: 12px;
	color: #000066;
}

.Stil2 {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000066;
}


.Stil3 {
	font-family: Arial;
	font-size: 14px;
	color: #000066;
}


.Stil14 {font-family: Arial; font-size: 14px;}
.Stil15 {color: #000066}
.Stil17 {color: #333333}


a:link {
	color: #000066;
	text-decoration:none;
}
a:visited {
	color: #000066;
	text-decoration:none;
}
a:hover {
	color: #000066;
	text-decoration:underline;
}
a:active {
	color: #000066;
}



#nav, #nav ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 20px;
	margin-left: 13px;

}

#nav a {
	display: block;
	width: 90px;
	font-size: 11px;
	font-family: Arial;
	text-decoration:none;
	
}

#nav a:hover {
	display: block;
	width: 90px;
	font-size: 11px;
	font-family: Arial;
	text-decoration:underline;
	
}


#nav li {
	float: left;
	margin-left: 5px;
	width: 90px; 
}

#nav li ul { 
	margin-left: -33px;
	position: absolute;
	background: #efefef;
	width: 100px;
	left: -999px;
	border-style:dotted; 
	border-color:#cccccc; 
	border-width:1px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}