* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

body {
	text-align: center;
}

.site {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

/* Logo */
.logo {
	position: relative;
	float: left;
	width: 320px;
	height: 75px;
	margin-bottom: 5px;
}

/* Top menu */
.topMenu {
	background: #f2f2f2;
	position: relative;
	font-size: 11px;
	width: 640px;
	height: 75px;
	float: left;
}

.siteMapLink {
	position: absolute;
	top: 17px;
	right: 26px;
	padding-left: 22px;
	background: url(/images/sitemap.png) no-repeat 0 5px;
}

.topMenu .padding {
	padding-top: 17px;
	padding-left: 20px;
	padding-right: 23px;
}

.topMenuItems {
	position: relative;
	width: 160px;
	float: left;
}

.topMenuItem {
	position: relative;
	width: 160px;
	padding-left: 10px;
	background: url(/images/top_menu_arrow.png) no-repeat 0 5px;
	margin-bottom: 8px;
}

.topMenu a {
	text-decoration: none;
	color: #000000; /* #585858 */
	font-weight: bold;
}

.topMenu a:hover {
	text-decoration: underline;
}

/* Header image and text */
.header {
	position: relative;
	width: 960px;
	height: 170px;
	margin-bottom: 5px;
}

.header .left {
	position: relative;
	float: left;
	width: 320px;
	height: 170px;
}

.header .left .smallBar {
	position: relative;
	height: 11px;
	margin-bottom: 3px;
}

.header .left .content {
	position: relative;
	width: 320px;
	height: 156px;
	font-size: 11px;
	line-height: 14px;
}

.header .left .content h1 {
	font-size: 17px;
}

.header .left .content .padding {
	padding-left: 20px;
	padding-top: 12px;
	padding-right: 14px;
}

.header .right {
	position: relative;
	float: left;
	width: 640px;
	height: 170px;
	overflow: hidden;
}

/* Footer */
.footerMenu {
	width: 960px;
	text-align: right;
	margin-top: 15px;
	color: #999999;
	font-family: verdana;
	font-size: 9px;
}

.footerMenu a {
	color: #999999;
	text-decoration: none;
}

/* Main menu */
.menuContainer {
	position: relative;
	background: #000;
	color: #fff;
	list-style: none;
	height: 28px;
	width: 960px;
	padding-top: 0px;
	padding-left: 0;
	margin-bottom: 4px;
	z-index: 5;
}

.menuContainer li {
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background: #000000 url(/images/menu_spacer.png) right no-repeat;
}
.search {
	padding-left: 15px;

}
.menuContainer .firstMenuItem {
	background: #000000 url(/images/menu_spacer.png) right no-repeat;
}

.menuContainer a {
	display: block;
	margin-top: 6px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.menuContainer a:hover {
	color: #fff;
}

.subMenuContainer {
	display: none;
	position: absolute;
	background: #6e7071;
	list-style: none;
	padding: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	left: 0;
	top: 28px;

	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);

	min-width: 180px;
	_width: 180px;
}

.subMenuContainer li {
	position: relative;
	float: none;
	margin-left: 0;
	width: auto;
	padding: 0;
	background: none;
}

.subMenuContainer .subMenuItem {
	padding-left: 12px;
	background: url(/images/sub_menu_arrow.png) no-repeat 0 5px;
}

.subMenuContainer a {
	color: #fff;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	font-family: verdana;
	margin-top: 0;
}

.subMenuContainer a:hover {
	color: #000;
	text-decoration: underline;
}

/* Content Submenu */
.subMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 16px;
	margin-left: 23px;
}

.subMenu .subMenuItem {
	padding-left: 12px;
	background: url(/images/sub_left_menu_arrow.png) no-repeat 0 5px;
}

.subMenu li ul {
	margin-bottom: 10px;
	margin-left: 0;
}

.subMenu .subMenuItem a {
	font-size: 11px;
	font-family: verdana;
	color: #6e7071;
	text-decoration: none;
	font-weight: bold;
}

