
/* schriftstil,abstände,farben */

body
{margin-top: 0px; margin-left: 0px; margin-right: 0px;margin-bottom: 0px; color: #DACFA5;  background-color: #000000; font-family: Times New Roman,arial; font-size: 12pt;}


table,tr,td
{font-family: Times New Roman,arial; font-size: 12pt;color: #DACFA5;  }

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color:silver ; scrollbar-base-color:#292C29 ;
scrollbar-highlight-color : #cccccc; scrollbar-shadow-color : #cccccc;
SCROLLBAR-TRACK-COLOR: #8C8E8C;}
}


/* menue oben */

table.menu1{width:448px}

#menu1 a {
display: block;
background-color:#0080FF; color:white;
text-decoration:none;
font-family:verdana, sans-serif; font-size: 12pt;
width:112px;
}

#menu1 a:visited{
background-color:#0040FF; color:white;
text-decoration:none;
font-family:verdana, sans-serif; font-size: 12pt;
width:112px;
  }

#menu1 a:active{
background-color:#0000FF; color:white;
text-decoration:none;
font-family:verdana, sans-serif; font-size: 12pt;
width:112px;
  }

#menu1 a:hover {
background-color:#00BF00;
color: #000000;
text-decoration:none ;
font-family:verdana, sans-serif; font-size: 13pt;
width:112px;
}


/* allgemeine links */

a:link{ color: white;background-color:#000000; text-decoration:underline; font-family: Times New Roman; font-size: 12pt;  }

a:visited{color:white;background-color:#000000;text-decoration:underline;font-family: Times New Roman; font-size: 12pt; }

a:active{color:white;background-color:#000000;text-decoration:underline;font-family: Times New Roman; font-size: 12pt;   }

a:hover{color:#DACFA5;background-color:#080C08; text-decoration:none;font-family: Times New Roman; font-size: 13pt; }