/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }



a img { border: none; }

#menu {
	padding-right: 5px;
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	 width: 245px;
   	 overflow: auto;
  	  height: auto;
	position: absolute;
	left: 40px;
	top: 145px;
}

#menu ul {
	list-style: none;
}

#menu ul li.section-title { }

#content {
	bottom: 0px;
	height: auto;
	left: 290px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	right: 0px;
	top: 145px;
	z-index: 1;
}

.container {

}

#content p { 
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin-left: 10px; }
#img-container p	{ width: 450px; margin: 0;}

#once { clear: left; }

#toelichting
{
position: absolute;
left: 480px;
width: 225px;
}

.extra
{
margin-left: 0px;
}

.publicatie
{
margin-left: 25px;
}

.film
{
margin-left: 50px;
}

.affiche
{
margin-left: 75px;
}

.tekst
{
margin-left: 100px;
}

.vrij
{
margin-left: 125px;
}