/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Left & Right alignment */
.left{ float: left; }
.right{ float: right; }

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 30px; }

/* The fraction classes are useful for column lists */
.half, .third, .quarter, .fifth, .sixth{ width: 100%; }
.half li, .third li, .quarter li, .fifth li, .sixth li{ float: left; }
.half li{ padding-right: 5%; width: 45% }
.third li{  padding-right: 5%; width: 28.3% }
.quarter li{  padding-right: 5%; width: 20% }
.fifth li{  padding-right: 5%; width: 15% }

/* For when a <br /> just ain't enough */
.separator{
    clear: both;
    float: left;
    height: 1px;
    width: 100%; }

/* Pour some CSS below ========================================================= */

body {

	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background: #ffffff;
	color: #ffffff;
	
}

#wrapper {

	width: 1000px;
	margin: auto;
	
}

#header {

	height: 115px;
	background-image: url(../img/header-bg.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	
}

#header .logo a {

	height: 115px;
	width: 220px;
	background: #ffffff url(../img/logo.jpg) center no-repeat;
	float: left;
	overflow: hidden;
	text-indent: -99999px;
	
}

#menu {

	width: 780px;
	height: 115px;
	background: none;
	float: left;
	position: relative;
	
}

ul#topnav {
	margin: 0; padding: 0;
	width: 780px;
	list-style: none;
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	z-index:2;
	position: relative;
	
}
ul#topnav li a {
	display: block;
	height: 33px;
	background: url(../img/menu-sprite.png) no-repeat;
	overflow: hidden;
	text-indent: -99999px;
}

ul#topnav li.menu-1 a { width: 87px; background-position: 0 0; }
ul#topnav li.menu-2 a { width: 146px; background-position: -87px 0; }
ul#topnav li.menu-3 a { width: 149px; background-position: -233px 0; }
ul#topnav li.menu-4 a { width: 105px; background-position: -382px 0; }
ul#topnav li.menu-5 a { width: 108px; background-position: -487px 0; }
ul#topnav li.menu-6 a { width: 108px; background-position: -596px 0; }

ul#topnav li.menu-2 .submenu { background: #a02f87 url(../img/arrow.png) left top no-repeat;  }
ul#topnav li.menu-3 .submenu { background: #009ee0 url(../img/arrow.png) left top no-repeat;  }
ul#topnav li.menu-4 .submenu { background: #e85426 url(../img/arrow.png) left top no-repeat;  }
ul#topnav li.menu-5 .submenu { background: #662081 url(../img/arrow.png) left top no-repeat;  }

ul#topnav li .submenu {
	padding: 0;
	position: absolute;
	bottom:33px;
	left: 180px;
	display: none;
	width: 780px;
	height: 82px;
	color: #fff;
	margin: 0;
	background: url(../img/arrow.png) left top no-repeat;
	z-index: -1;
}

ul#topnav li:hover .submenu { display: block; }
ul#topnav li.current .submenu { display: block; z-index: -2; background: url(../img/arrow.png) left top no-repeat; }

ul#topnav li .submenu ul {
	
	padding: 0;
	margin: 26px 0 0 170px;
	position: relative;
	z-index: 5;
	
}

ul#topnav li .submenu ul li {
	
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 200px;
	line-height: 20px;
	z-index:10;
	position: relative;
	
}

ul#topnav li .submenu ul li a {
	
	color: #ffffff;
	text-decoration: none;
	background: none;
	display: inline;
	text-indent: 0;
	
}

ul#topnav li .submenu ul li a:hover {
	
	text-decoration: underline;
	
}

#left-col {

	width: 220px;
	float: left;
	height: 650px;
	overflow: hidden;

}

#left-col ul {

	margin: 0;
	padding: 0;
	
}

#left-col ul li {

	margin: 0;
	padding: 0;
	list-style: none;
	
}

#left-col .search {

	background: #50a125;
	padding: 20px;

}

#left-col .search .input-search {

	height: 21px;
	width: 171px;
	margin: auto;
	background: #ffffff url(../img/search-bg.jpg) no-repeat;

}

#left-col .search .input-search input[type=text] {

	background: transparent;
	border: none;
	font-size: 10px;
	color: #b9c5de;
	margin: 4px 0 0 9px;
	padding: 0;
	width: 150px;
	font-family: Verdana, Arial, sans-serif;

}

#left-col .search .input-search input[type=text]:focus {

	color: #000000;

}

#right-col {

	width: 780px;
	float: left;

}

#right-col h2 {

	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;

}

#right-col h3 {

	margin: 15px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #ffffff;
	position: relative;
	bottom: -5px;
	line-height: 18px;

}

