body {
  background: #75c700 url("img/body_bg.jpg") top left repeat-x;
	font-family: arial, trebuchet MS, verdana, sans serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #222;
}

h1, h2 {
  font-family: Century Gothic;
	font-weight: normal;
	text-align: left;
}

h1 {
  position: relative;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

h2 {
  font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 20px;
}

p {
  margin: 0;
	padding: 0;
}

ul {
  margin-top: 0;
}

a {
  color: #222;
}

img {
  border: 0;
}

#container {
  background: #75c700 url("img/container_bg.jpg") top left no-repeat;
	width: 921px;
	height: 617px;
	display: block;
	margin: 5px auto;
	padding-top: 0;
	position: relative;
}

#header {
  float: left;
	position: relative;
}

#header .text{
	width: 380px;
	text-align: center;
	position: absolute;
}

#header h1 {
  margin: 0 auto;
  font-size: 3.9em;
	font-weight: normal;
	z-index: 1;
	top: 14px;
	width:200px;
	
}

#header h2 {
  font-size:1.3em;
  margin: 10px auto;
	width:160px;
}

#header .logo {
  position: absolute;
	top: 25px;
	left: 180px;
	z-index: 0;
}

#menu {
  display: block;
  float: left;
	text-align: center;
	margin-left: 152px;
	_margin: 0 8px 0 72px;
	font-size: 0.8em;
	cursor: pointer;
	width: 80px;
	height: 370px;
}

#menu p {
  margin-top: -5px;
}

#menu img, #menu .euro {
  margin: 20px 0 0 0;
  color: #ff9000;
	font-size: 3.8em;
}

#menu img {
  margin-bottom: 5px;
	border: 0;
}

#menu a {
  text-decoration: none;
}

#menu a:hover {
  color: #ff9000;
}

#content {
  float: left;
	position: relative;
	padding: 0 20px 0 20px;
	height: 275px;
	width: 518px;
	overflow: auto;
	margin-top:110px;
	z-index: 40;
}

#postit {
  background: url("img/postit_bg.jpg") top left no-repeat;
  font-family: Bradley Hand ITC;
	display:block;
	width: 128px;
	_width: 172px;
	height: 110px;
	_height: 140px;
	padding: 4px 20px 26px 24px;
	overflow: hidden;
	text-decoration:none;
	font-size: 1.3em;
	font-weight: bold;
	text-align:center;
	position: absolute;
	top: 0px;
	left: 634px;
	z-index: 50;
}

#copyrigth a {
  color: #fff;
	position: absolute;
	top: 590px;
	left: 790px;
	font-size: 0.8em;
	text-decoration: none;
}

form label {
  float: left;
	width: 120px;
}

form input, form textarea {
  width: 220px;
	border: 1px solid #555;
	margin-bottom: 2px;
}

form textarea {
  height: 80px;
  overflow: auto;
}

form .radio {
  border: 0;
	width: 12px;
}

form .button {
  background: #555;
	color: #fff;
	width: 140px;
	cursor: pointer;
	margin-left: 120px;
	margin-top: 5px;
}

#melding {
  color: #e30000;
	font-style: italic;
	font-size: 0.9em;
}