/* Links im Menuebereich */
a {
color: #800000;
font: bold 11px Verdana, Arial;
text-decoration: none;

}

a:hover	{
color: #FF0000;
text-decoration: underline;

}
a:active {
color: #4178CB;
text-decoration: underline;

}
/* Links im Menuebereich */
/* ANFANG Farbe der Tabellen Rot und Schwarz (oben/unten) */
.rot {
background: #A52318;
color: #FFFFFF;
font: 11px Verdana, Arial;
height: 60px
}
.rot1 {
background: #A52318;
color: #FFFFFF;
font: 11px Verdana, Arial;
height: 20px
}

.schwarz {
background: #000000;
color: #FFFFFF;
font: 11px Verdana, Arial;
height: 20px;
padding: 2px 2px 2px 5px;
}

.blau {
background: #0000FF;
color: #FFFFFF;
font: 11px Verdana, Arial;
height: 20px;
padding: 2px 2px 2px 5px;
}

.green {
background: #99FF99;
color: #FFFFFF;
font: 11px Verdana, Arial;
height: 20px;
padding: 2px 2px 2px 5px;
}


/* ENDE Farbe der Tabellen Rot und Schwarz (oben/unten) */

/* ANFANG Farben usw. des Seitencontents */
.cont {
width: 70%;
}


.content {
background: #ffffff;
color: #000000;
font: 11px Verdana, Arial;
vertical-align: top;
margin: 4px 4px 4px 4px;
padding: 4px 4px 4px 4px;
line-height: 19px;
}


/* ENDE Farben usw. des Seitencontents */

/* Menuekategorientrenner */
.balken {
background: #e8ddbb;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
font: bold 11px Verdana, Arial;
margin: 2px -1px 5px -4px;
padding: 2px 2px 2px 8px;
}

.trenner {
background:  url(images/gestrichelt.gif) repeat-x;
height: 1px;
font-size: 1px;
line-height: 1px;

}
/* Menuekategorientrenner */
.linksdiv {
background: transparent;
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
}
#box1 { 
position:absolute;  
background: url(images/logo.gif);

top:30px; 
left:100px; 
width:195px; 
height:49px; 
z-index:1;
margin: 0px 0px;
padding: 0px 0px; 
}