BODY {  background-color: #D3F7F2;
        overflow: hidden;
        padding: 0%;
        margin: 0%;
        }
        
DIV.venstre     {
                display: none;
                }
                
DIV.explain     {
                display: none;
                }

#logout      {
                display: none;
                }

#logout:hover{
                display: none;
                }


DIV.midten      {
                width: auto;
                border: none;
                font-family: Times;
                color: #000070;
                float: none;
                }

DIV.hojre       {
                display: none;
                }

DIV.kontakt     {
                display: none;
                }

DIV.top         {
                display: none;
                }

#topbar         {
                display: none;
                }

DIV.foot        {
                display: none;
                }

                
#footer         {
                display: none;
                }



DIV.left        {
                display: none;
                }

DIV.right       {
                display: none;
                }



DIV.contents{   float: none;
                top: 5%;
                left: 5%;
                width: 90%;
                padding: 0%;
                }


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; }
