body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #004F39;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.kop {
	font-size: 15px;
	color: #006D4E;
	font-weight: bold;
}
.subkop {
	font-size: 12px;
	font-weight: bold;
	color: #006D4E;
}
#horizon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  }
#container {
  width: 1000px;
  height: 600px;
  margin-left: -500px;
  position: absolute;
  top: -300px;
  left: 50%;
  overflow:hidden;
  border: 1px solid #000000;
  }
#header  {
  position:relative;
  float:left;
  width:1000px;
  height:600px;
  }