body
{     
    color: #727072;
    font-size: 12px;
    letter-spacing: 1px;
}


.error
{
        background-color: orange;        
}

td
{
        vertical-align: top;        
}


a img{ border: 0;}

h1
{
      
}

h2
{
           
}

h3
{
    color: #92BBC6;            
}     

table
{
        border-collapse: collapse; 
}

div#container
{
        background-color: #92bbc6;
}

div#nerf
{
        background-image: url('../images/nerf.jpg');
        background-repeat: no-repeat;
        background-position: top-left;
}

div#cirkel
{
        background-image: url('../images/cirkels.png');
        background-repeat: no-repeat;
        background-position: top-left;
}

div#body
{
        background-color: white;
        font-family: helvetica;
}

div#bodypadding
{
        padding: 20px;
        padding-top: 1px;
        text-align: justify;
        font-family: helvetica;

}

div#menu1
{
        background-color: #92bbc6;
}

div#menu1 div, div.menu2 div
{
        padding: 5px 0px;        
        font-family: eurostile,helvetica,verdana;
}

div#skip, div#skip a
{
        font-family: helvetica;        
        font-size: 15px;
        color: white;        
        text-decoration: none;
}

div#skip a
{
        position: relative;
        z-index: 11;        
}

div#skip a:hover
{
                text-decoration: underline;        
}

div#menu1 a
{
        font-size: 14px;
        display: block;
        margin-right: 10px;
        line-height: 18px;
        color: white;
        text-decoration: none;
        text-align: right;
}

div#menu1 a.selected, div.menu2 a.selected
{
        color: #942261; 
}

div#menu1 a:hover
{
        color: #942261;
}

div.menu2
{
        background-color: white;
}

div.menu2 a
{
        font-size: 14px;
        display: block;
        margin-left: 10px;
        line-height: 18px;
        color: #92bbc6;
        text-decoration: none;
        text-align: left;
}

div.menu2 a:hover
{
        color: #9a3680;
}

div#footer
{
        background-color: #92bbc6;
}

