
/************************************************************************************
	
	GENERELLE STILER
	
************************************************************************************/



body {
	
	background:			#f0f0f0 url(../../../images/background_orange.jpg) repeat-x top;
	margin-top:			0px;
	
}

img {
	
	border:				0px;
	
}


table {
	
	font-family:		arial, tahoma;
	font-size:			11px;
	color:				#084351;
	
}


h1 {
	
	font-family:		arial, tahoma;
	font-size:			16px;
	color:				#f4792d;
	padding-bottom:		3px;
	border-bottom:		3px solid #e2f0f3;
	margin-bottom:		10px;
	
}

h2 {
	
	font-family:		arial, tahoma;
	font-size:			13px;
	color:				#f4792d;
	margin:				0px;
}

#header {
	
	width:				1019px;
	height:				225px;
	background:			url(../../../images/header.jpg) no-repeat top;
	
}

#hjem_knapp {
	
	border:				0px solid black;
	width:				170px;
	height:				150px;
	position:			relative;
	top:				55px;
	left:				-315px;
	cursor:				pointer;
}

#footer_shadow {
	
	border:				0px solid black;
	width:				881px;
	height:				19px;
	background:			url(../../../images/footer_shadow.jpg) no-repeat top;
	
}


#land_nav {
	
	border:				0px solid black;
	position:			relative;
	top:				4px;
	left:				5px;
}

	#land_nav td {
		
		border:				1px solid #054c5b;
	}


/************************************************************************************
	
	CONTENT TABELL
	
************************************************************************************/




#left_shadow {
	
	width:				20px;
	border:				0px solid black;
	padding:			0px;
	background:			url(../../../images/left_shadow.jpg) repeat-y right;
	
}


#menu {
	
	width:				268px;
	border:				0px solid black;
	background:			#ffffff;
	padding:			0px;
	
}


#pote {
	
	border:				0px solid black;
	padding:			0px;
	background:			#ffffff url(../../../images/pote.jpg) no-repeat center;
	width:				268px;
	
}


#content {
	
	border:				0px solid black;
	background:			#ffffff;
	padding:			30px 25px 20px 0px;
	
}


#content_div {
	
	border:				0px solid black;
	padding:			0px;
	
}


#right_shadow {
	
	width:				20px;
	border:				0px solid black;
	padding:			0px;
	background:			url(../../../images/right_shadow.jpg) repeat-y left;
	
}





























