@charset "utf-8";
/* CSS Document */

/*  
Copyright (c) Webwing - Webdesign | Webontwikkeling
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* center de container voor IE5 browsers. */
	color: #333;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}
#container {
	width: 840px;
	text-align: left; /* reset de center */
	position: absolute;
	left: 50%;
	margin-left: -420px;
}
#header {
	width: 840px;
	height: 164px;
	background: url(../images/header.png);
	background-repeat: no-repeat;
}
#menu {
	float: left;
	width: 800px;
	height: 55px;
	background: url(../images/menubalk.png);
	background-position: right;
	background-repeat: no-repeat;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	margin-top: 17px;
	margin-left: 15px;
	padding: 0;
}
#menu li {
	float: left;
	margin: 0;
	display: block;
	width: 120px;
	text-align: center;
}
#menu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	width: 840px;
}
#contentl {
	float: left;
	width: 515px; /* min de padding 30px */
	margin-left: 15px; /* margin, geen padding, witte achtergrond mag niet doorlopen */
	padding: 15px; /* voor de tekst */
	min-height: 500px; 
	background: #fff;
}
#contentl h1 {
	font-size: 16px;
	color: #d4d45a;
}
#contentl h2 {
	font-size: 14px;
	color: #333;
}

#contentr {
	float: left;
	margin-left: 20px;
	width: 235px;
	height: 500px;
	color: #000;
}

#contentr h2 {
	font-size: 14px;
	padding-top: 25px;
	padding-left: 24px;
}

#contentr p{
	padding-left: 24px;
	padding-right: 15px;
}

#contentr a {
	color: #000;
}

#blok1 {
	width: 235px;
	height: 144px;
	background:url(../images/blok1.png);
}
#blok2 {
	width: 235px;
	height: 140px;
	background:url(../images/blok2.png);
}
#blok3 {
	width: 235px;
	height: 147px;
	background:url(../images/blok3.png);
}
#footer {
	float: left;
	width: 840px;
}
#footer a {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 15px;
}
#footer a:hover {
	text-decoration: underline;
}

/* ======= begin linkopmaak ======== */
a:link {
	text-decoration: underline;
	color: #333;
}
a:visited {
	text-decoration: underline;
	color: #d4d45a;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #d4d45a;
}
/* ======= einde linkopmaak ======== */

p.access {
	display: none;
}
.nonvis {
	display: none;
}