body 
{
	font-family: Verdana;
	font-size: 12px;
	background-color: Black;
	color: #ffffff; /* Schriftfarbe auf weiß */
	margin: 20px 20px 20px 20px; /* Seitenränder in der Reihenfolge oben-rechts-unten-links */
}


a{
	color: Red; /* Schriftfarbe für alle Links */
}


/* Die linke Navigationsleiste */
#menue{
	width: 15%; 
	border: 0px;
	padding: 0px;
	float: left;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#main{
	width: 85%;
	float: left;
   padding: 10px 10% 0px 10%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 55%
}


a.navi {
	display: block;
	padding: 3px;
	border-top: 6px solid Black; /* Trennstrich im Menü */
	background-color: Gray;
	text-align: center;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: none;
}


a.navi:active
{
	color:#737994;
	background-color:#eeeeee;
}


a.navi:hover
{ 
  color:#737994;
 background-color:#eeeeee;
}

img{
	border: 0;
}