body { background-image:url(grafik/wallpaper.png);
       background-repeat:repeat-y;
       background-color:#EBD649;
       margin:0px;
       font-size:15px;
       font-family:Arial,Helvetia,sans-serif;
}

#logo { position:fixed;
        top:0px;
        left:0px;
        width:100%;
        height:100px;
        z-index:2;
}

#Navigation { position:fixed;
              left:20px;
              top:120px;
              width:155px;
              z-index:2;
}

.NavControl { position:absolute;
              left:0px;
              width:100%;
              height:20px;
              padding:2px;
              background-color:#777A4F;
              color:#EBD649;
              border:white solid 1px;
              font-weight:bold;
              text-align:center;
}

#InfoPage { position:absolute;
            left:220px;
            top:120px;
            width:1000px;
            padding:2px;
            background-color:#FFF0BB;
            border:white solid 1px;
            text-align:left;
            z-index:1;
}

.tabelle { margin-top:10px;
}

.label { width:200px;
         font-weight:bold;
         text-align:right;
}

.field {padding:5px;
        color:#965B2F;
}

.o  {background-color:orange;
}

.r  {background-color:red;
}

h1 { font-family:Comic Sans MS,Arial,Helvetia,sans-serif;
     font-size:40px;
     text-align:center;
     color:#965B2F;
}

h2 { font-family:Arial,Helvetia,sans-serif;
     font-size:15px;
     margin-bottom:0px;
}

h3 { font-family:Arial,Helvetia,sans-serif;
     font-size:20px;
     margin-bottom:0px;
     border-top:dotted black 2px;
}

p.first:first-letter {font-size:300%;
                      font-family:Comic Sans MS,Arial,Helvetia,sans-serif;
                      color:#965B2F;
}

p.back {margin-right:5px;
        text-align:right
}

a.navi:link {text-decoration:none;
             color:#FFF0BB;
}

a.navi:visited {text-decoration:none;
                color:#EBD649;
}

a.navi:hover {text-decoration:none;
              color:#D07E32;
}

a.link:link {font-weight:bold;
}

a.link:visited {font-weight:bold;
}

a.link:hover {font-weight:bold;
}