#right-col p {

	margin: 18px 0 0 0;
	line-height: 18px;
	color: #ffffff;
	font-size: 11px;

}

#right-col a {

	color: #ffffff;
	text-decoration: underline;

}

#right-col a:hover {

	text-decoration: none;

}

#right-col ul {

	margin: 18px 0 0 0;
	padding: 0;
	color: #ffffff;
	font-size: 11px;

}

#right-col ul ul {

	margin: 5px 0 5px 15px;
	padding: 0;

}

#right-col ul li {

	margin: 0 0 0 20px;
	padding: 0;
	line-height: 18px;
	list-style: square outside;

}

#right-col ul ul li {

	list-style: circle;

}

#right-col ol {

	margin: 18px 0 0 0;
	padding: 0;
	color: #ffffff;
	font-size: 11px;

}

#right-col ol ul {

	margin: 5px 0 5px 15px;
	padding: 0;

}

#right-col ol ul li {

	list-style: square;

}

#right-col ol li {

	margin: 0 0 0 20px;
	padding: 0;
	line-height: 18px;
	list-style: decimal outside;

}

#right-col .banner {

	width: 750px;
	height: 185px;
	margin:  30px 0;
	float: right;
	position: relative;

}

#right-col .banner .banner-title {

	height: 46px;
	background: url(../img/banner-title-left.png) no-repeat left top;
	position: absolute;
	right: -10px;
	bottom: -15px;

}

#right-col .banner .banner-title h1 {

	padding: 0 12px;
	background: #005292;
	color: #ffffff;
	text-align: center;
	font-size: 26px;
	margin: 0 8px;
	height: 46px;

}

#right-col .banner .banner-title h1 span {

	position: relative;
	top: 10px;

}

#right-col .banner .banner-title .banner-title-right {

	height: 46px;
	width: 8px;
	background: url(../img/banner-title-right.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: 0;

}

#right-col .content {

	width: 475px;
	float: left;
	position: relative;

}

#right-col .content .crt {

	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/content-corner-sprite.gif) no-repeat;

}

#right-col .content .crb {

	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/content-corner-sprite.gif) no-repeat;

}
#right-col .content-darkgreen { background: #008000;}
#right-col .content-darkgreen .crt { background-position: -120px 0;}
#right-col .content-darkgreen .crb { background-position: -120px -10px;}
#right-col .content-orange2 { background: #ff6600;}
#right-col .content-orange2 .crt { background-position: -110px 0;}
#right-col .content-orange2 .crb { background-position: -110px -10px;}
#right-col .content-kobalt { background: #0066ff;}
#right-col .content-kobalt .crt { background-position: -100px 0;}
#right-col .content-kobalt .crb { background-position: -100px -10px;}
#right-col .content-purple3 { background: #9900cc;}
#right-col .content-purple3 .crt { background-position: -90px 0;}
#right-col .content-purple3 .crb { background-position: -90px -10px;}
#right-col .content-red { background: #ff0000;}
#right-col .content-red .crt { background-position: -80px 0;}
#right-col .content-red .crb { background-position: -80px -10px;}
#right-col .content-lightgreen { background: #80c23e;}
#right-col .content-lightgreen .crt { background-position: -70px 0;}
#right-col .content-lightgreen .crb { background-position: -70px -10px;}
#right-col .content-darkblue { background: #000099;}
#right-col .content-darkblue .crt { background-position: -60px 0;}
#right-col .content-darkblue .crb { background-position: -60px -10px;}

#right-col .content-green { background: #389d21;}
#right-col .content-green .crt { background-position: -50px 0;}
#right-col .content-green .crb { background-position: -50px -10px;}
#right-col .content-purple { background: #a63988;}
#right-col .content-purple .crt { background-position: -40px 0;}
#right-col .content-purple .crb { background-position: -40px -10px;}
#right-col .content-pink { background: #eb2179;}
#right-col .content-pink .crt { background-position: -30px 0;}
#right-col .content-pink .crb { background-position: -30px -10px;}
#right-col .content-darkpurple { background: #682b83;}
#right-col .content-darkpurple .crt { background-position: -20px 0;}
#right-col .content-darkpurple .crb { background-position: -20px -10px;}
#right-col .content-orange { background: #f25614;}
#right-col .content-orange .crt { background-position: -10px 0;}
#right-col .content-orange .crb { background-position: -10px -10px;}
#right-col .content-blue { background: #00a1e3;}
#right-col .content-blue .crt { background-position: 0 0;}
#right-col .content-blue .crb { background-position: 0 -10px;}

