html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    background: #f0f0f7 url(/file/upload/site/bg_body.gif) repeat-x;
    font-size: 12px;
    color:#6a6f75;
    line-height:18px;
}

img {
    border:none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    line-height:normal;
}

h1, .rightFrame .pagename {
    color:#353e85;
    font-size:24px;
    font-weight:bold;
    margin-bottom:10px;
}

h2 {
    font-size: 19px;
    font-weight:bold;
    color:#597899;
}

h3 {
    font-size: 15px;
    font-weight:bold;
    margin-bottom:2px;
    color:#688099;
}

h4 {
    font-size: 14px;
    font-weight:bold;
    color:#597899;
}

h5 {
    font-size: 14px;
    font-weight:bold;
    color:#688099;
}

a {
    text-decoration:none;
    outline:none;
    color:#008deb;
    font-weight:bold;
}

a:hover {
    color:#ebaa13;
    cursor:pointer;
}



/* List styles */
#content ul{
  display:block;
  margin:18px 16px 0 0;
  
}
#content ul li{
  display:block;
  margin:3px 0;
  padding-left:16px;
  background-image:url(/file/site/icon_arrow_1.png);
  background-repeat:no-repeat;
  background-position:0 6px;
}



ul {
    list-style:none;
    margin:0;
    padding:0;
}

ul li {
    display:inline;
}

td {
    vertical-align:top;
}

#pageWrap {
    width:1020px;
    margin:40px auto 0 auto;
}

#topHeader {
    height:100px;
    padding:0 10px;
    background: url(/file/upload/site/bg_header.png) no-repeat;
}

#date {
    background: url(/file/upload/site/icon_clock.png) center left no-repeat;
    padding-left:23px;
    margin-left:18px;
    float:left;
    height:26px;
    line-height:26px;
    color:#02356b;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
}

.topHeaderLinks {
    margin-right:20px;
    float:right;
}

.topHeaderLinks a {
    color:#59b0eb;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    padding-left:11px;
    background: url(/file/upload/site/icon_arrow_1.png) center left no-repeat;
    float:right;
    height:26px;
    line-height:26px;
    margin-right:7px;
}

.topHeaderLinks a:hover {
    color:#ebaa13;
}

#topHeader form {
    float:right;
    margin-top:27px;
    margin-right:25px;
}

#topHeader form input[type=text] {
    color:#59b0eb;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    background: url(/file/upload/site/bg_search.gif) no-repeat;
    width:143px;
    padding:2px 6px 0 27px;
    height:19px;
    border:none;
}

#topHeader form input[type=submit] {
    display:none;
}

.utility {
    margin-top:27px;
    margin-right:15px;
    float:right;
    color:#becbd9;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.utilityMenu {
    float:left;
}

.utilityMenu li {
    margin-right:12px;
}

.utilityMenu li a {
    background: url(/file/upload/site/icon_arrow_2.png) center right no-repeat;
    padding-right:15px;
    color:#becbd9;
    font-weight:normal;
}

.utilityMenu li a:hover {
    color:#fffffe;
}

.mainMenu {
    float:right;
    margin-right:15px;
}

.mainMenu li a {
    padding:0 14px;
    color:#02356b;
    font-size:14px;
    height:49px;
    line-height:49px;
    float:left;
    border:1px solid #fff;
}

.mainMenu li a:hover,
.mainMenu li a.selected {
    color:#fff;
    background: url(/file/upload/site/bg_menu_button.gif) repeat-x;
    border-top:1px solid #95e7ff; 
    border-bottom:1px solid #3f7da7;
    border-right:1px solid #52a2d1;
}

.mailto {
    background: url(/file/upload/site/icon_mail.gif) center left no-repeat;
    color:#ebaa13;
    padding-left:14px;
    float:left;
}

.mailto:hover {
    color:#008DEB;
}


/* subMenu */
ul.submenu {
    margin: 0 0 0 150px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}

ul.submenu li {
    margin: 0 0 0 10px;
}

ul.submenu li a {
    color:#59b0eb;
    font-weight:normal;
    padding-left:10px;
    background: url(/file/upload/site/icon_arrow_3.gif) center left no-repeat;
}

ul.submenu li a:hover,
ul.submenu li a.selected {
    color:#ebaa13;
}

ul.sitemap li ul li {
    padding: 1px 0 1px 15px;
    display: block;
}



ul.sitemap li ul li {
    padding: 1px 0 1px 15px;
    display: block;
}

#header {
    height:136px;
}

.white {
    background:#fcfcff;
    height:136px;
}

.leftShadow {
    padding-left:11px;
    background: url(/file/upload/site/shadow.png) repeat-y;
    float:left;
    width:310px;
}

