/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 17px;
	color: #666666;
	text-align: justify;
	background-color: #fff;
	background-image: url(http://ikbenvreemd.nl/files/background.gif);
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #CCCCCC;
}

a img { border: none; }

#menu {
	width: 190px;
	overflow: auto;
	top: 0px;
	bottom: 0;
	left: 0px;
	position: fixed;
	height:100%;
	color: #666666
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
}

#menu ul {
	list-style: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left:50px;
}

#menu ul li.section-title { }

#content {
	height: 100%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p {
	width: 400px;
	margin-bottom: 10px;
}



p {
    margin: 0 0 9px 0;
}

p1 { font-size:9px; }
p2  {color:#FFFFFF; }
h1 {
	font-size: 11px;
	text-decoration: underline;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0;  }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }
