/* EERST WAT ALGEMENE DINGEN */

html {
	margin: 0px;
	padding: 0px;
	color: #000;
	}
	
body {
	font-family: arial, verdana;
	margin: 0px;
	text-align: center;
	background-color: white;
	
	
	}
html {
	height: 100%;
	}
div, img {
	margin: 0;
	padding: 0;
	}	
	

p, ul, li, h1, h2, h3, h4, h5, h6 {
	font-family: arial,verdana,helvetica,lucida,adobe-helvetica,sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	}
.center {
	text-align: center;	
	}


#leamaindiv {
	width: 800px;
	min-height:800px;
	margin: 10px auto 30px auto; 	
	text-align: left;
	border: none;
	height: 800px;
	position: relative;
	top: 0px;
	background-image:  url(../images/lea/lea.jpg);
	background-repeat: no-repeat;
	background-color: white;
	border: none;
	}
* html #lemaindiv {
	height:100%;
	}

#content {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	padding: 10px 15px 10px 415px;
	color: #000;
	background-color: transparent;
	width: 798px;
	height: 800px;
	border: none;
	z-index: 5;
	}

	
#content p {	
	font-size: 80%;
	}



					
#content h4 {
	padding-top: 20px;
	padding-bottom: 6px;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	}	
	
#content h5 {
	padding-top: 20px;
	padding-bottom: 6px;
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	}		

		
		
/* zie ook ul declaratie in "algemene dingen" */
#content ul{
	font-size: 80%;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 12px 0px 16px; 
	}		
#content li{
	margin: 0px 0px 0px 0px; 
	}		
#content ul.arrow{
	font-size: 80%;
	list-style: url(../images/pagelayout/pijltje.gif );
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 12px 0px 16px; 
	}
#content ul.arrow li.padding{
	margin: 0px 0px 6px 0px; 
	}	
#content ul li ul.inspring{
	font-size: 100%;
	list-style-type: circle;
	margin: 0px 12px 0px 15px; 
	 
	}		
#content ul.arrow-back{
	font-size: 80%;
	list-style: url(../images/pagelayout/pijltje-terug.gif );
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 12px 0px 16px; 
	}	


	
	
#content img{
	border: 1px solid gray;
	
	margin: 6px 8px 6px 0px;
	}
#content img.normal-float{
	border: 1px solid gray;
	
	clear: both;
	margin: 6px 8px 6px 20px;
	}
#content img.nofloat{
	border: 0px solid gray;
	float: normal;
	clear: both;
	margin: 12px 35px 12px 0px;
	}


#kaartje {
position: absolute;
top: 570;
left: 680;
border: none;
}

#kaartje img	{

border: none;
}


	