body     { color: #ccc; font-size: 12px; font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #000 }

a:link img, a:visited img { border-style: none }

/* kein border bei img links */
a img { color: white }
/* trick fuer border0 in Netscape 4 */
a img { color: inherit }
/* kein farbwechsel */

h1     { 
color: #ccc; 
font-size: 12px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
letter-spacing: 1px; 
margin-bottom: 0; }

a:link      { 
color: #fc9; 
font-size: 12px; 
font-family: Verdana, Arial, Helvetica, sans-serif }

a:visited   { font-size: 12px; color: #999  ; text-decoration: underline; }

a:hover, a:active   { 
font-size: 12px; 
color: #996; 
text-decoration: underline }

/* ---- menu navigation */
ul  { list-style: none; margin: 0; padding: 0; width: 211px; }

ul li {
	position: relative; }
	
li ul {
	position: absolute;
	left: 210px; /* setze 1px weniger als die menu breite */
	top: 0;
	display: none; }

/* Styles fuer die menu balken */
ul li a  { display: block; color: #ccc; background: url(../picts/norm.gif) no-repeat; text-decoration: none; text-indent: 18px; padding: 2px 5px 2px 12px; }

/* Fix IE. verstekt fuer IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; } /* End */

ul li a:hover   { 
color: #fff; 
background: url(../picts/over.gif) no-repeat; } /* hover style */
		
li ul li a { padding: 2px 5px; } /* untermenu style */
		
li:hover ul, li.over ul  { 
display: block; } /* The magic :-) */

.klein { color: #ccc; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }

#footer   { position: fixed; bottom: 5px; padding: 2px; clear: both   }

.slide {
	max-width: 160px;
	max-height: 160px;
	text-align: center;
	font-size: 10px;
	color: #333333;
	line-height: 1.5;
	padding: 5px;
	margin: 2px; }

.slide img {
	padding: 0;
	margin: 0 0 4px 0;
	opacity: 1.9;
	filter: alpha(opacity=99);
	-khtml-opacity: 99;
	vertical-align: middle; }

.slide img:hover {
	background: #dedede;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-khtml-opacity:80; }

.slide p {
	font-size: 10px;
	line.height: 1.5;
	margin: 0;
	padding: 2px 0; }
