* {
	box-sizing: 		content-box;
	-moz-box-sizing:	content-box;
}

html {
	width:				100%;
	height:				100%;
}

body {
	width:				100%;
	height:				100%;
	margin:				0;
	padding:			0;
	font-family:		Arial, Helvetica, Sans-Serif;
	font-size:			11px;
	line-height:		1.4em;
/*	background:			url(/images/home_bg_new.gif) repeat-y;*/
}

img {
	border:				none;
}

form {
	display:			inline;
}


h1 {
	font-size:			28px;
	text-transform: 	uppercase;
	font-weight:		bold;
	line-height:		1em;
	margin:				-3px 0 -8px 0;
	padding:			0;
    padding-top:        2px;
}

h2 {
    font-size:          18px;
    line-height:        20px;
}

div.videoPlayer {
	width: 				534px;
	height: 			423px;
	background-color: 	#b5ac47;
	margin:				0;
	margin-top:         1.2em;
	padding:			0;
	zoom:				1;
	overflow:			hidden;
}

div#outerCon {
	width:				981px;
	height:				100%;
	/*background:			url(/images/home_bg.gif);*/
	margin-left:		0px;
}

div#headerCon {
	height:				256px;
	background-color:	#fff;
}

div#topheaderCon{
	width:				981px;
	height:				100px;
}

div#logoCon {
	float:				left;
	display:			inline;
	width:				744px;
}

div#langAndSearchCon {
	float:				left;
	display:			inline;
	width:				140px;
	padding:			40px 0 0 0;
}
	div#langswitchCon {
		float:			left;
		display:		inline;
		padding:		0 0 2px 0;
	}
	div#langswitchCon a {
		color:			#000;
		text-decoration:none;
	}
	div#searchbttnCon {
		float:			right;
		display:		inline;
		padding:		2px 0 2px 0;
	}

	input#search {
		height:			16px;
		width:			130px;
		font-size:		11px;
		padding:		0 5px 0 5px;
		border:			1px solid #000;
	}

div#navigationCon {
	width:				745px; /* 760 - 0 - 15 */
	height:				28px;
	padding:			0 0 0 10px;
}

div#navigationCon ul {
	display:			block;
	width:				auto;
	margin:				0;
	padding:			0;
	list-style:			none;
}

div#navigationCon ul li {
	float:				left;
	width:				auto;
	padding:			0 4px 0 4px;
	color:				#69676a;
	border-right:		1px solid #69676a;
	line-height:		1em;
	font-size:			1.1em;
}

div#navigationCon ul li.last {
    border-right:       none;
}

div#navigationCon ul li a {
	text-transform:		uppercase;
	color:				#69676a;
	text-decoration:	none;
}

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

div#subnavigationCon ul {
	display:			block;
	width:				auto;
	margin:				0 0 50px 0;
	padding:			0;
	list-style:			none;
}

div#subnavigationCon ul li{
	width:				auto;
	padding:			0 0 0 22px;
	color:				#000;
	line-height:		1.5em;
	font-size:			1.1em;
	background:			url('/images/readmore.gif') 0 4px no-repeat;
}

div#subnavigationCon ul li.active{
	background:			url('/images/subnav_active_bg.gif') 0 4px no-repeat;
}

div#subnavigationCon ul li a {
	line-height:		1.2em !important;
	color:				#000;
	text-decoration:	none;
}

div#subnavigationCon ul li a:hover {
	color:				#000;
	text-decoration:	underline;
}



div#pageTitleCon {
	font-size:			0;
	line-height:		0;
}

/*
div#innerCon {
	background-image:   url(/images/home_bg_new.gif);
	background-repeat:  repeat-y;
}
*/

div#leftCol {
	float:				left;
	display:			inline;
	width:				182px; /* 175 - 15 - 10 */
	padding:			0 15px 20px 10px;
}

div#midCol {
	float:				left;
	display:			inline;
    width:              534px; /* 569 - 20 - 15 */
    margin-left:		1px;
	padding:			0 20px 20px 15px;
}
	div#midCol p {
		font-size:		1.1em;
        line-height:    1.4em;
	}

	div#midCol p img {
		display:		block;
		margin:			0 0 -10px 0;
	}

	div#midCol h6 {
		font-size:		11px;
		font-style:		italic;
		font-weight:	normal;
		margin:			0;
		padding:		0;
	}

div#rightCol {
	float:				left;
	display:			inline;
    width:              223px; /* 235 - 12 */
    margin-left:		1px;
	padding:			0 0px 20px 12px;
}


div.itemblock {
	margin:				0 0 30px 0;
}

/*div.itemblock*/ h3 {
	font-size:			12px;
    /*
	text-transform: 	uppercase;
    */
	font-weight:		normal;
	margin:				0;
    margin-bottom:      4px;
}

h3.date {
    margin-bottom:      20px;
}

/*div.itemblock*/ h4 {
	font-size:			16px;
    /*
	text-transform: 	uppercase;
	font-weight:		normal;
    */
	margin:				0 0 4px 0;
	color:				#000;
}

/*div.itemblock*/ h4 a {
	color:				#000;
	text-decoration:	none;
}

