#header {
	background-image: url(images/headerBg2.gif);
	background-repeat: repeat-x;
	height: 110px;
	background-color: #FFFFFF;
	background-position: bottom;
}

body {

	margin: 0px;

	background-image: url(images/bodyBg.gif);

	background-repeat: repeat-y;

	background-position: center;

	background-color: #2386A7;

	font-family: Arial, Helvetica, sans-serif;

}

#menu {
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 63px;
	width: 699px;
	background-image: url(images/menuBG.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.itemActief a {

	font-size: 1.2em;

	font-weight: bold;

	color: #FEBB06;

	text-decoration: none;

	margin-top: 15px;

}

td.itemActief {
	background-image: url(images/tabblad_highlight.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#header #logo {
	position: absolute;
	left: 10px;
	top: 5px;
}

.item a {

	font-size: 1.2em;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

	margin-top: 15px;

}

#menu .item a:hover {

	color: #FEBB06;

}





#menu .item {
	text-align: center;


}


#menu .itemActief {
	text-align: center;


}

#main {

	width: 700px;

	background-color: #FFFFFF;

	left: 50%;

	margin-left: -350px;

	position: relative;



}

#rightColumn {

	float: right;

	width: 350px;

	padding-top: 20px;

}

#leftColumn {
	float: left;
	width: 350px;
	padding-top: 25px;
}

#leftColumn .contentHolder {

	margin-top: 10px;

	margin-right: 25px;

	margin-bottom: 25px;

	margin-left: 25px;

}



#footer {

	clear: both;

	font-size: 0.6em;

	text-align: center;

	color: #666666;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #CCCCCC;

	padding-top: 4px;

	padding-right: 0px;

	padding-bottom: 4px;

	padding-left: 0px;

}

#footer a {

color: #185B71;

}

#leftColumn h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 1.5em;

	color: #185B71;

	margin-right: 25px;

}

#leftColumn h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 1.3em;

	color: #185B71;

	margin-right: 25px;

}

#leftColumn a{
	color: #185B71;

}

#leftColumn h3 {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 1.1em;

	color: #185B71;

	margin-right: 25px;

}

#leftColumn p, #leftColumn p.tekstenparagraaf, td, li {

	font-size: 0.75em;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 2em;

	color: #336666;

	text-align: justify;

}


.schoolLogo {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
}

#leftColumn table th{
	background-color: #032D31;
	color: #FFFFFF;
	text-align: left;
	font-size: .9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#leftColumn table td {

	padding: 10px;
	
}

#leftColumn table tr.even td {

	background-color: #d3e7ed;
	
}

#leftColumn table tr.oneven td {

	background-color: #e9f3f6;
	
}

.gegevensTabel {

width: 95%;

}
.gegevensTabel td{
	vertical-align: top;


}
.gegevensTabel input {

	width:300px;

}

input.submit {

	width:150px;
	
	background-color: #d3e7ed;
	
	border: 1px solid #003333;
	
}

input[type="checkbox"] {
	width:20px;

}
div.inlogVenster {
	width: 680px;
	left: 50%;
	position: absolute;
	font-size: 10px;
	text-align: right;
	margin-left: -340px;
	top: 5px;
}
div.inlogVenster .submit {
	background-color: #FFFFFF;
	font-size: 10px;
	width: 60px;
}

.melding {
	display:block;
	border : 1px dashed red;
	padding: 3px;
	color: red;
}
div.autocomplete {
  position:absolute;
  width:500px;
  background-color:#fff;
  border:1px solid #d3e7ed;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.even { background-color: #eee;}
div.autocomplete ul li.selected { background-color: #d3e7ed;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:4px;
  font-size: 11px;
/**  height:46px; */
  cursor:pointer;
}

