	* {
		margin: 0; 
		padding: 0;
		border: 0;
	} 
	
	body
	{
		font-family: Comic Sans MS,arial, helvetica, sans-serif;
		background-color: #C0C0C0;
		text-align:center;
		border: 0px;
	}
	div#container{
		margin: 0 auto;
		width: 802px;
		text-align: left;
	}
	div#header{
		margin: 0 auto;
		width: 800px;
		height: 84px;
		background: url(../afb/bg1.jpg) no-repeat 0px 0px;
		border: 0px;
	}
	
	div#menu{
		margin-left: 0px;
		width:100px;
		height:800px;
		float: left;
		background: #C0C0C0 url(../afb/bg3_trans.jpg) repeat 0px 0px;
	}
	div#menu image{
		border:0;
		width:100px;
		height:100px;
		float: left;
	}

	div#menu p{
		margin-left: 25px;
		margin-top: 2em;
		list-style: none;
		text-align: justify;
		color:#1628BF;
		font-size: 0.75em;
		margin-bottom: 0.25em;
		
	}

	div#menu ul{
		margin-left: 25px;
		margin-top: 2em;
		list-style: none;
	}
	
	div#menu li{
		display: inline;
	}
	
	div#menu a{
		font-size: 0.75em;
		font-weight: bold;
		color: #1628BF;
		text-decoration: none;
		display: block;
		margin-top: 0.5em;
		padding-left:0px;

	}

	div#menu a:hover{
		padding-left:1px;
	}
	
	

	/* Kleine aanpassing voor IE, omdat anders de "Three Pixel Gap"-fout van IE fouten in de weergave oplevert*/
	* html div#textcontainer {position:relative;left:-3px;}
	
	div#content{
		font-style: Comic Sans MS;
		position:absolute;
		left:50%;
		width:699px;
		height:800px;
		margin-top: 0px;
		margin-left:-299px;
		background: #C0C0C0 url(../afb/bg_winkel_800x600.jpg) repeat 0px 0px;
		z-index: 3;
	}
	
	/* vanaf hier definities voor de content*/

	div#content h1{
		color: black;
		font-size: 2.0em;
		font-weight: bold;
		margin-top: 0.5em;
		margin-left: 0.35em;
		margin-bottom: 0.5em;
	}
	
	div#content h2{
		color:black;
		font-size: 1.20em;
		font-weight: normal;
		margin-top: 0.5em;
		margin-left: 0.25em;
		margin-bottom: 0.35em;
	}
	
	div#content h3{
		color:black;
		font-size: 0.75em;
		font-weight: bold;
		margin-top: 0.35em;
		margin-bottom: 0.35em;
	}
	
	div#content p{
		text-align: justify;
		color:black;
		font-size: 1.0em;
		margin-left: 0.5em;
		margin-right: 0.5em;
		margin-bottom: 0.25em;
		z-index: 4;
	}
	div#content img{
		border:0;
		width:100px;
		height:100px;
		float: left;
	}
	div#content img.foto{
		border:0;
		width:257px;
		height:200px;
		float: left;
	}	
	div#content a:link {
		color:#0000FF
	} 
	div#content a:visited{
		text-decoration: none;
		border-bottom: 1px dashed #1628BF; 
		color: #1628BF;
	}
	div#content fieldset{
		border: 1px solid #1628BF;
		padding-top: 1.5em;
		padding-right: 0.5em;
		padding-left: 0.5em;
		padding-bottom: 0.5em;
		color: #1628BF;
		font-weight: bold;
	}	
	
	div#content form{
		color:#000000;
		font-size: 0.75em;
		margin-bottom: 1.5em;
	}
		
	div#content label.formleft{
   		float: left;
   		text-align: right;
   		width: 100px;
   		margin-right: 0.5em;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
 	}
	
	div#content label.formart{
   		float: left;
   		text-align: left;
   		width: 5px;
   		margin-right: 0.5em;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
 	}
	div#content input.aantal{
   		border: 1px solid #1628BF;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
   		width: 30px;
   	}
	div#content input.breed60{
   		border: 1px solid #1628BF;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
   		width: 60px;
   	}

 	div#content input.submit{
   		border: 1px solid #1628BF;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
   		width: 75px;
   	}

	div#content input, textarea{
   		border: 1px solid #1628BF;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
   		width: 200px;
   	}
	
	div#content select{
   		border: 1px solid #1628BF;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
   		width: 90px;
   	}
	
	
	
	

