	body {
		height: 100%;
		vertical-align: middle;
		margin: 80;
		display: block;
		font-family: Arial, Verdana, FreeSans, Sans-serif;
		font-size: 12px;
		background: #ffffff url(images/bg_blue.gif)
	}
	
	#content {
		margin: 80px auto 80px auto;
		width: 550px;
		height: 550px;
	}
	
	#info {
		height: 380px;
		padding: 20px;
		border: 1px solid #ccc;
		background: transparent url(images/bg.png) repeat-x top left;
		line-height: 23px;
		position: relative;
	}
	
	#green {
		background: transparent url(images/groen.png) no-repeat bottom left;
		height: 66px;
		position: relative;
		padding: 20px;
		margin: 0px;
	}
	
	#ster {
		position: absolute;
		top: -44px;
		right: 20px;
	}
	
	a#ster img {
		border: none;
	}
	
	#green h2 {
		margin-top: 0px;
		margin-bottom: 8px;
		font-size: 1.9em;
		color: #fff;
		font-weight: bold;
	}
	
	#green h2 a{
		color: #fff;
	}
	
	#green h3 {
		margin-top: 0px;
		margin-bottom: 8px;
		font-size: 1.6em;
		color: #EDF4E2;
		font-weight: bold;
	}
	
	#green h3 a{
		color: #EDF4E2;
	}
	
	h1, h2, h3, h4 {
		font-family: "Trebuchet MS", Arial, Verdana, FreeSans, Sans-serif;
	}
	
	h1 {
		font-weight: bold;
		font-size: 2.2em;
		padding-left: 24px;
		background: transparent url(images/groen.gif) no-repeat center left;
		margin: 0px;
		color: #086500;
	}
	
	h4 {
		font-weight: bold;
		font-size: 1.3em;
		padding-top: 28px;
		margin: 0px;
	}
	
	#info a, #info a:hover, #info a:visited, #info a:link, #info a:active {
		color: #037DBE;
	}
	
	p.more-info {
		padding-left: 12px;
		background: transparent url(images/blauw.gif) no-repeat center left;
	}

	
	#tl, #tr {
		background: transparent url(images/rand.gif) no-repeat;
		position: absolute;
		width: 7px;
		height: 7px;
	}
	
	#tl {
		top: -1px;
		left: -1px;
		background-position: -7px 0px;
	}
	
	#tr {
		top: -1px;
		right: -1px;
		background-position: 0px 0px;
	}
