body{
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-family: arial;
  background: #a3d48d;
	font-size: 12px;
	line-height: 18px;
}
img{
	border: none;
}
.clear{
	clear: both;
}

a,
a:hover,
a:visited,
a:active{
	color: #fff100;
	text-decoration: none;
}
#singlePage a{
	color: #d80025;
}
#footer a{
	color: #2b6fb3;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#wrapper{
	width: 960px;
	margin:  0 auto 0 auto ;
	background: #ffffff;
	padding: 0 10px 10px 10px;
}
#container{
	background: url(../images/bg.jpg) no-repeat;
	margin: -20px -10px 0 -10px;
	padding: 20px 10px 0 10px;
}
#header{
	margin: 0 -10px 0 -10px;
}
#header img{
	border: none;
}
#header a{
	float: left;
}
#header p{
	margin: 0;
	float: right;
	text-align: right;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 15px;
	color: #c9313e;
}
#menu{
	background: #000000;
	color: #ffffff;
	margin: 0 -10px 20px -10px;
	height: 34px;
}

#menu li{
	float: left;
	margin: 0;
	padding: 8px 0 8px 0;
}
#menu li a{
	background: #000000;
	padding: 9px 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
#menu li.selected a, #menu li:hover a{
	background: #d80025;
}

#content{
	min-height: 200px;
	padding: 0 10px;
}
#bottom{
	width: 940px;
	margin: 20px -10px 0 -10px;
	padding: 15px 20px;
	background: #000000;
	color: #ffffff;
}
#bottom li{
	float: left;
	margin: 0 40px 0 0;
}
#bottom li strong{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	display: block;
	border-bottom: 1px solid #ffffff;
	width: 250px;
}
#bottom li .rss{
	float: right;	
}
#footer{
	color: #808080;
	text-align: center;
}
#footer span{
	display: block;
	width: 600px;
	margin: 0 auto;
}

ul#timetable li{
	float: left;
	width: 180px;
	padding: 0 10px 20px 0;
}
ul#timetable li strong {
	text-transform: uppercase;
}
ul#timetable li ul li{
	height: auto;
	padding: 0 10px 0 0;
}
ul#timetable li ul li label {
	width: 35px;
	display: block;
	float: left;
}
ul#timetable li ul li a {
	display: block;
	float: left;
	width: 120px;
}

#act-playlist {
	width: 200px;
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}
#act-playlist .btn img{
	float: left;
	margin: 5px 5px 0 0 ;
}
#act-description {
	width: 625px;
	display: block;
	float: left;
	margin: 0 0 20px 0;
}
#yt-list {
	width: 200px;
	height: 344px;
	display: block;
	float: left;
	overflow: auto;
	margin: 20px 20px 0 0;
}
#yt-media{
	width: 425px;
	height: 344px;
	display: block;
	float: left;
	margin: 20px 0 0 0;
}


/* DAY PORTAL OLD */
#timetable{
	background: #d80025;
	color: #ffffff;
	width: 600px;
	padding: 10px;
	float: right;
}

#mediaold{
	float: left;
}
#mediaold li{
	background: #2b6fb3;
	color: #ffffff;
	padding: 10px;
	width: 280px;
	margin: 0 0 20px 0;
}
#mediaold li.active{
	border-top: 2px solid #c9313e;
	border-bottom: 2px solid #c9313e;
}
#mediaold li h2{
	color: #ffffff;
	margin: 0;
	clear: both;
}
#mediaold li p{
	float: right;
	width: 170px;
}
#mediaold li img{
	display: block;
	float: left;
}
/* DAY PORTAL NEW */
#switchTimetable li{
	float: left;
	margin: 0 20px 10px 0;
	padding: 2px;
	text-align: center;
	width: 136px;
}
#timetableAjax{
	margin: 0 0 20px 0;
}
#media{
	float: left;
	margin: 0 -20px 0 0;
}
#media li{
	background: #2b6fb3;
	color: #ffffff;
	padding: 10px;
	width: 280px;
	height: 125px;
	margin: 0 20px 20px 0;
	float: left;
}
#media li p{
	margin: 0;
}
#media li.active{
	border-top: 2px solid #c9313e;
	border-bottom: 2px solid #c9313e;
}
#media li h2{
	color: #ffffff;
	margin: 0;
	clear: both;
}
#media li p{
	float: right;
	width: 170px;
}
#media li img{
	display: block;
	float: left;
}


/* BLOG */
#blog .posts{
	float: left;
	min-height: 490px;
}
#blog .posts .heading{
	background: #d80025;
	padding:  5px;
}
#blog .posts li{
	width: 678px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eeeeee;
}
#blog .posts li h2{
	float: left;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}
#blog .posts li span.date{
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
#blog .posts li div.content{
	padding: 10px 0 0 0 ;
	clear: both;
	text-align: left;
}
#blog .posts li div.content a{
	color: #d80025;
}
#blog .posts li div.content img.thumb{
	float: left;
	margin: 0 5px 5px 0;
}

