/* CSS Document */


/* elementen */

body {
	font-family: "Geneva", Arial, Helvetica, sans-serif, Gill Sans;
	text-decoration: none;
	background-color:#fff7ff;
	font-size: 14px;
	color:#772a56;
}

a:link{
background-color: transparant;
color: none;
text-decoration: none;
border: 0px;
}

a:visited{
background-color: transparent;
color:none;
text-decoration: none;
border: 0px;

}

a:hover{
background-color: transparent;
color: none;
text-decoration: none;
border: 0px;

}

a:active{
background-color: transparent;
color: none;
text-decoration: none;
border: 0px;
}


a img { border:0 }
img { border:0 }

#wrapper {
	width: 750px;
	height:850px;
	background-color: #f4f2e7;
	z-index:0;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	height: 139px;
	width: 750px;
	background: url(images/header.jpg)top left no-repeat;
	z-index:1;
	
}

h1  { font-size: 16px; font-style:italic;
}

.logo {
	z-index: 2;
	margin-left: 43px;
	margin-top: 0px;
}

#lestijden_tabel {
	text-align:left;
	background-color:#f4f2e7;
	margin-top: 20px;
	}

#navigatie {
	width: 187px;
	height: 803px;
	float: left;
}
	
#contentwrapper {
	width: 563px;
	float:right;
	text-align:left;
		
}

#footer {
	height: 32px;
	width: 650px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 9px;
	line-height: 12px;
	padding-top: -2px;
	padding-bottom: 4px;
	vertical-align: top;
}

#tekstmidden_index {
background-color:#f4f2e7;
text-align:center;
}

#tekstmidden_algemeen {
background-color:#f4f2e7;
text-align:left;
}