/*div.itemblock*/ h4 a:hover {
	text-decoration:	underline;
}

div.itemblock p {
	margin:				0;
	padding:			0;
}

div.itemblock img {
	margin:				0 0 3px 0;
}

/*div.itemblock*/ a.readmore {
	display:			block;
	margin:				7px 0 0 0;
	padding:			0 0 0 22px;
	font-size:			10px;
	color:				#000;
	text-decoration:	none;
	text-transform: 	uppercase;
	background:			url('/images/readmore.gif') 0 1px no-repeat;
}

/*div.itemblock*/ a.readmore:hover {
	text-decoration:	underline;
	color:             #000;
}

/*div.itemblock*/ a.readless {
	display:			block;
	margin:				7px 0 0 0;
	padding:			0 0 0 22px;
	font-size:			10px;
	color:				#000;
	text-decoration:	none;
	text-transform: 	uppercase;
    float: left;
	background:			url('/images/backbttn.gif') 0 1px no-repeat;
}

/*div.itemblock*/ a.readless:hover {
	text-decoration:	underline;
	color:             #000;
}

a.share {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    padding: 0 3px 0 3px;
    outline: none;
}

div.readmorediv {
    margin-top:         -1em;
    margin-bottom:      2em;
}


div.clearer {
	clear:				both;
	font-size:			0;
	line-height:		0;
}


/*---- shared colourscheme for navigation ----*/

div#navigationCon ul li.home a:hover {
	color:				#999933;
}
div#navigationCon ul li.info a:hover {
	color:				#6666cc;
}
div#navigationCon ul li.collection a:hover {
	color:				#664fa7;
}
div#navigationCon ul li.calendar a:hover {
	color:				#ef0f87;
}
div#navigationCon ul li.events a:hover {
	color:				#0b8a32;
}
div#navigationCon ul li.education a:hover {
	color:				#d02121;
}
div#navigationCon ul li.press a:hover {
	color:				#850048;
}
div#navigationCon ul li.partners a:hover {
	color:				#3399ff;
}
div#navigationCon ul li.news a:hover {
	color:				#ff631d;
}

div#bglogo {
    display:            none;
}

table.recordnav {
    /*
    width:              100%;
    */
}

table.recordnav td {
    vertical-align:     top;
}

table.recordnav td.prev {
    width:              120px;
}

table.recordnav td.pages {
    text-align:         center;
    width:              160px;
    padding-top:        7px;
    font-size:          11px;
}

table.recordnav td.next {
    text-align:         right;
    width:              120px;
}

a.readnext {
	display:			block;
	margin:				7px 0 0 0;
	padding:			0 22px 0 0;
	font-size:			10px;
	color:				#000;
	text-decoration:	none;
	text-transform: 	uppercase;
	background:			url('/images/readmore.gif') right 1px no-repeat;
}

a.readnext:hover {
	text-decoration:	underline;
    color:              #000;
}

table.recordnav td.pages a {
    color:              #000000;
}

table.recordnav td.pages a:hover {
    text-decoration:    none;
}

table.noboldlabel label {
    font-weight: normal !important;
    font-size: 12px;
}

/* newsletter.css */

body {
/*	background:			url(/images/home_bg2.gif) repeat-y;*/
}

div#navigationCon ul li.collection a {
	color:				#e66e00;
}



div#subnavigationCon ul li.active{
	background:			url('/images/subnav_collection_active_bg.gif') 0 4px no-repeat;
}

div#subnavigationCon ul {
	margin:				0 0 30px 0;
}

h3 {
	color:				#e66e00;
}

div#rightCol {
	text-align:			right;
	width:				327px;
}

a.regulier { color: #f4799c;}
a.pers { color: #ff9100;}
a.junior{ color: #a256ff;}
a.onderwijs { color:	#89c300; }

a { color: #000000;}
a:hover{ text-decoration: underline; color: #000000;}

p.regulier { color: #f4799c; }
p.pers { color: #ff9100; }
p.junior { color: #a256ff; }
p.onderwijs { color: #89c300; }

div#rightCol p.date {
	font-weight:		normal;
	font-size:			24px;	
	
	margin:				0;
	margin-top:			26px;
}

div#rightCol p.type {
	font-weight:		normal;
	font-size:			24px;	
	
	margin:				0;
	margin-top:			10px;
}

div#logoCon {
	width:				400px;

}

div#topheaderCon{
	/*background-color:	#cc0000;*/
}

p.header {
	width:				auto;
	
	font-weight:		bold;
	font-size:			14px;
	
	overflow:			hidden;
	/*background-color:	#ccc000;*/
	
	margin:				0 0 1px 0;
	padding:			0;
}

p.date {
	font-weight:		bold;
	font-size:			14px;
	/*color:				#502552;*/
}

div#headercontainer {
    position: relative;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 178px;
    background-image: url('../images/header-newsletter.png');
    background-repeat: repeat-x;
    width: 770px;
}

div#headerlogo {
    position: absolute;
    left: 0;
    top: 56px;
}

div#headernewsletter {
    position: absolute;
    left: 224px;
    top: 10px;
}

div#headertitle {
    position: absolute;
    left: 500px;
    top: 62px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
}
