html {
	height: 100%;
	width: 100%;
}
#null {
	display:none;
}


body {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px; 
	color: #000000;
	margin: 0px;
	height: 100%;
	width: 100%;
}

div#shim {
	width: 100%;
	height: 50%;
	margin-top: -277px;
	float: left;
}

#base {
	width: 100%;
	height: 554px;
	overflow: hidden;
	clear: both;
	position: relative;
	background-color: #eee;
}

#content {
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	height: 554px;	
}
#content #smallimg {
     width: 250px;
	margin-right:34px;
	margin-top: 30px;
	float: right;
}

#content #wittegloed {
	width: 100%;
	height: 554px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	
	opacity: .15; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=15); /* IE lt 8 */
	-ms-filter: "alpha(opacity=15)"; /* IE 8 */
	-khtml-opacity: .15; /* Safari 1.x */
	-moz-opacity: .15; /* FF lt 1.5, Netscape */
}

/* alle content foto's */
#content.koolzaad {
	background-image:url(/images/koolzaad.jpg);
}
#content .koolzaad_small {
	background-image:url(/images/koolzaad_small.jpg);
	height: 159px;
}
#content.ambulance {
	background-image:url(/images/ambulance.jpg);
}
#content .ambulance_small {
	background-image:url(/images/ambulance_small.jpg);
	height: 167px;
}
#content.medical {
	background-image:url(/images/medical.jpg);
}
#content .medical_small {
	background-image:url(/images/medical_small.jpg);
	height: 167px;
}
#content.superhero {
	background-image:url(/images/superhero.jpg);
}
#content .superhero_small {
	background-image:url(/images/superhero_small.jpg);
	height: 167px;
}
#content.team {
	background-image:url(/images/team.jpg);
}
#content .team_small {
	background-image:url(/images/team_small.jpg);
	height: 167px;
}
#content.taxi {
	background-image:url(/images/taxi.jpg);
}
#content .taxi_small {
	background-image:url(/images/taxi_small.jpg);
	height: 167px;
}
#content.teacher {
	background-image:url(/images/teacher.jpg);
}
#content .teacher_small {
	background-image:url(/images/teacher_small.jpg);
	height: 188px;
}
#content.baliemedewerker {
     background-image:url(/images/baliemedewerker.jpg);
}
#content .baliemedewerker_small {
     background-image:url(/images/baliemedewerker_small.jpg);
	height: 188px;
}
#content.jeugdwerker {
     background-image:url(/images/jeugdwerker.jpg);
}
#content .jeugdwerker_small {
     background-image:url(/images/jeugdwerker_small.jpg);
	height: 184px;
}
#content.subsidie {
     background-image:url(/images/subsidie.jpg);
}
#content .subsidie_small {
     background-image:url(/images/subsidie_small.jpg);
	height: 167px;
}

/* einde content foto's */

#contentblock {
	width: 808px;
	margin: 0px auto;
	position: relative;
	top: 112px;
	height: 290px;
	/*background-color: #333;*/
	background-image:url(/images/kader.png);
	padding-bottom: 40px;
	display: none;
	z-index: 2;
}
#contentpadding {
	padding: 30px;
	margin-top:2px;
	height: 180px;
	width: 461px;
	float: left;
	overflow:auto;
	/*background-color: #fff;*/
}
#contentpadding.zonderfoto {
     width: 744px;
}
#header {
	position: absolute;
	height: 47px;
	top: 0px;
	left: 0px;
	width: 100%;
	/*background-color:#333;*/
	background-image:url(/images/background_header2.png);
	background-repeat: repeat-x;
	z-index: 2;
}
#footer {
	background-image:url(/images/background_footer2.png);
	background-repeat: repeat-x;
	color:#FFFFFF;
	position: absolute;
	text-align: right;
	height: 47px;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
#footer div {
	width: 950px;
	margin: 0px auto;
	padding-top: 17px;
	font-size: 11px;
	color: white !important;
}
#footer div a {
	color: #ccc;
}
#logo {
	position: relative;
	width: 1px;
	height: 1px;
	overflow: visible;
	top: -350px;
	z-index: 1;
	margin: 0px auto;
	left: 270px;
	/*width: 413px;
	height: 307px;*/
	
}


