/* 
main stylesheet for www.fransharteveld.nl
author: Johan Harteveld - Detached 2005
*/

/* ------------------- algemeen ------------------- */
body#page_body {
	background:  url("images/bg.gif") repeat-y fixed center;
	margin: 0px;
	padding: 0px;
}
p { 
	font: 11px Verdana, "Trebuchet MS", Arial, sans-serif;
}
a {
	color: #ba9800;
}
a:hover {
	color: #8888c3;
}
#footer a {
	color: #8888c3;
	text-decoration: none;
}
#footer a:hover {
	color: #ba9800;
	text-decoration: underline;
}
h1, h2 {
	display: none;
}
h4 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #8888c3;
	border-bottom: 1px solid #cc9;
	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: #2a2a55;
}
.p_footer {
	font-size: 11px;
	color: #2a2a55;
	margin-top: 4px;
}
.inline {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #ba9800;
}
acronym {
	border: 1px solid #aaaad5;
	cursor: help;
	padding: 0px 2px;
}
ol {
	font: 11px Verdana, "Trebuchet MS", Arial, sans-serif;
	margin: 0px 0px 0px 25px;
	padding-left: 0px;
	color: #2a2a55;
	line-height: 17px;
}
ul {
	font: 11px Verdana, "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
	padding-left: 15px;
	color: #2a2a55;
	list-style: square;
	line-height: 17px;
}
img {
	border: 0px;
}
.imgfloatright {
	float: right;
	padding-left: 5px;
}

#email-link {
	display:block;
	border: 1px solid #ba9800;
	width: 3em;
	font:  20px Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	padding: 3px 4px 5px 4px;
	text-align: center;
	background: #e6e6cc;
}

#email-link:hover {
	background: #fff;
}

/* ---------------------- layout ------------------------*/
#container {
	margin: 0px auto;
	padding: 0px;
	width: 747px;
	background-color: #d9d9b3;
}
#top {
	background-image: url(images/layout_top.gif);
	width: 747px;
	height: 178px;
	padding: 0px;
	margin: 0px;
}
#main {
	background: #d9d9b3 url(images/layout_middle.gif) no-repeat;
	width: 747px;
	margin-top: 0px;
	height: 628px;
	height: auto !important;
	min-height: 628px;
}
#content {
	margin: -20px 0px 0px 0px;
	padding: 0px 50px 25px 50px;
	width: 491px;
	float: left;
}
#nav {
	margin: 0px 0px 0px 591px;
	padding: 0px;
	width: 140px;
	height: 300px;
}
#footer {
	clear: both;
	border-top: solid #bbd 1px;
	background: #d9d9b3;
	text-align: center;
	margin: 40px 50px 0px 50px;
	padding: 0px 0px 15px 0px;
}
/* -------------------------- navigatie ---------------------- */
#linklist {
	width: 140px;
	background-color: #e6e6cc;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#linklist ul, #contact ul {
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 6px 5px 10px 5px;
}
#linklist ul li, #contact ul li {
	padding: 6px 0px 6px 2px;
	border-bottom: solid #d9d9b3 1px;
}
#linklist ul li a, #contact ul li a {
	background: transparent url(images/bullet_base.gif) left center no-repeat;
	padding-left: 28px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #ba9800;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
#linklist ul li a:hover, #contact ul li a:hover {
	background: transparent url(images/bullet_hover.gif) left center no-repeat;
	color: #d6c166;
}
#linklist ul li a#current {
	background: transparent url(images/bullet_active.gif) left center no-repeat;
	color: #ba9800;
}
#contact {
	width: 140px;
	background-color: #e6e6cc;
	padding-bottom: 5px;	
	margin-bottom: 20px;
}
#contact p {
	color: #ba9800;
	margin: 0px 10px 10px 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#extra { 
	height: 37px;
}
#hindex {
	width: 140px;
	height: 28px;
	background-image: url(images/nav_index.gif);
	margin: 0px 0px -5px 0px;
	padding: 0px;
}
#hcontact {
	width: 140px;
	height: 28px;
	background-image: url(images/nav_contact.gif);
	margin: 0px 0px -5px 0px;
	padding: 0px;
}
#hindex span, #contact span {
	display: none;
}
#logo_center {
	text-align: center;	
}
/*  --------------- popup  ----------------- */

body#pop_body {
	background: #d9d9b3;
	margin: 0px 15px 0px 15px;
}
.p_popup{
	color: #2a2a55;
	line-height: 17px;
}
.popup_links {
	color: #2a2a55;
}