@charset "UTF-8";
body {
	background: #FFF url(../plaatjes/achtergrond-boven.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 95px 0 0 0;
}
#kopregel {
	position:relative;
	left: 480px;
	width: 330px;
	height:150px;
	vertical-align: middle;
	text-align: center;
	padding-top:20px;
}
#nav {
	float:left;
	background:#3F0;
	padding:0;
	margin:0;
	height:30px;
	width: 100%;
	font-size:18px;
	font-weight:bold;
	list-style:none;
	list-style-type:none
}
#nav a:link {
	color:#000;
}
#nav li{
	float:left;
	margin:0;
	padding:0; 
	height:30px;
	margin: 0;
	padding:0 16px 0 16px;
}

#knop1 {
	background:#0CF;
}
#knop2 {
	background:#F93;
}
#knop3 {
	background:#3F0;
}
#knop4 {
	background:#FF0;
}
#knop5 {
	background:#F0F;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	clear:both;
	padding: 0 10px;
	text-align:right;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:22px;
	color:#000;
}

h2 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:22px;
	color:#FFF;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#000;
}

h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#000;
}

h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	color:#000;
}

h6 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:40px;
	color:#000;
}

a:link, a:visited {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.linkgeel12 {
	color:#FF0;
	font-size:12px;
}
.linkgeel16 {
	color:#FF0;
	font-size:16px;
}
.linkgeel22 {
	color:#FF0;
	font-size:22px;
}
.linkgeel24 {
	line-height:2em;
	color:#FF0;
	font-size:24px;
}
.linkgeel28 {
	line-height:2em;
	color:#FF0;
	font-size:28px;
}
.linkgeel33 {
	line-height:2em;
	color:#FF0;
	font-size:33px;
}
.linkgeel40 {
	line-height:2em;
	color:#FF0;
	font-size:40px;
}
.linkoranje12 {
	color:#F63;
	font-size:12px;
}
.linkoranje16 {
	color:#F63;
	font-size:16px;
}
.linkoranje22 {
	color:#F63;
	font-size:22px;
}
.linkoranje24 {
	line-height:2em;
	color:#F63;
	font-size:24px;
}
.linkoranje28 {
	line-height:2em;
	color:#F63;
	font-size:28px;
}
.linkoranje33 {
	line-height:2em;
	color:#F63;
	font-size:33px;
}
.linkoranje40 {
	line-height:2em;
	color:#F63;
	font-size:40px;
}

