
#header {
	height: 105px;
	background-image: url(gif/forside-background.gif);		
} 

a:link, a:visited, a:hover {
		color:#ffffff;
}
		
#container { 
	background-image: url(gif/forside-blue-background.gif);	
}
#content {
	border-top: 1px solid #046b9a;
	background-image: url(gif/forside-bodybackground.gif);
	background-repeat: no-repeat;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 330px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
}
		#sidebar1 {
		padding: 0px;
		margin: 0px;
		color: #ffffff;	
		padding-top: 20px;		
		}
	
		#sidebar1 ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
		}
		#sidebar1 ul li {
		margin: 0px;
		padding: 0px;
		background-image:url(gif/submenubackground.gif);	
		width:220px;	
		}
		#sidebar1 ul li a {		
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 15px;	
		font-weight:bold;			
		display: block;
		padding: 2px 0px 0px 42px;
		text-decoration: none;
		color: #50a6cd;
		height: 28px;		
		}
		
		#sidebar1 ul li a:hover, #sidebar1 ul li a:focus {
		color: #497299;
		}
		
		#sidebar1padding {
		padding-left: 20px;
		}

#mainContent { 
	margin: 0 0 0 370px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
} 
h1 {		
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 22px;	
		font-weight:bold;			
		color: #ffffff;	
}
h2 {		
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 15px;	
		font-weight:bold;			
		color: #ffffff;		
}
h3 {		
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 15px;	
		font-weight:bold;			
		color: #ffffff;	
		margin-bottom: 2px;	
		margin: 0px; 
		padding: 0px;	
}
h1.graa{ padding-top:12px;}
#sidebar1 h1.graa{padding-top:0px;}

