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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: black;
}

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

a:link { 
	text-decoration: none;
	color: #dcdcdc;
}

a:active { 
	text-decoration: none;
}

a:visited { 
	text-decoration: none; 
	color: white;
}

a:hover { 
	text-decoration: none;
}

a img { 
	border: none;
}

a:focus {
	outline: none;
}

#menu {
	background-image:url('images/lijnen.gif');
    width: 215px;
    padding: 0px 20px 0 20px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: black;
	line-height:10pt;
	align:right;
}

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

#menu ul li.section-title {
	text-align:right;
	line-height: 18pt;
	font-family: Georgia, serif;
	border-bottom-color: yellow;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: white;
	font-size: 12pt;
	cursor: pointer;
}

#menu ul li {
	text-align:right;
}

#menu a {
	font-size: 9pt;
	line-height:13pt;
	padding: 1px 2px 1px 2px;
	color:yellow;
}

#menu a:hover { 
	text-decoration: none;
	color: black;
	background-color:yellow;
	padding: 1px 2px 1px 2px;

}

#menu a:active { 
	text-decoration: none;
	background-color: yellow;
	color: black;
	padding: 1px 2px 1px 2px;

}

#menu a.logo:hover {
	background-color:transparent;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
    padding-left: 50px;
}

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

.container p {
line-height:20%;
}

#content p { 
	width: 700px; 
	margin-bottom: 35px;
	line-height: 16pt;
	margin-left: 10px;
	margin-top: 15px;
	font-size: 9pt;
	color: #999999;
	}

p {
    color:white;
    font-size: 10pt;
}

h1 { 
	font-size: 32px; 
}

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;
}

