body {
	font: 100% arial, sans-serif;
	background-color: #abcb70; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin-top: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	
}

#container {
	position:relative;
	width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#content {
	width: 990px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	
	
}

#bovenkant {
	width: 960px;
	background-color: #ffffff;
	padding-top: 30px;
	height: 335px;
	padding-right: 30px;
	
}
#menu {
	width: 540px;
	height: 300px;
	float: right;

}
#logo {
	width: 300px;
	height: 300px;
	float: left;
	padding-left: 100px;

	
}
#tekst {
	width: 930px;
	font-size: 90%;
	padding: 10px 30px 10px 30px;
	color: #314a01;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: #FFFFFF;
	margin-top: 10px;
}

#tekst a {
	color: #5F8517;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#tekst a:hover, a:active {
	color: #5F8517;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

#tekst a:visited {
	color: #5F8517;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	width: 990px;
	height: 50px;
	text-align: center;
	font-size: 80%;
	color: #FFFFFF;
}
#footer li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	border-top-style: none;

}
#footer li a {
	padding: 0px 1px 4px 1px;
	color:#5F8517;
	text-decoration:none;
	font-weight:normal;
	font-size: 90%;

}
#footer li a:hover {
	color:#FFFFFF;
	border-bottom:1px solid #fff;
	border-bottom-color: #FFF6D0;
}
#footer li a:active {
	color:#FFFFFF;
	border-bottom:1px solid #fff;
	border-bottom-color: #FFF6D0;
}


h1 {
	font-size: 120%;
	font-weight: bold;
	color: #5f8517;
	text-align: right;
	
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #8E3957;
	font-style: normal;
}

