/*
default CSS file written by Bogdan Siregar
this css file is a compilation from various css authors
(c) Bogdan Siregar 2009. 
*/

/*
Donkeybridge(s)
if only one value is set, that value applies to all four sides
if two values are set, the first is for the top and bottom, the second is for right and left.
if three values are set, the first is the top, the second are the right and left and the third is the bottom
if four values are set, the order they are applied is top, right, bottom, left 
background:#292929 url(images/contentBG.jpg) repeat-x scroll center bottom;
*/


@charset "utf-8";

/*-----------------------------------------------------------------------------------------------
  General CSS settings
-----------------------------------------------------------------------------------------------*/
*{
	padding:0;
	margin:0;
	outline: none;
	}

/*h1, h2, h3, h4, h5, h6, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin:1em 0; 
	}
*/


	

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/


body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color:#999999;
	

}

 #wrapper {
	width: 815px;
	margin: auto;
	min-height:860px;
	background: url('../images/bg_wrapper3.jpg') repeat-x;
	background-color:#FFFFFF;
	overflow:auto;
 }
 
 
 #buttons {
	clear: both;	
 }
 
 #buttons {
 margin-left:50px;
 }
 
 #buttons li {
	display: block;
	float: left;
	  width: 275px;
	  height:170px;
	 line-height: 150px;
	 font-size:18px;
	 list-style:none;
		margin-left: 30px;
		text-align:center;
		font-weight:bold;
		background-image: url('../images/blok2.png');
		background-repeat:no-repeat;
		behavior: url(iepngfix.htc)
		
 }
 
 #buttons li.eerste{
 		background-image: url('../images/blok1.png');
		background-repeat:no-repeat;
		behavior: url(iepngfix.htc)
 }
 
 #buttons li a{
 color:#ffffff;
 }
 
#top_flash {widht:815px; margin:0 auto;}
.padding20 {padding:20px;}
#logo{
display:block;
width:500px;
height:75px;
margin:0 auto;
background-image: url('../images/logo-png3.png');
		background-repeat:no-repeat;
		behavior: url(iepngfix.htc)
}

p{

width:750px;
padding-top:5px;
padding-bottom:5px;
}
	
span.clear{
display:none;
}

a{
	color:#f4762b;
	text-decoration:none;
}

	
/*-----------------------------------------------------------------------------------------------
 Header settings
-----------------------------------------------------------------------------------------------*/






/*-----------------------------------------------------------------------------------------------
  Body / Content settings
-----------------------------------------------------------------------------------------------*/

#oplist ul li, #oplist ul li ul li, #oplist ul  {
	display: inline;
	line-height: 20px;
	
}

#oplist ul {
	padding :0;
}

#oplist ul li a, #oplist ul li ul li a {
	margin: 3px;
	padding: 3px;
}
#oplist a {
 white-space:nowrap;
 }

#oplist {
	text-align:center;
	padding-left: 20px; padding-right: 20px;
	overflow:visible;
}

#oplist a {
	border: 1px solid #CCCCCC;
	display: inline-block;
}


   
   #footer {

	display:block;
	float: none;
	overflow:auto;
   }
   #footer ul {
    padding: 0;
   }
   #footer ul li {
   	display: block;
	float:left;
	width: 375px;

   }

   #footer input, #footer select,#footer textarea {
   	width: 250px;
   }