#blog .sidebar{
	float: right;
	width: 250px;
	margin: 0 0 30px 0 ;
	background: #2b6fb3;
	color: #ffffff;
}
#blog .sidebar li.title{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	width: 197px;
}
#blog .sidebar li {
	padding: 5px 20px;
	margin: 0 -3px 0 0;
	float: left;
	width: 80px;
}

/* SPONSOR */
.sponsorList{
	float: left;
	width: 730px;
}
.sponsorList .sponsorList{
	margin: 0 20px 30px 0;
	width: 210px;
	background: #d80025;
	color: #ffffff;
	padding: 5px;
}
.sponsorSidebar{
	float: right;
	width: 190px;
	background: #2b6fb3;
	color: #ffffff;
	padding: 5px;
}
.sponsorSidebar .kop{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

/* FRONTPAGE */
#fp-news{
	float: right;
}
#fp-news li{
	background: #d80025;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	width: 280px;
	margin: 0 0 0px 0;
}
#fp-news li.clean{
	border-top: none;
	border-bottom: none;
	background: #ffffff;
	text-align: right;
	color: #hhhhhh;
}
#fp-news li img{
	float: left;
	margin: 0 5px 0 0;
}
#fp-news li a.title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
#fp-news li p{
	line-height: 16px;
	margin: 0;
}
#fp-news .twitter{
	margin: 20px 0 0 0;
	height: 395px;
}
#fp-news .twitter ul{
	margin: 20px 0 0 0;
}
#fp-news .twitter .tweet{
	margin: 5px 0 5px 0;
	width: auto;
	padding: 0;
}
#fp-news .twitter .tweet img{
	float: left;
	width: 48px;
	height: 48px;
}

#info-act, #fp-act{
	background: #eeeeee;
	width: 600px;
	height: 400px;
	float: left;	
	margin: 0 0 20px 0;
}
#fp-slogan{
	margin: 20px 0 0 0;
}
#fp-act{
	height: 467px;
	background: none;
}
#info-act .photo img, #fp-act .photo img{
	width: 620px;
	height: 420px;
}
#info-act{
	width: 580px;
	height: 380px;
	padding: 0;
}
#info-act div.photo, #fp-act div.photo{
	width: 620px;
	height: 420px;
	display: block;
	background: #ff0000;
	position: relative;
}
#fp-act div.photo{
	overflow: hidden;
	height: 305px;	
}
#info-act div.content, #fp-act div.content{
	background: #fff100;
	filter:alpha(opacity=60);
	color: #ffffff;
	padding: 10px;
	position: absolute;
	bottom: 0;
	bottom: 20px;
	left: 20px;
}
#info-act div.content{
	background: #2b6fb3;
	color: #ffffff;
}
#info-act h2, #fp-act h2{
	color: #000000;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
}
#info-act p, #fp-act p{
	line-height: 16px;
	margin: 0;
}
#info-act p a,
#info-act p a:hover,
#info-act p a:visited,
#info-act p a:active{
	color: #fff100;
	text-decoration: none;
}
#fp-act p{
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
#fp-blogs{
	margin: 0 -20px 0 0 ;
	float: left;
	width: 620px;
}
#fp-blogs li{
	float: left;
	background: #2b6fb3;
	color: #ffffff;
	padding: 10px;
	width: 280px;
	height: 300px;
}
#fp-blogs li.full{
	width: 600px;
	margin: 20px 0 0 0;
	height: 110px;
}

#fp-blogs li:first-child{
	margin: 0 20px 0 0;
	
}
#fp-blogs li a.title{
	text-transform: uppercase;
	font-weight: bold;
}
#fp-blogs li p{
	line-height: 16px;
	margin: 0;
}
#fp-blogs li .sponsor{
	text-align: center;
}
#fp-blogs li .sponsor img{
	margin: 5px 0 0 0;
}
#fp-blogs li.verleiding p{
	margin: 10px 0;
}
#fp-blogs li.verleiding img{
	float: left;
	margin: 0 5px 0 0 ;
}
#cornerLink{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 100px;
	height: 83px;
}
#cornerLink img{
	width: 110px;
	height: 110px;
	margin: -20px -20px 0 0;
}
ul.photoalbum{
	margin: 0 -20px;
}
ul.photoalbum li{
	float: left;
	margin: 0 10px 10px 10px;
	background: #eeeeee;
	border-top: 4px solid #eeeeee;
	border-bottom: 4px solid #eeeeee;
	padding: 4px;
}
ul.photoalbum li:hover{
	border-top: 4px solid #c9313e;
	border-bottom: 4px solid #c9313e;
}
ul.photoalbum li img{
	width: 167px;
	height: 167px;
}

/* TIMETABLE TIMELINE */
#timetableTimeline{
	width: 940px;
}
#timetableTimeline li{
	background: #d80025;
	margin: 0 0 1px 0;
	height: 60px;
}
#timetableTimeline li.HP,
#timetableTimeline li.GT,
#timetableTimeline li.ST,
#timetableTimeline li.VP,
#timetableTimeline li.MU,
#timetableTimeline li.TR{
	background-color: #9e9f9e;
}

