/* css voor eos | organisatie en ontwikkeling © 2007 www.inno.nu */
* {
	text-decoration: none;
}

body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #18185f; 
}

a:link, a:visited {
	color: #18185f; 
}

a:hover, a:active { 
	color: #b29316;
}

ul, li {
	color: #b29316;
	display: inline;
	padding: 10px, 0, 0, 10px;
	/*padding-right: 5px; 
	padding-left: 5px;*/
}

.kop {
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #18185f;
	padding-left: 425px;
	padding-bottom: 20px;
}

.tussenkop {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #18185f;
}
	
.uitspraak {
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #b29316;
	padding-left: 352px;
	padding-bottom: 20px;
}

.plattetekst {
	line-height: 18px;
	padding-bottom: 20px;
}

.img {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.tekstfooter {
	text-align: center;
	line-height: 24px;
	color: #18185f;
	margin-top: 10px;
	margin-bottom: 40px;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
/* forceer verticale Scrollbar */
html { 
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}