.logo {
    float:left;
    margin-left:34px;
    height:78px;
    width:255px;
    text-indent:-4000px;
    background: url(/file/upload/site/logo.png) no-repeat;
}

.rightShadow  {
    background: url(/file/upload/site/shadow_angle.png) no-repeat top right;
    float:left;
    width:681px;
    padding-right:18px;
}

.shadow {
    padding:0 11px;
    background: url(/file/upload/site/shadow.png) repeat-y;
}

#content {
    background-color:#fcfcff;
    padding:0 41px 20px 41px;
}

.leftFrame {
    width:245px;
    float:left;
}

.rightFrame {
    width:630px;
    margin-left:41px;
    float:left;
}

.leftFrame2 {
    width:580px;
    float:left;
}

.rightFrame2 {
    width:295px;
    margin-left:41px;
    float:left;
}

.box4 {
    border:1px solid #ececec;
    background:#fff;
    padding:12px;
    margin-bottom:20px;
}

.box4 li {
    display:block;
}

.box4 li ul {
    padding-left:15px;
}

.depth_1 a {
    color:#02356b !important;
    line-height:18px !important;
    font-size:16px;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

.depth_2 a,
.depth_3 a {
    color:#6a6f75 !important;
    font-size:12px;
    line-height:18px !important;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-weight:normal !important;
}

.depth_1 a:hover,
.depth_2 a:hover,
.depth_3 a:hover {
    color:#008DEB !important;
}

.margR20 {
    margin-right:20px;
    float:left;
}

.theMap {
    margin-top:-23px;
    margin-bottom:12px;
    border:1px solid #ececec;
}

.wordCloud2 {
    background:#f5f5f5;
    padding:10px;
    border: 1px solid #ebebeb;
}

.box1 {
    width:245px;
    padding-bottom:22px;
}
.box1.basket {
    width: 630px;   
}
.box1.basket table {
    width: 100%;
}

.box1.basket table th {
    border-bottom: 1px dashed #ccc;
}

.box1.basket table th.col1 { width: 30px; }
.box1.basket table th.col2 { width: 320px; }
.box1.basket table th.col3 { width: 90px; }
.box1.basket table th.col4 { width: 50px; }
.box1.basket table th.col5 { width: 50px; }

.box1.basket table th, .box1.basket table td {
    text-align: left;
    padding: 4px 2px;
}

.box1.basket tfoot td {
    margin: 30px 0 0 0;
}
.box1.basket tfoot td {
    border-top: 1px solid #ececec;
    background: #f0f0f5
}
.box1.basket tfoot td input {
    border: 1px solid #3c779e;
    background: #59b0eb;
    color: #fff;
    font-size: 8pt;
}

.box2 {
    width:630px;
    padding-bottom:22px;
}

.boxHeader {
    height:42px;
    background: url(/file/upload/site/bg_box_header.gif) repeat-x;
}

.boxHeaderLeftAngle {
    float:left;
    width:8px;
    height:42px;
    background: url(/file/upload/site/box_left_angle.gif) no-repeat;
}

.boxHeaderRightAngle {
    float:right;
    width:8px;
    height:42px;
    background: url(/file/upload/site/box_right_angle.gif) no-repeat;
}

.boxTitle {
    float:left;
    height:35px;
    line-height:35px;
    padding:0 8px;
    background:#fff;
    border-top:1px solid #ececec;
    border-left:1px solid #ececec;
    border-right:1px solid #ececec;
    margin-top:6px;
    margin-right:4px;
    color:#02356b;
    font-size:18px;
    font-weight:normal;
}

.boxTitle:hover {
    color:#02356b;
}

.boxTitle2 {
    float:left;
    height:35px;
    line-height:35px;
    padding:0 8px;
    background:#fff;
    margin-top:7px;
    color:#59b0eb;
    font-size:18px;
    margin-right:4px;
    background: url(/file/upload/site/bg_box_button.gif) repeat-x;
    font-weight:normal;
}

.boxTitleCBType {
    padding: 14px 6px 0 0;
    font-size:18px;
    float: right;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.boxBody1 {
    width:229px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding:10px 7px;
}

.boxBody1-1 {
    width:227px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding:10px 8px;
}

.boxBody1-1 input[type="text"] {
    width:135px;
    margin-bottom:10px;
}

.boxBody1-1 select {
    width:195px;
    margin-bottom:5px;
}

.boxBody1-1 input[type="submit"] {
    border:none;
    font-size:14px;
    color:#fff;
    height:34px;
    line-height:34px;
    width:92px;
    background: url(/file/upload/site/bg_submit2.gif) no-repeat;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.boxBody1-1 input[type="submit"]:hover {
    color:#02356B;
}

.dashedTop {
    border-top: 1px dashed #acacac;
    padding:0 10px;
}

.dashedTop a {
    color:#02356b;
    font-size:14px;
    line-height:34px;
}

.dashedTop a:hover {
    color:#EBAA13;
}

.box5 {
    margin-bottom:8px;
}

.boxTop5 {
    height:8px;
    background: url(/file/upload/site/box5_rounded_top.gif) no-repeat;
}

.boxBody5 {
    background:#f0f0f5;
    padding:4px 12px;
    min-height:100px;
}

.boxBody5 img {
    margin-right:8px;
    float:left;
}

.winkelText {
    overflow:hidden;
    min-height:92px;
}
.winkelTextOverflow {
    overflow: hidden;
    height: 56px;
}
.boxBody5 h2 {
    color:#353e85;
    font-size:18px;
    line-height:18px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.box51 .boxTop5, .box51 .boxBody5  {
    background: none !important;
}

.box51 .winkelText {
    overflow: auto !important;
    height: auto !important;
    background: none !important;
}


.iconVideo {
    width:27px;
    height:15px;
    float:left;
    background: url(/file/upload/site/icon_video.gif) no-repeat;
    margin-top:10px;
}

.buttonMeer {
    font-size:14px;
    color:#fff;
    height:34px;
    line-height:34px;
    width:92px;
    float:right;
    text-align:center;
    background: url(/file/upload/site/bg_submit2.gif) no-repeat;
    font-family: Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    display: block;
    border: none;
    margin: 0 0 0 5px;
}

.buttonMeer:hover {
    color:#02356B;
}

.boxBottom5 {
    height:8px;
    background: url(/file/upload/site/box5_rounded_bottom.gif) no-repeat;
}

.title1 {
    color:#02356b;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-weight:bold;
}

.text1 {
    font-size:11px;
    line-height:normal;
}

.boxBody2 {
    width:608px;
    background:#fff;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding:10px;
}

.messageItem {
    height:auto;
    border-bottom: 1px dotted #acacac;
    padding:8px;
    width:213px;
    float:left;
    color:#6a6f75;
    font-weight:normal;
}

.lastMessage {
    border-bottom: 1px dotted #fff !important;
}

.messageItem:hover {
    color:#6a6f75;
    background:#f0f0f8;
}

.messageItem img {
    float:left;
    margin-right:6px;
    border:none;
}

.messageText {
    overflow:hidden;
    line-height:normal;
    height:48px;
    float:left;
    width:159px;
}

.messageDate {
    color:#6b0202;
    font-size:10px;
    float:right;
    line-height:10px;
}

.messageUser {
    font-size:10px;
    float:left;
    width:213px;
    line-height:12px;
}

.messageUsername {
    font-size:11px;
    font-weight:bold;
}

.boxFooter {
    height:23px;
    background:#f5f5f5;
    border-bottom:1px solid #ebebeb;
    border-left:1px solid #ebebeb;
    border-right:1px solid #ebebeb;
}

.boxFooter a {
    color:#59b0eb;
    height:23px;
    line-height:23px;
    font-size:14px;
    font-weight:normal;
    float:right;
    padding-left:20px;
    margin-right:10px;
    background: url(/file/static/admin/img/icons/arrow_rotate_anticlockwise.png) center left no-repeat;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.boxFooter a:hover {
    color:#EBAA13;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.newsletter {
    background: url(/file/upload/site/bg_newsletter.png) no-repeat;
}

.tellafriend {
    background: url(/file/upload/site/bg_tellafriend.png) no-repeat;
}

.spirit24 {
    background: url(/file/upload/site/bg_spirit24.png) no-repeat;
}

.podcastbanner {
    background: url(/file/upload/site/bg_podcast.jpg) no-repeat;
}

.pagehighlight1 {
    width:229px;
    height:75px;
    padding:8px;
    font-size:14px;
    color:#fff;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    line-height:normal;
    float:left;
    margin-bottom:20px;
    font-weight:normal;
}

.pagehighlight1 span {
    font-size:20px;
    font-weight:bold;
    color:#fff;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    padding-bottom:3px;
    display:block;
}

.pagehighlight1:hover {
    color:#fff;
}

.bigNews {
    width:218px;
    float:left;
    margin-right:24px;
}

.bigNews img {
    border: 1px solid #6a6f75;
    float:left;
}

.bigNewsTitle {
    color:#3b427a;
    font-size:12px;
    font-weight:bold;
}

.specialNewsTitle {
    color:#3b427a;
    font-size:12px;
    font-weight:bold;
}

.newsTitle {
    color:#3b427a;
    font-size:11px;
    font-weight:bold;
}

.bigNewsText {
    color:#6a6f75;
    font-size:12px;
    line-height:normal;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.newsText {
    color:#6a6f75;
    font-size:11px;
    line-height:normal;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.newsDate {
    color:#59b0eb;
    font-size:12px;
    font-weight: bold;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}


.newsCommentsNumber {
    color:#909499;
    font-size:11px;
    font-weight:bold;
}

.bigNews a,
.newsItem a {
    color:#ebaa13;
    font-size:12px;
}

.bigNews a:hover,
.newsItem a:hover {
    color:#59b0eb;
}

.newsWrap {
    float:left;
    width:366px;
    height:290px;
    overflow : hidden;
}

.newsItem {
    height:90px;
    margin-bottom:8px;
}

.newsItem.special {
    background: url(/file/upload/site/bg_special_news.gif) repeat-x;
}

.newsItem img {
    border: 1px solid #6a6f75;
    float:left;
    margin: 0 6px 30px 0;
}

.pagehighlight2 {
    width:294px;
    float:left;
    margin-right:20px;
    line-height:20px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.pageTitle2 {
    color:#02356b;
    font-size:18px;
    margin-bottom:10px;
}

.pagehighlight2 img {
    border: 1px solid #6a6f75;
}

.pagehighlight2 h2,
.pagehighlight2 h3 {
    line-height:24px;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

.pagehighlight2 h2
{
    height:auto;
}

.pagehighlight2 a {
    color:#ebaa13;
}

.pagehighlight2 a:hover {
    color:#008DEB;
}

.box3 {
    width:630px;
}

.boxTop3 {
    height:8px;
    background: url(/file/upload/site/box3_rounded_top.gif) no-repeat;
}

.boxBody3 {
    background: #022d5a url(/file/upload/site/bg_box3.gif) repeat-x;
    border-left:1px solid #022852;
    border-right:1px solid #022852;
    padding:12px 37px;
    color:#fff;
    font-size:14px;
}

.boxBody3 a {
    text-decoration:none;
    color:#fff;
    font-weight:normal;
}

.boxBody3 a:hover {
    text-decoration:underline;
}

.boxBody3 h3 {
    font-size:19px;
    color:#fff;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

.oneFriend {
    float:left;
    padding-bottom:12px;
}

.label1 {
    width:50px;
    height:25px;
    line-height:25px;
    float:left;
}

.label2 {
    color:#becbd9;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-size:11px;
    width:253px;
    text-align:right;
    float:left;
    margin-right:28px;
}

.label3 {
    color:#becbd9;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-size:11px;
    float:left;
    padding:10px 0;
}
.label1.large {
    width: 150px;
}

.boxBody3 input[type="text"],
.boxBody3 input[type="password"] {    
    border:none;
    font-size:14px;
    color:#000;
    height:20px;
    padding:5px 7px 0 7px;
    width:189px;
    margin-right:28px;
    background: url(/file/upload/site/bg_input2.gif) no-repeat;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    float:left;
}

.boxBody3 input[type="submit"] {
    border:none;
    font-size:14px;
    color:#fff;
    height:34px;
    line-height:34px;
    width:92px;
    background: url(/file/upload/site/bg_submit2.gif) no-repeat;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.boxBody3 input[type="submit"]:hover {
    color:#02356B;
}

.addFriend {
    color:#ebaa13 !important;
    font-size:12px;
    float:left;
    font-weight:bold !important;
}

.addFriend:hover {
    color:#59b0eb !important;
    text-decoration:none !important;
}

.boxBottom3 {
    height:8px;
    background: url(/file/upload/site/box3_rounded_bottom.gif) no-repeat;
}

.wordCloud {
    background:#f5f5f5;
    padding:10px 32px;
    border: 1px solid #ebebeb;
}

.wordCloud a,
.wordCloud2 a {
    float:left;
    padding:0 10px;
     line-height:18pt;
}

.cloud1 {
    color:#3b427a;
    font-size:8pt;
}

.cloud2 {
    color:#3b427a;
    font-size:10pt;
}
.cloud3 {
    color:#3b427a;
    font-size:12pt;
}
.cloud4 {
    color:#3b427a;
    font-size:14pt;
}
.cloud5 {
    color:#3b427a;
    font-size:16pt;
    font-weight:bold;
}
.cloud6 {
    color:#24c5ff;
    font-size:18pt;
    font-weight:bold;
}

#footer {
    height:91px;
    border-top:7px solid #09386b;
    background: #fafaff url(/file/upload/site/bg_footer.png) top right no-repeat;
}

.copyright {
    color:#9999a3;
    font-size:11px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    float:right;
    margin:17px 17px 0 0 ;
}

.footerMenu {
    margin-left:20px;
    margin-top:15px;
    float:left;
}

.footerMenu li{
    float:left;
    background-image: none !important;
}

.footerMenu li a {
    color:#002258;
    font-size:12px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-weight:normal;
    margin:0 10px;
}


.footerMenu li a:hover,
.footerMenu li a.selected {
    color:#008deb;
}

.bottomFooter {
    height:25px;
    width:1020px;
    background: url(/file/upload/site/footer_bottom.png) no-repeat;
    margin-bottom:13px;
}

a.pagename, a.pagename:hover, a.pagename:active {
    text-decoration: none;
    display: block;
    float: left;
    color: #fff;
}
.leftFrame .pagename, .pagename.radio, .pagename.televisie {
    width:221px;
    height:59px;
    line-height:59px;
    background: url(/file/upload/site/bg_arrow_header.png) no-repeat;
    color:#fff;
    font-size:24px;
    font-weight:bold;
    padding-left:16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom:14px;
}

.pagename.radio {
    background: url(/file/upload/site/bg_arrow_header_radio.png) no-repeat;
}

.arrowHeader {
    width:221px;
    height:59px;
    line-height:59px;
    background: url(/file/upload/site/bg_arrow_header.png) no-repeat;
    color:#fff;
    font-size:24px;
    font-weight:bold;
    padding-left:16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom:14px;
}







/* Programma's   ------------------------------------------------ */

.programmas {
  width:640px;
  text-align:left;
  background-image:none;
  overflow:hidden;
  padding: 0;
}
.programmas li {
  display:inline;
  float:left;
  margin-right: 14px !important;
  padding: 0 !important;
}
.programmas li a {
}
.programmas img{
}





.pagehighlight3 {
    width:592px;
    line-height:18px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    min-height:240px;
    border:1px solid #ebebeb;
    padding:12px 18px;
}

.pagehighlight3 img {
    border: 1px solid #ebebeb;
    margin-right:12px;
    float:left;
}

.pagehighlight2 h2,
.pagehighlight2 h3 {
    line-height:24px;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

.pagehighlight3 a {
    color:#ebaa13;
}

.pagehighlight3 a:hover {
    color:#008DEB;
}

.left {
    float:left;
}

.lh59 {
    height:59px;
    line-height:59px;
    float:left;
    margin-bottom:14px;
    margin-left:12px;
}

.box6 {
    margin-bottom:4px;
}

.boxTop6 {
    height:8px;
    background: url(/file/upload/site/box6_rounded_top.gif) no-repeat;
}

.boxBody6 {
    padding:4px 0 4px 12px;
    background:#f0f0f5;
}

.inBox1 {
    
}

.inBoxHeader1 {
    border-top:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
    background: url(/file/upload/site/bg_inbox_header1.gif) repeat-x;
    height:25px;
    line-height:25px;
    padding-left:12px;
    color:#666;
    font-size:14px;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-weight:bold;
}

.inBoxBody1 {
    border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
    height:240px;
    overflow:auto;
    background:#fff;
}

.inBoxBody1-1 {
    border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    background:#fff;
}

.inBoxBody1 div,
.inBoxBody1-1 div {
    height:20px;
    line-height:20px;
    background:#fff;
    padding-left:12px;
}

.inBoxBody1 div.second {
    background:#eff2f5;
}

.inBoxBody1 a:hover,
.inBoxBody1-1 a:hover {
    text-decoration:underline;
}

.boxBottom6 {
    height:16px;
    background: url(/file/upload/site/box6_rounded_bottom.gif) no-repeat;
}

.box1s {
    width:233px;
    margin-right:12px;
}

.boxBody1s {
    width:233px;
    padding:4px 0;
}

.boxBody1s a.program {
    padding:8px 0;
    float:left;
}

.boxBody1s a {
    text-decoration:underline;
}

.margR16 {
    margin-right:16px;
}

.box7 {
    width:671px;
    float:left;
}

.boxBody7 {
    width:647px;
    background:#f0f0f5;
    padding:4px 12px;
}

.inBox2 {
    border:1px solid #d9d9d9;
    background:#fff;
    padding:10px;
    line-height:24px;
}

.s11 {
    color:#59b0eb;
    font-size:12px;
    font-weight: bold;
    font-family:  Arial,  Tahoma,  Helvetica, sans-serif;
}

.buttonLink {
    margin-top:12px;
    font-size:14px;
    color:#fff;
    height:34px;
    line-height:34px;
    width:209px;
    float:right;
    text-align:center;
    background: url(/file/upload/site/bg_wbutton.gif) no-repeat;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.buttonLink:hover {
    color:#02356B;
}



/*  COMMENTS   -----------------------------------------------  */


.comments {
    margin-top:24px;
}

.oneComment {
    width:624px;
    margin-bottom:15px;
    padding:0 10px;
}

.oneComment img {
    display:compact;
    border: 1px solid #c1cddb;
}




.memberComment {
    float:right;
    width:513px;
    padding-top:8px;
    min-height:50px;
    padding-left:38px;
    background: url(/file/upload/site/bg_member_comment.gif) no-repeat;
}

.memberComment .user {
    color:#fff;
    font-weight:bold;
    font-size:14px;
    margin:0 8px 5px 8px;
    padding-left:20px;
    background: url(/file/upload/site/icon_member.png) center left no-repeat;
}

.memberComment .text {
    color:#fff;
    background:#02356b;
    padding:0 8px;
    min-height:50px;
}

.memberCommentBottom {
    display:inline;
    float:right;
    width:513px;
    height:8px;
    background: url(/file/upload/site/bg_member_comment_bottom.gif) no-repeat;
}

.theComment {
    display:inline-block;
    float:right;
    width:513px;
    padding-top:8px;
    min-height:50px;
    padding-left:38px;
    background: url(/file/upload/site/bg_comment.gif) no-repeat;
}

.theComment .user {
    color:#4a4e52;
    font-weight:bold;
    font-size:14px;
    margin:0 8px 5px 8px;
}

.theComment .text {
    color:#6a6f75;
    background:#fff;
    margin:2px 8px;
    min-height:50px;
}

.theCommentBottom {
    float:right;
    width:513px;
    height:8px;
    background: url(/file/upload/site/bg_comment_bottom.gif) no-repeat;
}

.commentDate {
    color:#73716a;
    font-size:11px;
    float:right;
    width:513px;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

.commentsInfo {
    color:#73716a;
    font-size:11px;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    border-bottom:1px solid #a09e9c;
    padding-bottom:7px;
}

.commentsInfo span {
    font-weight:bold;
}

.boxTop7 {
    height:8px;
    background: url(/file/upload/site/box7_rounded_top.gif) no-repeat;
}

.boxBottom7 {
    height:8px;
    background: url(/file/upload/site/box7_rounded_bottom.gif) no-repeat;
}

.inbox3 {
    width:647px;
    margin-top:20px;
}

.inboxTop3 {
    height:8px;
    background: url(/file/upload/site/inbox3_rounded_top.gif) no-repeat;
}

.inboxBody3 {
    background: #022d5a url(/file/upload/site/bg_box3.gif) repeat-x;
    border-left:1px solid #022852;
    border-right:1px solid #022852;
    padding:12px 37px;
    color:#fff;
    font-size:14px;
}

.inboxBody3 h3 {
    font-size:19px;
    color:#fff;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

.inboxBody3 a {
    text-decoration:none;
    color:#fff;
    font-weight:normal;
}

.inboxBody3 a:hover {
    text-decoration:underline;
}

.inboxBody3 input[type="password"],
.inboxBody3 input[type="text"] {
    border:none;
    font-size:14px;
    color:#000;
    height:20px;
    padding:5px 7px 0 7px;
    width:189px;
    margin-right:28px;
    background: url(/file/upload/site/bg_input2.gif) no-repeat;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    float:left;
}

.inboxBody3 input[type="submit"] {
    border:none;
    font-size:14px;
    color:#fff;
    height:34px;
    line-height:34px;
    width:135px;
    font-weight:bold;
    background: url(/file/upload/site/bg_submit3.gif) no-repeat;
    font-family: Tahoma, Helvetica, sans-serif;
}

.inboxBody3 input[type="submit"]:hover {
    color:#02356B;
}

.inboxBody3 textarea {
    border:1px solid #02356b;
    padding:12px;
    width:459px;
    height:160px;
    font-size:14px;
    font-size:14px;
    color:#000;
    font-family: Tahoma, Helvetica, sans-serif;
}
.inboxBody3 .error {
    color: #ff0000;
    background: none;
    border: none;
    padding: 5px 0 20px;;

}
.inboxBottom3 {
    height:8px;
    background: url(/file/upload/site/inbox3_rounded_bottom.gif) no-repeat;
}

.topFrame {
    width:892px;
    background: #f0f0f5 url(/file/upload/site/bg_topframe_rounded.gif) no-repeat;
    padding:12px 12px 4px 12px;
}

.video {
    width:540px;
    padding-right:12px;
    float:left;
}
.video object{
   /* height:434px;*/
}

.playlist {
    width:340px;
    float:left;
}

.inBoxHeader1 .down {
    background: url(/file/upload/site/arrow3_down.png) center left no-repeat;
    padding-left:20px;
}

.inBoxHeader1 .right {
    background: url(/file/upload/site/arrow3_right.png) center left no-repeat;
    padding-left:20px;
}

.inBoxBody1-2 {
    background:#fff;
    border-left:1px solid #D9D9D9;
    border-right:1px solid #D9D9D9;
    height:174px;
    overflow:auto;
    padding:10px;
}

.s14 {
    font-size:14px;
    font-weight:bold;
}

.inBoxBody1-3 {
    border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
    height:194px;
    overflow:auto;
    background:#fff;
}

.inBoxBody1-3 div {
    height:20px;
    line-height:20px;
    background:#fff;
    padding-left:12px;
}

.inBoxBody1-3 div.second {
    background:#eff2f5;
}

.inBoxBody1-3 a:hover {
    text-decoration:underline;
}

.bericht {
    width:488px;
    margin-right:12px;
    float:left;
    background:#fff;
    padding:25px;
    border:1px solid #d9d9d9;
}

.bericht .s11 a {
    color:#02356b;
}

.bericht .s11 a:hover {
    color:#EBAA13;
}

.bericht h3 {
    font-size:28px;
    border-bottom:1px solid #becbd9;
    margin-bottom:10px;
    padding-bottom:10px;
}

.bericht h3 span {
    font-size:12px;
    color:#3d3d3d;
    font-weight:normal;
}

.berichtButton {
    float:left;
    font-size:18px;
    color:#fff;
    height:48px;
    margin-bottom:12px;
    line-height:48px;
    width:340px;
    text-align:center;
    font-weight:bold;
    background: url(/file/upload/site/button_bericht.gif) no-repeat;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
}
.berichtButton:hover {
    color:#02356b;
}

.lh59 span {
    font-size:19px;
    color:#597899;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

.box8 {
    width:892px;
}

.boxTop8 {
    height:8px;
    background: url(/file/upload/site/box8_rounded_top.gif) no-repeat;
}

.boxBody8 {
    background: #02356b url(/file/upload/site/bg_box8.gif) repeat-x;
    min-height:387px;
    padding:4px 12px;
}

.boxBody8 h3 {
    font-size:19px;
    color:#fff;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

.margR12 {
    float:left;
    margin-right:12px;
}

.box8 input[type="text"] {
    border:none;
    font-size:14px;
    color:#000;
    height:20px;
    padding:5px 7px 0 7px;
    width:189px;
    background: url(/file/upload/site/bg_input2.gif) no-repeat;
    font-family: Tahoma, Helvetica, sans-serif;
    float:right;
}

.box8 input[type="submit"] {
    border:none;
    font-size:14px;
    color:#fff;
    height:34px;
    line-height:34px;
    width:135px;
    font-weight:bold;
    background: url(/file/upload/site/bg_submit3.gif) no-repeat;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    float:right;
}

.inbox4 {
    background:#fff;
    border:1px solid #02356b;
    width:492px;
    padding:10px;
    float:left;
}

.inbox4 textarea {
    width:478px;
    height:206px;
    border:1px solid #d1dae4;
    padding:6px;
    margin:0;
}

.boxBottom8 {
    height:8px;
    background: url(/file/upload/site/box8_rounded_bottom.gif) no-repeat;
}

.label4 {
    color:#becbd9;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-size:11px;
    width:250px;
    text-align:right;
    float:right;
    margin-right:10px;
}

.label5 {
    width:50px;
    height:25px;
    line-height:25px;
    float:right;
    margin-left:8px;
        color:#fff;
    font-size:14px;
}

.topFrameBottom {
    width:916px;
    height:8px;
    background: url(/file/upload/site/bg_topframe_bottom.gif) no-repeat;
}

.video3 {
    width:516px;
    padding-right:12px;
    float:left;
}

.no-margin {
    margin:0 !important;
}

.clear {
    clear:both;
}

div.accordion 
{
    overflow: hidden;
}

div.accordion.floatright {
    float: right;
    width: 340px;
}

div.accordion h3 
{
    border-top:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
    background: url(/file/upload/site/bg_inbox_header1.gif) repeat-x;
    height:25px;
    line-height:25px;
    padding-left:12px;
    color:#666;
    font-size:14px;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-weight:bold;
    margin: 0;
}

div.accordion h3 span
{
    background: url(/file/upload/site/arrow3_right.png) center left no-repeat;
    width:20px;
    height:12px;
    display:inline-block;
}

div.accordion h3.ui-state-active span
{
    background: url(/file/upload/site/arrow3_down.png) center left no-repeat;
}


div.accordion div.accordion_content 
{
    line-height:20px;
    background:#fff;
    padding-left:12px;
    border-left:1px solid #D9D9D9;
    border-right:1px solid #D9D9D9;
    overflow:auto;
    padding:10px;
}
div.accordion.small div.accordion_content 
{
    height:205px;
    /*height:350px;*/
}
div.accordion.large div.accordion_content 
{
    height:335px;
}
div.accordion div.accordion_content:last-child 
{
    border-bottom:1px solid #D9D9D9;
}


/* omroep balk */
div#pbcn-background-bar 
{
    width:100%;
    z-index:10002;
    background:transparent url('http://balk.omroep.nl/centrale-navigatie/images/bar/bar-background-middle-unused.gif') repeat-x scroll 0 0;
    position:absolute;
    left:0;
    top:0;
}

div#pbcn-container-bar 
{
    margin:0 auto;
    width:960px;
}
div#pbcn-overlay { opacity:0; filter: alpha(opacity=0); }



.leftSubMenu li {
    display:block;
    border-bottom:1px dotted #BBBBBB;
}


.leftSubMenu li a {
    color:#00356b;
    display:block;
    padding:5px 10px;
}

.leftSubMenu li a:hover {
    color:#edbc42;
}

.leftSubMenu .last {
    border-bottom:0px !important;
}

.leftSubMenu .last a {
    padding-bottom:0px !important;
}
.leftSubMenu .selected a {
    color:#008ceb;
} 


div.success
{
    background: #f0f0f5;
    border: 1px solid #ececec;
    padding: 10px;
    margin-bottom: 20px;
}
div.error
{
    background: #fefefe;
    border: 1px solid #6B0202;
    padding: 10px;
    margin-bottom: 20px;
}
div.error h2 
{
    color: #6B0202;
}
div.error ul 
{
}
div.error ul li 
{
    list-style:square inside !important;
    display: list-item;
}

div.loggedinuser {  
    margin: 10px;  
}
div.loggedinuser .avatar {
    float: left;    
}
div.loggedinuser .username {
    text-indent: 10px;
}
div.loggedinuser .fullname {
    text-indent: 10px;
}


/*  Icewis link  */
.icewisblock{
    width: 100%;
    height: 32px;
    margin: 30px auto;
    text-align:center;
}
a.icewislink {   
        
    display: inline-block;
    float:right;
    margin:0 12px 10px 0;
    width: 100px;
    height: 32px;
    background: no-repeat top left;      
        
    overflow: hidden;                         
    border: none;
    cursor: pointer; 
    outline: none;   
        
    text-decoration: none;
    text-indent: -999px;
}    
    
a.icewislink.black {
    background-image: url(http://icewis.com/file/static/img/icewistag_black.gif);  
}     
    
a.icewislink.white {
    background-image: url(http://icewis.com/file/static/img/icewistag_white.gif);
}

div.search_results {
    font-size: 7pt;
}


div.search_results div.search_description {
    font-size: 8pt;
    color: #999;
    border-top: 1px dashed #777;
    padding: 3px 3px 0;
}


div.search_results div.search_url {
    font-size: 8pt;
    color: #999;
    border-bottom: 1px solid #ddd;
    padding: 1px 3px 0;
}

div.search_results b, div.search_results strong {
    font-weight: normal;
}

div.search_results a.search_title {
    font-weight: normal;
    font-size: 10pt;
    margin: 0 5px;
}

div.searchTitle {
    display: none;
}


.search_query {
    font=size: 11pt;
    font-weight: bold;
    margin: 0 0 10px;
}

.noplayer .explanation {
    font-size: 9pt;
    font-weight: bold;
    height:221px;
    padding:24px;
}
.noplayer .explanation ul {
    font-weight: normal;
    list-style: square;
    padding: 5px 16px;
}

.noplayer .explanation ul li {
    list-style: square;
    display: list-item;
}




/* subMenu */

ul.subMenu {
     
     margin: 0 0 0 150px;
}


ul.subMenu li {
 
     margin: 0 0 0 10px;
}

#tezienop {
    border-top: 1px solid #eee;
    background: #fff;
    padding: 5px;
}
#tezienop_label {
    text-align: center;
    color: #999;
    font-size: 11px;
    padding: 5px;
}

#tezienop_banners {
    text-align: center;
    padding: 5px;
}
