/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
*{
	margin: 0;
	padding: 0;
}

body { font-family: verdana;
	font-size: 11px;
	background-color:#F1EDE1;
}

#hovedfelt{
	width: 760px;
	height: 390px;
	background-color:#D0C8A4;
	position: relative; /*gjør at siden blir midtstilt*/
	margin: 70px auto;/*gjør at siden blir midtstilt*/
	
	border: 1px solid #AD7C53;
}



#felt{
	width: 760px;
	height: 348px;
	background: url(bilder/slagord_eng.gif) #DAD4B4 bottom left no-repeat;
	margin: 20px auto;
	border: 2px solid; 
	border-bottom-color: #AD7C53; 
	border-top-color: #AD7C53;
	border-left: none;
	border-right: none;
	
}

#menyfelt{
	width: 456px;
	height: 267px;
	background-color:#EFE9CF;
	border: 1px solid #493F1B;
	position: absolute;
	left: 27px;
	top: 46px;
	
}
#bruntfelt{
	width: 698px;
	height: 236px;
	background-image: url(bilder/bakgrunn.jpg);
	border: 1px solid #493F1B;
	position: absolute;
	left: 3px;
	top: 24px;
	padding: 6px 0px 0px 0px;
}

#menylinker ul li a{ 
	padding: 4px 8px 3px 4px; 	
	display: block; /*Må til for å kunne sette virkbar margin og padding */
	font-weight: bold;  
	text-decoration: none;  
	color: #5E4E29;   
}

#thumbnails ul li a{ 
	padding: 0px 4px 3px 0px; 	
	display: block; /*Må til for å kunne sette virkbar margin og padding */
	font-weight: bold;  
	text-decoration: none;  
	color: #5E4E29;   
}

#tekstfelt a{ 
	padding: 0px 4px 3px 0px; 	
	display: block; /*Må til for å kunne sette virkbar margin og padding */  
	color: #5E4E29;   
}

#meny ul li{
	float:left;/*Må til for å få de ved siden av hverandre*/	
}

#flik{
	position: absolute;
	left: 484px;
	top: 46px;
	width: 17px;
	height: 25px;
}

#logo{
	position: absolute;
	right: 10px;
	top: 1px;
}

#slagord{
	position: absolute;
	left: 30px;
	top: 350px;
}

#tekstfelt{
	width: 270px;
	height: 212px;
	background-color:#EFE9CF;
	float:left;
	border: 1px solid #493F1B;
	margin: 6px 0px 0px 9px;
}
#thumbnails ul li {
	text-decoration: none;
	clear:left;
}
#menyfelt img{
	margin: 6px 0px 0px 9px;
}

#menyfelt img{
	border: 1px solid #493F1B;
}

h2 { 
	padding: 10px 5px 0px 7px;
	font-weight: bold;
	font-size: 11px;
	color: #933C10;
}

p { 
	margin: 5px 5px 0px 7px;
	font-size: 11px;
}