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

	background-attachment:fixed;
	background-position:left top;
	font-family: georgia, georgia, georgia, monospace;
	font-size: 12px;
	line-height: 17px;
	font-weight: Italic;
	margin:52px;
}
body.section-1 {
	background-attachment:fixed;
	background-position:left top;
	font-family: georgia, georgia, georgia, monospace;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	margin:53px;
}
body.section-2 {
}
body.section-3 {
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-weight: roman;
	color: #e2007a;
}
a img {
	border: none;
}
#menu {
	/*background-color:#ffffff;*/
float:left;
	top:40px;
	left:50px;
	overflow:none;
	position:scroll;
	width:160px;
	height:600
}
#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 0pt 0px;
}
#menu ul li.section-title {
	font-family: georgia, georgia, georgia, monospace;
	font-weight: roman;
	line-height:14px;
	font-size: 16px;
	margin-top:17px;
	margin-bottom:5px;
	text-decoration:none;
	text-indent:0px;
	/*background: url(http://www.overburen.nl/app/webroot/tijdelijk/cms/line.png);*/
background-color:none;
	color: #009ee0;
}
#content {
	background-color: none;
	background-repeat:repeat;
	margin:10px 20px 10px 250px;
	max-width:100%;
	min-width:600px;
	position:absolute;
	top: 155px;
}
.container {
	padding: 0px 0px 0px 0px;
}
#content p {
	width: 600px;
	margin-bottom: 18px;
	margin-left: 110px;
	line-height: 17px;
	font-family: georgia, georgia, georgia, italic;
	font-weight: italic;
	font-size: 12px;
	color: #000000;
}
p {
	color: #ffffff;
	font-size: 11px;
	/*font-size: 110px;*/
    margin: 0 0 9px 0;
}
h1 {
	font-size: 21px;
}
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;
}
#img_exp {
	position: absolute;
	font-family: georgia, georgia, georgia, italic;
	left: 500px;
	top: 40px;
	width: 100px;
}

