	
	body {
		text-align:center;
		margin: 0;
		padding-top: 1px; /* hack for 0 margin i top i Opera */
		font-family: "Lucida Grande", "Helvetica", "Verdana", arial;
		color: #666666;
		background: #0a4c72 url(images/bg.gif) repeat-x;
		font-size: 11px;
		}
	
	img {
		border: 0;
	}
	
	#frame {
		width:765px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		word-wrap:break-word;  /*** The rule below prevents long urls from widening floated cols and breaking the layout
     in IE. It is not W3C valid, but if placed within a "Conditional comment" it will be hidden
     from all user agents other than IE/Win, and thus validate. This fix fails in IE5/Win.
     http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp ***/
		}
		
	#contentleft {
		width:0px;
		padding:0px;
		float:left;
		}
	
	#contentcenter {
		width:765px;
		padding:0px;
		float:left;
		background: #0a4c72;
		}
	
	#contentright {
		width:0px;
		padding:0px;
		float:left;
		}
	
	#contentheader {
		margin-bottom: 0px;
		line-height: 0px;
		margin-left:-202px;
		margin-top:0px;
		padding-top:0px;
		height: 239px;
		}
		
	#contentfooter {
		width:100%;
		height:25px;
		text-align: center;
		padding-top: 10px;
		margin-top:20px;
		background: #1b597c url(images/bg_bottom.gif) repeat-x;
		}
		
	h1 {
		margin: 15px 0px 5px 0px;    /* top right bottom left */
		background: url(images/hl_bg.gif) repeat-x;
		text-align: left;
 	}	
	
	/*p {
		margin: 0px 16px 0px 16px;  
 	} */	
		

	
	#contentright p { font-size:10px}
	
	/* Links in general*/
	
	a:link {
		color: #1096f3;
	}
	
	a:hover{
		color: #1096f3;
		text-decoration: none;
	}
	
	a:visited{
		color: #a7bfcc;
	}
	
	/* PROFIL */
	
	#profil {
		margin: 0px 0px 10px 0px;
		padding: 5px 0px 10px 4px;
	}
	
	img.profil_ref {
		border: solid #E2E2E2 1px;
	}
	
	#columnleft {
		width:250px;
		padding:0px;
		float:left;
		}
	
	#columncenter {
		width:250px;
		padding:0px;
		float:left;
		}
	
	#columnright {
		width:250px;
		padding:0px;
		float:left;
		}
		
	#profil h2 {
		margin: 0px 0px 0px 0px;    /* top right bottom left */
		padding: 0px 0px 7px 0px;
		background: url(images/hl2_bg.gif) repeat-x;
		height: 15px;
		width: 210px;
 	}
		
	#columnleft p, #columnright p, #columncenter p{
		line-height: 150%;
		padding: 0px 30px 17px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	img.profil_produkt{
		padding: 0px 0px 10px 0px;
	}
	
	/* REFERENCER */
	
	
	#ref {
	background: #245f81;
	padding: 16px;
	margin-bottom:30px;

	}
	
	/*#ref img{
	border: solid 2px #58859e;
	}*/
	
	#ref_text {
		margin: 3px 0px 4px 0px;
		padding: 5px 0px 0px 0px;
		color:#a7bfcc;
	}
	
	#ref_text div{
		padding:0px;
		float:left;
	}
	
	#kunde {
		margin-right: 25px;
	}
	
	#url {
		margin-right: 25px;
	}
	
	#aflev {
		margin-right: 25px;
	}
	
	#opgaver {
	}
	
	
	#ref_box1, #ref_box2, #ref_box3{
		border: solid #C1C1C1 1px;
		padding: 7px 4px 5px 10px;
		float: left;
		margin: 10px 10px 10px 0px; 
		
	}
	
	#ref_box1 h2, #ref_box2 h2, #ref_box3 h2{
		/*text-align: right;*/
		background: none;
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 10px 0px;
	}
	
	img.ref_thumb{
		border: solid #C1C1C1 1px;
		margin: 3px 8px 8px 3px;
	}
	
	#ref_thumb_chosen {
		border: solid #C1C1C1 3px;
		margin: 0px 6px 5px 0px;
	}
	
	/* KONTAKT */
	
	
	#kontakt {
		background: #146a5c;
	  padding: 16px;
	  margin-top: 60px;
		margin-bottom:30px;
		/*margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 4px;*/
		color: #FFF;
	}
	
	#kontakt p{
		line-height: 130%;
	}
	
	#navn {
		font-size: 16px;
		margin: 20px 0px 3px 0px;
	}
	
	#udd {
		margin: 0px 0px 0px 0px;
	}
	
	#adresse {
		margin: 10px 0px 5px 0px;
	}
	
	#tlf {
		margin: 0px 0px 0px 0px;
	}
	
	#email {
	  margin: 0px 0px 10px 0px;
	}
	
	a.email:link {
		color: #50a85e;
		font-size: 16px;
	}