/************************************************************************
**	FilmCheck.nl
**  Concept, ontwerp en ontwikkeling door Jacob Ras ( www.jacobras.nl )
************************************************************************/
* { padding: 0; margin: 0; }
img { border: none; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
hr { height: 0; border: none; border-bottom: 1px solid #e3e3e3; margin: 20px 0; } /* margin: 34px 0; */
a { color: #3f84d9; }
a:hover { color: #64b7ec; }
.center { text-align: center; }


/************************************************************************
**	Body + Container
*************************************************************************/
body { background: url('afbeeldingen/bg.png') repeat-x #e8e8e8; text-align: center; font-family: Tahoma, Arial, sans-serif; font-size: 12px; color: #6f6f6f; }
#container { width: 968px; margin: 0 auto; text-align: left; }


/* h-tags */
h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; color: #3f84d9; text-transform: uppercase; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }


/************************************************************************
**	Header
*************************************************************************/
#header { height: 460px; background: url('afbeeldingen/header.jpg') no-repeat top; color: #a3a3a3; }
#header a { color: #a3a3a3; text-decoration: none; }
#header a:hover { text-decoration: underline; }
#topbalk { height: 95px; }
#logo { float: left; width: 292px; text-align: center; }
#headernav { float: right; margin: 48px 40px 0 0; }


/* menu */
ul.menu { list-style-type: none; }
ul.menu li { display: inline; }


/* headerthumb */
.headerthumb { float: left; margin-left: 70px; margin-top: 23px; }
.headerthumb a { display: block; background: #1a1a1a; }
.headerthumb img { border: 1px solid #5d5d5d; }


/************************************************************************
**	Content
*************************************************************************/
.vak { background: url('afbeeldingen/vak_bovenkant.png') no-repeat top #fff; margin-top: 55px; padding: 26px; }
h2.titel, h1.firsttitel, h1.titel { font-weight: normal; font-size: 18px; }
.geplaatst { color: #a1a1a1; }
.vak p, .vak ul, .vak ol { margin-bottom: 20px; line-height: 20px; }
.vak ul, .vak ol { list-style-position: inside; }
.knop_filmpagina { background: url('afbeeldingen/knop_filmpagina.png') top; display: block; width: 312px; height: 48px; float: right; margin-right: 12px; }
.knop_filmpagina:hover { background-position: bottom; }
#ad_rechthoek { margin-top: 48px; float: left; margin-right: 40px; } /* margin-top: 98px; */

/* thumb */
.thumb { padding: 3px; border: 1px solid #c4c4c4; float: left; margin-right: 24px; }
.thumb .thumblink { display: block; background: #1a1a1a; }


/* footer */
#footer { margin: 55px 0 12px 0; padding-bottom: 12px; }


/* pagina_navigatie */
#pagina_navigatie span { display: inline; float: left; margin-right: 7px; }
#pagina_navigatie ul { list-style-type: none; display: inline; float: left; }
#pagina_navigatie ul li { float: left; }
#pagina_navigatie ul li a { display: block; height: 40px;  background: #e5e5e5; text-align: center; float: left; margin-left: 5px; width: 40px; line-height: 40px; }
#pagina_navigatie ul li a.current { color: #6f6f6f; font-weight: bold; text-decoration: none; }
#pagina_navigatie ul li.groot a { width: 80px; }
