/* Globale Definitionen */

/* Body */
body {
    font-size : 75% ;								/*Schriftgröße auf 75% */
    font-family : verdana, arial;				/*Schrift Verdana, ansonsten Arial*/
    background-color : #ffffff;					/*Hintergrundfarbe Rauchweiß*/
	 background-image :url(../img/bg.jpg);		/*Hintergrund Bild*/
    margin : 0;										/*kein Rand*/
    padding : 0;										/*kein Puffer*/

}
/*unsortierte Liste*/
ul {
	font-size:16px;
	font-weight: 900;
	font-family:Verdana, Arial;
	color:#26c;
}
/*Listen Elemente*/
li {
	font-size:12px;
	font-family:Verdana, Arial;
	color:#000;
}
li.fett {
	font-weight:bold;
}
li.rot {
	color:#f30;
	font-size:14px;
	font-weight:bold;
}

#navigation ul {
    margin : 0;
    padding : 0.4em;
}

#navigation ul li {
    list-style-type : none;
    border : 1px solid #a5a5c5;
    background-color : #99CC33;

    margin-bottom : 0.6em;

}

#navigation ul li span.auswahl {
    display : block;
    color : #ff0000;
    font-weight : 700;
    text-decoration : none;
    padding : 0.5em;
}

#navigation ul li a {
    padding : 0.5em;
    display : block;
    color : #383742;
    font-weight : 700;
    text-decoration : none;
    border : 1px solid #ffffff;
}

#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li a:active {
    display : block;
    color : #686772;
    font-weight : 700;
    text-decoration : underline;
    border : 1px solid #a53333;
    background-color : #BEDB8A;
}
