/* Layout id */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #bacade;
	text-align:center;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

#wrapper {
margin-top:15px;
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	overflow:hidden;
	
	height:172px;
}

/*Holder de tre boksene og er nødvendig for arv*/
#content{
margin-top: 10px;
}

/* Alt innenfor content arver float left*/
#content div{
	overflow:hidden;
	
}
#content-left{
	width: 189px;float:left;	


}
#content-left div{
	display:block;
	width:100%;
}

#content-right div{
	display:block;
	width:100%;
}
#content-right{
	width: 189px;float:left;	
	margin-left:4px;	

}

/*#content-main div{
	display:block;
	width:100%;
}*/

#content-main{
	width: 581px;
	float:left;	
		margin-left:4px;
		text-align:left;	


}

#content-left .content_head{
	background-image: url(images/content_head_small.png);
	background-repeat: no-repeat;
	height: 14px;
}

#content-main .content_head{	
	background-image: url(images/content_head_large.png);
	background-repeat: no-repeat;
	height: 14px;

}


#content-right .content_head{		
	background-image: url(images/content_head_small.png);
	background-repeat: no-repeat;
	height: 14px;

}

#content-left .content_bottom{
	background-image: url(images/content_bottom_small.png);
	background-repeat: no-repeat;
	height: 19px;
}

#content-main .content_bottom{	
	background-image: url(images/content_bottom_large.png);
	background-repeat: no-repeat;
	height: 19px;

}


#content-right .content_bottom{		
	background-image: url(images/content_bottom_small.png);
	background-repeat: no-repeat;
	height: 19px;

}


/*#content-main img{
	margin: 5px;
}*/

/*Stopper float left*/
#stop{
clear:both;}


#footer{
	background-color:#ffffff;

}
