/* $Id: rookvrij.css,v 1.8 2005/03/07 14:21:35 leopold Exp $ */

/* global behaviour */

body {
	margin: 0 ;
	color: #000000 ;
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 8pt ;
	font-style: normal ;
	line-height: 1.4 ;
}

h1, h2, h3, h4, p {
	margin-bottom: 8px ;
	margin-top: 0 ;
}

h1 {
	font-size: 14pt ;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	font-size: 14pt ;
	font-weight: bold;
}

h3 {
	font-size: 10pt ;
	font-weight: bold;
}

h4 {
	font-size: 10pt ;
	font-style: italic ;
}

input {
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 8pt ;
	font-style: normal ;
}

/* links are bold, no underline, color changes on hover */

a {
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
}

a: hover {
 	color: red;
}

/* clean tables */
/* <table cellspacing='0' cellpadding='0' border='0'> */
/* <td valign='top'> */

table {
	border: 0 ;
	border-spacing: 0 ;
	border-collapse: collapse ;
}

td {
	border: 0 ;
	padding: 0 ;
	vertical-align: top ;
}

/* oldstyle tables */

table.oldstyle td {
	padding: 3px ;
}

table.border td {
	border: 1px solid black ;
}

/* table align */

td.100_percent {
	width: 100% ;
}

/* clean forms */

fieldset {
	border: 0 ;
	padding: 0 ;
}

/* no border for img tags with an anchor */

img {
	border: 0 ;
}

/* standard body */

#body {
	position: absolute;
	z-index: 5;
	width: 450px; height: 314px;
	left: 250px; top: 220px;
	overflow: auto;
	padding-right: 16px;
}

/* background */

#background {
	position: absolute;
	z-index: 1;
	left: 0px; top: 0px;
	overflow: none;
}

/* navigation */

#navigation {
	position: absolute;
	z-index: 2;
	left: 64px; top: 26px;
	width: 120px; height: 580px;
	overflow: none;
}

#footer_navigation {
	position: absolute; 
	z-index: 2; 
	left: 538px; top: 548px; 
	width: 100px; height: 16px; 
	overflow: none; 
	text-align: right;
}

#news_navigation {
	position: absolute; 
	z-index: 2; 
	left: 216px; top: 156px; 
	width: 100px; height: 96px; 
	overflow: none; 
}

#footer_navigation p a {
	font-size: 10pt ;
	font-weight: normal ;
	color: black ;
}

/* 7 stappen keuzemenu */

#stepsmenu ul {
	padding: 0px ; margin: 0px ;
}
#stepsmenu ul li {
	list-style: none ;
}
#stepsmenu ul li img {
	vertical-align: middle;
}

/* faq titels kregen geen klik-handje */

p.faq_title a {
	cursor:pointer;
}