/* menu items */
ul#menu {
	list-style: none;
	line-height: 1.5em;
	padding: 0;
	margin: 0px auto;
	text-align:left;
	position:relative;
	top: 0px;
	width: 950px;
}
ul#menu li {
	/*width: 100px;*/
	/*display:inline;*/
	margin-right: 0px;
	float: left;
	position: relative;
}
ul#menu li a {
     display: block;
     float: left;
	font-weight:bold;
	line-height: 22px;
	position:relative;
	text-decoration:none;
	font-size: 25px;
	letter-spacing: -1px;
	color: #D7D8EB;
}
ul#menu li a span.mleft,ul#menu li a span.mright {
	float: left;
	height: 40px;
	width: 16px;
	overflow: hidden;
}
ul#menu li a span.mmiddle {
    	float: left;
    	padding-top: 9px;
	padding-bottom: 8px;
	height: 23px;
}
ul#menu li.selected a span.mleft,ul#menu li a:hover span.mleft {
	background-image: url(/images/menuselected_left.png);
	height: 75px;
	margin-top:2px;
}
ul#menu li.selected a span.mright,ul#menu li a:hover span.mright {
	background-image: url(/images/menuselected_right.png);
	height: 75px;
	margin-top:2px;
}
ul#menu li.selected a span.mmiddle,ul#menu li a:hover span.mmiddle {
	color: #fff;
	background-image: url(/images/menuselected_middle.png);
	padding-top: 39px;
	margin-top:2px;
	padding-bottom: 13px;
}




a,a:link,a:visited {
	color: #666;
	text-decoration:none;
}

a:active {
	color: #666;
	text-decoration:none;
	outline: none;
}
:focus {
  -moz-outline-style: none;
}
:-moz-any-link:focus {
  outline: none;
}

a:hover {
	color: #999;
	text-decoration:underline;
}
a img { 
	border:none; 
}




h1 {
	color:#666;
	font-size: 18px;
	letter-spacing: -1px;
}
h1.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-top: 12px;
	padding-left: 30px;
	font-weight: 900;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFF;
	height:28px;
}
h2 {
	color:#666;
	font-size: 14px;
}
h3 {
	font-size: 13px;
	color:#666;
}

pre {
	font-family: Arial, Helvetica, sans-serif;
}

/* alle styles voor de homepage */
#home {
	/*background-image: url(/images/home2.jpg);
	width: 884px;
	height: 367px;*/
	position: relative;
}
#home_content {
	width: 603px;
	height: 240px;
	top: 0px;
	right: 0px;
	position: absolute;
	overflow: hidden;
	/*background-color: #fff; */
}
#home_content div.blok {
	height: 204px;
	overflow: auto;
	padding: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 0px;
	width: 539px;
}
#home_content #schuiven {
	position: relative; 
	top: 0px;
}

#home_menu {
	position: absolute;
	top: 15px;
	left: 34px;
	width: 150px;
	z-index: 3;
}
#home_menu_back {
	z-index: 1;
	position: absolute;
	top: 1px;
	left: 4px;
	width: 201px;
	height: 244px;
	/*background-color: #ddd;*/
	background-image: url(/images/homemenu.png);
}
#home_menu a {
	position: relative;
	display: block;
	font-size: 25px;
	font-weight: bold;
	height: 26px;
	overflow: hidden;
	padding-top: 23px;
	padding-bottom: 23px;
	text-decoration: none;
	color: #777 !important;
	letter-spacing: -1px;
}
#home_menu a.activ {
	color: #333 !important;
}
#home_menu:hover {
	text-decoration: none;
	color: #333 !important;
}
#home_menu_pijl {
	width: 182px;
	height: 51px;
	position: absolute;
	top: 22px;
	left: 23px;
	background-image:url(/images/homebutton.png);
	z-index: 2;
}

/* onze klanten styles */
#onze_klanten {
	margin: 0px auto;
}
#onze_klanten a {
	width: 130px;
	height: 86px;
	overflow: hidden;
	display: block;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#onze_klanten span {
	background-color: white;
	height: 15px;
	position: absolute;
	line-height: 15px;
	bottom: 0px;
	width: 130px;
	display: block;
	text-align: center;
	z-index: 2;
	color: black;
	font-weight: bold;
}
#onze_klanten a img {
	z-index: 1;
	position: relative;
	border: none;
}

/* contactform */
tr.i td {
	vertical-align: top;
}
tr.i td input {
	margin-bottom: 5px;
	width: 200px;
}
tr.i td textarea {
	margin-bottom: 5px;
	width: 200px;
	height: 40px;
	font-family: Arial;
}
tr.err td {
	color: #4895F1;
}
