*{
margin:0;
padding:0;
}

body{
background: #000000}

#global {
         width: 700px;
         height: 900px;
         margin-top: 30px;
         margin-bottom: 30px;
         padding: 5px;
         margin-left : auto;
         margin-right : auto;
         background: #FFFFFF;
         border: 5px #d98d13 solid;
         }

#title {
       width: 700px;
       height: 200px;
       background: url(../bilder/head.jpg);
       background-color: #000000;
       }
#menu {
      position:absolute;
      margin-top: 5px;
      margin-left: 239px;
      height: 25px;
      width: 460px;
      border-right: none;
      background-color:#d98d13;
      }

      #menu li{
              display: inline;
              list-style: none;
              line-height: 25px;
              font-family: "Century Gothic";
              font-size: 11pt;
              font-weight: bold;
              padding-right: 5px;
              padding-left: 5px;
              border-right: 1px solid #1e5631;
              }

              #menu a{
              color: #8d1226;
              text-decoration: none;
              }

              #menu a:active {
                    color: #1e5631;
                    }

              #menu a:hover {
                    color: #1e5631;
                    }

#menuleft {
          position:absolute;
          margin-top: 40px;
          padding-left: 3px;
          padding-right: 5px;
          padding-top: 15px;
          width: 140px;
          height: 600px;
          border-right: 2px solid #d98d13;
          }

          #menuleft li{
              list-style: none;
              line-height: 22px;
              margin: 1px;
              font-family: "Century Gothic";
              font-size: 10pt;
              border-bottom: 1px solid #d98d13;
              }

          #menuleft a{
              color: #1e5631;
              text-decoration: none;
              font-weight: bold;
              }

              #menuleft a:hover {
                    color: #8d1226;
                    }
          #menuleft img{
                 border: none
                 }


#content {
         position:absolute;
         margin-top: 35px;
         margin-left: 155px;
         width: 500px;
         height: 610px;
         padding: 10px;
         overflow: auto;
         }

         #content a{
         color: #d98d13;
         text-decoration: none;
         }

         #content a:hover {
                    color: #1e5631;
                    border:none;
                    }

#menuright {
         position:absolute;
         margin-left: 550px;
         width: 150px;
         height: 510px;
         }

#bottom {
        position:absolute;
        margin-top: 675px;
        width: 700px;
        height: 20px;
        background-color:#CFCFCF;
        }

        #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 #4F4F4F;}

              #bottom a{
              color: #000000;
              text-decoration: none;
              }

              #bottom a:hover{
              color:#5F5F5F;}
