/* 
print stylesheet for www.fransharteveld.nl
author: Johan Harteveld - Detached 2005
*/

/* ------------------- algemeen ------------------- */
body#page_body {
	background: #fff;
	margin: 0px;
	padding: 0px;
}
p { 
	font: 11px Verdana, "Trebuchet MS", Arial, sans-serif;
}
a {
	color: #000;
}
#footer a {
	color: #000;
	text-decoration: none;
}
h1 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}
h2 {
	font: italic normal 22px Georgia, "Times New Roman", Times, serif;
}
h4 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #000;
	border-bottom: 1px solid #222;
	margin: 0px 0px 8px 0px;
	padding: 20px 0px 0px 0px;
}
h4:first-letter {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
}
.p_content {
	line-height: 17px;
	color: #000;
}
.p_footer {
	font-size: 11px;
	color: #000;
	margin-top: 4px;
}
.inline {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
acronym {
	border-bottom: 1px dashed #ccc;
	padding: 0px 2px;
}
ol {
	font: 11px Verdana, "Trebuchet MS", Arial, sans-serif;
	margin: 0px 0px 0px 25px;
	padding-left: 0px;
	color: #000;
	line-height: 17px;
}
ul {
	font: 11px Verdana, "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
	padding-left: 15px;
	color: #000;
	list-style: square;
	line-height: 17px;
}
img {
	display: none;
}
.imgfloatright {
	display: block;
	float: right;
	padding-left: 5px;
}
/* ---------------------- layout ------------------------*/
#container {
	margin: 0px auto;
	padding: 0px;
	width: 747px;
}
#top {
	display: none;
}
#main {
	width: 747px;
	margin-top: 0px;
	height: 628px;
}
#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 25px 0px;
	width: 491px;
	float: left;
}
#nav {
	margin: 0px 0px 0px 491px;
	padding: 0px 0px 0px 5px;
	width: 140px;
	height: 300px;
	border-left: 1px solid #ccc;
}
#footer {
	clear: both;
	border-top: 1px solid #ccc;
	text-align: center;
}
/* -------------------------- navigatie ---------------------- */
#linklist {
	width: 140px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#linklist ul, #contact ul {
	text-align: left;
	padding: 0px;
	margin: 6px 5px 10px 5px;
}
#linklist ul li, #contact ul li {
	padding: 6px 0px 6px 2px;
	border-bottom: solid #ccc 1px;
}
#linklist ul li a, #contact ul li a {
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
#contact {
	width: 140px;
	padding-bottom: 5px;	
	margin-bottom: 20px;
}
#contact p {
	color: #000;
	margin: 0px 10px 10px 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#hindex {
	width: 140px;
	padding: 0px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	border-bottom: solid #000 1px;
}
#hcontact {
	width: 140px;
	padding: 0px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	border-bottom: solid #000 1px;
}
/*  --------------- popup  ----------------- */

body#pop_body {
	background: #fff;
	margin: 0px 15px 0px 15px;
}
.p_popup{
	color: #000;
	line-height: 17px;
}
.popup_links {
	color: #000;
}

/* ------ form (based on demo by www.stylephreak.com)------ */

form {
    margin: 0;
    padding: 0;
}
fieldset {
    margin: 1em 0;
    border: none;
    border-top: 1px solid #ccc;
}
legend {
    margin: 1em 0;
    padding: 0 .5em;
    color: #000;
	font: 18px Georgia, "Times New Roman", Times, serif;
}
label {
    float: left;
    width: 140px;
    padding: 2px 1em 0 1em;
    text-align: right;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #000;
}
fieldset div {
    margin-bottom: .5em;
    padding: 0;
    display: block;
}
fieldset div input, fieldset div textarea {
	width: 320px;
	border-bottom: 1px dashed #ccc;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	color: #000;
}
div.fm-multi div {
    margin: 5px 0;
}
div.fm-multi input {
    width: 1em;
}
div.fm-multi label {
    display: block;
    width: 200px;
    padding-left: 5em;
    text-align: left;
}
#fm-submit {
	display: none;
}
fieldset div.fm-req {
    font-weight: bold;
}