/* Standaard styles */
* {
	margin: 0px; 
	padding: 0px;
}

body {
	background: #ccc url(../images/main/bg.gif) repeat-y center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	text-align:left;
}

h2{
	font-size:20px;
	color:#e08a03;
	margin-bottom:20px;
}

img {
	border: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
		
	
a{
	color:#e08a03;
	text-decoration:none;
	font-size:12px;
}	
	
a:hover{
	color:#333;
}	


.leesMeerIndex{
	background: transparent url(../images/main/lees_meer_wit.gif) no-repeat top left;
	padding: 0px 3px 10px 15px;
}

.leesMeer{
	background: transparent url(../images/main/lees_meer.gif) no-repeat top left;
	padding: 0px 3px 10px 15px;
}

.back{
	background: transparent url(../images/main/back.gif) no-repeat top left;
	padding: 0px 3px 10px 15px;
	}



html, body {
	height: 100%;
	margin: 0px ;
	padding: 0px;
}


#nieuws, .introductieTekst, .nieuws_uitgebreid, .nieuws_tekst_id, #main_content_2kolom{
	line-height:16px;
	
}

#nieuws h2{
	color:#000000;
}


#container {
	margin: 0 auto;
	width: 960px;
}

html > body #container {
	height: auto;
}


/*Navigatie TOP menu*/
#siteWideNav{
	height:20px;
}

.siteWideNav_firstItem{
	display: inline;
	margin-top: 0px;
	text-decoration: none;
	color: #1f1712;
}





/* Site wide menu */

#siteWideNav ul, #titeWideNav_cockpit ul {
	list-style: none;
	padding: 7px 0 0 0;
	margin: 0;
}


#siteWideNav li {
	float: right;
	border-left: 1px solid black;
	padding: 0 10px 0 10px;
}



#siteWideNav li a{
	float: left;
	display: inline;
	margin-top: 0px;
	color: #000000;
}

 

#siteWideNav li a:link, #siteWideNav li a:visited, #siteWideNav li a:active {
	text-decoration: none;
}



#siteWideNav li a:hover{
	text-decoration: underline;
	

}

/* Einde Site wide menu */






#header {
	position: relative;
	width: 960px;
	height: 370px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	margin-bottom:25px;
}
#header h1, #header h2 {
	display: none;
}

/*einde navigatie TOP menu */

#nieuws{
	float:left;
	width:200px; /*220px breed -20px pad*/
	margin-left:20px;
	margin-right:20px;
	color: #FFF;	
	background-color:#f29400;
	padding:10px 10px 20px 10px;
	
}

#nieuws a{
	color: #FFF;
	text-decoration:none;
}


#nieuws a:hover{
	color: #333333;
	text-decoration:none;
}


.nieuws_uitgebreid{ /* nieuws.php*/
	clear:both;
	min-height: 150px;
	margin-bottom: 30px;
	
}

.nieuws_tekst{ /* nieuws.php*/
	width:400px; /*480*/
	min-height: 150px;
	border-bottom:solid #CCCCCC 1px;	
	line-height:18px;
}

.lessen_tekst{ /* nieuws.php*/
	width:480px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid #CCCCCC 1px;	
	line-height:18px;
}



.vacature{
	width:480px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid #CCCCCC 1px;	
	line-height:18px;

}


.nieuws_afbeelding{ /* nieuws.php*/
	float:right;
	margin-right: 18px;
	
}

.nieuws_tekst_id{ /* nieuws.php*/
	width:370px;
	line-height:18px;
	float:left;
	
} 


.nieuws_afbeelding_id{ /* nieuws.php?id=*/
	float:right;
	margin-right: 30px;
	margin-bottom: 20px;
	
}



#introductie{
	float:left;
	width:220px;
	margin-right:20px;
	min-height:325px;
}

.introductieTekst{
	margin-top: 20px;
}

/*de kolommen*/

#main_content_1kolom{ /* nav | content */
	float:left;
	width:730px;
	margin-left:20px;
}

#main_content_2kolom{ /* nav | content | xtra content */
	float:left;
	width:460px;
	margin-left:20px;
	margin-right:20px;
	min-height:350px;
	line-height:19px;

}