#timetableTimeline li.TR.donderdag,
#timetableTimeline li.TR.donderdag div.time{
	height: 120px;
}
#timetableTimeline li.TR.vrijdag,
#timetableTimeline li.TR.vrijdag div.time{
	height: 120px;
}
#timetableTimeline li.TR.zaterdag,
#timetableTimeline li.TR.zaterdag div.time{
	height: 150px;
}
#timetableTimeline li.TR.zondag,
#timetableTimeline li.TR.zondag div.time{
	height: 180px;
}

#timetableTimeline li.timeMeter{
	height: 20px;
}
#timetableTimeline li.timeMeter .timeMeter{
	border-left: 1px solid #fff100;
	height: 20px;
	float: left;
	text-align: left;
	color: #fff100;
}
#timetableTimeline li.timeMeter .timeMeter span{
	margin: 0 0 0 3px;
}
#timetableTimeline li.timeMeter strong.stageName{
	height: 20px;
	width: 95px;
}
#timetableTimeline li img{
	margin: 10px 0 0 3px;
}
#timetableTimeline li strong.stageName{
	display: block;
	width: 75px;
	height: 50px;
	float: left;
	overflow: hidden;
	color: #fff100;
	font-size: 38px;
	line-height: 60px;
	padding: 0 0 0 5px;
	float: left;
}
#timetableTimeline li strong.stageName.full{
	width: 0px;
	overflow: hidden;
	font-size: 28px;
}

#timetableTimeline div.time{
	display: block;
	float: right;
	width: 840px;
	position: relative;
	overflow: hidden;
	height: 60px;
}
#timetableTimeline div.time .act{
	position: absolute;
	height: 60px;
	background: #2b6fb3;
	line-height: 12px;
	padding: 0px 2px;
	border-left: 1px solid #fff100;
	border-right: 1px solid #2b6fb3;
	color: #FFFFFF;
}
#timetableTimeline div.time .act.hh{
	height: 30px;
}

#timetableTimeline li.HP div.time .act{
	background: #000000;	
	border-right: 1px solid #000000;
	color: #ffffff;
}
#timetableTimeline li.GT div.time .act{
	background: #2b6fb3;	
	border-right: 1px solid #2b6fb3;
	color: #ffffff;
}
#timetableTimeline li.ST div.time .act{
	background: #e7001e;	
	border-right: 1px solid #e7001e;
	color: #ffffff;
}
#timetableTimeline li.VP div.time .act{
	background: #6fc826;	
	border-right: 1px solid #6fc826;
	color: #ffffff;
}
#timetableTimeline li.MU div.time .act{
	background: #fff800;	
	border-right: 1px solid #fff800;
	color: #000000;
}
#timetableTimeline li.TR div.time .act{
	background: #600f7d;	
	border-right: 1px solid #600f7d;
	color: #ffffff;
}



#timetableTimeline div.time .act:hover{
	background: #fff100;
	color: #d80025;
	padding: 0px 2px;
	border-left: 1px solid #fff100;
	border-right: 1px solid #fff100;
}
#timetableTimeline div.time .act span{
	padding: 5px 0px;
	display: block;
	height: 50px;
	overflow: hidden;
	text-align: center;
}
#timetableTimeline div.time .act.hh span{
	height: 25px;
}
#timetableTimeline div.time .act span.small{
	font-size: 10px;
	font-weight: bold;
}
#timetableTimeline div.time .act span.normal{
	font-size: 10px;
	font-weight: bold;
	/*
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	*/
}
#timetableTimeline div.time .act span.big{
	font-size: 14px;
}

/* TIMETABLE TEXT */
#timetableText{
	background: #d80025;
	color: #ffffff;
	width: 920px;
	padding: 10px;
}
#timetableText li.stage{
	float: left;
	width: 170px;
	margin: 0 10px 20px 0 ;
	min-height: 220px;
}
#timetableText li.stage strong {
	text-transform: uppercase;
}
#timetableText li.stage ul li{
	height: auto;
	padding: 0 10px 0 0;
}
#timetableText li.stage ul li label {
	width: 35px;
	display: block;
	float: left;
}
#timetableText li.stage ul li a {
	display: block;
	float: left;
	width: 120px;
}

div#anatips_tip{ 
	border: 1px solid #fff100; 
	visibility: hidden; 
	background: #2b6fb3; 
	color: #fff100; 
	position: absolute; 
	z-index: 100;
	padding: 3px; 
	width:185px;
}

.p_btn{
	display: block;
	width: 150px;
	padding: 5px;
	font-weight: bold;
	border: 1ps solid #fff100;
	color: #fff100;
	background: #2b6fb3; 
	cursor: pointer;
	margin: 0 0 5px 0;
}

.p_btn:hover{
	background: #d80025;
}
