/* INFORMATION OM LAYOUT
Den grønne farve er: 007748
Den lyse farve i top er: f7f5e8
Baggrund i menuen: f7f5e0
Baggrund i Indhold: eae8dc
farven på grøn tekst: 63a34c
 */

body{
background-repeat:repeat-x;
background-color:#007748;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}


#boxholder{
	text-align:left;
	width:900px;
	height:400px;
	margin:0 auto;
	margin-top:20px;
	}

#box4{
	width:200px;
	height:400px;
	background-color:#FFF;
	border:1px solid #000;
	margin-right:30px;
	float:left;
	text-align:center;
	}
	
	
#box1{
	width:200px;
	height:400px;
	background-color:#FFF;
	border:1px solid #000;
	margin-right:30px;
	float:left;
	text-align:center;
	}
	
#box2{
	width:200px;
	height:400px;
	background-color:#FFF;
	border:1px solid #000;
	margin-right:30px;
	float:left;
	text-align:center;
	}
	
#box3{
	width:200px;
	height:400px;
	background-color:#FFF;
	border:1px solid #000;
	float:left;
	text-align:center;
	}
	
#nyhedsBox{
	width:600px;
	height:200px;
	text-align:center;
	font-size:16px;
	background-image:url(../grafik/tilbud.png);
	margin:0 auto;
	color:#000;
	}
	
#nyhedsBox #afstand{
	padding:10px 60px 20px 60px;
	}
