/* wurstfrisch.css */

#ebene2 {
  position:absolute;
  text-align:center;
  color:#008080;
}
#deckebene {
  position:absolute;
  text-align:center;
  color:#008080;
  background:#008080;
  height:0;
  width:0;
}

img.wechsler
{
background-color:transparent;
}

BODY
{
background-color:#FFFFCC;
color:black;
font-family: "trebuchet ms", "Arial", serif;
font-size: small;
}

A:link    
{ 
text-decoration: underline;
/* color:#3366CC; */
}
/*
A:visited 
{ 
color: #666666 
}
*/
A:hover   
{
text-decoration: underline overline;
/*font-weight:bolder;*/
} 

A:active  
{ 
color: #FF3300; 
}

table
{
border: hidden;
border-collapse: collapse;
padding:0;
}

.RedHeader
{
width: 100%;
background-color: red;
color:black;
border: solid black 1px;
text-align: center;
font-family: "trebuchet ms", "arial", "helvetica";
font-weight: bolder;
font-size: 125%;
font-style: italic;
}

.GreenButton
{
width:200px; 
background-color:#008080; 
color:white; 
font-weight:bolder; 
font-size:16pt;
}


