html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
background:none repeat scroll 0 0 transparent;
border:0 none;
font-size:100%;
margin:0;
outline:0 none;
padding:0;
vertical-align:baseline;
}

html, body {
  margin: 0;
  padding:0;
  min-width: 981px;
  width: 100%;
  height: 100%;
  font:normal 13px/18px "helvetica neue",helvetica, sans-serif;
  color: #ddd;
  overflow: hidden;
  }

body#trailer {
  background-color: black;
}

  #floater	{
    float:left; 
    width: 1024px;
    height:50%; 
    margin-bottom:-310px;
  }

  #container {
    clear:both; 
    position:relative; 
    margin: auto;
    width: 1024px;
    height: 620px;
  }
    #head {}
      #nav {
        height: 36px;
        border-bottom: 2px solid #555;
      }  
        #nav ul {
          list-style: none;
          padding-left: 1em;
          padding: 6px;
          } 

        #nav ul li {
          display: inline;
          margin: 5px 10px 5px 10px;
          }
        #nav ul li a {
          font-size: 120%;
          font-variant: small-caps;
          font-weight: bold;
          }
        #nav ul li a.current {
          text-decoration: underline;
        }
        #nav ul li a.com {
          text-indent: -10000px;
        }
        #nav ul li a.nl {
          text-indent: -10000px;
        }
        img.flag {
          vertical-align: bottom;
        }
    #content {
      width: 1024px;
      height: 600px;
      background-repeat: repeat;
    }
      #poster {
        width: 366px;
        height: 519px;
        float: left;
        margin: 12px 6px 12px 12px;
      }
      #notice_spacer {}
      #notice {
        border: 3px solid #f00;
        margin:5px;
        padding:5px;
        margin-right: 20px;
        margin-left: 0;
      }
      #main {
        width: 458px;
        height: 411px;
        float: left;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        overflow-x: hidden;
        margin: 12px 0px 6px 6px;
      }

::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(88,88,88,255); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(88,88,88,255); 
}
      #main.without_sidebar {
        width: 620px;
      }
      #main.without_bottom_bar {
        height: 520px;
      }
      #sidebar {
        margin: 12px 12px 6px 6px;
        width: 156px;
        height: 411px;
        float: left;
      }
      #sidebar p, #sidebar h3 {
        font-size: 90%;
        margin:0;
        margin-top:1px;
      }
      #sidebar div, #sidebar iframe {
        overflow:hidden;
      }
      
      #stills {
        margin: 4px 0px 6px 6px;
        height: 100px;
        width: 466px;
        float: left;
      }
      #stills div {
        width: 466px;
      }

      #banner {
        float:left;
        margin-top: 2px;
      }
  
#mailing_slot {
  margin-bottom: 10px;
  }  


a {
  font:bold 13px/18px "helvetica neue",helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
}

.clear {
  clear: both;
}

h2, 
h3 {
  color: #c22e24;
  }
  
  
h2,h3 {
  font: bold 13px/20px "helvetica neue",helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  }    

h3.godver {
    margin-top:32px;
    padding-top:32px;
    }  


p, 
li {
	font:normal 13px/18px "helvetica neue",helvetica, sans-serif;
	margin: 0 10px 10px 0px;
  } 

.transparent
{ 
  background-image: url(/images/transparent.png);
}
  
.lees_verder {
  font:normal 13px/18px "helvetica neue",helvetica, sans-serif;
  display: inline;
  } 
  
.lees_verder > a {
  background: transparent url(/images/linkpijl.gif) no-repeat left 4px;
  padding-left: 14px;
  }  

p.datum {
  font-size:80%;
  padding: 0;
  color: #999999;
  }
	
p.inleiding {
  font-weight: bold;
  font-size: 0.95em;
  }
 
  
