/* 	kleuren
	donkergroen: 27693D;
	
*/
html, body {
	height: 100%; /* héél belangrijk */
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}

body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;			/* lettertype en grootte */
	color: #249348;
	height:100%; /* Dit is de basis!! */
	background-image:url(../images/links.jpg);
	background-repeat:repeat-y;
}

#screen {
	background-image: url(../images/rechts.jpg);
	background-repeat: repeat-y;
	background-position:right;
}

.logo {
	background-image: url(../images/roterend-kompas.gif);
	background-repeat: no-repeat;
	top: 0px;
	padding: 0;
	height: 150px;
	width: 214px;
	display: block;
    margin-left: 0;
}

.wrapper {
	height: 100%;
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	left: 214px;
	top: 0px;
}

#left {
	position:absolute;
	left:0;
	top:0;
	padding:0;
	height:100%; /* dit werkt alleen als de parent ook op 100% staat */
	width: 214 px;
}

.header {
	background-image: url(../images/logo.jpg);
	background-position: 0px 20px;
	height: 98px;
	width: 436px;
	background-repeat: no-repeat;
}

.content {
	width:auto;
	margin-left: 10px;
	margin-right: 360px;
}

h1, h2, h3 {
	color: #27693D;
}

ul {
	color: #27693D;
}


.clear {
	clear: both;
}

/* menu */
.verticalmenu ul {
	list-style: none;
	padding: 10px;
	margin: 10px 0px;
	width: 214 px;
	float: left;
}

.verticalmenu a:link, 
.verticalmenu a:visited,
.verticalmenu a:hover {
 	text-decoration: none;
	color: #27693B;
	display: block;
	width: 100px;
	height: 26 px;
	font: bold 1.1em Verdana, Arial, helvetic, sans-serif;
	border-right: solid 15px #27693B;
	padding: 8px 0px;
}

.verticalmenu a:hover {
	border-right: solid 15px #45BA6C;
	
}

a {
	color: #249348;
}

p {
	color: #316240;
	font: 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	
}





#screen .wrapper #content td {
	vertical-align: top;
	padding: 5px;
}
