

a.standard 
{
font-family: Arial;
text-decoration: none;
color: #000000;
}

a.standard:hover 
{
 font-family: Arial;
 text-decoration:overline underline;
}

.inv
{
text-decoration:none;
font-family: Arial;
font-size: 0pt;
color: #000000;
}

.text 
{
text-decoration:none;
font-family: Arial;
font-size: 9pt;
color: #000000;
}

.textklein 
{
text-decoration:none;
font-family: Arial;
font-size: 8pt;
color: #000000;
}

.textfett 
{
text-decoration:none;
font-family: Arial;
font-weight:bold;
font-size: 9pt;
color: #000000;
}


.textgrau 
{
text-decoration:none;
font-family: Arial;
font-size: 9pt;
color: #AFAFAF;
}

.textblau 
{
text-decoration:none;
font-family: Arial;
font-size: 9pt;
color: blue;
}

.textmittel 
{
text-decoration:none;
font-family: Arial;
font-size: 10pt;
color: #000000;
}

.textgross 
{
text-decoration:none;
font-family: Arial;
font-size: 11pt;
font-weight: bold;
color: #000000;
}

.texterror 
{
text-decoration:none;
font-family: Arial;
font-size: 9pt;
color:#FF0000;
}

.textmenu 
{
text-decoration:none;
font-family: Arial;
font-size: 9pt;
color:#FFFFFF;
font-weight: bold;
}

.textmenu2 
{
text-decoration:none;
font-family: Arial;
font-size: 9pt;
color:#00009C;
font-weight: bold;
}

.copyright 
{
text-decoration:none;
font-family: Arial;
font-size: 7pt;
color:#00009C;
}

.title 
{
text-decoration:none;
font-family: Arial;
font-size: 20pt;
color:#00009C;
}


.titleblack 
{
text-decoration:none;
font-family: Arial;
font-size: 20pt;
color:#000000;

}


  .menu
  {
   position:relative;
   background-color:#6592D4;
   border:1px solid darkblue;
   width:150;
   font-size:11px;
   font-family:verdana;
   font-weight:bold;
   position:absolute;
   cursor:n-resize;
  }
  
    .menu_2
  {
   position:relative;
   background-color:#FF9E00;
   border:1px solid darkblue;
   width:150;
   font-size:11px;
   font-family:verdana;
   font-weight:bold;
   color: black;
   position:absolute;
   cursor:se-resize;
  }
  
  .item_panel
  {
    width:150;
    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:pointer;
  }
  .item
  {
   background-color:lightyellow;
   width:150;
   font-size:10px;
   font-family:verdana;

  }