/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
/*input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }*/
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/*::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } */
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


 /* Primary Styles
    Author: Mark Entius
 */

/**
*
* Body and elements
*
*************************************************************************************************/

body {
     font-family: 'arial rounded MT bold', arial;
     font-size: 14px;
     color: #036;
}

a, a:active {
    outline: none;
}


/**
*
* Container
*
*************************************************************************************************/

#container {
    width: 782px;
    margin: 0 auto;
    position: relative;
}



/**
*
* Header
*
*************************************************************************************************/

header {
    height: 85px;
    width: 100%;
    background: #fff;
}

.home header {
    height: 85px;
}

#logo {
    width: 280px;
    height: 70px;
    margin: 0 0 15px 0;
    background: #0294d0;
}

header #produced-by {
    height: 85px;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 85px;
}

header #produced-by img {
    vertical-align: top;
    margin-left: 10px;
}

.ie6 header #produced-by img, .ie7 header #produced-by img {
    vertical-align: middle;
}

#masthead {
    height: 96px;
    position: relative;
    background: #0294d0 url(../images/masthead-bg.png) top left no-repeat;
}

#status #roc-timers {
    width: 280px; 
    margin-left: 20px;
}

#roc-timers li {
    color: #fff;
    font-size: 12px;
    width: 200px;
}

#roc-timers span {
    color: #038;
    float: right;
}

#logout-button, #logout-button:visited, #tell-a-friend-button, #tell-a-friend-button:visited {
    width: 98px;
    height: 23px;
    line-height: 18px;
    position: absolute;
    right: 10px;
    top: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    background: url(../images/button-long.png) top left no-repeat;
}

#tell-a-friend-button, #tell-a-friend-button:visited {
    position: static;
}

#logout-button:hover, #tell-a-friend-button:hover {
    background-position: bottom left;
}



/**
* Breadcrumbs
************************************************************************************************/

#breadcrumbs {
    width: 419px;
    height: 19px;
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}


#breadcrumbs li {
    display: inline;
}

#breadcrumbs a, #breadcrumbs a:visited {
    color: #808285;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

/**
*
* Columns
*
*************************************************************************************************/

.column {
    width: 49%;
}

.left {
    float: left;
}

.right {
    float: right;
}


/**
*
* Main (content)
*
*************************************************************************************************/

#main {
    background-color: #fff;
    /*background: url(../images/stippen.jpg) right 96px no-repeat;*/
}

.home #main {
    /*background: #0294d0 url(../images/seo-bg.png) 0px 15px no-repeat;*/
    padding-top: 130px;
    background: url(../images/seo-bg2.jpg) top left no-repeat;
}

.ie6 .home #main, .ie7 .home #main {
    height: 505px;
}

.light-blue {
    color: #0294d0;
}

#message {
    width: 200px;
    padding: 10px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin: 0 0 0 -200px;
    background-color: #f5cccc;
    border: 1px solid #ff7c7c;
    color: #000;
    font-size: 11px;
}

#vrouw-seo {
    position: absolute;
    bottom: 0;
    right: 20px;
}

#links {
/*
    bottom: 35px;
    left: 20px;
*/
    margin: 20px 0 0 -20px;
    padding: 6px 0 6px 20px;
    width: 700px;
    height: 74px;
    background: #999 url(../images/footer-bg.jpg) bottom left no-repeat;
}

#links ul {
    width: 500px;
    list-style: none;
    margin: 0;
}

#links li {
    height: 13px;
    width: 33%;
    float: left;    
}

#links a {
    text-decoration: none;
    color: #ddd;
    font-size: 11px;
}

#links a:hover {
    text-decoration: underline;
}

#to-webshop {
    height: 104px;
    width: 392px;
    display: block;
    background: url(../images/banner_nieuw_blauw.png) top left no-repeat;
    text-indent: -999em;
    position: absolute;
    right: 63px;
    top: 143px;
}


/**
*
* Articles (main content)
*
*************************************************************************************************/

article {
    position: relative;
}

.home article {
    width: 470px;
    line-height: 18px;
    border: none;
    margin: 0;
    font-family: Arial;
    font-size: 12px;
    padding: 0 240px 0 20px;    
}

h1, h2 {
    font-family: 'arial rounded MT bold',arial;
    font-size: 18px;
    margin: 0 0 25px 0;
    font-weight: 100;
}

.home h1 {
    margin: 0 0 30px 0;
    font-size: 26px;
}

.home .left h1 {
    font-family: Arial;
    margin: 50px 0 0 30px;
}

.home .left p {
    font-family: Arial;
    font-size: 13px;
    padding: 20px 0 0 30px;
}


/**
*
* Portal home
*
*************************************************************************************************/

.portal-header {
    margin: 10px 0;
}

#books {
    margin: 10px 0 0 0;
    list-style: none;
}

#books li {
    width: 101px;
    height: 142px;
    margin: 0 5px 0 0;
    background: url(../images/book-shadow.jpg) top left no-repeat;
    float: left;
}

#buttons {
    height: 32px;
    width: 100%;
    clear: left;
    margin: 10px 0 0 -30px;
    padding: 0 0 0 30px;
    background: url(../images/buttons-bg.jpg) top left repeat-x;
}

