/* ****************************************************************** */
/* ***standaard*stylesheet*elos*2003********************************* */
/* ****************************************************************** */ 

BODY{
	margin: 0px;
	background-color: #ffffff;
	font-family: verdana, helvetica, Arial, geneva, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 13pt;
	}


/* kruimelpad ****************************************************** */



/* navigatie ******************************************************** */

#menu{
	height: 85%;
	float: right;
}


/* koppen *********************************************************** */

.hoofdstuk{
	margin: 0px 0px 20px -10px;
	padding: 5px 5px 5px 10px;
	background-color: black;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.kop{
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.subkop{
	margin: 20px 0px 20px -10px;
	padding: 3px 3px 3px 10px;
	background-color: gray;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
}
	
	
	
/* tekst ************************************************************ */

#tekstblok{
	width: 90%;
	height: 85%;
	z-index: 2;
	position: absolute;
}

#tekst{
	width: 300px;
	float: right;
	background-image: url(../graphics/transparent.gif);
	padding: 10px;
	font-size: 10pt;
}

.datum{
	margin-bottom: 10px;
	font-style: italic;
}

.doc{margin-left: -18px;}

#infopag{
	margin: 20px 40px 40px 40px;
}

a#home{
	font-size: 10pt;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	}
	
a.doclink{color: black;}


/* formulier********************************************************* */



/* foto ************************************************************* */

.foto { position:relative; width: 400px; float:right; margin: 10px; }
.onderschrift { font-family: arial; font-size: 8pt; margin: 8px; }


/* algemeen ********************************************************* */

#voorkant_achter{
	height: 85%;
	width: 90%;
	z-index: 1;
	position: absolute;
}