/* color palette

light: #BECDD5
dark: #0D2130

*/

html, body, #wrapper { min-height: 100%; width: 100%; height: 100%;}
html>body, html>body #wrapper { height: auto;}

#noprint {display:inline}
#noscreen {display:none}

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #EDF3FA;
	font-size:12px;
}

#maintable {
width:760px;
background-color: #ffffff;
}


#flashWrapper {
	background-color:#42859A;
	float:left;
	width:570px;
	height:135px;	
}

#bannerWrapper {
	background-color:#42859A;
	float:left;
	background-image:url(../img/bgHeaderForm.jpg);
	background-repeat:no-repeat;
	width:190px;
	height:135px;
}

#contenttable {
background-image:url(../img/bgContent.gif);
background-position:top;
background-repeat:no-repeat;
}

#navigation {
width:230px;
height:100%;
float:left;
padding-left:10px;	
}


#navigationVersion a{
padding-left:10px;
font-size:10px;
color:#42859A;
text-decoration:none;
}
#navigationVersion a:hover{
padding-left:10px;
font-size:10px;
color:#42859A;
text-decoration:none;
}

#navigation ul{
	list-style-type: none;
}

#subNavigation ul{
	padding-top:10px;
	padding-bottom:10px;
	list-style-type: none;
}

#subNavigation li {
	padding-right:10px;
	float: left;
	display: inline;
}

#subNavigation a {
	font-family:Georgia,Times,serif;
	font-size:100%;
	color:#42859A;
	text-decoration:none;
	font-weight: bold;
	padding:3px;
}

#subNavigation a:hover {
	color:white;
	background-color:#990000;
}

#subNavigation h1 {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Georgia, Times, serif;
	font-size:250%;
	font-weight:lighter;
	font-style:italic;
	color:#000000;
}

#breadCrumb {
font-size:10px;
color:#42859A;
}

.tekstVersie a{
	font-family:Georgia, Times, serif;
	color:gray;
	text-decoration:none;
}

.tekstVersie a:hover{
	color:#990000;
	background:white;
}

#subNavigation {

}

#content{
float:left;
padding-right:20px;
}

#footer {
width:760px;
background-color: #ffffff;
}

#footerBanner {

}


#content p {
	line-height:18px;
	margin-bottom:15px;
}

#content h3 {
	font-family:Georgia, Times, serif;
	font-size:140%;
	font-weight:normal;
	color:#990000;
	margin-bottom:10px;
	border-bottom:1px solid #BECDD5;
	border-top:1px solid #BECDD5;
}

#content ul {
	font-size:95%;
	line-height:150%;
}

#content li {
	margin-left:40px;
	padding-bottom: 10px;
}

#content .download {
	padding-left:40px;
	background-image: url(../img/download.gif);
	background-repeat: no-repeat;
	background-position: 23px 2px !important;
	background-position: 23px 4px;
	padding-bottom: 10px;
}


#content a{
	color:#990000;
}

#content a:hover {
	background-color:#990000;
	color:white;
	text-decoration:none;
}

#content .box {
	background-color:#f0f0f0;
	/*font-family:Georgia, Times, serif;*/
	font-size:100%;
	padding:10px;
	line-height:20px;
}	

#content label {
	float:left;
	display:inline;
	text-align:right;
	width:150px;
	margin-right:20px;
	/*color:gray;*/
}

.inputHeader {
	width: 172px;
	padding:1px;
	border: 1px solid #42859A;
	background-color:#FFFFFF;	
	color:#42859A;
	font-size:12px;
	font-weight:bold;
}

a.whiteLink {
font-size:10px;
color:#ffffff;
text-decoration:none;
}
a.whiteLink:hover {
font-size:10px;
color:#ffffff;
text-decoration:underline;
}


.button {
	border-top: 1px solid #F5D0C8;
	border-left: 1px solid #F5D0C8;
	border-bottom: 1px solid #74191E;
	border-right: 1px solid #74191E;
	background:#50829C;
	text-align: center;
	background-repeat:repeat-x;
	font-family:Georgia, Times, serif;
	font-weight:bold;
	font-size:12px;
	color:white;
	padding:4px;
}

#online_form {
	background-color:#DCE6EB;	
	padding-bottom:5px;
}


.contactFormCheckBox {
	float: left;
	display: inline;
	clear: left;
	margin-left: 75px;
	margin-top: 0;
	float: left;
	width: 350px;
	padding-top:5px;
}

.contactFormNormalTextBox {
	margin-left: 75px;
}

.contactFormNormalTextBox input {
	width: 300px;
	padding:1px;
	border-top: 1px solid #74191E;
	border-left: 1px solid #74191E;
	border-bottom: 1px solid #F4F5EF;
	border-right: 1px solid #F4F5EF;
	background:white;	
}

.contactFormTextArea {
}

