html{height:100%;}
body{
	margin:0;
	min-width:960px;
	height:100%;
	background:url(/images/bg-content.gif);
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
}
img{border:none;}
a{
	color:#000;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
/*--page--*/
.page{
	min-height:100%;
	width:100%;
	position:relative;
}
.page:after{
	content:"";
	display:block;
	clear:both;
}
* html .page{height:100%;}
/*--wrapper--*/
#wrapper{
	width:100%;
	position:relative;
	padding:152px 0 57px;
}
#wrapper:after{
	content:"";
	display:block;
	clear:both;
}
/*--header--*/
#header{
	width:100%;
	overflow:hidden;
	position:absolute;
	height:152px;
	left:0;
	top:0;
}
.h-bg{
	width:100%;
	overflow:hidden;
}
.header-holder{
	width:960px;
	overflow:hidden;
	margin:0 auto;
	height:144px;
}
.h-box{
	float:right;
	width:766px;
	padding:8px 0 0;
}
.ads-top{
	background:url(/images/bg-ads.png) no-repeat;
	width:750px;
	height:90px;
	overflow:hidden;
	margin:0 0 10px 16px;
}
.ads-top .btn-ads{
	background:url(/images/btn-ads.png) no-repeat;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	height:90px;
	width:22px;
}
.ads-top img{float:left;}
.nav-box{
	width:100%;
	overflow:hidden;
}
#nav{
	width:614px;
	height:38px;
	overflow:hidden;
	list-style:none;
	padding:0 16px;
	margin:0;
	float:left;
	position:relative;
}
#nav li{
	float:left;
	padding:0 14px;
	background:url(/images/sep-nav.gif) no-repeat 0 40%;
}
#nav li:first-child{background:none;}
#nav li a{
	float:left;
	padding:13px 0;
	font-size:11px;
	line-height:10px;
	color:#fff;
}
* html #nav li a{padding-top:12px;}
* +html #nav li a{padding-top:12px;}
/*--links--*/
.nav-box .links{float:left;}
.nav-box .links a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.main-holder{
	width:100%;
	overflow:hidden;
	position:relative;
}
#main{
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:3
}
#main:after{
	content:"";
	display:block;
	clear:both;
}
.main-column{
	float:left;
	width:824px;
}
#content-bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}
#content-bg .content-bg-main{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #888;
}
#content-bg .content-bg-shadow{
	background:url(/images/bg-content-shadow.png) repeat-x;
	width:100%;
	overflow:hidden;
	height:16px;
}
/*--player box--*/
.player-box{
	width:100%;
	padding:0 0 16px;
}
.player-box:after{
	content:"";
	display:block;
	clear:both;
}
.player-box .player{
	width:824px;
	float:left;
	overflow:hidden;
}
.player-box .player img{display:block;}
.ads-illustration{
	float:right;
	width:120px;
}
.ads-illustration img{display:block;}
/*--content--*/
#content{
	width:100%;
	overflow:hidden;
	padding:0 0 20px;
}
#content .c-inner{
	width:824px;
	padding:0 136px 0 0;
	margin:0 auto;
	overflow:hidden;
}
/*--main article--*/
.main-post{
	width:100%;
	overflow:hidden;
	padding:16px 0 0;
}
/*--image link--*/
.img-link{
	float:right;
	position:relative;
	cursor:pointer;
	z-index:10;
	width:54px;
	height:54px;
	padding:1px;
	margin:0 0 10px 6px;
}
* html .img-link{margin-left:3px;}
.img-link img{display:block;}
.img-link em{
	position:absolute;
	background:url(/images/bg-img-container.gif) no-repeat;
	width:56px;
	height:56px;
	overflow:hidden;
	left:0;
	top:0;
}
/*--main title--*/
.main-post h1{
	margin:0;
	padding:0 0 16px;
	font-size:16px;
	line-height:16px;
}

