body,ol,ul,td {
   margin:0px;
   font-family: Helvetica,Verdana,Arial,sans-serif;
   font-size: 12px;
   color: #FFFFFF;
   /* hier kommt der Eierschalenhintergrund: #F4F4E) oder eben weiss: #FFFFF */
   background-color:#000000;
   font-style: normal;
   line-height: 18px;
}


/* ====== Pseudoklassen ====== */
/* ****** Container ******* */
#sprache {
   margin: 34px 0px 0px -5px;
   width:200px;
}


#main {
    margin: 0px 100px 0px 100px;
    width: auto;
    min-width:800px;
    text-align:left;
}

#logo {
   margin: -10px 0px 0px 0px;
   width:100px;
   vertical-align:top;
}

#menu {
   margin: 40px 0px 0px -4px;
	text-align:left;
}

/* ****** Style ******* */


/* ====== Standard-Tags Umgestaltungen ====== */
/* mŮssen immer ganz unten im Stylesheet stehenm, sonst zeigt sie der IE5mac nicht richtig an  */
/* alte Farbe : #910000 #8B6C2B*/
A:link { 
	text-decoration: none; 
	color:#FFFFFF;
}
A:visited { 
	color:#FFFFFF;
	text-decoration: none;
}
A:active {  
	color:#FFFFFF;
	text-decoration: none;
}
A:hover { 
	color:#FFFFFF;
	text-decoration: underline;
}