.Balken {
position:absolute; 
left:0cm;
top:0cm;
width:100%;
}

#roter_Balken {
top:3.5cm;
width:1cm;
height:0.75cm;
background-color:#CC0000;
z-index:4;
}

#blauer_Balken {
top:3.5cm;
height:0.75cm;
background-color:#000096;
z-index:3;
}


#grauer_Balken {
height:4.75cm;
background-color:#F0F0FF;
z-index:2;
}

#rechter_Balken {
width:4.5cm;
height:700px;
background-color:#000096;
z-index:1;
}

#Logo {
position:absolute;
top:0.75cm;
right:4cm;
z-index:3;
}


#hauptmenue {
 position:absolute;
 top:3.5cm;
 left:1cm;
}

/*Normale Hauptmenuekategorie*/
.kat {
 text-decoration:none;
 color:#FFFFFF;
 font-family:Arial,sans-serif;
 font-weight:bold;
 font-size:10pt; 
 margin:10px;
}
.kat:hover {
 color:#c8c8ff;
}
.ukat {
 text-decoration:none;
 color:#000000;
 font-family:Arial,sans-serif;
 font-weight:bold;
 font-size:12pt; 
 margin:4px;
}
/*Markierte Hauptmenuekategorie*/
.markiert {
 text-decoration:none;
 color:#c8c8ff;
 font-family:Arial,sans-serif;
 font-weight:bold;
 font-size:10pt; 
 margin:10px;
}
.umarkiert {
 text-decoration:none;
 color:#dd4444;
 font-family:Arial,sans-serif;
 font-weight:bold;
 font-size:12pt; 
 margin:4px;
}
/*Unterstreichung*/
td.strich_mark {
 height:3px;
 background-color:#cc0000;
/* background-color:#c8c8ff;*/
 padding:0px;
 margin:0px;
}

td.schwarz {
 height:3px;
/* background-color:#FFFFFF; */
 padding:0px;
 margin:0px;
}
/*Untermenue*/
#Nav {
 position:absolute;
 top:5cm;
 width:150px;
 left:10px;
 padding:0;
 margin:0;
}
a.nav {
 position:relative;
 left:5px;
 color:#ffffff;
 font-family:Tahoma,sans-serif;
 font-weight:bold;
 font-size:10pt;
 text-decoration:none;
}
a.nav:hover {
 color:#c8c8ff;
}

ul.menue {
margin:0px;
padding:0px;
padding-left:15px;
color:white;
}
