/* body { behavior:url("css/csshover.htc"); } */
body,td,th {
	color: #000000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
body {
	margin:0;
	padding:0;
	background:#5b5b5b url(../img/body_bg.png) repeat-x 0 0;
}

a:link {
	color: #24368e;
	text-decoration: none;
}
a:visited {
	color: #24368e;
	text-decoration: none;
}
a:hover {
	color: #24368e;
	text-decoration: underline;
}
a:active{
	color: #24368e;
	text-decoration: none;
}

h1,h2,h3,h5,h6,p {
	margin:0;
	padding:0 0 1em 0;
}
h1{ color:#24368e; font-size:20px; font-weight:normal; }
h2{ color:#24368e; font-size:14px; }
h3{ color:#24368e; font-size:13px; }

img {
	border:none;
	vertical-align:top;
}

.left{ float:left; }
.right{ float:right; }
.hidden{ display:none; }

img.left{ margin:5px 10px 10px 0px; }
img.right{ margin:5px 0px 10px 10px; }
img.block{ display:block; margin:10px 0; }

form{
	margin:0px;
	padding:0px;
}

.alert{
	border:1px solid #FF0000;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
}
.bedankt{
	border:1px solid #fcd113;
	color:#915608;
	background-color:#f9e275;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
}


.clear{ clear:both; }

.clearfix:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
*+html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */


/*--------------------- */
/* WRAPPERS				*/
/*--------------------- */

#wrapper{
	width:969px;
	margin:0px auto;
	padding:29px 0 15px 0;
}


#header{
	position:relative;
	padding:10px 15px 0 10px;
	height:168px; /* 178px */
	background:url(../img/site_top.png) no-repeat 0 0;
}

#logo{
	position:absolute;
	top:10px;
	left:10px;
	width:942px;
	height:138px;
	overflow:hidden;
	background-color:#1C1C1C;
}

#nav{
	position:absolute;
	z-index:2;
	top:145px;
	left:10px;
	height:30px;
	width:944px;
	padding-left:220px;
	background:url(../img/nav_bg.gif) no-repeat left bottom;
}



#main{
	min-height:300px;
	background:url(../img/site_middle.png) repeat-y 0 0;
}	

#subnav{
	position:relative;
	float:left;
	width:179px;
	margin:0 0 0 10px;
	background:url(../img/subnav_bg.png) no-repeat 0 0;
}

#content{
	position:relative;
	float:right;
	width:540px;
	padding:40px 210px 25px 0;
	line-height:160%;
}
#content.wide{
	width:710px;
	padding-right:40px;
	min-height:420px;
}

#sidebar{
	position:absolute;
	width:160px;
	right:15px;
	top:75px;
}
#gmap{
	position:absolute;
	right:20px;
	top:80px;
}



#footer{
	height:40px;
	padding:15px 15px 0 0;
	text-align:right;
	color:#CCCCCC;
	background:url(../img/site_bottom.png) no-repeat 0 -35px;
}
#footer a{
	color:#CCCCCC;
}



.corner-tl, .corner-tr, .corner-bl, .corner-br{
	display:block;
	position:absolute;
	z-index:50;
	height:5px;
	width:5px;
	background:url(../img/corners.png) no-repeat;
}
.corner-tl{ top:0; left:0; background-position:left top; }
.corner-tr{ top:0; right:0; background-position:right top; }
.corner-bl{ bottom:0; left:0; background-position:left bottom; }
.corner-br{ bottom:0; right:0; background-position:right bottom; }


/*--------------------- */
/* HEADER				*/
/*--------------------- */

#logo a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:942px;
	height:138px;
	background:url(../img/header_logo.png) no-repeat 0 0;
}
#logo a strong{
	display:none;
}

#logo img{
	position:absolute;
	top:0;
	right:0;
}


/*--------------------- */
/* NAV					*/
/*--------------------- */

#nav ul{
	list-style:none;
	padding:0;
	margin:0;
}

#nav li{
	display:inline;
	padding:0;
	margin:0;
}

#nav a{
	display:block;
	float:left;
	padding:11px 0 0 0;
	width:102px;
	height:19px;
	text-align:center;
	color:#231f20;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../img/nav_tabs.png) no-repeat 0 -10px;
}

#nav a:hover{
	color:#FFFFFF;
	background:url(../img/nav_tabs.png) no-repeat 0 -50px;
}

#nav a.active{
	color:#24368e;
	background:url(../img/nav_tabs.png) no-repeat 0 -90px;
}



/*--------------------- */
/* MAIN					*/
/*--------------------- */