.subMenu .subMenuItem a:hover, .subMenu .subMenuItem a.active {
	color: #000000;
}

.subMenu .subSubMenuItem a {
	font-size: 11px;
	font-family: verdana;
	color: #6e7071;
	text-decoration: none;
	font-weight: normal;
}

.subMenu .subSubMenuItem a:hover, .subMenu .subSubMenuItem a.active {
	color: #000000;
}

/* Content */
.content {
	position: relative;
	line-height: 15px;
}

.content table {
	font-size: 11px;
	line-height: 15px;
}

.teaser a {
	text-decoration: underline !important;
}

.leftColumn {
	position: relative;
	float: left;
	width: 320px;
}

.rightColumn {
	position: relative;
	float: right;
	width: 640px;
}

/* News accordion home */
.newsAccordion {
	padding: 12px 13px 15px 22px;
}

.newsLeftList {
	margin-right: 13px;
	margin-left: 22px;
	padding: 12px 13px 15px 0;
}

.newsLeftList h2 {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 0;
}

.newsLeftList a {
	outline: none;
	display: block;
	/*margin-top: 5px;*/
	text-decoration: none;
	color: #6e7071;
	background: url(/images/home_news_arrow.png) no-repeat 0 4px;
	padding-left: 10px;
	font-family: verdana;
	font-size: 11px;
}

a.ui-state-default {
	outline: none;
	display: block;
	/*margin-top: 5px;*/
	text-decoration: none;
	color: #6e7071;
	background: url(/images/home_news_arrow.png) no-repeat 0 6px;
	padding-left: 10px;
	font-family: verdana;
	font-size: 11px;
}

a.ui-state-default .newsDate {
	display: none;
}

a.ui-state-active {
	outline: none;
	display: block;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	margin-bottom: 5px;
}

a.ui-state-active .newsDate {
	color: #6e7071;
	font-weight: normal;
	font-size: 11px;
	font-family: arial;
}

.ui-accordion-content {
	position: relative;
	font-family: verdana;
	font-size: 11px;
	overflow: hidden;
	color: #6e7071;
}

.ui-accordion-content img {
	display: none;
}

.ui-accordion-content-active {
	font-family: verdana;
	font-size: 11px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 6px;
	margin-bottom: 5px;
}

.ui-accordion-content-active img {
	display: block;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
	_border-bottom: 10px solid transparent;
}

.ui-accordion-content a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.ui-accordion-content a:hover {
	text-decoration: underline;
}

.allLink {
	display: block;
	margin-top: 10px;
	background: url(/images/home_all_news_arrow.png) no-repeat right 5px;
	padding-right: 10px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	width: 135px;
	text-decoration: none;

}

.allLink:hover {
	text-decoration: underline;
}

/* Labels menu */
.labelsContainer {
	position: relative;
	color: #000000;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 13px;
}

.standardTemplate .labelsContainer {
	position: relative;
	color: #000000;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 13px;
	background: #f2f2f2;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.labelsContainer li.labelItem {
	position: relative;
	float: left;
	_float: none;
	_display: inline;
	width: 213px;
	padding-left: 25px;
	border-left: 1px solid #e2e2e2;
}

.standardTemplate .labelsContainer li.firstLabelItem {
	position: relative;
	float: left;
	_float: none;
	_display: inline;
	width: 213px;
	padding-left: 25px;
	border-left: none;
}

.labelsContainer a {
	display: block;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana;
}

.labelsContainer a:hover {
}

