/**
 * CSS Template voor HJoosten.nl
 * @since 5 mei 2004
 * @version 9 mei 2004
 */

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #DDDDDD;
}
 
div#pageContainer {
	width: 770px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	margin-top: 20px;
	background-color: white;
	background-image: url(pics/balk.gif);
	background-repeat: repeat-y;
}

div#header {
	border-bottom: 1px solid white;
}

div#leftbar {
	float: left;
	width: 170px;
	height: 300px;
	background-image: url(pics/sliert.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}

div#submenuContainer {
	padding-top: 120px;
}

ul#submenu {
	padding-top: 150px;
	margin-left: 20px;
	padding: 0px;
	list-style: none;
	line-height: 1.5em;
	font-size: 0.8em;
	font-weight: bold;
	color: #114488;
}

ul#submenu a {
	color: #114488;
	text-decoration: none;
}

ul#submenu a:hover {
	color: Red;
	text-decoration: underline;
}

div#content {
	display: block;
	float: right;
	width: 560px;
	margin-top: 10px;
	padding-right: 15px;
	font-size: 0.75em;
	text-align: justify;
}

div > div#content {
	width: 545px;
}

img#headerMenu {
	height: 74px;
	width: 770px;
	vertical-align: top;
	border: none;
}

img#headerFoto {
	height: 192px;
	width: 770px;
	margin-top: 1px;
	vertical-align: top;
}

img#footerBar {
	height: 10px;
	width: 770px;
	vertical-align: top;
}

div#footer {
	clear: both;
	font-size: 0.6em;
	text-align: center;
	background-color: #DDDDDD;
	border-top: 1px solid white;
	padding-bottom: 10px;
}

h1#titel {
	display: none;
}

img#printheader {
	display: none;
}

h2 {	
	font-size: 1.5em;
	margin-top: 0px;
	color: #114488;
}

h3 {
	font-size: 1.25em;
	margin-bottom: 5px;
	color: #114488;
}

p {
	margin: 0px;
	margin-bottom: 10px;
}

/*----- KOKS PAGINA --------*/

ol, ul {
	list-style: none;
}

.koks {
	width: 550px;
	border-bottom: 1px solid #d7e2f2;
	padding-bottom: 10px;
}

.koks b{
	color: #114488;
}

.koks img.groot {
	float: left;
	width: 170px;
	height: 128px;
	border: 3px solid #d7e2f2;
	margin: 2.5px 2.5px;
}

.koks img.klein {
	float: left;
	width: 79px;
	height: 57px;
	border: 3px solid #d7e2f2;
	margin: 3.5px 2.5px;
}