#gruppe {width:200px; padding:4px; border:3px solid black;}
#einzel {padding:0px; border:3px solid #CCCCCC;}
.schrift {font-family:Viner Hand ITC; font-weight:bold; font-size:1.8em;}
.schrift2 {font-family:Arial; font-weight:normal; font-size:large;}
.schrift22 {font-family:Viner Hand ITC; font-weight:bold; font-size:x-large; text-decoration:normal;}
.schrift_auf {font-family:Courier New; font-weight:bold; font-size:x-large;}

ul#Navigation a {
    display:block;
    padding: 0.2em;
	width: 20%;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: black; background-color: #ccc;}
ul#Navigation a:hover{
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;}