.contactFormTextArea textarea {
	width: 250px;
	padding:1px;
	border-top: 1px solid #74191E;
	border-left: 1px solid #74191E;
	border-bottom: 1px solid #F4F5EF;
	border-right: 1px solid #F4F5EF;
	background:white;	
}

.contactFormSubmit {
	clear:left;
	margin-bottom: 20px !important;
	margin-left:25px;
}

/* result styles */
.results {
	float:left;
}

.resultLeft {
	float: left;
	width: 245px;
	margin: 0px !important;
	margin-right: 10px !important;
}

.resultRight {
	width: 245px;
	margin: 0px !important;
}

.results ul {
	margin-top: 3px !important;
}

.results li {
	font-size: 90%;
	line-height: 130%;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.resultTitle {
	font-family:Georgia, Times, serif;
	font-size:130% !important;
	font-weight:bold;
	padding-bottom:3px;
	padding-top:2px;
	margin-bottom:2px !important;
	border-bottom:1px solid #BECDD5;
	border-top:4px solid #0D2130;
}

.resultLink {
	display: block;
	text-align:right;
	color:#0D2130 !important;
	background-color: #BECDD5 !important;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	margin-top:3px !important;
	margin-bottom:10px;
}

.resultLink:hover {
	background-color: #0D2130 !important;
	color:white !important;
}

.resultAdres {
	margin:0px !important;	
	border-bottom:1px solid #BECDD5;
}

/* end result styles */

/* detail styles */
/* 	light: 	#BECDD5	*/
/*	dark: 	#0D2130	*/

.backNav a{
	color:gray !important;
	text-decoration:none;
}

.backNav a:hover{
	color:white !important;
	text-decoration:none;
}



.linkDiv {
	text-align:right;
}

.extraInfoDiv {
	float:left;
}


#detailLeft {
	border-top:4px solid #0D2130;
	float:left;
	width: 245px;
	margin-right: 10px;
}

#detailLeft p {
	padding-top:2px;
	font-size:90%;
}

#detailRight {
	float: left; 
	width: 245px;
}

#detailRight h2 {
	border-top:4px solid #0D2130;
	border-bottom:1px solid gray;	
	font-family:Georgia, Times, serif;
	font-size:160%;
	font-weight:normal;
	color:#0D2130;
	margin: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;

}

#detailRight p {
	margin-left:5px;
	margin-right:0px !important;
}

#detailTitle {
	font-family:Georgia, Times, serif;
	font-size:200%;
	font-weight:normal;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:10px;
	/*border-bottom:1px solid #0D2130;*/
	border-top:1px solid #0D2130;
}

#voorKinderenTitle {
	text-align:right;
	font-family:Georgia, Times, serif;
	font-size:80%;
	color: gray !important;
	background-image: url(../img/vliegMan.gif);
	background-repeat: no-repeat;
	background-position: 465px -15px !important;
	padding-right:45px;
	padding-top:5px;	
	padding-bottom:5px;
	margin-right:5px;
}


#introBoxDetail {
	padding: 5px;
	padding-bottom: 10px;
	background-color:#DCE6EB;
}

#introBoxDetailLight {
	padding: 5px;
	padding-bottom: 10px;
	color:gray;
}

#introBoxDetail p, #introBoxDetailLight p {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

#introBoxDetail a, #introBoxDetailLight a {
	color:red !important;
}

#introBoxDetail a:hover , #introBoxDetailLight a:hover {
	color:white !important;
}

.gezinBeschrijvingVolledig {
	font-size:90%;
}

.gezinBeschrijvingGedeeltelijk {
	font-size:90%;
	color:gray;
}

/* KC Addigns */
.actSamenwerking {
	padding:0px !important;
	color:gray !important;
	font-style:italic;
	font-size:80% !important;
}

.actLocatie{
	background-color:#DCE6EB ;
	padding: 5px;
	padding-bottom: 10px;
	border-bottom:1px solid #0D2130;
	border-top:1px solid #0D2130;
}

.actLocatie p{
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	/*color:#927F61 !important;*/
}

.actInfo{
	margin-top:5px !important;
	margin-left: 5px !important;
	margin-bottom:20px !important;
	/*color: #EB105F !important;*/
	font-size:90%;
}

.actInfo p{
	margin-left: 0 !important;
	margin-bottom: 5px !important;	
}

.actOpenbaarVervoer{
	color: gray !important;
	font-size:80% !important;
	margin-top: 5px !important;
	margin-bottom: 20px !important;
	margin-left: 10px !important;
}

#introBoxDetailLight .instInfoContact {
	color:black !important;
}

.instInfo {
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
	color:black !important;
	font-weight:bold;
}

/* end KC Addigns */
/* end detail styles */



/* hide from Mac IE5 */
/* \*/
#footer {position: absolute; }
/* */

/* Change in Opera 5+ (and some others) */
html>body div#footer {
    position: static;
}
/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
    position: absolute;
}
/* */

