/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: verdana; 
	color: #000000; 
	background: #FFFFFF;
	line-height: 16px;
	color: #6b6c6e;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#6b6c6e; }
li.active a { color:#ffffff; background-color:#E2001A; text-decoration:none; }
a:active { text-decoration: none; background-color: transparent; color:#0000000;}
a:visited { text-decoration: none; color: #6b6c6e;}
a:hover { text-decoration: underline; color: #3E3D40;}

a img { border: none; }

#menu {
	background-image: url(http://www.proberend.nl/files/menu-back.png);
	width: 187px;
    	overflow: auto;
    	top: 0;
    	bottom: 0;
	margin-left: 100px;
    	position: static;
	height: 474px;
	background-color: transparent;
	padding-right: 63px;
	padding-top: 176px;
}

#menu ul {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	margin-left: 0px;
	padding-top: 0px;
	padding-right:0px;
	padding-bottom: 16px;
	padding-left: 0px; 
	font-size: 11px;
	font-family: verdana; 
	color: #7b7c7e; 
	line-height: 16px;
}

#menu ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}

#menu ul li.section-title {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #3e3d40;
	line-height: 16px;
	text-align: right;
 }

#menu ul.built {
	margin-bottom: 0;
	}

#menu ul.built li {
	padding-top: 5px;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
	color: #bbbbbb;
}
		
#menu ul.built a {
	color: #bbbbbb;
}
	
#menu ul.built a:hover {
 	text-decoration: underline;
	color: #390660;
}

#copy {
	font-size: 9px;
	color: #bbbbbb;
	font-family: Georgia, serif;
	font-style: italic;
	margin-top: 5px;
	padding-top: 10px;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
}

#content {
	background-image: url(http://www.proberend.nl/files/content-back.png);
   	height: 590px;
   	margin: 0 0 0 350px;
   	top: 0; 
	padding-top: 60px;  
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	position: absolute;
}

.container {
    padding: 0;
}

#content p { 
	width: 810px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 5px; 	
	line-height: 16px; 
	font-size: 11px; 
	color: #3e3d40;
}

p {
    	margin-top: 0;
    	margin-right: 0;
    	margin-bottom: 0;
    	margin-left: 0;
	color: #555555; 
	font-size: 14px;
}

h1 { 
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 15px; 
}

h2 { 
	font-size: 11px;
	color: #3e3d40;
	padding-top: 21px;
}

h3 { 
	font-size: 11px;
	color: #6b6c6e;
	font-weight: normal
}

h4 { 
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #555555;
	line-height: 7px;
	margin-left: -40px
}

h5 { 
	margin-left: -45px;
	margin-top: 39px;
}

h6 { 
	color: #ffffff;	
	background-color: #E2001A;
	text-decoration:none; 
	font-size: 11px;
	font-weight: normal
}



#img-container	{ margin: 0; padding: 0; width: 800px; }
#img-container p	{ width: 120px; margin: 0; padding: 0 0 12px 0; }

.nothumb img {
	margin-top: 0px;  
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-color: #dbe2e0; /* erase the following 3 lines if you dont want borders on your images */
	border-width: 1px; 
	border-style:  solid;
}

#once { clear: left; 
}

p.nav a {
	background-color: #eeeeee;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	font-size: 11px;
	font-family: Georgia, serif;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
	
p.nav a:hover {
	background-color: #cccccc;
}
	
p.nav span#num {
	letter-spacing: 2px;
	font-family: Georgia, serif;
	font-style: italic;
	padding-left: 20px;
}


#the-background {
	position: fixed;
	overflow: hidden;
	z-index:1;
	width: 100%;
	height:100%;
	top:0;
	left:0;
}

#wrapper {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
}