ul.items{
	list-style:none;
	margin:0;
	padding:72px 10px 20px 10px;
}

ul.items li{
	margin:0;
	padding:0;
	border-bottom:1px solid #CCCCCC;
}

ul.items a{
	display:block;
	padding:8px 3px;
	text-decoration:none;
	color:#000000;
}

ul.items a:hover, ul.items a.active{
	background-color:#ffffff;
}

ul.items p{
	line-height:160%;
	padding:8px 3px
}


#tabs{
	margin:10px 0;
}

a.pdf{
	margin:10px 0 0 0;
	padding:5px 8px 5px 30px;
	text-decoration:none;
	background:#E6E6E6 url(../img/icon_pdf.png) no-repeat 5px 50%;
	border:1px solid #D3D3D3;
	color:#555555;
	-moz-border-radius:4px 4px 4px 4px;
}
a.pdf:hover{
	background-color:#CCCCCC;
}


#mailform{
	width:330px;
	padding-top:15px;
}
#mailform td.label{
	width:90px;
}
#mailform input.fld{
	width:220px;
	border:1px solid #CCCCCC;
	background-color:#F3F3F3;
}
#mailform input.fld-s{
	width:110px;
	border:1px solid #CCCCCC;
	background-color:#F3F3F3;
}


/* HOME PAGINA */

div.home-btn-container{
	padding-top:15px;
	height:175px;
}

ul.home-btns{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ul.home-btns li{
	float:left;
	margin:0;
	padding:0 12px 0 0;
}
ul.home-btns a{
	position:relative;
	display:block;
	float:left;
	width:140px;
	height:70px; /* 160px */
	padding-top:90px;
	text-decoration:none;
	overflow:hidden;
	line-height:120%;
}

ul.home-btns a.home-btn-opleidingen{ background:#dedede url(../img/home-btn-opleidingen.jpg) no-repeat 50% 0%; }
ul.home-btns a.home-btn-cursussen{ background:#dedede url(../img/home-btn-cursussen.jpg) no-repeat 50% 0%; }
ul.home-btns a.home-btn-studiegids{ background:#dedede url(../img/home-btn-studiegids.jpg) no-repeat 50% 0%; }

ul.home-btns span.title{
	display:block;
	font-size:13px;
	border-top:1px solid #ffffff;
	background-color:#dedede;
	padding:4px 2px 5px 5px;
}
ul.home-btns span.txt{
	display:block;
	color:#4c4c4c;
	font-size:10px;
	background-color:#dedede;
	padding:0 2px 0 5px;
}



div.slideshow{
	position:relative;
	float:right;
	width:240px;
	height:160px;
	overflow:hidden;
	text-align:right;
}
div.slideshow ul{
	list-style:none;
	margin:0;
	padding:0;
}
div.slideshow li{
	margin:0;
	padding:0;
}


div.home-news-container{
	position:relative;
	background-color:#dedede;
}

div.home-newsitems{
	float:left;
	padding:10px;
	width:420px;
}
div.home-newsitems ul{
	list-style:none;
	margin:0;
	padding:0;
}
div.home-newsitems li{
	margin:0;
	padding:0 0 5px 0;
}
div.home-newsitems ul a{
	display:block;
	position:relative;
	padding-left:81px;
	text-decoration:none;
}
div.home-newsitems ul a em{
	position:absolute;
	top:0;
	left:0;
	color:#000000;
	font-style:normal;
}



div.home-nieuwsbrief{
	float:right;
	padding:10px;
	width:240px;
}
div.home-nieuwsbrief input.fld{
	width:170px;
}


/* STUDIEGIDS */

div.studiegids-dl{
	padding-top:15px;
	float:right;
	width:170px;
}


/* IMAGE GALLERIES */

ul.gallery, ul.imagelist, ul.preview{
	list-style:none;
	margin:0;
	padding:0;
}
ul.gallery li, ul.imagelist li, ul.preview li{
	display:inline;
	margin:0;
	padding:0;
}

ul.gallery img, ul.imagelist img, ul.preview img{
	margin:0 5px 5px 0;
}




/*--------------------- */
/* FOOTER				*/
/*--------------------- */










/* ------------------------- */
/* PRINT  					 */
/* ------------------------- */


@media print {
	body,td,th, h1, h2, h3, h4, p, a{
		color: #000000 !important;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: #000000 !important;
	}
	
	#header, #nav, #footer{
		display:none !important;
	}
	
	#wrapper, #main, #content{
		float:none !important;
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
	}
	
}



