/* CSS Document */
html {  height:100%; margin:0; padding:0;}
body{ background-image:url(../afbeeldingen/bg.jpg); background-position:center bottom; background-color:#222222; background-repeat: no-repeat; margin:0; padding:0;}
* { font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#fff; margin:0; padding:0;}

#container{ width:1000px; margin:0 auto; background-color:#000; min-height: 740px; }

#top{ width:1000px;  background-color:#000; height:75px;  text-align:center;}
#footer{ width:1000px; margin:0 auto; background-color:#000; height:50px; margin-top:15px; text-align:center; line-height:50px; color:#FF0; font-weight:bold;}

#knoplinks{ width:450px; height:425px;  margin-top:75px; float:left; margin-left:25px;}
#knoprechts{ width:450px; height:425px;  margin-top:75px; float:left;}
#knoptussen{ width:50px; margin-top:75px; float:left; text-align:center;}

#content{ width:960px; padding:20px; float:left; margin-top:15px; height:auto; padding-bottom:10px; background-color:#000;  }
#kolomlinks{ width:460px;  float:left;  margin-right:20px  }
#kolomrechts{ width:460px;  float:left;  margin-left:20px  }


.titel{ font-family:Verdana, Geneva, sans-serif; color:#FF0; font-size:50px; font-weight:bold;}

.groot{ font-family:Verdana, Geneva, sans-serif; color:#FFF; font-size:16px;  text-align:center;}

.geel{ font-family:Verdana, Geneva, sans-serif; color:#FF0; font-size:11px;}




a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