.main-post h1 a:hover{text-decoration:none;}
#content h2 a:hover{text-decoration:none;}
.main-post p,
.post p{
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:0 0 16px;
}
/*--more--*/
.main-post p .more,
.post p .more{
	display:block;
	font-weight:bold;
}
.main-post .divided{
	float:left;
	margin:0 0 0 -16px;
}
.main-post .divided .box{
	float:left;
	display:inline;
	margin:0 0 0 16px;
	width:404px;
}
.main-post .divided p{
	font-size:12px;
	line-height:18px;
}
.col-holder{
	width:100%;
	padding:16px 0 0;
}
.col-holder:after{
	content:"";
	display:block;
	clear:both;
}
/*--section--*/
.section{
	float:left;
	width:404px;
	padding:4px 8px 0 0;
}
* html .section{padding-right:5px;}
/*--section area--*/
.section .s-area{
	border-bottom:1px solid #fff;
	width:100%;
	padding:0 0 16px;
}
/*--illustration--*/
.section .s-area .illustration{
	float:right;
	display:inline;
	margin:-12px -12px 16px 8px;
}
* html .section .s-area .illustration{margin-left:5px;}
.section .s-area .illustration img{display:block;}
#content h2{
	font-size:15px;
	margin:0 0 16px;
	letter-spacing:-1px;
	text-transform:uppercase;
}
h2.agenda{
	margin:16px 0 0 0 !important;
}
h2.agenda-artiest{
	margin:0 !important;
}
#content cufon{
	padding:2px 0 1px;
}
* html #content h2 cufon{padding:0;}
.section p{
	margin:0;
	padding:0 0 16px;
	font-size:12px;
	line-height:18px;
}
/*--link--*/
.section .link{
	font-size:12px;
	font-weight:bold;
	position:relative;
	cursor:pointer;
}
/*--btns--*/
.section .btns{
	width:100%;
	overflow:hidden;
	clear:both;
}
.section .btns div{
	float:left;
	display:inline;
	margin:0 0 0 -4px;
}
.section .btns a{
	float:left;
	display:inline;
	margin:0 0 0 4px;
	width:98px;
	height:28px;
	text-indent:-9999px;
}
.section .btns a.btn-nokia{background:url(/images/btn-nokia.png) no-repeat;}
.section .btns a.btn-google{background:url(/images/btn-google.png) no-repeat;}
.section .btns a.btn-blackberry{background:url(/images/btn-blackberry.png) no-repeat;}
.section .btns a.btn-apple{background:url(/images/btn-apple.png) no-repeat;}
/*--section box--*/
.s-box{
	width:100%;
	padding:8px 0 0;
}
/*--radio form--*/
.form-radio{
	width:194px;
	float:right;
	padding:0 0 0 8px;
}
* html .form-radio{padding:0 0 0 5px;}
/*--illustration--*/

/*-- alberts feestje start --*/
.form-radio .illustration{
	width:100%;
	display:block;
	overflow:hidden;
	height: 48px;
	padding:0 0 1px;
	font-size: 30px;
	color: #272c30;
	text-align: center;
	background: url(/images/img-radio.gif) no-repeat;
}
.form-radio .illustration span img{
	margin-top: 9px;
}

.form-radio .illustration span{
	display: block;
	margin: 7px 0 0 0;
}
/*
.form-radio .illustration img{display:block;}
*/
/*-- alberts feestje einde --*/