.subLabelContainer {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.subLabelContainer li {
	position: relative;
	float: none;
	margin: 0;
	width: auto;
	padding: 0;
}

.subLabelContainer .subLabelItem {
	padding-left: 10px;
	background: url(/images/sub_label_arrow.png) no-repeat 0 5px;
}

.subLabelContainer a {
	color: #6e7071;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-family: verdana;
	margin-top: 0;
}

.subLabelContainer a:hover {
	color: #000;
	text-decoration: underline;
}

/* Leftcolumn teasers */
.leftColumn .teaser {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e2e2e2;
	margin-right: 13px;
	margin-left: 22px;
}

.leftColumn .tableTeaser {
	padding-bottom: 13px;
}

.leftColumn .teaserPadding {
	padding: 13px 0 13px 0;
}

.leftColumn .tableTeaserPadding {
	padding: 0;
	margin: 13px 0 0;
}

.leftColumn .teaserImage {
	padding-top: 5px;
	float: left;
	margin-right: 15px;
}

.leftColumn .tableTeaserImage {
	padding-top: 5px;
	float: left;
	padding-right: 15px;
}

.rightColumn .tableTeaserImage {
	padding-top: 20px;
	padding-left: 25px;
}

.leftColumn .teaser h1 {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

.leftColumn .teaser h2 {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
}

.leftColumn .teaser p {
	color: #6e7071;
	font-family: verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.leftColumn .teaser p a {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
/*	padding-right: 10px;
	background: url(/images/home_news_arrow.png) no-repeat right 4px; */
}

.leftColumn .teaser p a:hover {
	text-decoration: underline;
}

/* Rightcolumn teasers */
.rightColumn .teaser {
	background: #f2f2f2;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.rightColumn .tableTeaserPadding {
	padding: 0 !important;
}

.rightColumn .tableTeaserPadding .teaserText {
	padding: 28px 41px 10px 27px;
}

.rightColumn .teaserPadding {
	padding: 28px 41px 10px 27px;
}

.rightColumn .teaserImage {
	padding-top: 5px;
	float: left;
	margin-right: 20px;
}

.rightColumn .teaser h1 {
	color: #000000;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}

.rightColumn .teaser h2 {
	color: #000000;
	font-family: verdana;
	font-size: 13px;
}

.rightColumn .teaser p {
	color: #6e7071;
	font-family: verdana;
	font-size: 11px;
}

.rightColumn .teaser p a {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
/*	padding-right: 10px;
	background: url(/images/home_news_arrow.png) no-repeat right 4px;*/
}

.rightColumn .teaser table th,
.rightColumn .teaser table td {
	color: #666666;
}

.rightColumn .teaser p a:hover {
	text-decoration: underline;
}

/* Leftcolumn movieLibrary */
.leftColumn .movieLibrary {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e2e2e2;
	margin-right: 13px;
	margin-left: 22px;
	padding-top: 15px;
}

.leftColumn .movieLibrary a {
	float: right;
}

.leftColumn .movieLibrary h1 {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

.leftColumn .movieLibrary p {
	color: #6e7071;
	font-family: verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* Rightcolumn movieLibrary */
.rightColumn .movieLibrary {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	border-top: 1px solid #e2e2e2;
	padding-top: 15px;
}

.rightColumn .movieLibrary a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.rightColumn .movieLibrary h1 {
	color: #000000;
	font-family: verdana;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0;
}

.rightColumn .movieLibrary p {
	color: #6e7071;
	font-family: verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* Leftcolumn moviePlayer */
.leftColumn .moviePlayer {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e2e2e2;
	margin-right: 13px;
	margin-left: 22px;
	padding-top: 15px;
	_padding-top: 5px;
}

.leftColumn .moviePlayer h1 {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}

/* Rightcolumn moviePlayer */
.rightColumn .moviePlayer {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #e2e2e2;
	margin-top: 15px;
}

.rightColumn .moviePlayer h1 {
	color: #000000;
	font-family: verdana;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0;
}

/* Leftcolumn text */
.leftColumn .text {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e2e2e2;
	margin-right: 13px;
	margin-left: 22px;
	padding-top: 15px;
	_padding-top: 5px;
}

/* Rightcolumn newscategories */
.rightColumn .newsItemsContainer {

}

.rightColumn .newsItemsContainer .newsItem {
	margin-bottom: 15px;
}

.rightColumn .newsItemsContainer .newsItem img {
	float: left;
	display: block;
	margin-right: 15px;
}

.rightColumn .newsItemsContainer h2 {
	font-size: 15px;
	font-family: verdana;
}

.rightColumn .newsItemsContainer .newsTitle a {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

.rightColumn .newsItemsContainer .newsIntro {
	color: #666666;
}

.rightColumn .newsItemsContainer .newsTitle .newsDate {
	font-weight: normal;
	color: #666666;
	font-size: 11px;
	font-family: verdana;
}

.rightColumn .newsItemsContainer .newsReadMore {
	padding-right: 11px;
	/*background: url(/images/sub_label_arrow.png) no-repeat right 4px;*/
}

.rightColumn .newsItemsContainer .newsReadMore a {
	color: #000000;
	text-decoration: none;
}

.rightColumn .newsItemsContainer .newsReadMore a:hover {
	text-decoration: underline;
}

.newsDetail {
	color: #666666;
}

.newsDetail img {
	/*float: right;*/
	margin: 10px;
}

.text, p, .vacature-content li {
	color: #666666;
}

.text-intro {
	font-weight: bold;
}

.breadCrumb {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 10px;
}

.breadCrumb * {
	font-family: verdana;
	font-size: 11px;
	color: #6e7071;
}

.breadCrumb a {
	text-decoration: none;
}

.faqQuestionAnswer {
	margin-bottom: 15px;
}

.question {
	font-weight: bold;
	color: #000000;
}

.answer {
	color: #666666;
}

hr {
	border: none;
	border-bottom: 1px solid #e2e2e2;
	height: 1px;
}

h2 a {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

.resultaten p {
	color: #666666;
}

.search {
	position: absolute;
	right: 30px;
	width: 120px;
	_right: 30px;
	top: 42px;
	z-index: 20;
	_top: 42px;
}

.searchInput {
	border: 1px solid #dddddd;
	height: 20px; 
	width: 110px;
}

.searchBtn {
	position: absolute;
	left: -999em;
}

.pageIcons {
	position: absolute;
	right: 5px;
	top: 5px;
}

.pageIcons a {
	margin: 2px 4px;
}

.pageIcons a img {
	border: 0;
}

.headerText {
	position: absolute;
	right: 15px;
	top: 50px;
	font-size: 26px;
	font-weight: normal;
	color: white;
}

.headerText a {
	color: #ffffff;
	text-decoration: none;
}

.headerText a:hover {
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
}
 .right-block, .left-block {
 	margin-top: 1em;
 }
 .rss-container h2 {
 	margin-bottom: 0px;
 	font-size: 100%;
 	color: black;
 	font-weight: bold;
 }
 
.rss-container p {
	text-align: justify;
}
 
.rss-container a {
	position: relative;
 	padding-right: 11px;
	background: url(/images/sub_label_arrow.png) no-repeat right 4px;
}
 
 .header .left .content .text * {
	color: white;
}







#slideshow-home {
	position:absolute;
	width: 640px; 
	height: 170px; 
	overflow:hidden;
}

#slideshow-home .slide{
	z-index:1000;
	position:absolute;
	top:0;
	left:0;
}
#slideshow-home .slide {
	z-index:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	position:absolute;
	top:0;
	left:0;	
}

#slideshow-home .slide a {
	font-style: none;
	font-weight: normal;
	text-decoration: none;
}

#slideshow-home .first-slide{
	z-index:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


.stamp-preview * {
	line-height: 110%;
}
.stamp-preview p {
	color:black;
	margin: 0;
}
.slide-stamp * {
	line-height: 110%;
}
.slide-stamp p {
	color:black;
	margin: 0;
}

.text img {
	margin: 5px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;
}

div#header_intro_text h2, div#header_intro_text h2 * {
	font-weight: bold !important;
}

div.headerImage {
	float: left;
}

