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

body {
	font-size: 10px;
	font-family:georgia, serif;
	letter-spacing: 1px;
	background: #fff;
}

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

a:link { color: black; text-decoration: none; }
a:active { color: black; text-decoration: underline; }
a:visited { color: black; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }

a img { border: none; }

#menu {
    width: 195px;
    overflow: no scroll;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    border:#000000;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	/*afstand tussen de secties (margin: * ¬XXpx *)*/
	margin: 0 0 12px 0;
}

#menu ul a:hover, #menu ul li.active a { text-decoration: underline; color: black;
}

#menu ul li.section-title {
	/*border-bottom: 1px dashed black;*/
	font-size: 13px;
	font-weight: bold;
	color: #C9B639;
}

#menu ul li {
line-height:15px;
}

#content {
    height: 100%;
    margin: 35px 0 0 195px;
    top: 0;
}

#copyright {
	margin: 310px 0 0 0;
	font-size: 9px;
}

.container {
	/* afstand volledige site (boven, rechts, onder, links)*/
    padding: 12px 12px 12px 12px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 15px;
	color: #C9B639;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }