/*********************************************************************/
/* Container                                                         */
/*********************************************************************/
  
div#Seite 
{
 text-align: left;
 width: 950px;
 height: 800px;
 padding: 0;
 background: #ffffe6;

}

div#GesamtKopf
{
 width: 950px;
 height: 95px;
 min-height: 95px;
 max-height: 95px;
}

div#Logo
{
 float:left;
 width:220px;
 height:95px;
 min-height: 95px;
 max-height: 95px;

 background-image: url(Bilder/Logo.gif);

}

div#Kopf
{
 float:right;
 width: 730px;
 height: 95px;
 min-height: 95px;
 max-height: 95px;

 background-image: url(Bilder/Kopf.gif);

}

div#GesamtHaupt
{
 width: 950px;
}

div#Menu  
{
 float:left;
 width: 220px;
 height: 705px;
 min-height:705px;

 background-image: url(Bilder/Menu.gif);

}

div#Haupt  
{
 float:right;
 height: 705px;
 width: 730px;
 background-image: url(Bilder/Haupt.gif);
 background-repeat: no-repeat;
}

#MenuTabelle
{
 color: Black;
 font-size: 18px;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 line-height: 20px;
 font-weight: bold;
 border-top: 1px solid #aeb7b6;
 border-bottom: 1px solid #aeb7b6;
 border-left: 1px solid #aeb7b6;
 border-right: 1px solid #aeb7b6;
}

#MenuTabelle a
{
 color: Black;
 text-decoration: none;
}

#MenuTabelle a:hover
{
 color: Blue;
 font-size: 20px;
 text-decoration: none;
}

#MenuTabelleAktiv
{
 color: White;
 font-size: 20px;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 line-height: 20px;
 font-weight: bold;
 background: #0080ff;
 border: 1px solid Black;
}

#MenuTabelleAktiv a
{
 color: White;
 text-decoration: none;
}

#MenuTabelleAktiv a:hover
{
 color: Yellow;
 font-size: 20px;
 text-decoration: none;
}

#Eingaben
{
 border:1px solid black;
 color: Black;
 font-size: 14px;
 font-family: "Courier New", Courier, monospace;
 text-decoration: none;
 background-color: white;
}

#Ueberschrift
{
 color: Black;
 font-size: 40px;
 font-weight: bold;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
}

#Ueberschrift_Mittel
{
 color: Black;
 font-size: 30px;
 font-weight: bold;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
}


#Tabelle_Normal
{
 background: Transparent;
 border: 1px solid Blue;
}

#Tabelle_Fehler
{
 background: Transparent;
 border: 1px solid Red;
}

#Tabelle_Titel
{
 color: white;
 font-size: 16px;
 font-family: "Courier New", Courier, monospace;
 font-weight: bold;
 text-decoration: none;
 background-color: #0080ff;
}

#Tabelle_Titel_Fehler
{
 color: white;
 font-size: 16px;
 font-family: "Courier New", Courier, monospace;
 font-weight: bold;
 text-decoration: none;
 background-color: Red;
}

#Tabelle_Text
{
 color: Black;
 font-size: 14px;
 font-family: "Courier New", Courier, monospace;
 font-weight: bold;
 text-decoration: none;
}

#Tabelle_Text_Gross
{
 color: Black;
 font-size: 20px;
 font-family: "Courier New", Courier, monospace;
 font-weight: bold;
 text-decoration: none;
}

#Tabelle_Text_Fehler
{
 color: Red;
 font-size: 14px;
 font-family: "Courier New", Courier, monospace;
 font-weight: bold;
 text-decoration: none;
}

#Text_Normal
{
 color: Black;
 font-size: 16px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
}

#Text_Normal_14
{
 color: Black;
 font-size: 14px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
}

#Text_Normal_Link
{
 color: Blue;
 font-size: 16px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
}