input[type="text"] {
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: white;
    border: 1px solid #C22E24;
    color: black;
    font: bold 12px/14px "Helvetica Neue",helvetica,sans-serif;
    margin: 0 0 6px;
    padding: 5px 0 5px 5px;
    text-align: left;
    width: 144px;
    margin-bottom: 10px;
    }
    
input[type="text"]:hover, 
input[type="text"]:focus {
    border-color: #ffb54f;
    background-color: #effdff;
  } 
  
.sidebar_submit, .call_to_action {
    font: bold 11px/14px "Helvetica Neue",helvetica,sans-serif;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.1em;
    background-color: #ffb54f;
    border: 1px solid #ffb54f;
    float: left;
    padding: 6px 18px 5px;
    display: block;
    -moz-border-radius: 15px;
    -moz-box-shadow: 1px 1px 1px white inset;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 1px 1px 1px white inset;
}

.sidebar_submit:hover, .call_to_action:hover {
  background-color: #C22E24;
  border: 1px solid #C22E24;
}

#socialmedia {
  top:0;
  right:0;
  position:absolute;
}

#fb,
#hyves,
#twitter {
  width: 23px;
  height: 23px;
  float: left;
  margin: 3px 3px 0 0;
  }
  
#fb {
  background: transparent url(/images/social_fb_transparent_small.png) no-repeat right top;
  }
  
#hyves {
  background: transparent url(http://www.michielderuyterdefilm.nl/images/social_hyves_transparent_small.png) no-repeat right top;
  }
  
#twitter {
  background: transparent url(/images/social_twitter_transparent_small.png) no-repeat right top;
  }

#facebook_like, #hyves_respect, #twitter_tweet {
  padding-top: 10px;
}
  
#notice {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  }
  
#notice_spacer {
  }      

#teller p {
  font-weight: bold;
  color: #fff;
}

div.fieldWithErrors {
  display: inline;
  }
  
div.fieldWithErrors input {
  background-color: #fde38b;
  }  

div.partner_divider, div.win_divider {
  border-bottom: 1px solid #bbb;
  padding-bottom: 3px;
  margin-bottom: 18px;
  width: 428px;
}

div.win_divider {
  padding:1px;
  margin:10px 0;
}

table.vote, table.vote tr, table.vote tr td {
  padding:0;
  margin:0;
  border-collapse: collapse;
}

a.vote {
  display: block;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 10px;
}

.small {
  font-size: 90%;
}
  
/* styling content via CMS */

div.spacer {
  display: block;
  height: 15px;
}

.afb,
.afb_links,
.album,
.artist_foto {
  float: left;
  margin-right: 14px;
  margin-bottom: 5x;
}

.album {
  width: 240px;
  height: 160px;
}

.afb_center, .center {
  text-align: center;
  width: 100%;
}

#trailer .afb_center { margin: 50px 0 0 0; }
#naar_de_site { color: #555; font-weight: bold; }

.tickets .cinema .name { font-weight: bold; color: #fff; line-height: 25px;}
.tickets .cinema .city { font-weight: bold; color: #999;}
.tickets .cinema a {
    font: bold 11px/13px "Helvetica Neue",helvetica,sans-serif;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.1em;
    background-color: #ffb54f;
    border: 1px solid #ffb54f;
    padding: 1px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px white inset;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px white inset;
}

.tickets .cinema a:hover {
  background-color: #C22E24;
  border: 1px solid #C22E24;
}

.provincie {
  float: left;
  margin-right: 15px;
}

tr.opname td {
  padding: 5px;
  background-color: #333;
  border: 1px solid #fff;
  border-collapse: collapse;
}

table.nested tr td {
  border: none;
  padding: 0px;
}

.green_radio {
  font-weight: bold;
  font-size: 110%;
  color: #0f0;
  cursor:pointer;
}

.red_radio {
  font-weight: bold;
  font-size: 120%;
  color: #f00;
  cursor:pointer;

}

td.large_controls select {
  font-size: 20px;
}