body {
	margin:0px; 
	padding:0px;
	text-align:center;
	font-family:verdana, sans-serif;
	background-color:#e6e6e6;
	}
#main {
	width:750px;
	height:auto;
	margin:0px auto 5px auto;
	text-align:justify;
	padding:0px;
	background-color:#F7F3EF;
	border-bottom:1px solid #C9CCCF;
	}
#header {
	margin:0px auto;
	text-align:right;
	padding:5px 15px 5px 15px;
	font-size:20px;
	font-weight:bold;
	color:#ccc;
	font-family:arial, sans-serif;
	background-color:#fff;
	}
#header a {
	color: #808080; 
	text-decoration: none;
	}
#header a:hover {
	color: #4682B4; 
	text-decoration: none; 
	}
#overskrift {
	background-color:#B7D049;
	font-size:20px;
	padding:17px 0px 0px 15px;
	height:43px;
	color:#fff;
	border-top:1px solid #C9CCCF;
	border-bottom:1px solid #C9CCCF;
	}	
#menu {
	width:126px;
	height:auto;
	float:right;
	margin:0px;
	text-align:left;
	padding:0;
	font-size:12px;
	color:#333;
	}
#menu .links {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 15px 10px 15px 5px;
	}
#menu a {
	color: #C9CCCF;
	display:block;
	height: 20px;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	line-height: 20px;
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px solid #C9CCCF; 
	}
#menu a:hover {
	color: #F7F3EF;
	display:block;
	height: 20px;
	background-color:#C9CCCF;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	}
#indhold {
	width:620px;
	margin:0px;
	padding:0px;
	background-color:#fff;
	border-right:1px solid #C9CCCF;
	}
#tekst {
	margin:0px;
	text-align:justify;
	line-height: 1.5;
	padding:15px 15px 15px 15px;
	font-size:12px;
	color:#311B11;
	}
#tekst a {
	color: #7B9817;
	font-weight:bold;
	text-decoration: none; 
	}
#tekst a:hover {
	color: #7B9817; 
	font-weight:bold;
	text-decoration: underline; 
	}
#fod {
	margin:0px;
	text-align:center;
	line-height: 0;
	padding:10px 0px 40px 0px;
	font-size:10px;
	color:#999;
	}
	
#fod a{
	  color: #999; 
	  text-decoration: underline; 
	  }
#fod a:hover {
	  color: #333; 
	  text-decoration: none; 
	  }