body.body
{
   font-family:Arial,Tempus Sans ITC; 
   font-weight:bold;
   font-size:14px;
   text-align:center;
   margin-top:20px;
   margin-left:0px;
   color:#D1D1D1; 
   background-attachment:fixed;
   background-image:url(./images/bg.gif);
   background-repeat:repeat;
   background-position:left top;
   background-color:#2B475D;
}

body.buttons
{
   font-family:Arial,Tempus Sans ITC; 
   font-weight:bold;
   font-size:14px;
   text-align:left;
   margin-top:20px;
   margin-left:20px;
   color:#FFFFFF; 
   background-attachment:fixed;
   background-image:url(./images/buttons_bg.jpg);
   background-repeat:repeat;
   background-position:left top;
   background-color:#2B475D;   
}

table.table
{
   font-family:Arial,Tempus Sans ITC; 
   font-weight:bold;
   font-size:14px;
   color:#D1D1D1;
   border:solid 2px #FFFFFF;
   background-color:none;
   width:400px;
}

table.text
{
   font-family:Arial,Tempus Sans ITC; 
   font-weight:bold;
   font-size:14px;
   color:#D1D1D1;
   border:solid 0px #FFFFFF;
   background-color:none;
}

p.heading 
{
   font-family:Arial,Tempus Sans ITC,Monotype Corsiva; 
   font-size:24px; 
   color:#FFFFFF; 
   font-weight:bold;
}

a.button{
   color:#FFFFFF;
   text-decoration:none;
   font-family:Arial,Tempus Sans ITC; 
   font-weight:bold;
   font-size:14px;
   onMouseover="wechsel(this);" 
   onMouseout="zurueck(this);"
}
a.button:hover{
   color:#000000;
   font-family:Arial,Tempus Sans ITC; 
   font-weight:bold;
   font-size:14px;
}

a.image
{
   color:#FFFFFF; 
   text-decoration:none;
}

a.link
{
   color:#606060; 
   text-decoration:none;
   A:link:#606060; 
   A:visited:#606060;
   A:active:#606060;
   A:hover:#FFFFFF;
}

td.out
{
   border-style:solid;
   border-width:0px; 
   border-left-width:2px;
   border-right-width:2px;
   border-color:#FFFFFF;
   width:18px;
   text-align:center;
   color:#FFFFFF;
}
	
td.over
{
   border-style:solid;
   border-width:0px;
   border-left-width:2px;
   border-right-width:2px; 	
   border-color:#000000; 
   text-align:center;
   background-color:#FFFFFF; 
   width:18px;
}