/* Stijlblad voor asante sana - Henk de Boer (2006) */

/* pagina-elementen */

body { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #660000;
	background-color: white;
	text-align: center;
}

#wrapper {
	position: relative;
	margin-top: 40px;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding: none;
	text-align: left;
	background-color: white;	
	background-image: url(backgrnd02.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border: 1px solid #660000;
}	

#content {
	width: 480px;
	heigth: 800px;
	margin-top: 0px;
	margin-left: 50px;
	padding: 0px;
}

#bottom {
	clear: both;
	width: 680px;
 	height: auto;
 	margin-top: auto;
	color: black;
} 	

#navigatie {
	position: absolute;
	top: 180px;
	left: 550px;
	width: 100px;
}

#navigatie ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigatie li {
	width: 200px;
	margin-bottom: 18px;
	padding: 0;
	font-size: 99%;
	vertical-align: bottom;
}

#navigatie a:link, #navigatie a:visited {
	font-size: 1.2em;
	color: Red;
	text-decoration: none;
}

#navigatie a:hover {
	color: #00ccff;
}	

hr {
	border: none;
	color: #ff9900;
	background-color: #ffcc00;
	height: 2px;
	color: #ff9900;
	margin-top: 16px;
	margin-bottom: 10px;
}

/* paragrafen */

p {
	line-height: 140%;
	margin: 0 0 12px 0;
}

.afsluiting {
	font-size: 0.8em;
}

/* typografie */

em {
	font-size: 1em;
	color: #ff6600;
	font-weight: bold;
	font-style: italic;
}

pre {
	font-family: monospace;
}

h1, h2, h3, h4 {
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	color: Red; 		
	font-size: 15px;
	margin-top: 0.8em;
	margin-bottom: 0.7em;
}

h2 {
	color: #ff9900;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0.7em;
	margin-bottom: 0.5em;	
}

h3 {
	color: #ff9933;
	font-size: 1em;
	font-style: italic;
	margin-top: 0.7em;
	margin-bottom: 1em;	
}

div.footnote {
	font-size: 0.8em;
	text-align: center;
}

/* ankers */

a {

	color: #0033ff;
	font-weight: bold;
	text-decoration: none; 
}

a:hover {
	color: #0099ff;
}



