@charset "utf-8";

/* CSS Document */





/* margin en padding overal nul: anders ongewenste witruimtes,

hierdoor zullen de figuren heel mooi tegen elkaar aansluiten */

* { margin: 0; padding: 0;}



/* de algemene opmaak van de website, gebruik van afbeeldingen */



#container{

	position: relative;

	width: 910px;	

	margin: 0 auto;

	text-align: left;

	background: #fff url(achtergrond.jpg) repeat-y center top;

}



#inhoud {

	float: left;

	width: 850px;

	margin-left: 30px;

	display: inline;

	padding: 0; 	

	border-top: 5px solid #fff;

}



#menu{

	position: relative;

	background: #fff url(menu.jpg) no-repeat center center;

	width:910px;	

	height:50px;

	padding: 0;	

	color: #fff;	

}



#voet{

	clear: both;

	position: relative;

	background: #fff url(bottom.jpg) no-repeat center center;

	width:910px;

	height:35px;	

	padding: 0;	

	color: #fff;

}



#tekst{

	float: right;

	width: 600px;

	margin-top: 10px;

	text-align:justify;

}



#left{

	float:left;

	width: 200px;

	margin-top: 10px;

	text-align:justify;

}



/* tekst opmaken */



body {

	background: #fff;

	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;

	color: #666666; 

	text-align: center;

	margin: 0 0 15px 0px;	

}





/* formulieren opmaken */



form {

	margin:10px; padding: 0 5px;

	border:1px solid #D3D3D3;

	background:inherit;

}

label {

	display:block;

	font-weight:bold;

	margin:5px 0;

}

input {

	padding:2px;

	border:1px solid #800000;

	font: normal 1em Verdana, sans-serif;

	color:#800000;

}

textarea {

	width:500px;

	padding:2px;

	font: normal 1em Verdana, sans-serif;

	border:1px solid #800000;

	height:100px;

	display:block;

	color:#800000;

}

input.button { 

	font: bold 12px Arial, Sans-serif; 

	height: 24px;

	margin: 0;

	padding: 2px 3px; 

	color: #ffffff;

	background: #e7e6e6 url(knop.jpg) repeat-x;

	border: 1px solid #800000;

}



/* URL */

a, a:visited {	

	color: #326ea1; 

	background: inherit;

	text-decoration: none;		

}

a:hover {

	color: #383d44;

	background: inherit;

	padding-bottom: 0;

	border-bottom: 2px solid #dbd5c5;

}



/* hoofddingen */

h1, h2, h3 {

	font-family: 'Trebuchet MS', Tahoma, Sans-serif;

	font-weight: Bold; 	

	color: #333;		

}

h1 {

	font-size: 160%;	

	font-weight: normal;

}

h2 {

	font-size: 130%;

	text-transform: uppercase;	

}

h3 {

	font-size: 130%;	

}



h1, h2, h3 {

	padding: 10px;		

	margin: 0;

}

ul, ol {

	margin: 5px 20px;

	padding: 0 20px;

}



/* afbeeldingen */





code {

  	margin: 5px 0;

  	padding: 10px;

  	text-align: left;

  	display: block;

  	overflow: auto;  

  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;

  	background: #F5F5F5;

	border-left: 3px solid #D4D4D4;

}

acronym {

    cursor: help;

    border-bottom: 1px dashed #777;

}

blockquote {

	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	

	margin: 10px;

 	padding: 0 0 0 25px;  

    background: #F5F5F5;

	border-left: 3px solid #D4D4D4;	

	color: #444;

}



/* tabellen */

table {

	border-collapse: collapse;

	margin: 10px;	

	border: 1px solid #f4f4f4;

}

th strong {

	color: #fff;

}

th {

	background: #e7e6e6 url(knop.jpg) repeat-x;

	height: 25px;

	padding-left: 12px;

	padding-right: 12px;	

	text-align: left;

	color: #fff;

}

tr {

	height: 30px;

}

td {

	padding-left: 11px;

	padding-right: 11px;



}

td.first,th.first {

	border-left: 0px;

}

tr.row-a {

	background: #F8F8F8;

}

tr.row-b {

	background: #EFEFEF;		

}