#kolom_4{
	margin-right:20px;	
	margin-left:0px;
	float:left;
}


.subNavigatieIndex{		
	font-size:12px;
	overflow: hidden;
	width:245px;
}


.subNavigatieIndex li { 
	background: url(../images/main/subnav.gif) no-repeat left;
	cursor: pointer;	
    list-style:outside;	
}


.subNavigatieIndex a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 220px;
	color: #575757;	
	text-decoration: none;
	border-bottom: #d1d7da solid 1px;
}



.subNavigatieIndex a:hover { 
	color: #e08a03;
	text-decoration: none;
	
}



.subNavigatieIndex li a:link, .subNavigatieIndex li a:visited, .subNavigatieIndex li a:active {
	padding-left:0px;
	list-style: none;
	
}




.subNavigatie{		
	font-size:12px;
	overflow: hidden;
	float:left;
	width:245px;
}


.subNavigatie li { 
	background: url(../images/main/subnav.gif) no-repeat left;
	cursor: pointer;	
    list-style:outside;	
}


.subNavigatie a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 220px;
	color: #575757;	
	text-decoration: none;
	border-bottom: #d1d7da solid 1px;
}



.subNavigatie a:hover { 
	color: #e08a03;
	text-decoration: none;
	/*background: url(../images/main/subnav_over.gif) no-repeat left 1px;*/
}



.subNavigatie li a:link, .subNavigatie li a:visited, .subNavigatie li a:active {
	padding-left:0px;
	list-style: none;
	
}


#lesrooster{
	margin-top: 29px;
	margin-right:20px;
	font-size: 11px;
	line-height:16px;
	overflow:hidden;
}


#video{
	margin-bottom:20px;	
	float:left;
}

#footer{
	float: left;
	clear: both;
	margin-left:25px;
	margin-top: 30px;
	font-size: 10px;
	color:#999999;
}

#menu_Links{
	display:inline;
	margin-left:30px;
	width:180px;
	float:left;
}	

#logos_Links{
	margin-left:30px;
	width:180px;
}	

/*linker menu*/


.menu1 {
	width:180px;
	margin-left:0px;
	padding-top:5px;
	display:block;
	text-decoration: none;
	color: #e08a03;
	height: 18px;
	border-top: solid 1px #ccc;
}
a.menu1 {
	cursor:pointer;
}

a:hover.menu1 {
	cursor:pointer;
	background: #fff url(../images/main/menu_bg.gif) no-repeat left 1px; 
}

.submenu {
	background-image: url(images/submenu.gif);
	display: block;
	height: 19px;
	margin-left: 15px;
	padding-top: 3px;
	color: #333333;
	border-top: solid 1px #ccc;
	width:160px;
}

a.submenu {
	color:#575757;
}
a:hover.submenu {
	color:#000000;
	background: #fff url(../images/main/menu_bg.gif) no-repeat left 1px; 
	
}
.actief {
	height: 19px;
	margin-left: 15px;
	padding-top: 3px;
	border-top: solid 1px #ccc;
	display:block;
	width:160px;
	color:#000;
	background: #fff url(../images/main/menu_bg.gif) no-repeat left 1px; 
	
}

a.actief{
	height: 19px;
	margin-left: 15px;
	padding-top: 3px;
	border-top: solid 1px #ccc;
	display:block;
	width:160px;
	color:#000;
	background: #fff url(../images/main/menu_bg.gif) no-repeat left 1px; 
	
}

.hide {
	display: none;
}
.show {
	display: block;
}



.odd{
	background-color:#ededed;

}


/* form */

.veld {
	border: 1px solid #d1d7da;
	padding: 2px;
	width: 250px;
	}
	
select.veld {
	border: 1px solid #d1d7da;
	padding: 2px;
	width: 256px;
	}	

.error { 
	color: red; 
	font-size: 11px;
	}



#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute;
	/* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 1;
	}

#popupContact {
	margin: auto;
	display: none;
	height: 483px;
	width: 448px;
	background: #FFFFFF;
	border: 1px solid #cecece;
	z-index: 2;
	padding: 12px;
	}

#button {
	position: relative;
	width: 150px;
	height: 162px;
	float: right;
	top: 40px;
	text-align: center;
	margin: 0;
	}

