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

body {
font-size: 12px;
font-family: Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
background: #fff;
}
	

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

a:link { text-decoration: none; color: #999999; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: none; color: #ffffff; background-color: #993366; }

a img { border: 0px; }
.active a {background:#993366; color:#fff; padding-left:5px; padding-right:5px;}

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

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

#menu ul li.section-title { }

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

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

p {
margin: 3px 0 5px 0;
}

#content .tussen p {
width: 800px;
}


h1 { font-size: 32px; }
h2 { font-size: 10px; }
h3 { font-size: 16px; }
h4 { font-size: 10px; }
h5 { font-size: 14px;
	color: #993366; }

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

#once { clear: left; }