
* {
	margin: 0;
	padding: 0;
}


body {
	color : #fff;
	background-color:#0E161C;
	background-image:url(../site-img/bodyBg.png);
	background-position:top;
	background-repeat:repeat-x;
	font : normal 12px Arial, Verdana, "Times New Roman", sans-serif;
}

a img {
	border : none;
}

a {
	outline: none;
}

	a:link,
	a:visited,
	a:active {
		color:#E10202;
	}

h1 {
	font-size: 22px;
	margin-bottom: 15px;
}

h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

h3 {
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	margin-bottom:10px;
	font-weight:normal;
}

h4 {
	font-size: 18px;
	margin-bottom: 15px;
	color:#FF0;
}

h5 {
	font-size: 14px;
	margin-bottom: 15px;
}

p {
	font-size: 12px;
	margin-bottom: 15px;
}

ul li,
ol li {
	margin-left:25px;
}

th {
	text-align:left;
}


/* -------------------------------------------------------------------------------------------------------------= toet =-----*/


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

#head {
	height:150px;
}

	#head #logo {
		padding-top:0px;
		width:190px;
		float:left;
	}
	
	#head #slide {
		width:700px;
		margin-left:47px;
		background-image:url(../site-img/headFade.jpg);
		background-repeat:no-repeat;
		float:left;
	}
	
	#head ul {
		padding-top:2px;
		float:left;
		width:950px;
		clear:both;
	}

		#head ul li {
			float:left;
			margin:0;
			list-style:none;
		}
		
		#head ul li#nieuws {
			background: #ffff00;
			float:right;
			margin-top: -2px;
			height: 30px;
		}
		
			#head ul li a {
				color:#000;
				font-size:16px;
				text-decoration:none;
				border-left:1px solid #000;
				float:left;
				padding:3px 20px;
				/ padding: 1px 20px; /ie bug 		
			}
			
			#head ul li#nieuws a {
				border-left: 0;
				padding:4px 20px 3px;
				/ padding: 3px 20px 1px; /ie bug 	
			}
			
	
			
			#head ul li a.first {
				border:0;
			}
			
				#head ul li a:hover {
					color:#fff;
				}
				
				#head ul li#nieuws a:hover {
					color:#cd1732;
				}
		
#wrapper {
	width:950px;
	float:left;
	background-image:url(../site-img/fauxWrapper.gif);
}

	#col1 {
		width:150px;
		float:left;
		padding:20px 0;
		overflow:hidden;
		
	}
	
	#col2 {
		width:790px;
		margin-left:10px;
		float:left;
		display:inline;
		overflow:hidden;
	}
	
		#col2b {
			width:630px;
			float:left;
		}
		
		#col2c {
			width:385px;
			float:left;
		}
		
		#col2d {
			width:385px;
			float:left;
			margin-left:20px;
		}
	
	#col3 {
		width:150px;
		float:left;
		margin-left:10px;
		margin-bottom:20px;
	}
	
	#col3 img {
		margin-top:20px;
	}
	
	#foot {
		height:80px;
		clear:both;
		background-color:#CD1732;
	}
	
		#foot p,
		#foot p a {
			color:#fff;
			line-height:25px;
		}

/* -------------------------------------------------------------------------------------------------------------= menu links =-----*/

#col1 ul li {
	list-style:none;
	margin:0;
}

#col1 ul {
	margin-left: 10px;
}


#col1 ul li a {
	padding:3px 0;
	width:130px;
	color:#CD1732;
	font-size:13px;
	text-decoration:none;
	display:block;
	border-bottom:1px dashed #ccc;
}

	#col1 ul li a:hover {
		color:#fff;
	}

	#col1 ul li ul {
		margin:10px 0 10px 10px;
	}
	
	#col1 ul li ul li {
		list-style:square;
		margin-left:10px;
	}

	#col1 ul li ul li a {
		border:0;
		color:#fff;
	}
	
		#col1 ul li ul li a:hover {
			color:#CD1732;
		}
		

#social {
	float: left;
	height: 40px;
	position: relative;
	width: 150px;
}


#social a#hyves, #social a#facebook, #social a#twitter {
	background: url(../site-img/hyves.png) no-repeat;
	display: block;
	height: 30px;
	position: absolute;
	top: 0;
	left: 10px;
	width: 30px;
}

#social a#facebook {
	background: url(../site-img/facebook.png) no-repeat;
	left: 50px;
}

