/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* { margin: 0px; }

body {
	font-size:8pt;
	font-family: courier new;
	text-transform: lowercase;
	line-height: 14pt;
width: 100%;
	background: #fff;
}

.scrollvisible { overflow: auto; }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
a:visited { text-decoration: none; color: #000000; }
a:hover { color: #000000; text-decoration: underline; }

a img { border: none; }
#pink { color: #c0c0c0; }
.pink { color: #c0c0c0; }

#menu {
    	width: 158px;
overflow: hidden;

    	position: fixed;
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.8;
margin-top: 20px;
    	height: 400px;
	background-color: #fff;
}

#menu .container { margin-left: 5px; margin-top: 0px; }

#wrapper {
    position: absolute;
    width: 100%;
    top: -10px;
    left: 10px;
}

#the-background {
    position: absolute;
    z-index:1;
    width: 100%;
    height:100%;
}

#menu ul {
	list-style: none;
cursor: pointer;
	margin-left: 0px;
	margin: 0 0 12 -12;
}

#info { color: #cccccc; }
.info { color: #cccccc; }

.green { color: #c0C0C0; }

li { 
	margin-left: -10px; 
	font-size: 8pt; 
}

#menu ul li.section-title { 
	font-weight: normal; 
	font-size: 8pt; 
cursor: pointer;
	letter-spacing: 0px;  
	margin-left: -40px; 
}

#section-title { 
	margin-left: 0px; 
}

#content {
   	height: 800px;
width: auto;
}

.hoofdtitel { 
	font-size: 27.5pt; 
	letter-spacing: -1px; 
	margin-bottom: -8px; 
}

#content .container {     	margin: 0 0 0 170px;
width: 600px;
        padding-top: -5px; }

.container {
	padding: 10px 10px 10px 10px; 
}

#content p { 
	width: 400px; 
	margin-bottom: 9px; 
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 13px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }
