body {
	margin:0 0 0 0;
	background-position:top center;
	background-color:#e5f0df;
	font-family:Arial;
	color:#333;
	font-size:13px;
	line-height:20px;
	height:100%;
	text-align: center;
	float: inherit;
}

.kop{
	font-size:16px;
	font-weight:bold;
}
.cont{
width:800px;
margin:auto;
min-height:100%;
background-color:#FFF;
	}
a{
	font-family:Arial;
	color:#333;
	font-size:13px;
	line-height:20px;
	text-decoration:none;
}
a:hover{
	font-family:Arial;
	color:#CCC;
	font-size:13px;
	line-height:20px;
	text-decoration:none;
}

.menu {
  width:200px;
}
.menu li {
	text-align:right;
	margin-left:-20px;
	margin-right:10px;
	list-style-type:none;
	  margin-bottom:10px;
}
.menu a{
	font-size:16px;
	font-weight:bold;
  color:#489567;
  padding:0px;
  text-decoration:none;
  margin-bottom:20px;
}
.menu a:hover{
	font-size:16px;
	font-weight:bold;
	font-style:italic;
  color:#489567;
  padding:0px;
  text-decoration:none;
  margin-bottom:20px;
}