.form-radio .row{
	width:100%;
	overflow:hidden;
}
.form-radio .txt{
	float:left;
	width:165px;
	height:28px;
	overflow:hidden;
	background:url(/images/bg-input-1.gif) no-repeat;
}
.form-radio .txt input{
	float:left;
	display:inline;
	margin:3px 8px 6px;
	font-size:16px;
	line-height:19px;
	width:149px;
	height:19px;
	background:none;
	border:0;
}
.form-radio .btn-go{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/btn-go.gif) no-repeat;
	width:29px;
	height:28px;
}
.s-box .txt-box{
	height:1%;
	padding:8px 0 0;
	overflow:hidden;
}
/*--blog--*/
.blog{
	height:1%;
	overflow:hidden;
	padding:0 0 0 8px;
}
.blog-inner{
	float:left;
	display:inline;
	margin:0 0 0 -16px;
}
/*--column--*/
.blog .column{
	float:left;
	display:inline;
	margin:0 0 0 16px;
	width:194px;
}
/*--post--*/
.blog .post{
	width:100%;
	overflow:hidden;
}
.blog .post p{
	font-size:12px;
	line-height:18px;
}
/*--subpage--*/
/*--primary--*/
#primary{
	width:100%;
	padding:16px 0 0;
}
#primary:after{
	content:"";
	display:block;
	clear:both;
}
/*--illustration--*/
#primary .illustration,.main-post .illustration{
	display:block;
	width:100%;
	position:relative;
	margin:0 0 24px;
}
#primary .illustration img, .main-post .illustration img{display:block;}
#primary .illustration em, .main-post .illustration em{
	position:absolute;
	width:7px;
	height:7px;
	font-size:1px;
	line-height:1px;
}
#primary .illustration em.lt, .main-post .illustration em.lt{
	background:url(/images/bg-placeholder-lt.png) no-repeat;
	top:0;
	left:0;
}
#primary .illustration em.rt, .main-post .illustration em.rt{
	background:url(/images/bg-placeholder-rt.png) no-repeat;
	top:0;
	right:0;
}
#primary .illustration em.lb, .main-post .illustration em.lb{
	background:url(/images/bg-placeholder-lb.png) no-repeat;
	bottom:0;
	left:0;
}
#primary .illustration em.rb, .main-post .illustration em.rb{
	background:url(/images/bg-placeholder-rb.png) no-repeat;
	bottom:0;
	right:0;
}
/*--main title--*/
#primary h1{
	margin:0 0 16px;
	font-size:32px;
	line-height:32px;
	text-transform:uppercase;
}
.month{
	margin:0;
	padding:16px 0 0;
	font-size:18px !important;
	line-height:18px;
	text-transform:uppercase;

}
/*--area--*/
#primary .area{
	width:100%;
	overflow:hidden;
}
#primary .area-inner{
	float:left;
	margin:0 0 0 -16px;
}
#primary .area .box{
	float:left;
	display:inline;
	width:404px;
	margin:0 0 0 16px;
	font-size:12px;
	line-height:18px;
}
#primary p{
	font-size:12px;
	line-height:18px;
	padding:0 0 16px;
	margin:0;
}
#primary li{
	font-size:12px;
	line-height:18px;
}
/*--footer--*/
#footer{
	width:100%;
	overflow:hidden;
	position:relative;
	background:#000;
	margin:-57px 0 0;
	z-index:3;
	height:56px;
	border-top:1px solid #888;
	background:#000 url(/images/bg-footer.jpg) no-repeat 50% 0;
}
.footer-holder{
	padding:16px 0 0;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
/*--bottom logo--*/
#footer .logo-btm{
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	display:inline;
	background:url(/images/logo-onstuimig.gif) no-repeat;
	width:73px;
	height:24px;
	margin:0 23px 0 17px;
}
* html #footer .logo-btm{margin:0 0 0 14px;}
/*--bottom info--*/
#footer .btm-info{
	height:1%;
	padding:1px 0 0;
	overflow:hidden;
}
#footer .btm-info ul{
	list-style:none;
	padding:0;
	margin:5px 20px 0 4px;
	float:right;
	display:inline;
}
* html #footer .btm-info ul{margin-left:1px;}
#footer .btm-info ul li{
	padding:0 5px 0 9px;
	float:left;
	background:url(/images/sep-footer.gif) no-repeat 0 55%;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
}
#footer .btm-info ul li:first-child{
	background:none;
	margin-left:0;
	padding-left:0;
}
#footer p{
	margin:5px 0 0;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
}
#footer a.twit{
	padding:0 0 0 17px;
	background:url(/images/icon-twit.gif) no-repeat 0 50%;
	line-height:15px;
	display:inline-block;
	white-space:nowrap;
}
#footer a.rss{
	padding:0 0 0 19px;
	background:url(/images/icon-rss.gif) no-repeat 0 50%;
	display:inline-block;
	white-space:nowrap;
}

/***[forms]***/
.form-field {
	margin: 0 0 20px;
}
.backlink {
	font-weight: bold;
}

mediaplayerWrapper {
	height: 1px; width: 1px; overflow: hidden;
}

.btn-agenda a{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-agenda{
	background: url(/images/arrow_yellow.png) no-repeat 100% 1px;
	padding: 0 15px 0 0;
	margin: 0 3px 0 0;
}

.btn-agenda:hover{
	background: url(/images/arrow_white.png) no-repeat 100% 1px;
}

.btn-agenda a:hover{
	color: #ffffff !important;
}

#primary .area .box.agenda-maand{
	margin:0 0 16px 16px;
	border-bottom: 1px solid #888;
}