/**
 * Cascading Stylesheet voor PAFBouwkundigAdvies.nl
 * @version 2 februari 2005
 * @since 26 september 2004
 * @author netGoeroe, Bart Verkoeijen <mail@netgoeroe.nl>
 * @copyright 2004-2005 netGoeroe
 */

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: white;
}

div#page {
	height: 450px;
	width: 770px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -385px;
	margin-top: -225px;
	background-image: url(pics/achtergrond.png);
	background-repeat: repeat-y;
}

div#header {
	height: 51px;
	background-image: url(pics/header.png);
	background-repeat: no-repeat;
}

div#contentblock {
	height: 339px;
	padding: 0;
	margin: 0 10px 0 1px;
	border-top: 1px solid #D52229;
	border-bottom: 1px solid #D52229;
}

div#foto {
	float: right;
	width: 250px;
	height: 339px;
}

div#scroll {
	height: 337px;
	overflow: auto;
}

div#content {
	padding: 35px 40px 35px;
	font-size: 0.75em;
	text-align: justify;
}

div#footer {
	height: 60px;
	background-image: url(pics/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

ul#menu {
	position: absolute;
	margin: 0 0 0 40px;
	list-style: none;
	padding: 0;
}

ul#menu li {
	margin-right: 30px;
	display: inline;
	list-style-type: none;
}

ul#menu li img {
	height: 17px;
	border: none;
	vertical-align: top;
}

ul#copyright {
	position: absolute;
	margin: 43px 0 0 530px;
	list-style: none;
	padding: 0;
}

ul#copyright li {
	display: inline;
	list-style-type: none;
}

ul#copyright li img {
	height: 17px;
	border: none;
	vertical-align: top;
}

h1 {
	display: none;
}

h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	color: #D52229;
	text-align: left;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

p {
	margin: 0 0 0.7em 0;
}

ul, ol {
	margin-left: 20px;
	padding-left: 0px;
}
