
* { 
	margin: 0;
	padding: 0;
}

body {
	background-color: #f0f0f0;
	font: 75% Tahoma, "Lucida Grande", Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #000000;
	border: 0px;
}

a:hover {
	color: #999999;
}

span {
	font-size: 80%;
}

#container {
	margin: 0 auto;
	width: 1000px;
}

/**
 * Logo (H1), talen & topmenu
 **/

#topmenu {
	height: 90px;
	width: 948px;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: #dddddd url('images/topmenu_back.jpg') repeat-x;
}

#topmenu h1 {
	height: 90px;
	width: 272px;
	background: #dddddd url('images/logo.jpg') no-repeat;
	float: left;
}

#topmenu h1 a {
	display: block; 
	width: 100%; 
	height: 100%; 
	text-indent: -999999px; 
	overflow: hidden; 
	position: relative;
}

#topmenu #talen {
	float: left;
	padding: 32px 0 0 10px;
}

#topmenu ul {
	list-style-type: none;
	padding: 62px 0 0 0;
	text-align: right;
}

#topmenu li {
	display: inline;
	padding-right: 10px;
}

#topmenu li a {
	color: #999999;
}

#topmenu li a:hover {
	color: #000000;
}

/**
 * header
 **/

#header {
	width: 950px;
	height: 210px;
	background: #ff6d0c url('images/header.jpg') repeat-x;
}

#header h2#Web {
	float: left;
	width: 308px;
	height: 210px;
	background: #ff6d0c url('images/headerleft.jpg') no-repeat;
}

#header h2#SEO {
	float: left;
	width: 312px;
	height: 210px;
	background: #ff6d0c url('images/headermid.jpg') no-repeat;
}

#header h2#Info {
	float: left;
	width: 330px;
	height: 210px;
	background: #ff6d0c url('images/headerright.jpg') no-repeat;
}

#header h2 a {
	display: block; 
	width: 100%; 
	height: 100%; 
	text-indent: -999999px; 
	overflow: hidden; 
	position: relative;
}

/**
 * zoeken
 **/

#zoeken {
	width: 950px;
	height: 60px;
	background: #111111 url('images/zoeken.jpg') no-repeat;
}

#zoeken .search {
	float: left;
	width: 150px;
	background-color: #000000;
	color: #ffffff;
	border: 0px;
	margin: 23px 0 0 90px;
	font-size: 8pt;
}

/**
 * zoeken ul
 **/

#zoeken ul {
	float: right;
	list-style: none;
	color: #ffffff;
	margin: 10px 20px 0 0;
}

#zoeken li {
	margin: 5px 0 0 30px;
	padding: 0 0 0 20px;
	display: inline;
	background: url('images/icon.png') no-repeat center left;
}

#zoeken li a {
	color: #ffffff;
}

#zoeken li a:hover {
	color: #ffffff;
}

/**
 * content
 **/

#content {
	width: 930px;
	margin-left: 20px;
}

.contenttop {
	float: left;
	margin: 20px 4px 0 0;
	width:200px;
}

.contenttop p {
	margin: 0 0 25px 0;
}

.contenttop strong {
	color: #ff6600;
}

#links {
	color: #ff6600;
}


.contentright {
	float: right;
	width: 300px;
	text-align: center;
}

.contentright.top {
	padding-top: 100px;
	background: #f0f0f0 url('images/folder_back.png') no-repeat center center;
	min-height: 150px;
}

.contentright.top ul {
	text-align: left;
	list-style-type: none;
	margin-left: 80px;
}

.contentright.top ul li {
	margin-top: 5px;
}

.contentright.mid {
	padding-top: 60px;
	background: #f0f0f0 url('images/seo_back.png') no-repeat center center;
	min-height: 120px;
}

.contentright.bottom {
	min-height: 130px;
	margin-top: -60px;
	_margin-top: -40px;
	background: #f0f0f0 url('images/bookmark_back.png') no-repeat center center;
}

#content hr {
	text-align: left;
	clear: both;
	width: 928px;
	height: 0;
	border: 0;
	border-top: 1px solid #999;
}

#contentmid {
	text-align: center;
}

#contentmid p {
	float: left;
	margin: 50px 60px 0 20px;
	_margin: 40px 60px 30px 20px;
}

#contentmid p img {
	margin: 30px 0 0 0;
}

#contentbottom p {
	margin: 50px 10px 0 20px;
	width: 190px;
	float: left;
}

#contentbottom strong {
	color: #ff6600;
}

/**
 * footer
 **/

#footer {
	padding: 100px 0 20px 0;
	clear: both;
	text-align: center;
	font-size: 80%;
	color: #888888;
}