*{
margin:0;
padding:0;
}
body{
background: #000000;
}
#global {
         width: 800px;
         height: 900px;
         margin-top: 30px;
         margin-bottom: 30px;
         padding: 5px;
         margin-left : auto;
         margin-right : auto;
         background: #FFFFFF;
         border: 5px #609ce5 solid;
         }
  table {
  width: 90%;
  }
  th {
  background-color: gray;
  height: 2em;
  }
  td {
  background-color: lightgrey;
  font-size: 0.8em;
  height: 1.5em;
  padding: 6px;
  vertical-align: middle;
  }
#title {
       width: 800px;
       height: 200px;
       background: url(../bilder/head800.jpg);
       }
#bild{
      position:absolute;
      margin-top: 35px;
      height: 150px;
      width: 130px;
      background: url(../bilder/logo.png);
      }
#menu {
      position:absolute;
      margin-top: 5px;
      height: 25px;
      width: 800px;
      background-color: #609ce5;
      }
      #menu li{
              display: inline;
              list-style: none;
              line-height: 25px;
              font-family: "Century Gothic";
              font-size: 12pt;
              padding-right: 3px;
              padding-left: 3px;
              border-right: 1px solid #00005F;
              }
              #menu a{
              color: #00003F;
              text-decoration: none;
              }
              #menu a:active {
                    color: #FFFFFF;
                    }
              #menu a:hover {
                    color: #FFFFFF;
                    }
#menuleft {
          position:absolute;
          margin-top: 175px;
          padding-left: 5px;
          padding-right: 5px;
          padding-top: 15px;
          width: 130px;
          height: 480px;
          border-right: 2px solid #00005F;
          }
          #menuleft li{
              list-style: none;
              line-height: 22px;
              margin: 1px;
              font-family: "Century Gothic";
              font-size: 11pt;
              border-bottom: 1px solid #00005F;
              }
          #menuleft a{
              color: #609ce5;
              text-decoration: none;
              font-weight: bold;
              }
              #menuleft a:hover {
                    color: #00005F;
                    }
#content {
         position:absolute;
         margin-top: 35px;
         margin-left: 155px;
         width: 600px;
         height: 615px;
         padding: 10px;
         overflow: auto;
         }
         #content a{
         color: #609ce5;
         text-decoration: none;
         }
         #content a:hover {
                    color: #00005F;
                    }
#menuright {
         position:absolute;
         margin-left: 650px;
         width: 150px;
         height: 510px;
         }
#bottom {
        position:absolute;
        margin-top: 680px;
        width: 800px;
        height: 20px;
        background-color: #609ce5;
        }
        #bottom li{
              display: inline;
              list-style: none;
              line-height: 22px;
              margin: 1px;
              font-family: "Century Gothic";
              padding-right: 3px;
              font-size: 10pt;
              border-right: 1px solid #00005F;}
              #bottom a{
              color: #00005F;
              text-decoration: none;
              }
              #bottom a:hover{
              color:#FFFFFF;}