BODY {  background-color: #D3F7F2;
        overflow: hidden;
        padding: 0%;
        margin: 0%;
        }
        
DIV.venstre     {
                z-index: 0;
                position: absolute;
                top: 0%;
                left: 0%;
                width: 100%;
                height: 100%;
                vertical-align: center;
                }
                
DIV.explain     {
                z-index: 0;
                position: absolute;
                top: 5%;
                left: 5%;
                width: 25%;
                vertical-align: center;
                overflow: auto;
                background: white;
                }
                
#logout      {
                z-index: 100;
                position: absolute;
                top: 90%;
                left: 10%;
                width: 10%;
                height: 5%;
                vertical-align: middle;
                text-align: center;
                overflow: auto;
                border: outset;
                color: white;
                background: black;
                }

#logout:hover{
                z-index: 100;
                position: absolute;
                top: 90%;
                left: 10%;
                width: 10%;
                height: 5%;
                vertical-align: middle;
                text-align: center;
                overflow: auto;
                border: inset;
                color: white;
                background: black;
                }

DIV.midten      {
                z-index: 10;
                position: absolute;
                top: 5%;
                left: 37%;
                width: 40%;
                height: 85%;
                border: none;
                font-family: Times;
                color: #000070;
                overflow: auto;
                }

DIV.hojre       {
                z-index: 10;
                position: absolute;
                top: 0%;
                right: 2%;
                width: 18%;
                height: 100%;
                border-left: solid #000070 1pt;
                font-family: Verdana;
                color: #000070;
                text-align: right;
                overflow: auto;
                }

DIV.kontakt     {
                z-index: 10;
                position: absolute;
                bottom: 0%;
                left: 34%;
                width: 46%;
                height: 6%;
                border-top: solid #000070 1pt;
                font-family: Verdana;
                font-size: 8pt;
                text-align: center;
                color: #000070;
                overflow: none;
                }
                
DIV.top      {  top: 2%;
                left: 0%;
                width: 100%;
                height: 10%;
                right: 0%;
                z-index: 50;
                position:absolute;
                padding: 0%;
                }
                
#topbar      {  font-weight: bold;
                font-family: sans-serif;
                background-color: #FFFFFF;
                border-color: #333;
                border-width: 2px;
                border-style: solid;
                width: 100%;
                
                }
                
DIV.foot     {  position: absolute;
                top: 95%;
                width: 100%;
                height: 4%;
                z-index: 50;
                border-top: black 1px solid;
                padding: 0%;
                }
                
#footer      {  color: white;
                font-size: x-small;
                font-style: italic;
                font-family: sans-serif;
                width: 100%;
                }



DIV.left  {     z-index: 10;
                position: absolute;
                top: 12%;
                left: 0%;
                width: 23%;
                padding: 0%;
                }

DIV.right {     z-index: 10;
                position:absolute;
                bottom: 12%;
                right: 0%;
                width: 23%;
                padding: 0%;
                }


DIV.snydehatten{
                position: absolute;
                top: 20%;
                left: 25%;
                height: 60%;
                width: 50%;
                z-index: 20;
                overflow: auto;
                border-color: #ffffff;
                border-width: 2px;
                border-style: solid;
                scrollbar-base-color: #258585;
                padding: 0%;
                }

DIV.contents{   position: absolute;
                top: 5%;
                left: 5%;
                width: 90%;
                padding: 0%;
                }

DIV.contents_old{   position: absolute;
                top: 20%;
                left: 22.5%;
                height: 55%;
                width: 45%;
                z-index: 20;
                overflow: auto;
                padding: 5%;
                border-color: #ffffff;
                border-width: 2px;
                border-style: solid;
                scrollbar-base-color: #258585;
                }

DIV.Heading1 {  z-index: 100;
                position: absolute;
                top: 10%;
                left: 25%;
                height: 7%;
                width: 50%;
                font-family: sans-serif;
                font-size: 24pt;
                font-weight: bold;
                text-align: center;
                color: #ffffff;
                padding: 0%;
                }



A:link    { color: #000000; text-decoration: none }
A:visited { color: #000000; text-decoration: none }
A:active  { color: #000000; text-decoration: none }
A:hover   { color: #008fc0; text-decoration: none }

A.mail:link    { color: #ffffff; text-decoration: none }
A.mail:visited { color: #ffffff; text-decoration: none }
A.mail:active  { color: #ffffff; text-decoration: none }
A.mail:hover   { color: #ffffff; text-decoration: none }

TH {            text-align: center;
                font-weight: bold;
                vertical-align: baseline;
                }

TD {            width: 10%;
                vertical-align: middle;
                text-align: center;
                }
                
TD.logo {       vertical-align: middle;
                text-align: center;
                }



INPUT { background-color: #9C9; }
