@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background: url(../images/background.png) repeat-y #e5ecf4;
	padding: 0px;
	margin: 0px;
}
.ringen {
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:25;
	background: url(../images/ringen.png) no-repeat;
}
.contenttable{
	background: url(../images/table-back.png) no-repeat;		
}
#logo {
	margin-top: 15px;
	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;
}

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 #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 #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);
}
.starttekst {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.42em;
	color: #004695;
	width: 450px;
	text-align: left;
}
.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;
}
* {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 */