@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%; /* needed for container min-height */ 
}
body {
	font-family: Arial,Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #676767;
	background: url(../images/background.png) repeat-y #e5ecf4;
}
h1 {
	font-size:18px;
	font-weight: bold;
}
h2 {
	font-size:16px;
	font-weight: bold;
}
h3 {
	font-size:14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h4 {
	font-size:12px;
	font-weight: bold;
}
h5 {
	font-size:10px;
	font-weight: bold;
}

a {
	color: #676767;
}
a:visited {
	text-decoration: underline;	
}
a:hover {
	text-decoration:none;
	color: #C00;
}
.hoofdtabel{
	z-index: 20;
}
.ringen {
	right:0px;
	bottom:0px;
	z-index:25;
	background: url(../images/ringen.png) no-repeat;
	float:right;
}
.contenttable {
	background: url(../images/table-back-cell.gif) no-repeat;		
}
.contenttable2 {
	background: url(../images/table-back-cell-left.gif) no-repeat;		
}
.backgroundtable {
	background: url(../images/table-back-cell-blauw.gif) no-repeat;		
}
.backgroundtable2 {
	background: url(../images/table-back-cell-blauw.gif) no-repeat;		
}
.backgroundtable-links {
	background: url(../images/table-back-cell-blauw-links.gif) no-repeat;		
}
#logo {
	margin-top: 5px;
	margin-bottom: 5px;
	position:relative;
	z-index:30;
}
.figuren {
	position:relative;
	margin-bottom: 10px;
	z-index:30;
	background: url(../images/figuren.png) no-repeat;
}
.knoppen {
	position:relative;
	z-index:30;
	margin: 3px 0px 0px 0px;
}
a #knop1 {
	background-image: url(../images/button_1_coaching-supervisie.jpg);
}
a:visited #knop1 {
	background-image: url(../images/button_1_coaching-supervisie.jpg);
}
a:hover #knop1 {
	background-image: url(../images/button_1_coaching-supervisie_active.jpg);
}
a #knop1-actief {
	background-image: url(../images/button_1_coaching-supervisie_active.jpg);
}
a #knop2 {
	background-image: url(../images/button_2_training.jpg);
}
a:visited #knop2 {
	background-image: url(../images/button_2_training.jpg);
}
a:hover #knop2 {
	background-image: url(../images/button_2_training_active.jpg);
}
a #knop2-actief {
	background-image: url(../images/button_2_training_active.jpg);
}
a #knop3 {
	background-image: url(../images/button_3_organisatie-ontwikkeling.jpg);
}
a:visited #knop3 {
	background-image: url(../images/button_3_organisatie-ontwikkeling.jpg);
}
a:hover #knop3 {
	background-image: url(../images/button_3_organisatie-ontwikkeling_active.jpg);
}
a #knop3-actief {
	background-image: url(../images/button_3_organisatie-ontwikkeling_active.jpg);
}
.starttekst {
	font-family:Arial,Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #99b5d5;
	width: 475px;
	text-align: left;
}
#table-text {
	padding: 0px 30px 30px 25px;
	color: #676767;
	width: 440px;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
#quote-text {
	padding: 0px 0px 0px 15px;
	width: 150px;
}
.topmenu {
	font-family:Arial,Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #5c88bb;
	text-align:right;
	padding-right: 25px;
}
.topmenu a, .topmenu a:visited  {
	text-decoration:none;
	color: #5c88bb;
}
.topmenu a:hover {
	text-decoration:underline;
}
.topmenu #actief {
	text-decoration:underline;
}
ul.zijnavigatie {
	padding-top: 10px;
	color:#a6beda;
	padding-left: 25px;
}
li a, li a:visited {
	color:#a6beda;
	text-decoration: none;
	font-weight: bold;
}
li a:hover {
	color:#a6beda;
	text-decoration: underline;	
	font-weight: bold;
}
li.actief a, li.actief a:visited {
	color:#004695;
	font-weight: bold;
	text-decoration: none;
}
li.actief a:hover {
	color:#004695;
	font-weight: bold;
	text-decoration: underline;
}
.quote {
	margin-bottom: 25px;
}
* {margin:0;padding:0;}
/* must declare 0 margins on everything,
also for main layout components use padding,
not vertical margins (top and bottom) to add spacing,
else those margins get added to total height
and your footer gets pushed down a bit more,
creating vertical scroll bars in the browser */
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#main {
	padding-bottom: 150px; /* must be same height as the footer */
}
#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background: url(../images/ringen.png) bottom right no-repeat;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
