/* CSS Document voor site van PV */
/* algemene tags */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(body_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
a:link {
	color: #666666; text-decoration: none;
}
a:active {
	color: #666666; text-decoration: none;
}
a:visited {
	color: #666666; text-decoration: none;
}
a:hover {
	color: #999999; text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 10px 20px 20px;
	font-size: 15px;
	font-weight: bold;
}
/* layers */
div.header {
	width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
}
div.menu {
	width: 132px;
	position: absolute;
	top: 197px;
	left: 50%;
	margin-left: -300px;
}
div.content {
	width: 468px;
	position: absolute;
	top: 197px;
	left: 50%;
	margin-left: -168px;
	background-image: url(content_bg.jpg);
}
/* text */
p.menu {
	display: block;
	margin: 0px 0px 0px 5px;
	padding: 10px;
	background-image: url(menu_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p.content {
	margin: 0px 10px 10px 20px;
}
/* forms */
form {
	margin: 0px 10px 20px 20px;
}
label, .textveld {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
