@charset "utf-8";

body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    background-color: #83B6C7;
}

h1 {
    font-size: 18px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
}

h4 {
    margin-left: 100px;
    font-size: 11px;
}

.thrColFixHdr #container {
    width: 1000px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    background-color: #FFFED9;
    background-image: url(../pics/mainnavbkgr.jpg);
    background-repeat: repeat-y;
	border: 1px solid #910300;
	border-top:none;
}

.thrColFixHdr #header {
    padding: 0 0 0 160px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    height: 185px;
    background-image: url(../pics/headerbkgrnd.jpg);
    background-repeat: no-repeat;
}

.thrColFixHdr #usageMessage {
    padding: 1px 0 53px 0px;
    font-size: 11px;
    color: #69A7BB;
    margin-left: 75px;
}

/*gewijzigd */
.thrColFixHdr #usageMessage a {
    text-decoration: none;
    color: #FFCC00;
}

.thrColFixHdr #form2 {
    font-size: 8px;
}

.thrColFixHdr #form2 input {
    height: 14px;
    padding-top: 0px;
    width: 100px;
    padding: 0 0 2px 5px;
    margin: 82px 0 0 580px;
    font-size: 12px;
}

.thrColFixHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 0 50px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    color: #7C0401;
}

.thrColFixHdr #header ul {
    list-style-type: none;
    padding: 0 0 10px 40px;
    margin-left: 10px;
	
}

.thrColFixHdr #header li {
    float: left;
    text-align: center;
    margin-left: 20px;
    width: 101px;
    height: 21px;
    text-decoration: none;

    margin-top: 84px;
}

.thrColFixHdr #header li a {
    text-decoration: none;
    color: #FFF0B5;
    font-size: 11px;
    font: 1em / 1.6em verdana;
    background-image: url(../pics/headernav.jpg);
    background-repeat: no-repeat;
	background-position:center;
    width: 101px;
    height: 21px;
   float: left;

}

.thrColFixHdr #header li a#current {
    text-decoration: none;
    color: #FFCC00;
    font-weight: bold;
}

.thrColFixHdr #header li:hover {

}

.thrColFixHdr #header li a:hover {
    color: #FFF;
	    background-image: url(../pics/headernav2.jpg);
    background-repeat: no-repeat;
}

.thrColFixHdr #sidebar {
    margin: -20px 0 0 3px;
    float: left; /*since this element is floated, a width must be given */
    width: 138px; /* the background color will be displayed for the length of the content in the column, but no further */
}

/*gewijzigd */
.thrColFixHdr #sidebar1 font {
    margin-left: 25px;
}

.thrColFixHdr #sidebar1 ul {
    list-style-type: none;
    margin: 0px 0 0 0;
    float: left; /*since this element is floated, a width must be given */
    width: 138px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 2px 10px 1px 0px; /* padding keeps the content of the div away from the edges */
	
}

.thrColFixHdr #sidebar-ads{
	margin:210px 0 10px 5px;
	font-size: 11px;
	width:120px;
	background-color:#77A4D0;
	padding:3px 2px 3px 3px;
    
}

.thrColFixHdr #sidebar1 li {

    list-style-type: none;
    

}

.thrColFixHdr #sidebar1 li a {
    list-style-type: none;
    color: #FFF;
    text-decoration: none;
    font: 1em / 1.6em verdana;
	    background-image: url(../pics/sidebarnav.jpg);
    background-repeat: repeat-x;
	width: 131px;
	float: left;
	height:24px;
	border: 1px solid #1D3541;
	margin: 0 2px 1px 0;
	padding: 1px 0 0 3px; 
	
}

.thrColFixHdr #sidebar1 li a:hover {
    background-color: #69A7BB;
    margin: 0 2px 1px 0;
    background-image: url(../pics/sidebarnav2.jpg);
    background-repeat: repeat-x;
	color: #FFF;
}



