/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin:0px;
	padding:0px; 
}/* dit is om de diverse totale txt blokken te verplaatsen*/

body {
	font-size: 11px;
	font-family:Helvetica, Arial, sans-serif;
	background: #fff;
}
/* dit is om de diverse frames-lagen te verplaatsen*/
body.section-1 { }
body.section-2 { } 
body.section-3 {position:relative; }   
body.section-4 {position:relative; }  


a:link { text-decoration: none; font-size: 10px; font-family:Helvetica, Arial, sans-serif; color:#000000 }
a:active { text-decoration: none; font-size: 10px; font-family:Helvetica, Arial, sans-serif; color:#000000 }
a:visited { text-decoration:none; font-size: 10px; font-family:Helvetica, Arial, sans-serif; color:#000000 }
a:hover  {text-decoration: underline; background-color:#FFFFFF; color:#666666; font-size: 10px; font-family:Helvetica, Arial, sans-serif; } 

a img { border:none; }

#menu {
    width: 220px;
    overflow:auto;
    top: 30px;
    bottom: 0;
	left:80px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
}

#menu ul li.section-title { }

/*totale content verplaatsen en niet het menu*/

#content {
    height: 100%;
	margin: 0px 0px 20px 0px;
	width: 600px;
    overflow: hidden;
    top:30px;
    bottom: 0;
 	left:310px;
    position:relative;
    height: 100%;
	background-color: #fff;

  
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p { }


h1 { font-size: 10px; font-family: verdana, Arial; color:#000000}
h2 { font-size: 15px; }
h3 { font-size: 15px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 30px 0; }

#once { clear: left; }