body {
 font-family:Verdana;
 font-size:12px;
 background-color:#ffffff;
 /*text-align:center;*/
}

h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}



a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#669999;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#FF6633;
}
a.menu:link, a.menu:visited
{ 
  color:#669999;
  text-decoration: none;
}
a.menu:active, a.menu:hover
{ 
  text-decoration: underline;
}

/* Die Titelzeile */


/* Das Menü */
#menu {
color:#000000;
/*background-color: #ffffff;*/
background-image: url('images/bar.jpg');
width: 743px;
height: 32px;
text-align: center;
padding:8px 0px;
border-top:0px solid #669999;
/*clear:left;*/
}

/* Der Inhalt */
#content {
border:4px solid #ffffff;
background-color:#669999;
padding:0px;
color:#ffffff;
border: solid black 0px; margin: 0px;
}

div#tipDiv ul { margin:.5em .4em .5em 1em; padding:0 }
div#tipDiv ul li { margin: 0 0 .4em 1em;}

/* Style spec's for tooltip  */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-image: url('images/tooltipbg.gif'); border:0px ridge silver; 
  width:250px; padding:6px;
  color:#000; font-size:11px; line-height:1.3; text-align: left;
}

div#tipDiv a:link { color:#33b; font-size: 11px; font-weight: normal; text-decoration: none; }
div#tipDiv a:visited { color:#339; font-size: 11px;  font-weight: normal; text-decoration: none; }
div#tipDiv a:hover { color:#339; font-size: 11px;  font-weight: normal;  text-decoration: underline; }
div#tipDiv li { color:#990000;   }