body 
{
	background-color: #ffffff;
	margin:0 0 0 0;
	font-family: serif;
	color: #00427B;
    background-image: URL(../billeder/fadeblue.jpg);
    background-repeat: repeat-y;
	}
	
div#outer
{
	text-align:center;		
	}

div#wrapper
{
    margin: 0px auto 0px auto;
    text-align: left;
    width: 760px;          
    }
    
div#venstretop{        
    width:140px;
    height:50px;
    padding-left:5px;
    padding-top:5px;
	}

div#footer
{
	float:right;
	}

div.container
{
    height:500px;      
	}
    	    
div#venstrediv
{
	float: left;
	width: 150px;
	height:100%;			
	padding-right: 0;
	padding-top:0;
	text-align:right;
	vertical-align:top;	    
	}    		

div.content
{
	float: left;
	width:610px;    
	height:100%;     	
	vertical-align:top;
	text-align:left;	
	background-color:#F1F1D7;
	}
	
div.contentsubpage
{
	padding: 5px 5px 5px 5px;	
	}
	
h1 
{
	font-size: x-large; 
	width:100%; 
	font-family: sans-serif;
	}
	
h2 
{
	font-size: medium;
	}
	
p 
{
	font-size: 100%;
	}

a IMG {border: none;}
a:link {color:blue;}
a:visited {color:blue;}
a:hover {color:black;}
a:active {color:black;}

div.menupunkt 
{
	float:right;
	background: none;
	padding:5px;
	height:20px;
	width:80px;
	}

	
div.menupunkta 
{
	float:right;
	color:#000000;
	background-color: #F1F1D7;
	padding:5px;
	height:20px;	
	width:80px;
	}

input
{
	width: 280px;
	}

td.list 
{
	padding:0px 8px 0px 8px;	}
	
td.listimg 
{   padding:2px 2px 2px 2px; 
	}
	
th.header  
{
        background-image: url(../billeder/small.gif);
        background-repeat: no-repeat;
        background-position: center left;        
        margin-left: -1px; 
        background-color:#EDEDD5;       
}

th.headerSortUp      
{
    background-image: url(../billeder/small_asc.gif);
    background-color:#DDDDC7;
} 

th.headerSortDown 
{
    background-image: url(../billeder/small_desc.gif);
    background-color:#DDDDC7;
    } 

#myTable tr td img 
{
    float:left;
    margin-right:10px;

    }    
