/* Angaben für die Menüleiste mit den Links*/

/* Abstände */
ul, li, p { margin-bottom: 1em; margin-top: 1em;}
/* Link unterstreichen weg*/
a { text-decoration: none; outline: none; }
/* Linkfarbe */
a:link { color: #ffffff; }
/* Besucht-Farbe */
a:visited { color: #ffffff; }
/* Aktiv ist... */
a:hover, a:focus { color: #9d2121; }
/* Angeklickt ist... */
a:active { color: #ffffff; }
/* Links nebeneinander */
li { display: inline; /* Liste nebeneinander anzeigen*/
     list-style-type: none; /* Ohne Aufzählungspunkte */
}

#navibereich {
         background-color: #661919;
         padding-top: 10px;
         padding-bottom: 10px;
         border: 1px solid #ffffff;
}

        #navibereich li {  /* Damit die Navigationspunkte alle 20px auseinander liegen */
         padding: 30px;
         }
/* Angaben für die Menüleiste mit den Links ENDE*/


tr.farbe1
{
background-color: #FFE4C4
}

tr.farbe2
{
background-color:  #FFEFD5
}

tr.farbe3
{
background-color: #C6E4F8
}

tr.farbe4
{
background-color: #D9F7FF
}

tr.farbe5
{
background-color: #dddddd
}

tr.farbe6
{
background-color: #eeeeee
}

tr.farbe7
{
background-color: #FFE4E1
}

tr.farbe8
{
background-color: #ffeeee
}

tr.farbe9
{
background-color: #CDB7B5
}

tr.farbe10
{
background-color: #B4CDCD
}

tr.farbe11
{
background-color: #cbcab6
}

tr.farbe12
{
background-color: #d8d8bf
}

tr.farbe13
{
background-color: #d8cbdc
}

tr.farbe14
{
background-color: #f3d9fa
}


body
{
background-color: #400000;
font-family: arial;
font-size: 12px;
color: #400000;
}

span
{
color:#ffffff;
}

a.dunkel:link
{
color:#400000;
text-decoration: none
}

a.dunkel:visited
{
color:#400000;
text-decoration: none
}

a.dunkel:hover
{
color:#9d2121;
text-decoration: none
}

a.dunkel:active
{
color:#400000;
text-decoration: none
}

a.hell:link
{
color:#ffffff;
text-decoration: none
}

a.hell:visited
{
color:#ffffff;
text-decoration: none
}

a.hell:hover
{
color:#9d2121;
text-decoration: none
}

a.hell:active
{
color:#ffffff;
text-decoration: underline
}