.thrColFixHdr #sidebar1 li a#current {
    color: #1F445F;
    font-weight: bold;
}

.thrColFixHdr #sidebar1 h3 {
    font-size: 12px;
}

.thrColFixHdr #sidebar1sub ul {
    height: 50px;
	
}

.thrColFixHdr #sidebar1sub li {
    padding-right: 5px;
    text-align: right;
    color: #fff;
   padding-bottom:28px;
    font-size: 12px;
    list-style-type: none;

}

.thrColFixHdr #sidebar1sub li a {
    list-style-type: none;
    color: #E0EDF1;
    text-decoration: none;
    font: 1em / 1.6em verdana;
	    border: 1px solid #1D3541;
    background-image: url(../pics/sidebarnavsub.jpg);
    background-repeat: repeat-x;
	width: 134px;
	float:left;
	height:24px;
}

.thrColFixHdr #sidebar1sub li a:hover {
    background-color: #69A7BB;
   
    background-image: url(../pics/sidebarnav2.jpg);
    background-repeat: repeat-x;
	 color: #FFF;
}



.thrColFixHdr #sidebar1sub li a#current {
    color: #1F445F;
    font-weight: bold;
}

.thrColFixHdr #sidebar1b ul {
    list-style-type: none;
    margin: 0;
    background-image: url(pics/mainnavbkgronder.jpg);
    background-repeat: repeat-y;
    padding: 3px 0px 3px 0;
}

.thrColFixHdr #sidebar1b li {
}

.thrColFixHdr #sidebar1c ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    background-image: url(pics/mainnavbkgronder2.jpg);
    background-repeat: repeat-y;
}

.thrColFixHdr #sidebar1c li {
    width: 113px;
    color: #FFCC00;
    font-size: 11px;
    font-weight: 100;
}

.thrColFixHdr #sidebar2-main {
    float: right; /* since this element is floated, a width must be given */
    width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    /* the background color will be displayed for the length of the content in the column, but no further */
    /* padding keeps the content of the div away from the edges */
    margin: -180px 0 0 0;
    font-size: 11px;
}

.thrColFixHdr #sidebar2-main li {
    list-style: square inside;
    color: #5E1A16;
}

.thrColFixHdr #sidebar2-main li a {
    color: #5E1A16;
    text-decoration: none;
}

.thrColFixHdr #sidebar2-main li a:hover {
    color: #7C0401;
    text-decoration: underline;
}

.thrColFixHdr #sidebar2 {
    margin: -182px 0 80px 876px;
    padding: 0 0 0 0;
    font-size: 11px;
    color: #7C0401;
}

.thrColFixHdr #sidebar2 a {
    color: #7C0401;
    text-decoration: none;
}

.thrColFixHdr #sidebar2 a.toppy{
   vertical-align:middle;
}

.thrColFixHdr #sidebar2 a.toppy:hover{
    text-decoration:none;
}

.thrColFixHdr #sidebar2 a:hover {
    text-decoration: underline;
}

.thrColFixHdr #sidebar2 h3 {
}

.thrColFixHdr #sidebar2-ads {
    float: right; /* since this element is floated, a width must be given */
	width: 135px;
    padding: 0 0 0 0;
    margin: -65px -5px 0px 0px;
	font-size:11px;
	color: #7C0401;
	
}


.thrColFixHdr #topmenu {
}

.thrColFixHdr #topmenu ul {
    list-style-type: none;
}

.thrColFixHdr #topmenu li {
    float: left;
    width: 100px;
}

.thrColFixHdr #mainContent {
    margin: -65px 100px 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding: 0 0 40px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    width: 648px; /*beetje gekunseld, maar nodig voor uitlijning IE*/
    background-color: #FFFED9;
}


.thrColFixHdr #movies h3 {
    font-size: 10px;
}

.thrColFixHdr #movies ul {
    list-style-type: none;
}

.thrColFixHdr #movies li {
    list-style-type: none;
    margin: 5px 0 15px 0;
    border: 1px solid #84B1CC;
    padding-bottom: 72px;
}

