@CHARSET "ISO-8859-1";

body,html {
	text-align: center;
	font-family: Arial,sans-serif;
	font-size: 12px;
	/*Donkergroen: */
}

div#wrapper {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
}

div#header {
	background: url(/static/img/header-background.jpg) no-repeat;
	height: 210px;
}

div#menu {
	background: #090940;
	height: 40px;
}

	div#menu ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
		div#menu ul li {
			float: left;
			
		}
		
			div#menu ul li a {
				color: #FFF;
				font-size: 14px;
				display: block;
				width: 136px;
				padding: 14px;
				padding-bottom: 9px;
				background: url(/static/img/menu-right.gif) no-repeat right top;
				text-decoration: none;
				padding-right: 0px;
			}	
			
div#content {
	background: url(/static/img/content-repeat.gif) #f7f7f7;
	border-top: 40px solid #f7f7f7;
	border-bottom: 40px solid #f7f7f7;
	padding: 16px;
	padding-top: 0px;
	line-height: 19px;
	min-height: 200px;
}

	* html div#content {
		height: 200px;
	}

	div#content h2 {
		margin: 0px;
		color: #ff6600;
		font-size: 16px;
		padding: 0px;
		padding-bottom: 12px;
	}
	
	div#content .text {
		margin-right: 395px;
		color: #333;
	}
	
		div#content .text a {
			color: #090940;
		}
	
		div#content p {
			margin: 0px;
			padding: 0px;
		}
	
	div#content .image {
		float: right;
		width: 365px;
	}
	
div#footer {
	background: url(/static/img/footer-background.gif) no-repeat;
	height: 40px;
	clear: right;
}

	div#footer a {
		display: block;
		height: 40px;
	}

	div#footer .honderd-button {
		position: absolute;
		margin-left: 615px;
		margin-top: -65px;
	}
