/* Layout id */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:left;
		background-color:#dddddd;
	background-image: url(images/body_bg.png);	
}

* html #wrapper {
	width:1005px;
	background-color:#FFFFFF;
	background-image: url(images/left_bg_middle.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-left:10px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CC3333;
	overflow:hidden;

}

#wrapper {
	width:1005px;
	background-color:#FFFFFF;
	background-image: url(images/left_bg_middle.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-left:10px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CC3333;	

}
* html #wrapper_friskliv {
	width:1005px;
	background-color:#FFFFFF;
	background-image: url(images/left_bg_middle_friskliv.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-left:10px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #6699CC;
	overflow:hidden;


}
#wrapper_friskliv {
	width:1005px;
	background-color:#FFFFFF;
	background-image: url(images/left_bg_middle_friskliv.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-left:10px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #6699CC;	

}

* html #header{
	overflow:hidden;
	background-color: #6699CC;
	height:188px;
}

#header{
	overflow:hidden;
	background-color: #6699CC;
	height:188px;
}

/*Holder de tre boksene og er nødvendig for arv*/
#content{

	text-align:left;
	/*background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
		background-position: left;*/
}

	#content div{
		
	}

* html #content-left{
	width:192px;float:left;
	overflow:hidden;
		
}

#content-left{
	width:192px;float:left;		
		
}
	



/*#content-right{
	width: 189px;float:left;	
	margin-left:4px;	
}
	#content-right div{
		display:block;
	}*/



#content-main{
	width: 810px;
	float:left;	
		text-align:left;
}

#content-main-friskliv{
	width: 810px;
	float:left;	
		text-align:left;
		overflow:hidden;
}
/*Stopper float left*/
#stop{
clear:both;}


#footer{
	background-color: #ffffff;


}
#powered_by{
}