.thrColFixHdr #movies li a {

}

.thrColFixHdr .movieImage {
    background-color: #E9F2F5;
    border: none;
    padding-top: 1px;
    padding-bottom: 2px;
}

.thrColFixHdr .movieTitle {
    font-size: 11px;
    font-weight: bold;
    background-color: #A9CCD8;
    padding-bottom: 1px;
    height: 15px;
}

.thrColFixHdr .movieTitle a {
    color: #203F46;
    text-decoration: none;
}

.thrColFixHdr .movieLength {
    margin: -30px 0 0 511px;
}

.thrColFixHdr .movieDescription {
    margin: -80px 0 0 140px;
    width: 400px;
    font-style: italic;
}

.thrColFixHdr .movieContent {
    margin: -40px 0 0 400px;
}

.thrColFixHdr .movieType {
    margin: -30px 0 0 280px;
}

.thrColFixHdr .movieSelect {
    margin: -112px 0 60px 570px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.thrColFixHdr .movieSelect a {
    background-image: url(../pics/verstuur2.jpg);
    background-repeat: no-repeat;
    padding: 0 8px 0 8px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #315E6C;
    padding-bottom: 5px;
}

.thrColFixHdr .movieSelect a:hover {
    text-decoration: none;
    color: #63A3B8;
    background-image: url(../pics/verstuur.jpg);
    background-repeat: no-repeat;
    padding: 0 8px 0 8px;
}

.thrColFixHdr .movieRate {
    margin: -6px 0 0 585px;
    padding-bottom: 10px;
    width: 70px;
    font-size: 10px;
    font-style: italic;
    padding-bottom: 6px;
}

.thrColFixHdr #contactform {
    text-align: right;
    margin: -64px 0px 100px 0px;
    padding-right: 10px;
    background-color: #A9CCD8;
}

.thrColFixHdr #contactform h4 {
    margin: 10px 0px 0px 10px;
    text-align: left;
}

.thrColFixHdr #contactform p {
    text-align: left;
}

.thrColFixHdr #sendmovie {
    text-align: right;
    margin: -64px 0px 100px 0px;
    padding-right: 10px;
    background-color: #A9CCD8;
}

.thrColFixHdr #sendmovie input {
    margin-top: 5px;
    margin-left: 50px;
    font-size: 11px;
}

.thrColFixHdr #sendmovie textarea {
    overflow: auto;
    text-align: left;
}

.thrColFixHdr #sendmovie h5 {
    margin: 20px 0 0 28px;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
}

.thrColFixHdr #sendmovie h6 {
    margin: 22px 0 0 28px;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
}
.thrColFixHdr #sendmovie h6 input{
    margin: 0 0 0 28px;
    font-weight: normal;
    text-align: left;
    font-size: 13px;
}

.thrColFixHdr #sendmovie img {
    margin-right: 490px;
    margin-top: -90px;
}

.thrColFixHdr #sendmovie p {
    font-weight: bold;
    margin-top: -30px;
    padding-left: 5px;
}

.thrColFixHdr #sendmovie errorTitle {
    margin-top: -30px;
    text-align: center;
    color: #E06064;
}

.thrColFixHdr #footer {
    background-color: #910300;
    height: 20px;
}

.thrColFixHdr #footer li {
    padding: 0 0 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    float: right;
    margin: 0 270px 0 0;
    list-style-type: none;
}

.thrColFixHdr #footer li a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.thrColFixHdr #cardContent {
    background: #BAD7E0;
    height: 500px;
    width: 600px;
    border: ridge #CCC 3px;
    padding: 3px 3px 0 3px;
}

.thrColFixHdr #cardContent ul {
    font-size: 11px;
    color: #7C0401;
}

.thrColFixHdr #cardContent li {
    list-style-type: none;
}

