﻿body
{
    background-image: url(Images/Baggrund1.gif);
    background-repeat: no-repeat;
    background-color: #50506b;
    font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;		
}

div#navigation
{
    width: 800px;           
    margin: 40px auto 10px auto;
}

#navigation ul 
{ 
    padding: 0px; 
    margin: 0; 
    list-style: none;    
} 
#navigation li
{
    margin: 0px 0px -2px 0px;
}

#navigation a
{     
    color: #ffffff; 
    text-decoration: none;
    font-family: Times New Roman, Serif;
    text-transform: uppercase;   
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 0.85em;
} 

#navigation a:hover
{     
    color: #666666;     
} 

#navigation a.selected
{     
    color: #666666; 
}

div#contentbox
{
    margin: auto;    
    width: 800px;
    height: 335px;
    background-color: #333366;
    clear: both;
}

div#footer
{  
    margin: auto;	
    margin-top: 10px;
    width: 800px;
	color: #666666;
	text-align: center;
	clear: both;
}

div#contentbox_left
{
    float: left;   
    width: 200px;
    height: 335px;
    
}

div#contentbox_right
{
    float: right;
    width: 600px;    
    padding: 0px 0px 0px 0px;
    height: 295px;
}

img#logo_top
{
    margin: 15px 0px 0px 15px;
}

img#logo_bottom
{
    margin: 180px 0px 0px 15px;
}

a.footer
{
    color: #666666;
}
    
a.footer:hover
{
    color: #999999;
}

div.TextContent
{
    color: #ffffff;
    padding: 0px 50px 0px 0px;
    margin: 20px 0px 20px 0px;
    overflow: auto;
    height: 295px;
    font-size: 0.95em;
    scrollbar-base-color: #3d3d75; 
    scrollbar-face-color: #50506b;
    scrollbar-shadow-color: #0e0e5c;	
    scrollbar-highlight-color: #0e0e5c;
    scrollbar-arrow-color: #ffffff;
    scrollbar-3dlight-color: #333366;
    scrollbar-darkshadow-color: #333366;
    scrollbar-track-color: #333366;
}

a
{
    color: White;
    text-decoration: underline;
}
a:hover
{
    color: Silver;
}

div#LAIT
{
    padding: 5px 0 0 0;
    margin: auto;
    text-align: center;
}

div#LAIT a
{
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    color: #666666;
}
