@import "reset.css";


body {
	background: url('../images/background.gif') no-repeat top left #222;
	font-family: Verdana;
	font-size: 11px;
	line-height: 25px;
	color: #fff;
}

#doc {
	padding: 50px;
}


h1 {
	
	background: url('../images/petervandijk.gif') no-repeat;
	height: 50px;
	width: 200px;
	text-indent: -99999px;
    overflow: hidden;
}

h1 a {
	height: 50px;
	width: 200px;
	display: block;
}

h2 {
    font-size: 15px;
    padding: 0 0 10px 0;
}


#mainmenu {
	position: relative;
	float: left;
	width: 250px;
	margin: 0 150px 0 0;
}

	#mainmenu ul + ul{
		padding: 0 0 100px 0;
	}


#submenu {

	position: relative;
	float: left;
	margin: 25px 25px 0 0;
	width: 125px;
}

#sidecontent {
	position: relative;
	float: left;
	margin: 0 25px 0 0;
	width: 400px;
	padding: 0px 5px;
}

#content  {
	position: relative;
	margin: 0 0 0 400px;
}


a {
	text-decoration: none;
	color: #fff;
}

ul a.active,
ul a:active,
ul a:hover {
	padding: 0 0 0 15px;
	background: url('../images/active.gif') no-repeat;
}

#content a:hover {
	padding: 0;
	background: none;
}	

#content img.right {
	float: right;
}

#thumbnails {
	margin: 0 0 25px 0;
}

#thumbnails a {
	float: left;
}

#thumbnails a img {
	padding: 5px;
}


#pdTitle {
	opacity: 0;
	text-align: left;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0pt;
	visibility: hidden;
	font-size: 0px;
}

.clearfix {
	display: inline-block;
}



#footer {
	right: 30px;
	height: 30px;
}


.fn,
.org {
	display: none;
}
