
#kolom1 {
	float: left;
	width: 250px;
	position: relative;
	padding: 10px 0px 0px 0px;
	background-color: #060606;
	background-image: url(/images/binnenkort-bg.png);
	background-repeat: repeat-x;
	}
	
#kolom2 {
	float: left;
	width: 250px;
	position: relative;
	padding: 0px 0px;

	}
	
#kolom3 {
	float: left;
	width: 250px;
	position: relative;
	padding: 0px 0px;
	}
	
#kolom4 {
	float: left;
	width: 250px;
	position: relative;
	padding: 10px 0px 0px 0px;
	/*background-color: #E0EBFF;
	background-image: url(../images/backstage-bg.png);
	background-repeat: repeat-x;*/	
	background-color: #E0EBFF;
	background-color: #E8F0FF;
	}	

#kolomboven {
	width: 500px;
	padding: 0px 0px;
	margin: 0px;
	float: left;
}

.kolomkop {
	background-image: url(../images/kolomkop-bg.png);
	background-repeat: repeat-x;
	background-color: #15B;
	color: #DDD;
	padding: 2px 10px 3px 10px;
	font-size: 10pt;
	font-weight: bold;
	/*height: 15px;*/
	border-right: 1px solid #26C;
	width: 229px;
	float: left;
	}
	
.kolomkop img {
	margin: 0px 0px 0px 4px;
	}
	
.head {
	float: left;
	position: relative;
	}
	
#bannerwrap {
	height: 325px;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F0F0F0;
	background-position: right;
	background-repeat: no-repeat;
	}

#wijzigingen {
	position: absolute;
	width: 240px;
	left: 750px;
	top: 287px;
	padding: 5px 5px;
	background-color: #F0F0F0;
	cursor: pointer;
	}
	
#wijzigingen img {
	width: 28px;
	height: 28px;
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
	vertical-align: -9px;
	}

#wijzigingen a:link, #wijzigingen a:visited {
	color: #000;
	text-decoration: none;
	}

#voorstellingen a:hover, #wijzigingen a:hover {
	text-decoration: underline;
	}

#socialmedia {
	position: absolute;
	left: 675px;
	top: 292px;
	/*left: 0px;
	top: 0px;*/
	z-index: 1000;
}

#socialmedia img {
	margin: 1px;
	width: 26px;
	height: 26px;
	vertical-align: top;
	}
	

/* BINNENKORT */

.vrstitem {
	font-weight: normal;
	padding: 5px 0px 5px 10px;
	font-size: 9pt;	
	background-color: #060606;
	border-bottom: 1px solid #1D1D1D;
	border-bottom: 1px solid #222;
	background-image: url(/images/binnenkort-bg.png);
	background-repeat: repeat-x;
	position: relative;
	width: 240px;
	}
	
.vrstitem img {
	float: left;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	width: 64px;
	height: 42px;
	}
	
.vrstitem .blok {
	padding-top: 2px;
	float: left;
	margin-left: 8px;
	width: 150px;
	cursor: pointer;
	}
	
.vrstitem h2 { /*titel*/
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	color: #FFF;
	}
	
.vrstitem h4 { /*subtitel*/
	margin: 0px;
	padding: 0px;
	font-size: 9pt;	
	font-weight: normal;
	color: #111;
	}
	
.vrstitem h6 { /*genre*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #666;
	font-size: 9pt;	
	font-weight: normal;
	font-style: italic;
	}	
	
.vrstitem h5 { /*datum*/
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
.vrstitem h5 a:link, .vrstitem h5 a:visited  {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	text-decoration: none;
	color: #3B3;
	}
	
.vrstitem h5 a:hover {
	text-decoration: underline;
	}	
	
.filmpje {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 62px;
	height: 48px;
	/*border: 1px solid #FFF;*/
	z-index: 100;
	}
	

/* NIEUWS */

#nieuwswrap {
	width: 500px;
	float: left;
	}
	
.nieuws {
	position: relative;
	}
	
.nieuws .item {
	color
	cursor: pointer;
	padding: 15px 15px 10px 15px;
	background-color: #FFF;
	background-image: url(/images/nieuwsitem-bg.png);
	background-repeat: repeat-x;
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	border-right: 1px solid #C0D0FF;
	}

