body
{
background-color: #EEE0B1;
background-repeat: repeat-x;
background-position: bottom left;
background-size: 100%;
background-attachment: fixed; 


margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;

font-family: Arial; 
font-size: 10pt; 
color: black;
}


p {font-family: Arial; font-size: 10pt; color: black;}

/* Links*/

a:link{   color: blue; text-decoration:underline; font-family: Arial; font-size: 10pt; font-weight: bold;}
a:visited{color: 000063; text-decoration:underline; font-family: Arial; font-size: 10pt; font-weight: bold;}
a:active{ color: 000063; text-decoration:underline; font-family: Arial; font-size: 10pt; font-weight: bold;}
a:hover{  color: blue; text-decoration:overline underline; font-family: Arial; font-size: 10pt; font-weight: bold;}

/* Scrollleiste */
body
{scrollbar-arrow-color: #EEE0B1; scrollbar-base-color: #000064;
scrollbar-highlight-color : white; scrollbar-shadow-color : blue;
SCROLLBAR-TRACK-COLOR: #EEE0B1;}


h1 { font-size:130%; font-weight: bold; color:000063; font-family:Arial }
h2 { font-size:150%; font-weight: bold; color:000063; font-family:Arial }
h3 { font-size:200%; font-weight: bold; color:000063; font-family:Arial }
h4 { font-size:300%; font-weight: bold; color:000063; font-family:Arial }

/* Tabelle*/
.tabledark  { border-width:4px; border-color:#000063; border-style:groove; }
.tablelight { border-width:4px; border-color:blue;    border-style:groove; }
.light   { border-width:1px; border-color:darkblue; border-style:solid; background-color:white; font-family: Arial; font-size: 10pt; color: black;}
.dark    { FONT-WEIGHT: bold; COLOR:white; background-color:000063; border-width:1px; border-color:black; border-style:normal; font-family: Arial; font-size: 10pt; color: black;}
.blank   { border-width:1px; border-color:darkblue; border-style:solid; font-family: Arial; font-size: 10pt; color: black;}
.trans   { border-width:1px; border-color:darkblue; border-style:solid; background: url(transp.gif) repeat;font-family: Arial; font-size: 10pt; color: black;}