.message {
    background-color: #FFF;
    margin: -328px 0 0 430px;
    padding: 20px;
    color: #2D5664;
    font-weight: normal;
    font-size: 11px;
}

.thrColFixHdr #container-readm {
    width: 1000px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    background-color: #69A7BB;
}

.thrColFixHdr #readmovie {
    background-repeat: no-repeat;
    text-align: center;
    background-color: #2B6FB3;
    
    height: 635px;
    margin-top: 3px;
}

.thrColFixHdr #readmovie .resultTo {
    font-weight: bold;
    color: #FFCC00;
    padding: 3px 2px 3px 8px;
    font-size: 15px;
    text-align: left;
    background-color: #215487;
    background-image: url(../pics/logo.gif);
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 5px;
}

.thrColFixHdr #readmovie .resultFrom {
    font-size: 11px;
    text-align: right;
    padding: 10px 2px 2px 4px;
    background-color: #910300;
    color: #fff;
}

.thrColFixHdr #readmovie .resultMovie {
    margin: 0 8px 0 8px;
    background-color: #000;
}

.thrColFixHdr #readmovie .resultMessage {
    background-color: #FFF0B7;
    text-align: left;
    margin: 10px 0 40px 10px;
    font-size: 14px;
    padding: 5px;
    height: 192px;
    overflow-y: auto;
}

.thrColFixHdr .messagemenu {
    float: right;
    width: 150px;
	padding-bottom:0px;
}

.thrColFixHdr .messagemenu ul {
    background-color: #2B6FB3;
    padding: 0 0 2px 2px;
    text-align: left;
    font-size: 11px;
    margin: 10px 0 3px 2px;
}

.thrColFixHdr .messagemenu li {
    list-style-type: none;
    margin: 0 0 -10px 0;
    height: 25px;
    padding: 0 0 0 0;
}

.thrColFixHdr .messagemenu li a {

    text-decoration: none;
    color: #000000;
    font-weight: bold;
	    width:110px;
	height:20px;
	position:absolute;
	
	padding:5px 0 0 45px;
}

.thrColFixHdr .messagemenu #logo li a {
    background-image: url(../pics/bewaarme.gif);
    background-repeat: no-repeat;

}

.thrColFixHdr .messagemenu #logo li a:hover {
    background-image: url(../pics/bewaarme-over.gif);
    background-repeat: no-repeat;
}

.thrColFixHdr #mainContent h3 {
    font: 2em / 1.5em verdana;
}

.thrColFixHdr .messagemenu #logo2 li a {
    background-image: url(../pics/bewaarme.gif);
    background-repeat: no-repeat;

}

.thrColFixHdr .messagemenu #logo2 li a:hover {
    background-image: url(../pics/bewaarme-over.gif);
    background-repeat: no-repeat;
}

.thrColFixHdr .messagemenu #Hyves li a{
    background-image: url(../pics/hyves.gif);
    background-repeat: no-repeat;
}
.thrColFixHdr .messagemenu #Hyves li a:hover {
    background-image: url(../pics/bewaarme-hv.gif);
    background-repeat: no-repeat;
}

.thrColFixHdr .messagemenu #Facebook li a{
    background-image: url(../pics/facebook.gif);
    background-repeat: no-repeat;
}

.thrColFixHdr .messagemenu #Facebook li a:hover {
    background-image: url(../pics/facebook2.gif);
    background-repeat: no-repeat;
}

.thrColFixHdr .messagemenu #Myspace li a{
    background-image: url(../pics/myspace.gif);
    background-repeat: no-repeat;
}
.thrColFixHdr .messagemenu #Myspace li a:hover {
    background-image: url(../pics/myspace2.gif);
    background-repeat: no-repeat;
}

.thrColFixHdr #mainWelcome {
    width: 312px;
    background-color: #2B6FB3;
    color: #FFF;
    padding: 5px 5px 10px 5px;
    font: 1em / 1.5em verdana;
    border: 2px solid #1D3861;
    margin: -65px 0 0 0;
	background-image:url(../pics/ico.gif);
	background-repeat: no-repeat;
	background-position: top right; 
}

