* { font-family: Verdana, Arial, Helvetica, sans-serif; }
html, body { margin:0; padding:0; }
body {
	background-color: #fff;
}
	
td {
	color: #003366;
}
	
a {
	color: #003366;
	text-decoration: none;
}
	
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

b, strong {
	font-size: 1.05em;
}

img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1em;
}
#header {
	display: none;
}
#printheader {
	width: 1024px;
	height: 60px;
	margin: 0 auto 0 auto;
	display: block;
}
#navigation {
	display: none;
}
#navigation img {
	display: none;
}
#footer {
	z-index: 0;
}
#footer>table {
	max-width: 940px;
	min-width: 480px;
	margin: 0 auto 0 auto;
	padding: 10px;
	font-size: 0.8em;
	z-index: 0;
}
#footer img {
	display: none;
}
#footer a {
	display: none;
}
#design {
	display: none;
}
.meerinfo {
	color: #ffefcb;
	padding: 15px 0;
}
.meerinfo a {
	color: #ffefcb;
	display: block;
	margin: 3px 7px;
}
.meerinfo a:hover {
	color: #fff;
}
#logo {
	float: left;
}
#main2 {
	max-width: 940px;
	min-width: 480px;
    border: 1px solid #ddd;
	padding: 10px;
	background: White;
	z-index: 0;
}
#main {
	max-width: 940px;
	min-width: 480px;
	margin: 0 auto 0 auto;
	padding: 10px;
	font-size: 0.8em;
	z-index: 0;
}
#mainpage {
	max-width: 940px;
	min-width: 480px;
	margin: 0 auto 0 auto;
	padding: 10px;
	z-index: 0;
}
#mainleft {
	width: 580px;
    border: 1px solid #ddd;
	margin: 0 auto 0 0;
	background: White;
	z-index: 1;
}
#containerleft {
	margin: 10px;
}
#mainright {
	float: right;
	clear: both;
	width: 320px;
    border: 1px solid #ddd;
	margin: 0 0 0 auto;
	background: White;
}
#containerright {
	margin: 10px;
	z-index: 1;
}
#socmed {
	display: none;
}
#datacol {
	z-index: 2;
}
.inschrdat {
	height: 60px;
	background: White;
	z-index: 3;
}
.stdat {
	text-align: center;
	width: 80px;
	padding: 3px;
}
.stdatin {
	font-size: 0.85em;
	position: relative;
	top: -22px;
	left: 90px;
	width: 200px;
	display: block;
	padding: 3px;
}
.stdatin a {
	display: block;
}
.stdatin a:hover {
	background-image: url('/img/inschr_hover.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
}
.stdatin b {
	font-size: 1.3em;
}
.inschr_hover {
	float: right:
	clear: both;
/*	display: none; */
}


/* Accordiaon
----------------------------------------------------------------------------------------------------*/
#sdlist {
	z-index: 3;
}

.inputalert {
	background: Yellow;
}

.accordionHead {
	display: block;
	padding: 5px;
	background: #fad465;
	border-bottom: 1px solid #ecddbc;
	cursor: pointer;
}
.accordionHeadInactive {
	display: block;
	padding: 5px;
	background: #fad465;
	border-bottom: 1px solid #ecddbc;
}
	
.accordionButton {
	display: block;
	padding: 5px;
	background: #ffefcb;
	border-bottom: 1px solid #ecddbc;
	cursor: pointer;
}
.accordionButtonInactive {
	display: block;
	padding: 5px;
	background: #ffefcb;
	border-bottom: 1px solid #ecddbc;
	cursor: pointer;
}
	
.accordionContent {	
	display: block;
	background: #fff;
}
	
.acc_on {
	background: #fad465;
}
	
.acc_over {
	background: #f9df92;
}
/* einde Accordiaon
----------------------------------------------------------------------------------------------------*/


/* Tabbed Links
----------------------------------------------------------------------------------------------------*/
.tab_content { display: none; }

.tabs {
	overflow: hidden;
}

.tabs li {
	position: relative;
	left: -32px;
	display: inline;
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-align: center;
	width: 80px;
}

.tabs a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

.tabs a.currenttab {
	background: #fad465;
	border-color: #fad465;
	font-weight: bold;
}

.tabs a:hover {
	background: #fad465;
	border-color: #fad465;
	color: #3a3271;
}

/* For IE6. */
* html .tabs a {
	height: 1%;
}

/* `Content Area
----------------------------------------------------------------------------------------------------*/

.tab_content_wrap {
	background: #fff;
	width: 300px;
}
.tab_content {
	background: #fff;
	z-index: 5;
}

/* End Tabbed Links
----------------------------------------------------------------------------------------------------*/

.item {
	display: block;
	padding: 5px 0 5px 10px;
}
.item:hover {
	text-decoration: none;
	color: #352c66;
}
.item h4:hover {
	text-decoration: underline;
	color: #FF6600;
}
.bannerlink {
	display: block;
	padding: 5px 0 5px 10px;
}
.bannerlink:hover {
	text-decoration: none;
	color: #352c66;
}
.bannerlink b:hover {
	text-decoration: underline;
	color: #FF6600;
}
.subHeader {
	display: block;
	background: #fad465;
	border-bottom: 1px solid #eee;
	padding: 3px 10px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#inschrijving {
	min-height: 600px;
}

#twitterposts {
	padding: 5px 0 5px 10px;
}
#twitterposts .post {
	line-height: 15px;
	font-size: 11px;
	padding: 0 0 8px 24px;
	background:  url('/img/twitter.png') no-repeat;
}
#twitterposts .post a {
	font-weight: bold;
}

.hpintro {
/*	display: none; */
}
.hpintroxs {
	line-height: 15px;
	font-size: 11px;
}
/* Slider */
div#feature_list {
	width: 580px;
	height: 280px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

#Themas {
	height: 270px;
	background: #302767;
	padding: 5px;
	margin-bottom: 10px;
}
#Themas a {
	font-weight: bold;
	color: #fad465;
}
ul#tabs {
	left: 0;
	z-index: 2;
	list-style: none;	
}

ul#tabs li {
	position: relative;
	left: -36px;
	font-size: 12px;
	font-family: Arial;
}

ul#tabs li a {
	color: #fad465;
	text-decoration: none;	
	display: block;
	padding: 6px 0 6px 20px;
	margin-left: 12px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.current {
	background:  url('/img/current_theme.png') no-repeat;
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 580px;
	height: 280px;
	position: relative;
}

ul#output li {
	position: absolute;
	height: 280px;
	background: #302767;
}

ul#output li span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	width: 200px;
	height: 280px;
}
ul#output li span.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 280px;
	background: #302767;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
}

ul#output li a {
	display: block;
	margin: 5px 0 0 5px;
	color: #fad465;
}
ul#output li a:hover {
	color: #fff;
}
/* Slider */


#themabody { width: 100%; }
#themabody img { margin: 0 5px 10px 10px; }
#thlist { width: 320px; float: left; clear: both; margin: 0 5px 10px 10px; padding: 5px; background-color: #fff; border: 1px solid #ffe7a5; font-size: 13px; }
#thlist a { font-weight: bold; }
.thcursus { margin: 3px 0 3px 0; font-size: 13px; }
