html, body {
	
	min-height: 100%;
	width: 100%;
	height: 100%;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 8.7pt;
	color: #555555;
}

h1 {
	color: #007fac;
	font-size: 14pt;
	font-weight: normal;
	line-height: 100%;
}

h2 {
	color: #007fac;
	font-size: 12pt;
	font-weight: normal;
	line-height: 100%;
}

h3 {
	color: #007fac;
	font-size: 10pt;
	font-weight: normal;
	line-height: 100%;
}

.fotos
{
	width: 80px; 
	text-align: center; 
}

.fotos img
{
 	border: 0; 
}

.fotobeschrijving
{
	min-width: 250px; 
	width: 300px; 
}

.persoononderfoto
{
	width: 240px; 
	text-align: center; 
	position: relative; 
	top: -1px; 
	
}

/* -------- Styles WYSIWYG --------- */

.blauw1 {
	color: #007fac;
	font-size: 14pt;
	font-weight: normal;
	line-height: 100%;
}

.blauw2 {
	color: #007fac;
	font-size: 12pt;
	font-weight: normal;
	line-height: 100%;
}

.blauw3 {
	color: #007fac;
	font-size: 10pt;
	font-weight: normal;
	line-height: 100%;
}

.blauw4 {
	color: #007fac;
}

td {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 8.7pt;
	color: #555555;
}

/* Basis*/
a {
	color: #007fac;
	text-decoration: none;
}

hr {
	border: 0;
	color: #007fac;
	background-color: #007fac;
	height: 1px;
	width: 675px;
	text-align: left;
	margin: 0 auto 0 0;
}

a:hover {
	color: #007fac;
}

div#header {
	height: 110px;
	overflow: hidden;
}

div#menu {
	background: #ddff54;
}



div#menu table {
	margin-left: 34px;
}

#submenu {
	background-color: rgb(0,172,161)
	
}

div#submenu table {
	margin-left: 40px;
	
}

div#menu a {
	display: block;
	padding: 5px 14px 5px 14px;
	font-size: 7pt;
	text-decoration: none;
	color: #007fac;
}

div#menu a:hover {
	background: #fff;
}

div#submenu a {
	display: block;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	font-weight: normal;
	
	color: #FFF;
}

div#submenu a:hover {
	color: #ddff54;
}

/* container
-------------------------------------------------*/

div#wrap {
   position: relative;
   min-height: 100%;
   _height: 100%; /* IE6 Fix */
   text-align: left;
}

div#container .inner {
	margin: 30px 10px 20px 10px;
}

div#container td {
	vertical-align: top;
}

/* sidebar
-------------------------------------------------*/

div#sidebar {
	background: #fff;
	width:190px;
	margin-left:5px; 
}

div#sidebar a {
   display: block;
   min-height: 24px;
   margin-bottom:4px;
   color: #666666;
   text-decoration: none;
}

div#sidebar a.selected {
	color: #007fac;
}

div#sidebar a:hover {
	color: #007fac;
}


/* content
-------------------------------------------------*/

div#content {
	line-height: 180%;
	margin-bottom: 60px;
}

/* footer
-------------------------------------------------*/

div#footer {
	position: absolute;
	bottom: 0;
	margin-left: 210px;
	background: #fff;
	 color: #666666;
	border-top: 1px #007fac solid;
	width: 675px;
}

div#footer a {
	color: #666666;
}

div#footer a:hover {
	color: #007fac;
}


div#footer .inner {
	margin-right: 0px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
}

div#footer table {
	width: 0;
}

div#footer td {
	padding-right: 0px;
	white-space: nowrap;
}

/* Afspraak maken
-------------------------------------------------*/

div#afspraakForm {
	display: none;
}
div#afspraakBesch {
	padding: 20px;
	font-weight: bold;
	border: 1px solid #FF0000; 
	width: 675px; 
	
}

div#afspraakForm.display {
	display: block; 
}

/* Inschrijf plugin */

.inschrijf.titel
{
	font-weight: bold;
	font-size: 20px; 
}

.inschrijf.form .beschrijving
{
	padding-bottom: 2px;
	margin-bottom: 2px;
	clear: both;
	float: left;
	font-style: italic;
	width: 200px; 
	
}

.inschrijf.form .forms
{

	padding-bottom: 2px;

	margin-bottom: 2px;

	float: left;
}