/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(../assets/bg.png);
}

p {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccc00;
	font-weight: bold;
}
h3 a { font-size: 14px; color: #cccc00;font-weight: bold; text-decoration:none; }
h3 a:hover { text-decoration:underline; }
p.first {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align:justify;
}

.pband {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #FFF;
}

.p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top: 7px;
	margin-left: 10px;
}
a {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
}      /* unvisited link */

#globalContainer {
	width:995px; 
	margin:15px auto 0 auto;
}

#header {
	background-image:url(../assets/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 18px 48px;
	position: relative;
}
#header ul {padding:0; margin:0px; } #header li {padding:0; margin:0px; }


.splashitem { 
	background-repeat: no-repeat;
	background-position: 18px 48px; }

#headerLeft {
	width:348px;
	height:468px;
}
#headerlogo {
	
}
#headerlivestream {
	background-image: url(../assets/header_livestream.png);
	background-repeat: no-repeat;
	width:348px;
	height:339px;
}
#livestreamtextbox {
	margin-top: 205px;
}
#headerRight {
	width:647px;
	height:468px;
}
#nowplaying a { font-size: 11px; color: #bfcf3b; text-decoration:none; font-weight:bold; }
#nowplaying a:hover { text-decoration:underline; }
#nowplayingtext {
	width:250px;
	height:44px;
	float:right;
	margin:88px 45px 0 0;
}
#nowplayingtext2 {
	width:250px;
	height:150px;
	margin-left:360px;
	margin-top: 60px;
	overflow:hidden;
}
#outerBannersGroot ul, #outerBannersGroot li, #outerBannersKlein ul, #outerBannersKlein li { margin:0px; padding:0px; }
#headernowplaying {
	background-image: url(../assets/header_nowplaying.png);
	background-repeat: no-repeat;
	width:647px;
	height:413px;
	float:right;
}
.clear { 
	clear:both;
}
#upnext {
	width:995px;
	height:300px;
}
#up {
	background-image: url(../assets/up_next.png);
	background-repeat: no-repeat;
	width:295px;
	height:279px;
	float: left;
}
#nowplaying {
	height:180px;
	margin-left:20px;
	margin-top: 70px;
	float: left;
}
#nowplaying table {
	border-collapse:collapse;
	margin-left: 10px;
}
.boxbutton {
	font-size:14px;
	color: #000;
	text-align: right;
	margin-right:15px;
}
.boxbuttonnieuws {
	position:relative;
	top:-37px;
	font-size:14px;
	color: #000;
	text-align: right;
	margin-right:15px;
}

#programma {
	background-image: url(../assets/programma.png);
	background-repeat: no-repeat;
	width:382px;
	height:280px;
	float: left;
	margin-left: 17px;	
}
.fotoprogramma { margin:0px 35px 0 0;}
.fotonieuws {margin:35px 35px 0 0;}
.programmainfo { margin:2px 0 0 0;}

#innerprogramma { margin:70px 25px 7px 35px; height:175px;  }


#request{
	background-image: url(../assets/request.png);
	background-repeat: no-repeat;
	width:274px;
	height:281px;
	float: left;
	margin-left: 13px;
}
#buttontext{
	width:202px;
	margin-left:43px;
	margin-top: 67px;
}
#outerform {
	margin-left:43px;
	margin-top:10px;
	height:138px;
	margin-bottom:5px;
}
.outerinputfield {
	background-image: url(../assets/button_bg.png);
	background-repeat:no-repeat;
	padding:8px 10px;
	margin-bottom:7px;
	width:202px;
}
.defaultinputfield { 
	width:180px;
	background-image: url(../assets/textfield_bg.png);
	border:none;
	color:#FFFFFF; 
	font-size:11px;
}

#inputfield {
	width:200px;
	height:32px;
	border-style: hidden;
	border-width: 0px;
	color: #8AB08A;
	font-size:10pt;
	/*background-image: url(../assets/input.png);*/
	background-repeat: no-repeat;
	margin-left: 45px;
	margin-top: 50px;
}
#button {
	background-image: url(../assets/button.png);
	background-repeat: no-repeat;
	margin-left:43px;
	margin-top: 15px;
}
#leftcolum {
	width:695px;
	height:550px;
}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
}
.p3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #bfcf3b;
	font-weight: bold;
}



#radio {
	background-image: url(../assets/showbizz.png);
	background-repeat: no-repeat;
	width: 695px;
	height:309px;

}
#innerradio {
	margin:0px 20px 0 40px;
	padding-top:70px;
}
#innerradio .readmore { color: #bfcf3b; text-decoration:underline; }

#videocliptext { height:210px; }
#videocliptext2 {
}
.banner {
	margin: 20px 0 20px 17px;
}
.bannerkl {
	margin: 20px 0 20px 0px;
}
#rightcolum {
	width:300px;
	height:550px;
	float: right;
}
#righttwit {
	width:249px;
	margin-top: 35px;
}
#rightface {
	width:253px;
	margin-top: 30px;
}

#footer {
	background-image: url(../assets/footer.png);
	background-repeat: no-repeat;
	width:965px;
	height:44px;
	margin-left:17px;
	margin-top: 25px;

}
#footertext {
	width:350px;
	height:44px;
	float: left;
	margin-left:20px;
	margin-top: 15px;
}
#footerurl {
	width:200px;
	height:44px;
	float: right;
	margin-top: 15px;
	margin-left: 20px;
}

#nowplaying td {
	border-bottom:1px solid #297a7a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}

 
.rdsfoto {
	border:2px solid #FFF;
}



#marqueecontainer{
position: relative;
width: 250px; /*marquee width */
height: 150px; /*marquee height */
overflow: hidden;
padding: 2px;
}
