a:link {
	color: #000000;
}
a:visited {
	color: #8C0D83;
}
body {
	color: #9ec9e8;
	background-color: #1061AC;
	font-size: 8px;
}

// Style der Navigation
  .menu
  {
   background-color:#000000; 
   border:1px solid darkblue;
   width:150px;
   font-size:11px;
   font-family:verdana;
   position: absolute;
   font:bold;
   color: #ffffff;
   cursor: hand;
  }
  .item_panel
  {
    width:150px;
    border-left:1px solid darkblue;
    border-right:1px solid darkblue;
    clip:rect(0,150,0,0);
    position:absolute;
  }
  .item_panel a
  {
   text-decoration:none;
   color:black;
   cursor:hand;
  }
  .item
  {
   background-color: #E9F0F8;
   width: 148px;
   font-size: 10px;
   font-family: verdana;
   
  }
//Ende der Navigation
						