#right-col .content .mentors img {

	margin: 0;
	padding: 0;
	border: none;
	float: left;

}

#right-col .sidebar {

	width: 275px;
	float: right;
	position: relative;

}
#right-col .sidebar-foto {

    width: 275px;
    float: right;
    position: relative;

}

#right-col .sidebar .rounded-top {

	width: 275px;
	height: 10px;
	background: url(../img/blue-rounded-top.gif) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	display: block;

}

#right-col .sidebar .rounded-bot {

	width: 275px;
	height: 10px;
	background: url(../img/blue-rounded-bot.gif) no-repeat left top;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;

}

#right-col .sidebar .inside {

	padding: 30px 20px;
	background: url(../img/blue-rounded-border.gif) repeat-y left top;

}

#right-col .sidebar h2 {

	color: #005292;

}

#right-col .sidebar p {

	color: #1a171b;

}

#right-col .sidebar ul {

	margin: 15px 0 0 0;
	padding: 0;

}

#right-col .sidebar ul li {

	margin: 0 0 0 25px;
	padding: 0;
	list-style: square;
	color: #20aae4;

}

#right-col .sidebar ul li a {

	color: #005292;

}

#right-col .sidebar ul li a:hover {

	color: #20aae4;
	text-decoration: underline;

}

#right-col .sidebar ul li a:visited {

	color: #389d21;
	text-decoration: underline;

}

#right-col #footer {

	clear: both;

}

#right-col #footer p {

	font-size: 10px;
	color: #043882;
	text-align: right;
	padding: 20px 0;
	margin: 0;

}

#right-col #footer p a {

	color: #043882;
	text-decoration: none;

}

#right-col #footer p a:hover {

	color: #20aae4;

}

#right-col #footer p span {

	color: #20aae4;

}

.clear {

	clear: both;
	
}

#right-col .photo-album {

	width: 610px;
	position: relative;
	margin: auto;

}

#right-col .photo-album .event {

	width: 275px;
	float: left;
	position: relative;
	background: purple;
	margin: 0 0 30px 30px;
	height: 100px;
	cursor: pointer;

}

#right-col .photo-album .event .event-img {

	width: 100px;
	float: right;
	height: 100px;
	margin-left: 12px

}

#right-col .photo-album .event h3 {

	margin: 16px 12px 8px;
	line-height: 18px;

}

#right-col .photo-album .event p {

	margin: 5px 12px;
	font-size: 10px;

}

#right-col .photo-album .event .rndd-left {

	position: absolute;
	top: 0;
	left: 0;

}

#right-col .photo-album .event .rndd-right {

	position: absolute;
	top: 0;
	right: 0;

}

#right-col .photo-album-event {

	width: 760px;
	margin-left: 20px;

}

#right-col .photo-album-event a {

	margin: 0 0 8px 8px;
	padding: 0;
	display: block;
	width: 100px;
	height: 100px;
	float: left;

}

#right-col a.back {

	color: #005292;
	margin: 0 0 10px 30px;
	display: block;
	
}

/* Homepage Panels ========================================================= */

.home #right-col a.more {

	color: #50a125;
	font-weight: bold;
	text-decoration: none;
}

.home #right-col a.meerlink {

	color: #50a125;
	font-weight: bold;
	text-decoration: none;
}

.home #right-col a.more2 {

	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.home #right-col h1 {

	padding: 0;
	margin: 15px 0 5px 15px;
	color: #005292;
	font-size: 24px;
	
}

.home #right-col h2 {

	padding: 0;
	margin: 15px 0 5px 15px;
	color: #005292;
	font-size: 14px;
	
}

.home #right-col h3 {

	padding: 0;
	margin: 15px 0 5px 15px;
	color: #50a125;
	font-size: 12px;
	
}

.home #right-col p {

	line-height: 14px;
	margin: 5px 15px 10px;
	color: #000000;
	
}

#rooster-panel {

	width: 170px;
	height: 120px;
	margin: 30px 0 0 30px;
	float: left;
	
}

#info-panel {

	width: 550px;
	height: 120px;
	margin: 30px 0 0 30px;
	float: left;
	background: url(../img/info-panel-bg.jpg) no-repeat left top;
	
}

.home #info-panel h2 {

	
	margin-top: 5px;
	
	
}

#info-panel img {

	float: right;
	margin-left: 15px;
	
}

#info-panel-orange {

	width: 550px;
	height: 120px;
	margin: 30px 0 0 30px;
	float: left;
	background: #ff6600;
	position: relative;
	
}

