
/************************************************************************************
	
	GENERELLE STILER
	
************************************************************************************/



body {
	
	background:			#e5e5e5 url(../../../images/topbg.jpg) repeat-x top;
	margin:				0px;
	font-family:		tahoma, arial;
	font-size:			11px;
	color:				#c8f6bd;
	
}

img {
	
	border:				0px;
	
}


table {
	
	font-family:		tahoma, arial;
	font-size:			11px;
	color:				#c8f6bd;
	
}

hr
{
	height:				1px;
	background:			#9be281;
	border:				0px solid #9be281;
}


h1 {
	
	font-family:		tahoma, arial;
	font-size:			14px;
	color:				#124307;
	margin:				10px 0px 10px 0px;
}

h2 {
	
	font-family:		tahoma, arial;
	font-size:			12px;
	color:				#28631b;
	font-weight:		bold;
	margin:				0px 0px 5px 0px;
}




#header {

	width:				802px;
	height:				161px;
	background:			url(../../../images/header.jpg) no-repeat center;
}

#content_back {

	width:				762px;
	background:			url(../../../images/content_bg.jpg) repeat-y center center;
}

	#content {

		width:				760px;
		background:			url(../../../images/content.jpg) no-repeat top center;
	}
	
		#content_width {
	
			width:				680px;
			text-align:			left;
		}
	
	
		
.hunder_width
{
	width:				300px;
	background:			#7bb660;
	border:				1px solid #1e5c12;
	margin-bottom:		15px;
}		

.hunder_padding
{
	padding:			10px;
}
		
		


#footer {

	width:				782px;
	height:				92px;
	background:			url(../../../images/footer.jpg) no-repeat center;
}





























