body {
	color:#333300;
	background-color:white;
	font-family:Verdana, Arial;
	font-size:10pt;

   scrollbar-arrow-color:#663300;
   scrollbar-face-color:#FFFFF0;
   scrollbar-highlight-color:#663300;
   scrollbar-3dlight-color:#333300;
   scrollbar-shadow-color:#CCCCCC;
   scrollbar-darkshadow-color:#666666;
   scrollbar-track-color:#F5F5F5;
}
p {
	color:#333300;
	font-family:Verdana,Arial;
	font-size:10pt;
}
.titel {
	color:#333300;
	font-family:Verdana,Arial;
	font-size:18pt;
	font-weight:bold;
}

a:link  {
        Font-Family : Verdana, Arial;
        Font-Size : 10pt ;
        Color : #003366 ;
        Text-Decoration : None;
}
a:visited {
       Font-Family : Verdana, Arial ;
        Font-Size : 10pt ;
        Color : #333333 ;
        Text-Decoration : None;
}
a:active {
        Font-Family : Verdana, Arial ;
        Font-Size : 10pt ;
        Color : #FF6600 ;
        Font-Weight : Bold;
}
a:hover {
        Font-Family :Verdana, Arial ;
        Font-Size : 10pt ;
        Color : #990000;
        Text-Decoration : Underline ;
        Font-Weight : Bold;
}


/*---------------------------------------------- Mobile -------------------------------------*/

@media only screen and ( max-width: 500px ) {

table { width: 90%; height:auto;}
img   { width: 90%; height: auto; }
  
}
