body {
	background: #000;
	margin: 20px;
}


a:hover		{color:#fff; text-decoration: overline;}
a:link		{color:#FA5402;}
a:visited	{color:#FA5402;}
a:active	{color:#FA5402; text-decoration: overline;}


p, span.text {
	font-family: Verdana;
	font-size: 8pt;
	color: #fff;
	line-height: 16px;
}

span.tab {
	font-family: Verdana;
	font-size: 8pt;
	color: #fff;
	line-height: 20px;
}


span.head {
	font-size: 10pt;
	font-weight: bold;
	color: #ee7820;
	text-transform: uppercase;
	letter-spacing: 2px;
}


span.navtext {
	font-size: 8pt; 
	font-family: Verdana;
	color: #fff; 
	letter-spacing: 2px; 
	line-height: 16px; 
}


#navleiste {
	margin: 0px; 
	padding: 0px; 
	background: #565656; 
	width: 800px;
}


#navleiste a, #navleiste a:visited {
	float: left; 
	display: block; 
	padding: 5px 11px 5px 10px; 
	color: #fff; 
	background: #565656; 
	font-weight: bold; 
	text-decoration: none; 
	border-right: 1px solid #ee7820; 
	letter-spacing: 2px; 
}


#navleiste a:hover, #navleiste a.aktiv, #navleiste a:visited.aktiv, #navleiste a:hover.aktiv {
	float: left; 
	display: block; 
	padding: 5px 11px 5px 10px; 
	color: #292929; 
	background: #ee7820; 
	font-weight: bold; 
	text-decoration: none; 
	border-right: 1px solid #ee7820; 
	letter-spacing: 2px; 
}


#navleiste div {
	float: left; 
	display: block; 
	padding: 0px; 
}






