.button, .button {
    height: 32px;
    line-height: 24px;
    background: url(../images/button-body.jpg) top left repeat-x;
    text-decoration: none;
    display: block;
    float: left;
    position: relative;
    margin-right: 55px;
}

.button a, .button a:visited {
    height: 32px;
    color: #036;
    padding: 0 10px 0 45px;
    display: block;
    background: url(../images/button-left.jpg) top left no-repeat;
}

.button span {
    display: block;
    width: 15px;
    height: 32px;
    background: url(../images/button-right.jpg) top left no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}



/**
*
* Video
*
*************************************************************************************************/

#videos {
    position: relative;
}

#videos, #videos ul {
    margin: 0;
    list-style: none;
}

#videos li {
    width: 240px;
    padding: 10px 28px;
    color: #000;
    font-size: 12px;
    font-family: Arial;
    background: url(../images/video-item-bg.jpg) top left repeat-x;
}
#videos li.module {
    height: 65px;
}

.film-icon {
    height: 26px;
    width: 26px;
    background: url(../images/film-icon.png) top left no-repeat;
    position: absolute;
    right: 5px;
    margin-top: -13px;
    top: 50%;
}

.sub-icon {
    height: 26px;
    width: 26px;
    background: url(../images/sub-icon.png) top left no-repeat;
    position: absolute;
    right: 5px;
    margin-top: -13px;
    top: 50%;
}

#videos li:hover, #videos li.selected {
    cursor: pointer;
    background-position: bottom;
}

#videos li.inactive:hover {
    cursor: default;
    background-position: top left;
}

#videos li:hover p, #videos li.selected p {
    color: #fff;
}

#videos li h3 {
    font-size: 16px;
    font-weight: 100;
    text-transform: lowercase;
}

#videos li h4 {
    font-weight: 100;
}

#videos .serie:hover, #videos .serie.selected {
    color: #fff;
}

#videos .serie:hover .film-icon, #videos .serie.selected .film-icon, #videos .serie:hover .sub-icon, #videos .serie.selected .sub-icon {
    background-position: bottom left;
}

#videos .movie:hover, #videos .movie.selected {
    color: #fff;
}

#videos .serie.selected .movie .film-icon {
    background-position: top left;
}
#videos .serie.selected .movie:hover .film-icon, #videos .serie.selected .movie.selected .film-icon {
    background-position: bottom left;
}

#videos li h3 span, #videos li h4 span {
    font-weight: 700;
}

#videos li h4 span {
    margin: 0 0 0 13px;
}

#videos li h3 span {
    font-weight: 700;
}

#videos li ul {
    position: absolute;
    top: 0;
    left: 300px;
}

#_videos li ul ul {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    width: 270px;
    position: relative;
    left: 245px;
    top: -20px;
}

#videos li ul ul {
    width: 270px;
    position: relative;
    left: 245px;
    top: -20px;
}

#_videos li li {
    height: 18px;
    padding: 12px 0;
    text-indent: 10px;
    line-height: 9px;
    position: relative;
}

#videos li li {
    padding: 12px 0;
    position: relative;
}

#videos li li li {
    padding: 12px 0;
    width: 270px;
}

#_videos li li li {
    padding: 8px 0;
    width: 270px;
    text-indent: 10px;
    background: none;
}

#_videos li li li {
    color: #000;
    text-decoration: none;
}

#_videos li li li:hover {
    background: none;
}

#_videos li li li.selected, #_videos li li li:hover {
    background: #fff;
}

.serietitle, .movietitle { padding-left: 10px; }

.overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

#video-player {
    height: 361px;
    width: 546px;
    padding: 24px 0 0 84px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -190px 0 0 -285px;
    z-index: 1050;
    background: url(../images/player.png) top left no-repeat;
}

.player-button {
    height: 40px;
    width: 42px;
    display: block;
    position: absolute;
    bottom: 18px;
    text-indent: -999em;
}


#play {
    left: 130px;
    background: url(../images/play-button.png) bottom left no-repeat;
}

#stop {
    left: 84px;
    background: url(../images/stop-button.png) bottom left no-repeat;
}

#close {
    width:36px;
    height:32px;
    position:absolute;
    top: 20px;
    right: 68px;
    background: url(../images/close-button.png) bottom left no-repeat;
}

#play:hover, #stop:hover, #close:hover {
    background-position: top left;
}

#screen {

}

#status {
    padding: 5px 0 0 0;
    width: 490px;
    float: right;
}

#status h5 {
    width: 88px;
    float: left;
}

#status h5 span {
    color: #fff;
}

#status ul {
    list-style: none;
    float: left;
    margin: 0;
}

#user-status, #time-left, #time-left-training {
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    padding-left: 22px;
    background: url(../images/poppetje.png) top left no-repeat;
}

#time-left, #time-left-training {
    margin: 5px 0 0 0;
    background: url(../images/klokje.png) top left no-repeat;
}

#user-status span, #time-left span, #time-left-training span {
    color: #036;
}

footer {
    clear: both;
    font-family: Arial;
    color: #333;
    font-size: 10px;
    text-indent: 20px;
}

footer a, footer a:visited {
    text-decoration: none;
    color: #333;
}

footer a:hover {
    text-decoration: underline;
    color: #333;
}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {


  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

