BODY
{
 font-family:  "Segoe UI",Tahoma,Arial;
 font-variant: normal;
 font-style: normal;
};


#menubar, #menubar2{
position:absolute;
}

P.tiny { font-size: 70%; }

a.off {

}
 a.on {
  background-color: #C6D6EF
}
 a.sel {
}

P  { }
A  {  color: #667BB4; };
H1 { font-family: arial; font-weight: bold;  };
H2 { font-family: arial; font-weight: bold; font-size: large; };
H3 { font-family: arial; font-weight: bold;  };

li { font-size: normal; };
LH { font-family: arial; font-weight: bold;  };
li.pearl {
	list-style-image: url(tinypearl.jpg);
	font-size: normal; 
}

TH        { font-family:  "Segoe UI",Tahoma,Arial; } ;
TH.name   { font-family: arial; font-weight: bold;  } ;
TH.preis  { font-family: arial; font-weight: bold;  } ;
TH.p   { font-family: arial; font-size: 80%; font-weight: bold;  } ;

TD     { font-family: "Segoe UI",tahoma,arial; };
TD.p   { font-family: arial; font-size: 80%; text-align: center };


 tr.off0 {
   background-image: url(fifty.gif);
}
 tr.off1 {
   background-image: url(75.gif);
}
 tr.onmenu {
   cursor: hand;
   background-color: #0268B6
 }
 tr.on {
   cursor: hand;
   background-color: #C6D6EF;
 }
 tr.off {
   cursor: hand;
  }
 tr.sel {
 }

 td.hand {
   cursor: hand;
 }

 .strike {
 text-decoration: line-through;
 }
 
 .fadeout {
    visibility: hidden;
	position: absolute;
	z-index: 5;
	left: 6px;
	top: 110px;
}
.fadein {
	visibility: visible;
	position: absolute;
	z-index: 5;
	left: 6px;
	top: 110px;
}
