a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active {  text-decoration: none;}
a:hover   { text-decoration: none; }
p, td  { font-size:8pt; font-family:Verdana,Arial,Helvetica,sans-serif; }

a:active { color: #0000FF}
a:link { color: #0000FF}
a:visited { color: #0000FF}
a:hover { color: #00DDDD}

body { 
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px;

	CURSOR: url(cursor1.cur);
}


#message div.menuBar,
#message div.menuBar a.menuButton {
  font-family: Verdana, Arial, sans-serif;
  font-size: 7pt;
  color: #FF9200;
}

#message div.menuBar {
  background-color: transparent;
  padding: 6px 1px 6px 1px;
  margin-left:1px;
}

#message div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid;
  border-color: #666666 #000000 #000000 #666666;
  color: #FFFFFF;
  cursor: pointer;
  left: 0px;
  margin: 1px;
  padding: 1px 6px 1px 6px;
  xposition: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

#message div.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #000000 #666666 #666666 #000000;
  color: #FF9200;
}

.text_veranda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF
}
.f_blau {
	color: #0FF;
}
.f_weiss {
	color: #FFF;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 1px;
background-color: red;
visibility: hidden;
z-index: 200;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dropinboxv2cover{

width: 320px; /*change width to desired */

height: 220px;  /*change height to desired. REMOVE if you wish box to be content's natural height */

position:absolute; /*Don't change below 4 rules*/

z-index: 100;

overflow:hidden;

visibility: hidden;

}

#dropinboxv2{

width: 300px; /*change width to above width-20. */

height: 120px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/

border: 2px solid #666633; /*Customize box appearance*/

background-color: #DEDFD5;

padding: 4px;

position:absolute; /*Don't change below 3 rules */

left: 0;

top: 0;

}

div.menu { position:absolute; top:-200px; width:200px; padding:5px; border:1px #ABB5BD solid; background-color:#F1F5F9; color:#000000 }