.nieuws .kop {
	margin: 0px 0px 5px 0px;
	font-size: 11pt;
	}
	
#kolomboven .nieuws .kop {
	font-size: 14pt;
	font-weight: normal;
	}
	
.nieuws .kort {
	color: #555;
	margin: 0px;
	}

.nieuws img {
	width: 28px;
	height: 28px;
	float: left;
	margin: 0px 5px 0px 0px;
	}
		
.nieuws .kop a:link {
	text-decoration: none;
	color: #B01;
	}

.nieuws .kop a:active {
	text-decoration: none;
	color: #222;
	}
	
.nieuws .kop a:visited {
	color: #222;
	text-decoration: none;
	}
	
.nieuws a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#kolomboven .nieuws .kop a:link{
	font-size: 13pt;
	color: #B01;
	}
	
.nieuws .datum {
	float: left;
	color: #AAA;
	margin-top: 5px;
	display: inline;
	font-size: 8pt;
	}
	
.nieuws .leesmeer {
	color: #15B;
	float: right;
	display: inline;
	margin-top: 5px;
	font-style:italic;
	margin-right: 10px;
	font-size: 8pt;
	}
	
#hotnews {
	width: 480px;
	padding: 4px 10px;
	font-size: 11pt;
	/*border: 1px solid #BCF;*/
	text-align: center;
	background-color: #888;
	color: FFF;
	}
	
#hotnews a:link {
	text-decoration: none;
	color: #FFF;
	}
	
#hotnews a:visited {
	text-decoration: none;
	color: #FFF;
	}	
	
#hotnews a:hover {
	text-decoration: underline;
	color: #FFF;
	}

#hotnews a:active {
	text-decoration: none;
	color: #FFF;
	}
	
	
	
/* VIDEO */

#video .item {
	/*background-color: #ACF;
	background-color: #E6EAFF;*/
	margin: 0px 0px;
	cursor: pointer;
	/*border-bottom: 1px solid #B8D8FF;*/
	padding: 5px 12px 5px 28px;
	/*background-image: url(../images/backstage-bg.png);*/
	background-image: url(../images/schouwblog-bg.png);
	height: 30px;
	background-repeat: repeat-x;
	background-position: top;
	}

#video .itemin {
	position: relative;
	width: 0px;
	height: 0px;
	overflow: visible;
	}

#video .itemin img {
	position: relative;
	top: 0px;
	left: -22px;
	}
	
#video .item a:link, #video .item a:visited {
	text-decoration: none;
	color: #15B;
	}
	
#video .item a:hover {
	}
	

#video .meer {
	cursor: pointer;
	padding: 5px 10px;
	color: #15B;
	/*background-color: #E0EBFF;
	background-image: url(../images/backstage-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;*/
	}
		
.meervideo {
	
	}
	
#meerschouwblog {
	display: none;
	}
	
#horeca {
	background-color: #FFF;
	background-image: url(/images/binnenkort-bg.png);
	background-repeat: repeat-x;
	padding: 10px;
	color: #333;
	}
	
#dinerfoto {
	width: 250px;
	height: 158px;
	margin: 0px;
	padding: 0px;
	}
	
#horeca h2 {
	color: #C01;
	font-size: 12pt;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
	}
	
#horeca p {
	margin: 5px 0px 0px 0px;
	}
	

/* TWITTER */
.twtr-widget {
	font-family:Arial, Helvetica, sans-serif;
	border-top: 1px solid #C0D0FF;
	border-bottom: 1px solid #C0D0FF;
	}
.twtr-tweet-text {
	font-size: 8pt;
	background-image: url(/images/nieuwsitem-bg.png);
	background-repeat: repeat-x;
	}
.twtr-widget .twtr-tweet {
	border-bottom:1px solid #EEE;
	}
.twtr-hd {
	display: none;
	}
.twtr-join-conv {
	font-size: 9pt;
	}
	
/* ADVERTENTIES */

#adverteerders {
	margin: 40px 0px;
	}
	
	