/*
        tswnavbar.css        1.0.2
        Please use the CSS Menu Button Wizard at
                http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
        to generate your own customized menu buttons.
*/

/* Schriftfarbe */
Body {color: #000000}

/* Hintergrundbild */
Body {background-image: url(../pics/hintergrund.gif)}

/* Hyperlink Farbe - Schriftgröße und Schriftfamilie */
A {color: blue;}

/* Hyperlink  besuchte Seite */
A:visited {color: deepskyblue;}

h2 {
        color: blue;
        font-size: 28px;
}

h3 {
        color: blue;
        font-size: 26px;
}
h4 {
        color: black;
        font-size: 20px;
}

#tswcssbuttons {
        width: 200px ;
        text-align: left ;
}
#tswcssbuttons ul {
        margin: 0 ;
        padding: 0 ;
        list-style: none ;
}
#tswcssbuttons li {
        margin: 0 ;
        padding: 0 ;
        display: block ;
        list-style: none ;
        font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
        color: #000 ;
        background-color: #9cf ;
        border: 1px outset #ffffff ;
        width: 198px ;
        text-decoration: none ;
        display: block ;
        padding: 5px 0px 5px 0px;

}
#tswcssbuttons li a.Ebene1 {
        text-indent: 5px;
}
#tswcssbuttons li a.Ebene1_inv {
        text-indent: 5px;
        color: #ff0;
        background-color: #0066cc;
}
#tswcssbuttons li a.Ebene2 {
        text-indent: 30px;
}
#tswcssbuttons li a.Ebene2_inv {
        text-indent: 30px;
        color: #ff0;
        background-color: #0066cc;
}
#tswcssbuttons li a:hover {
        color: #ff0;
        background-color: #0066cc;
}

#dummy {
               font-family: sans-serif;
               font-size: x-large;
               font-weight: bold;
               text-align: center;
              }