/*-----------------------------------------*/
/* COPYRIGHT BY TIM ZWART                  */
/* TZ WEBDESIGN ©                          */
/*-----------------------------------------*/

/*-----------------------------------------*/
/* TAGS                                    */
/*-----------------------------------------*/

html, body
{
padding: 0;
margin: 0;
}

body
{
    background: #f8fbe9;
	font-family: "book antiqua", verdana;
	font-size: 10pt;
	color: #000;
	width: 100%;
	height: 100%;
}




/*-----------------------------------------*/
/* CONTAINER                               */
/*-----------------------------------------*/

#container
{

}

/*-----------------------------------------*/
/* blok                                    */
/*-----------------------------------------*/
#content
{
	width: 721px;
	height: 539px;
	background: #f8fbe9;
	overflow: show;
	float: left;
}

.hidden
{
visibility: hidden;
}

.rechts23
{
float: right;
margin: 5px;
border: 2px solid #538813;
}



/*-----------------------------------------*/
/* Menu                                    */
/*-----------------------------------------*/

img#menu
{
	width: 15%;
	height: 100%;
/*	background: url(/images/background/bamboe.jpg); */
	position: absolute;
	top: 0;
	left: 0;
}


/*-----------------------------------------*/
/* blokken                                 */
/*-----------------------------------------*/

.textvak
{
	width: 85%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
}

.tekst
{
	width: 90%;
	margin: auto;
	height: 75%; overflow: auto;
}
	

.titeltekst
{
	z-index: 1;
}

.titel
{
	width: 55%;
	height: 10%;
	position: relative;
	margin: 0 auto;
	top: 10px;
/*	background: url(/images/background/titel.jpg); */

}

.vorige
{
	position: relative;
	float: left;
	right: 380px;
	width: 119px;
	height: 43px;
	background: url(/images/background/verderterug.jpg);
	top: 490px;
	line-height: 41px;
	text-align: center;
	color: #339933;
}

.volgende
{
	position: relative;
	float: right;
	right: 10px;
	width: 119px;
	height: 43px;
	background: url(/images/background/verderterug.jpg);
	text-align: center;
	line-height: 41px;
	top: 447px;
	color: #339933;
}
	
	


/*-----------------------------------------*/
/* fonts                                   */
/*-----------------------------------------*/
h2
{
	font-size: 1.2em;
	color: #000;
	text-align: center;
	line-height: 1.5em;
}

h3
{
	font-size: 1.1em;
	font-style: italic;
	color: red;
	text-align: center;
}

h4
{
	color: #339933;
	font-size: 1.1em;
	font-weight: bold;	
	margin-bottom: 0;
}

p
{
font-size: 12pt;
margin-top: 0;
}

.afbeeldingherken img
{
float: left;
margin-left: 20%;
border: 2px solid green;
margin-bottom: 2em;
}

a
{
text-decoration: none;
color: #339933;
font-size: 1.1em;
}

a:hover
{
text-decoration: underline;
}


