@charset "utf-8";
/* CSS Document */

#overskrift {
	width: 960px;
	height: 125px;
	text-align: center;
	border: 1px solid #a6e5b9;
	
   
}

h1 {
}

#box {
	width: 100%;
	height:100%;
	margin: 0 auto;
	}

#content{
	 background-image:url(baggrund-natur1.jpg);
	 /*height: 1500px;*/
	 width:960px;
	 margin: 0 auto;
	 border:none;
	 
}



#tekst{
	width:870px;

	min-height:232px;
	margin: 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	padding:10px;
	float:left;
	
}

#unger{
	width:289px;
	height:94px;
	margin: 0 auto;
	clear: both;
	
}



#video{
	 margin: 0 auto;
	 width:640px;
	 height:360px;
}

#billeder{
	clear:both;
	/*background-color:#003;*/
	margin:40px auto;
	width:500px;
	/*height:360;*/
}



#fod{
	margin: 0 auto;
	width:960px;
	height:50px;
	clear:both;
	text-align:center;
	
	/*border: 1px solid #000000;*/

}