#info-panel-orange .topleft {

	width: 10px;
	height: 10px;
	background: url(../img/info-panel-orange.gif) no-repeat left top;
	position: absolute;
	left: 0;
	top: 0;
	
}

#info-panel-orange .topright {

	width: 10px;
	height: 10px;
	background: url(../img/info-panel-orange.gif) no-repeat left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	
}

.home #info-panel-orange h2 {

	
	margin-top: 10px;
	color: #ffffff;
	
	
}

.home #info-panel-orange p {

	
	color: #ffffff;
	
	
}

.home #info-panel-orange a.more {

	
	color: #ffffff;
	
	
}

#info-panel-orange img {

	float: right;
	margin-left: 15px;
	
}


#news-panel {

	width: 440px;
	margin: 30px 0 0 30px;
	float: left;
	background: url(../img/news-panel-bg.jpg) no-repeat left top;	
}

#news-panel .news-img {

	margin: 0 15px 15px 15px;
	
}

#news-panel .news-panel-bot {

	width: 440px;
	padding-bottom: 15px;
	background: url(../img/news-panel-bot.jpg) no-repeat left bottom;
	
}

#news-panel .news-panel-bot img {

	margin-left: 15px;
	
}

#calender-panel {

	width: 280px;
	margin: 30px 0 0 30px;
	background: #005292 url(../img/calender-panel-bg.jpg) no-repeat top left;
	float: left;
	position: relative;
	
}

.home #right-col #calender-panel h2 {

	color: #009ee0;
	
}

#calender-panel ul {

	padding: 0;
	margin: 0 15px 10px;
	float: left;
	
}

#calender-panel ul li {

	padding: 0 0 5px;
	margin: 0;
	list-style: none;
	
}

#calender-panel ul li a {

	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	
}

#calender-panel ul li a span {

	text-transform: none;
	font-weight: normal;
		
}

#calender-panel .calender-panel-bot {

	width: 280px;
	height: 10px;
	background: url(../img/calender-panel-bot.jpg) no-repeat left top;
	position: absolute;
	bottom: 0;
	left: 0;
	
}

#focus-panel {

	width: 440px;
	margin: 30px 0 0 30px;
	float: left;
	height: 104px;
	background: #a02f87 url(../img/focus-panel-bg.jpg) no-repeat left top;
	
}

#focus-panel img {

	float: right;
	margin: 0 0 0 15px;
	padding: 0;
	
}

.home #right-col #focus-panel h2 {

	color: #ffffff;
	margin-top: 5px;
}

.home #right-col #focus-panel p {

	color: #ffffff;
	
}

.home #right-col #focus-panel a.more {

	color: #ffffff;
	
}

#img-panel {

	width: 280px;
	margin: 30px 0 0 30px;
	float: right;
	
}

#img-panel ul {

	margin: 0;
	padding: 0;
	
}

#img-panel ul li {

	margin: 0;
	padding: 0;
	list-style: none;
	
}

.vraag-het-ons {

	position: absolute;
	width: 420px;
	right: -30px;
	top: -30px;
	height: 118px;
	border-bottom: 1px solid #ffffff;
	
}

#right-col .vraag-het-ons h2 {

	display: block;
	position: relative;
	float: left;
	border-bottom: 1px dotted #ffffff;
	width: 260px;
	margin: 0 20px 0 0;
	padding: 7px 0 5px
	
}

.vraag-het-ons h2 span {

	display: block;
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	top: 50px;
	left: 0;
	
}

.vraag-het-ons .imaaag {

	display: block;
	float: left;
	width: 140px;
	height: 120px;
	position: relative;
	left: -20px;
	top: -1px;
	
}

#right-col .content-darkgreen .vraag-het-ons { background: #008000;}
#right-col .content-orange2 .vraag-het-ons { background: #ff6600;}
#right-col .content-kobalt .vraag-het-ons { background: #0066ff;}
#right-col .content-purple3 .vraag-het-ons { background: #9900cc;}
#right-col .content-red .vraag-het-ons { background: #ff0000;}
#right-col .content-lightgreen .vraag-het-ons { background: #80c23e;}
#right-col .content-darkblue .vraag-het-ons { background: #000099;}
#right-col .content-green .vraag-het-ons { background: #389d21;}
#right-col .content-purple .vraag-het-ons { background: #a63988;}
#right-col .content-pink .vraag-het-ons { background: #eb2179;}
#right-col .content-darkpurple .vraag-het-ons { background: #682b83;}
#right-col .content-orange .vraag-het-ons { background: #f25614;}
#right-col .content-blue .vraag-het-ons { background: #00a1e3;}