.thrColFixHdr #mainRating {
    width: 312px;
    background-color: #2B6FB3;
    color: #FFF;
    padding: 5px 5px 11px 5px;
    font: 1em / 1.5em verdana;
    border-top: 2px solid #1D3861;
    border-bottom: 2px solid #1D3861;
    border-right: 2px solid #1D3861;
    margin: -199px 0 0 326px;
}

.thrColFixHdr #mainRatingImg {
    margin: -30px 0 0 440px;
}

.thrColFixHdr #mainTip {
    width: 312px;
    background-color: #2B6FB3;
    color: #FFF;
    padding: 5px 5px 10px 5px;
    font: 1em / 1.5em verdana;
    border-bottom: 2px solid #1D3861;
    border-right: 2px solid #1D3861;
    margin: 4px 0 0 326px;
}

.thrColFixHdr #mainTipImg {
    margin: -86px 0 0 600px;
}

.thrColFixHdr #mainArrow {
    margin: -40px 0 0 -50px;

	
}

.thrColFixHdr #mainLink {
    margin: 80px 0 30px -17px;
    height: 160px;
    width: 682px;
    text-align: center;
}

.thrColFixHdr #mainLink li {
    padding-top: 17px;
    font-size: 34px;
    font-weight: bold;
    list-style-type: none;
}

.thrColFixHdr #mainLink li a {
    text-decoration: none;
    background-image: url(../pics/naarfilmpje.jpg);
    background-repeat: no-repeat;
    padding: 17px 158px 35px 176px;
	
    /*padding-bottom in IE werkt anders niet */
    color: #204560;
}

.thrColFixHdr #mainLink li a:hover {
    text-decoration: none;
    background-image: url(../pics/naarfilmpje2.jpg);
    background-repeat: no-repeat;
    padding: 17px 158px 35px 176px;
    color: #2B6FB3;
}

.thrColFixHdr #mainTopmovies {
	color:#FFF;
    margin: -80px 30px 30px 0px;
    width: 647px;
    height: 142px;
   
    border: 1px solid #203F46;
    background-color: #2B6FB3;
    padding: 2px 0px 13px 0px;
}

.thrColFixHdr #mainTopmovies li {
    padding-right: 0px;
    padding-left: 5px;
    padding-top: 2px;
    float: right;
    list-style-type: none;
    background-color: #E9F2F5;
    width: 214px;
    margin-right: 0px;
	margin-left:-5px;
	margin-top:2px;
}

.thrColFixHdr .mTmovieImage {
    background-color: #E9F2F5;
    border: none;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 4px;
}

.thrColFixHdr .mTmovieTitle {
    font-size: 11px;
    font-weight: 100;
    background-color: #E9F2F5;
    color: #203F46;
    padding-bottom: 10px;
    height: 15px;
}

.thrColFixHdr .mTmovieTitle a {
    text-decoration: none;
    color: #203F46;
}

.embedMovieSelect {
    /*   margin: -112px 0 60px 570px;*/
    padding-top: 0px;
    padding-bottom: 5px;
}

.embedMovieSelect a {
    background-image: url(../pics/verstuur2.jpg);
    background-repeat: no-repeat;
    padding: 0 14px 0 8px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #315E6C;
    padding-bottom: 5px;
    margin-left: 90px;
}

.embedMovieSelect a:hover {
    text-decoration: none;
    color: #63A3B8;
    background-image: url(../pics/verstuur.jpg);
    background-repeat: no-repeat;
    padding: 0 14px 0 8px;
}

.embedRate {
    margin: 3px 6px 0 0;
    height: 30px;
    text-align: right;
}

.thrColFixHdr #tipbody {
    text-align: left;
    padding: 10px;
}

.thrColFixHdr #tipbody ul {
    padding: 10px 0 10px 20px;
}


