a:visited.kopf {
 font-family: sans-serif;
 font-size: small;
 text-align: center;
 color: #0000A0;
 background: #DADADA;
}
a:hover.kopf {
 font-family: sans-serif;
 font-size: small;
 text-align: center;
 color: #FF0000;
 background: #DADADA;
}
a.kopf {
 font-family: sans-serif;
 font-size: small;
 text-align: center;
 color: #0000A0;
 background: #DADADA;
}

li.bott  { padding-bottom:20px ; }
li.top   { padding-top:20px ; }
li.botop { padding-top:3px ; padding-bottom:0px ; }

p.top  { padding-top:8px ; }

*.hlbsp { color:black; background-color:gold; font-weight:bold; }
*.satz { width:90%;
         border-top: 5px solid gray;
         border-left: 5px solid gray;
         border-right: 5px solid darkgray;
         border-bottom: 5px solid darkgray;
         margin-left:auto; margin-right:auto; text-align:left;
         font-family:verdana,arial,sans-serif; font-weight:normal; font-size:small;
         color:gold; background-color:black;
         padding:5px; padding-left:20px; padding-right:20px;}

@media print {
*.satz { width:90%;
         border-top: 5px solid gray;
         border-left: 5px solid gray;
         border-right: 5px solid darkgray;
         border-bottom: 5px solid darkgray;
         margin-left:auto; margin-right:auto; text-align:left;
         font-family:verdana,arial,sans-serif; font-weight:normal; font-size:small;
         color:red; background-color:white;
         padding:5px; padding-left:20px; padding-right:20px;}
}

a.hl { color:black; background-color:gold; }
a:hover.hl  { color:gold; background-color:black; }

*.button1       { margin:0; padding:3px 10px; font-size:1em; color:black;
                 cursor:pointer;
                 background:url("g1.jpg") repeat-x left bottom;
                 border-left:1px solid yellow; border-right:1px solid orange;
                 border-top:1px solid yellow; border-bottom:1px solid orange; }

*.button1:hover,*.button.hover { background:url("g2.jpg") repeat-x left top;
                 font-size:1em; color:black;
                 border-left:1px solid orange; border-right:1px solid yellow;
                 border-top:1px solid orange; border-bottom:1px solid yellow; }

a.button1       { padding:5px 10px; line-height:2em; color:black; text-decoration:none; }


#noprint           { display:block; }
@media print {
   #noprint { display:none; margin-top:0px; margin-bottom:0px;}
}
#printonly         { display:none; }
@media print {
   #printonly { display:block; margin-top:0px; margin-bottom:0px;}
}