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

body {
	color: black;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif, sans-serif, Georgia, "Times New Roman", Times, "met schreef";
	background: white;
}

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

a:link { text-transform: none; text-decoration: none; color: black;}
a:active { font-family: Helvetica, Verdana, Arial, schreefloos; background-color: #56f1ff; text-decoration: none; color: black;  }
a:visited { background-color: #99fff9; text-decoration: none; color: black; }
a:hover { background-color: #9adcff; color: #283635; }

a img { border: none; }

#menu {
 width: 215px;
 overflow: auto;
 top: 0;
 bottom: 0;
	left: 0;
 position: fixed;
 height: 100%;
	background-color: white;
}

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

#menu ul li.section-title { text-decoration: underline;}

#menu ul li.grey { color: gray; }

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

.section-title { text-decoration: underline;}

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

#content p { width: 640px; margin-bottom: 19px; }
.container p { margin-bottom: 19px; }

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: 0; padding: 0px 0px 0px 0px; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 6px 0; }


#once { clear: left; }

.nothumb { float: left;
padding: 0px 10px 0px 0px;}