#social a#twitter {
	background: url(../site-img/twitter.png) no-repeat;
	left: 90px;
}

/* -------------------------------------------------------------------------------------------------------------= home =-----*/

#homeCols {
	margin-left:11px;
	margin-bottom:20px;
	float:left;
	display:inline;
	
}

#homeCols h3{
	color: #777;
	font-size: 12px;
	padding-left: 20px;
	margin: -10px 0 -5px;	
	text-transform: none;
	font-style: italic;
}

	#col2 div.content #homeCols h1 {
		margin-bottom:10px;
	}

div.homeCol {
	width:246px;
	float:left;
	background-color:#fff;
	color:#333;
	margin-left:20px;
	display:inline;
	background-image:url(../site-img/homeColBackTop.gif);
	background-position:top;
	margin-bottom: 20px;
	background-repeat:no-repeat;
}

div.homeCol img {
	width:226px;
	margin:10px 10px 0 10px;
}

div.homeCol p {
	font-size:14px;
	padding:7px 10px;
	height:95px;
}

div.homeCol div {
	text-align:right;
	padding:10px 20px 10px 10px;
	background-image:url(../site-img/homeColBackBottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

div.first {
	margin:0;
}

/* -------------------------------------------------------------------------------------------------------------= Activiteiten =-----*/

p.voorbericht {
	font-weight:bold;
	font-size:14px;
	padding:10px;
	background-color:#222;
	border:1px solid #333;
}


/* -------------------------------------------------------------------------------------------------------------= Contact =-----*/


table.formTable {
	margin-bottom:50px;
}

table.formTable em {
	font-size:11px;
	color:#666;
}

table.formTable th {
	width:150px;
	background-color:#222;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	text-indent:10px;
}

table.formTable td {
	border-bottom:1px solid #333;
}

	table.formTable td input.txt,
	table.formTable td textarea.txt {
		border:1px solid #333;
		width:300px;
		padding:3px;
		margin-left:10px;
	}
	


table.formTable th,
table.formTable td {
	padding:5px 0;
}


/* -------------------------------------------------------------------------------------------------------------= content =-----*/


#col2 div.content {
	line-height:18px;
	
}

	#col2 div.content a {
		text-decoration:none;
	}
	
	#col2 div.content a:hover {
		text-decoration:underline;
	}

	#col2 div.content h1 {
		color:#fff;
		text-transform:uppercase;
		font-size:16px;
		margin-bottom:20px;
		font-weight:normal;
	}
	
	#col2 div.content h2 {
		color:#E10202;
		text-transform:uppercase;
		font-size:13px;
		margin-bottom:5px;
		margin-top:20px;
		font-weight:normal;
		text-indent:20px;
	}

/* -------------------------------------------------------------------------------------------------------------= lesrooster =-----*/


div.lesroosterItem {
	width:385px;
	margin-bottom:20px;
}

div.lesroosterItem h3 {
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	margin-bottom:10px;
	font-weight:normal;
}

div.lesroosterItem table {
	width:385px;
	background-color:#222;
}

	div.lesroosterItem table th {
		text-indent:5px;
	}

	div.lesroosterItem table th,
	div.lesroosterItem table td {
		border-bottom:1px solid #666666;
	
		
	}



/* -------------------------------------------------------------------------------------------------------------= foot =-----*/

#redenen{
	background:url(../site-img/19redenen.png) no-repeat;
	width:782px;
	margin-left:8px;
	float:left;
}

#redenen p{
	font-size:16px;
	font-weight:bold;
	color: #F00;
	padding-top:78px;
	padding-left:62px;
}


#foot p {
	padding:25px 15px;
	text-align:center;
}


/* -------------------------------------------------------------------------------------------------------------= tekst slider =-----*/



.slider {position:relative; overflow:hidden; border:2px solid #9ac1c9; height:225px; background:#eef5f6;}
.slidercontent {position:absolute; width:300px;}
.slidercontent .upper {border-bottom:1px solid #9ac1c9}
.section {padding:10px}
.newsslider {position:relative; overflow:hidden; height:40px; color:#F00; font-size:18px; margin-top:66px; margin-left:42px;}
.newsslidercontent {
	position:relative;
	left: 10px;
	top: 50px;
	
}
.newsslidercontent .upper {}
.newssection {padding:10px; height:100px}


#martijn {width:508px; margin:0 auto}

/* -------------------------------------------------------------------------------------------------------------= businesspartners =-----*/

table.businesspartners tbody td {
	border-bottom:1px #818375 dotted;
	padding-left:5px;
	line-height:30px;
}

#roosterPDF {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

/* -------------------------------------------------------------------------------------------------------------= lesrooster nieuwe stijl =-----*/

#menu_container{
	width:787px;
	height:24px;
	}
	
	#lesrooster{
		width:150px;
		height:24px;
		line-height:24px;
		font-size:18px;
		font-weight:bold;
		float:left;}
	
	#menu{
		width:637px;
		height:24px;
		float:left;}
		
	#menu ul{
		margin:0;
		padding:0;
		list-style:none;}	
		
	#menu li{
		margin:0 1px 0 0;
		padding:0;
		list-style:none;
		float:left;
		width:105px;
		height:24x;
		background:url(../site-img/button.png) no-repeat;
		}
		
	#menu li:hover{
		background:url(../site-img/button-active) no-repeat;
		}
		
	#menu li.active{
		background:url(../site-img/button-active) no-repeat;
		}	
		
	#menu li a{
		width:105px;
		height:24px;
		line-height:24px;
		color:#FFF;
		display:inline-block;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;}
		
	
#dagen_container{
	width:787px;
	height:25px;
	background:url(../site-img/dagen-bg.gif) no-repeat;
	}
	
	.dag-open{
		width:51px;
		height:25px;
		float:left;}
	
	.dag{
		width:105px;
		height:25px;
		float:left;
		line-height:25px;
		font-size:14px;
		font-weight:bold;
		text-align:center;}
	
.balk-1_container{
	width:787px;
	height:20px;
	background:url(../site-img/balk-1.gif) no-repeat;
	}
	
.balk-2_container{
	width:787px;
	height:20px;
	background:url(../site-img/balk-2.gif) no-repeat;
	}
	
.tijd{
	width:51px;
	height:20px;
	float:left;
	font-size:12px;
	line-height:20px;
	text-align:center;
	font-weight:normal;}
	
	.tijd-vlak{
		width:105px;
		height:20px;
		float:left;
		position:relative;}
		
		.tijd-vlak_active-1{
			width:104px;
			height:19px;
			background:#1e2022;
			position:absolute;
			z-index:50;
			left:1px;}
			
			.tijd-vlak_active-1 .inhoud{
				width:100px;
				height:15px;
				background:#FFF;
				margin:2px 0 0 2px;}
				
				.tijd-vlak_active-1 .inhoud a{
					width:100px;
					height:15px;
					position:absolute;
					z-index:60;
					display:block;}
				
		.tijd-vlak_active-2{
			width:104px;
			height:39px;
			background:#1e2022;
			position:absolute;
			z-index:50;
			left:1px;}
			
			.tijd-vlak_active-2 .inhoud{
				width:100px;
				height:35px;
				background:#FFF;
				margin:2px 0 0 2px;}
				
				.tijd-vlak_active-2 .inhoud a{
					width:100px;
					height:35px;
					position:absolute;
					z-index:60;
					display:block;}
					
				
		.tijd-vlak_active-3{
		width:104px;
		height:59px;
		background:#1e2022;
		position:absolute;
		z-index:50;
		left:1px;}
		
			.tijd-vlak_active-3 .inhoud{
				width:100px;
				height:55px;
				background:#FFF;
				margin:2px 0 0 2px;}
				
				.tijd-vlak_active-3 .inhoud a{
					width:100px;
					height:55px;
					position:absolute;
					z-index:60;
					display:block;}
			
		.tijd-vlak_active-4{
			width:104px;
			height:79px;
			background:#1e2022;
			position:absolute;
			z-index:50;
			left:1px;}
			
			.tijd-vlak_active-4 .inhoud{
				width:100px;
				height:75px;
				background:#FFF;
				margin:2px 0 0 2px;}
				
				.tijd-vlak_active-4 .inhoud a{
					width:100px;
					height:75px;
					position:absolute;
					z-index:60;
					display:block;}
				
		.tijd-vlak_active-5{
			width:104px;
			height:99px;
			background:#1e2022;
			position:absolute;
			z-index:50;
			left:1px;}
			
			.tijd-vlak_active-5 .inhoud{
				width:100px;
				height:95px;
				background:#FFF;
				margin:2px 0 0 2px;}
				
				.tijd-vlak_active-5 .inhoud a{
					width:100px;
					height:95px;
					position:absolute;
					z-index:60;
					display:block;}

.inhoud a {  }



