#box1 { position:absolute; top:1cm; left:4cm; width:10cm; height:10cm;z-index:1}
#box2 { position:absolute; top:1cm; left:14cm; width:9cm; height:6cm;z-index:2}
#box3 { position:absolute; top:7cm; left:14cm; width:1cm; height:1cm;z-index:3}
#box4 { position:absolute; top:7cm; left:15cm; width:1cm; height:1cm;z-index:4}
#box5 { position:absolute; top:8cm; left:14cm; width:2cm; height:3.01cm;z-index:5}
#box6 { position:absolute; top:7cm; left:16cm; width:6.98cm; height:4cm;z-index:6}
#box7 { position:absolute; top:11.5cm; height:3cm;z-index:7}

body  {
        background-color: #FFDF00;
        background-repeat:no-repeat;
}

body.dark  {
        background-color:#000018 ;
        background-repeat:no-repeat;
 }

div {
        background-color : #FFDF00;
        border:solid 2px black;
}

div.ohne {
        background-color : #FFDF00;
        border: 0;
}

td  {
        font-family : Arial,Helvetica,sans-serif;
        background-color : #FFDF00;
        color : #000000;
        font-size : 10pt;
        text-align:left;
        vertical-align:left;
        }

td.center  {
        text-align:center;
        }

a  {
        font-family : Arial,Helvetica,sans-serif;
        background-color: #FFDF00;
        color : #000000;
        text-decoration : none;
        text-align:left;
        font-size : 10pt;

       }

a:Visited  {
        color : #000000;
        }

a:Hover {
        color : #000000;
}

a.klein  {
        font-size : 7pt;
        }

td.dark  {
        background-color: #000018;
        color :#FFFFFF ;
        }

table.dark  {
        background-color: #000018;
        }

a.dark  {
        background-color: #000018;
        }

td.menue  {
        background-color: #000018;
        text-align:center;
        }

a.menue  {
        background-color: #000018;
        color: #FFFFFF;
        }
