/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
/* Top Elements */
/* images */
/* LAYOUT */
* { margin: 0; padding: 0; }

body {
	background: #fff url(../images/fading_background_10.jpg) repeat-x center top;
	/*background: #fff url(../images/bg20.gif) center top;*/
	/*background: #fff url(../images/bg_tp.gif);*/
	font: 75.00%/1.55em Verdana, Tahoma, arial, sans-serif;
	color: #000; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #0000cd;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	color: #88481b;
	background: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	/*font-weight: Bold;*/ 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 2.5em;
	color: #88AC0B;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p { padding: 10px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #88281b;
}
dd {
  padding-bottom: 20px; padding-left: 25px; 
}

dt a, dt a:link, dt a:visited, dt a:active { color:#88281b; 
}
dt a:hover { color:#0500A5; 
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
.simons {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
	margin-right:15px;
}
.imgIcon {vertical-align:middle; margin: 2px}

blockquote {
	display:block;
	margin: 15px 10px;
	padding: 5px 7px 5px 8px;  	
	font-size: 1.3em;
	font-family: 'Trebuchet MS', sans-serif;
	line-height: 1.5em;
	font-weight:bold;
	/*font-style: italic;*/	
	color: #000;	
	border: 1px solid #e2d895; 
	background: #FAF7F5 url(images/quote.gif) no-repeat 15px 15px;
	width:95%;
}
blockquote.cursus {
	display:block;
	margin: 15px 10px;
	padding: 5px 7px 5px 8px;  	
	color: #000;	
	border: 1px solid #e2d895; 
	background: #FAF7F5 url(images/quote.gif) no-repeat 15px 15px;
	width:95%;
}
p.inschrijven {
	margin: 5px;	
	padding:0 5px;
	font-weight:bold;	
	font-size: 1em;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 30px;
	padding-left: 12px;
	padding-right: 12px;
	color: #80614D;
	text-align: left;
	background: #E2D881;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #AEA562 #c9b220 #c9b220 #AEA562;	
}
tr {
	height: 30px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E2D881;	
}	
td.NoBorder {
	border: 0;	
}	
/* end - table */



/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 952px;
	background: #FFF url(../images/wrap.gif) repeat-y center top;
	margin: -10px auto 30px auto;
	text-align: left;	
}
#wrap_full {
	position: relative;
	width: 952px;
	background: #FFF url(../images/wrap_full.gif) repeat-y center top;
	margin: -10px auto 30px auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 25px 0 60px 0; 	
}
#header {
	position: relative;
	width: 952px;
	height: 155px;
	background: #f2f0f1 url(../images/header_tp.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 79px; left: 190px;		
}

/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #ca641f url(images/top-menu.gif) repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	
	top: 0;	right: 70px
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 952px;
	height: 40px;
	background-color: #c8880c;
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 3px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: bold 15px/38px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #E7FAA9;	
}
#nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}

/* Main Column */
#main {
	float: left;
	width: 535px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;	
}
#main h2 {
	font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #0500A5; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -2px;
	border-bottom: 1px solid #E4F2C8; 	
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main h3 {
	font: bold 1.75em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #0500A5; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
	border-bottom: 1px solid #E2D881; 	
}

#main h4 {
	font: bold 1.25em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #0500A5; 
	padding: 10px 0 0 5px; 	
	margin-left: 5px;		
}

#main ul, #main_full ul { list-style: disc; }

#main_full ol.withalpha { list-style-type: lower-alpha; }


/*#main ul li {
	list-style-image: url(../images/bullet.gif);
}*/

#main_full {
float: left;
	padding: 0; margin: 0 40px;
	display: inline;	
}
#main_full h2 {
	font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #0500A5; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -2px;
	border-bottom: 1px solid #E4F2C8; 	
}
#main_full h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main_full h3 {
	font: bold 1.75em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #0500A5; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	border-bottom: 1px solid #E4F2C8; 	
}
#main_full h4 {
	font: bold 1.5em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #0500A5; 
	padding: 10px 0 5px 0; 	
	margin-left: 5px;		
}
#main_full ul li {
	list-style-image: url(../images/bullet.gif);
}


.FloatCont {
	float:left;
	padding:5px;
	vertical-align:top;
	text-align:center;
	margin-right:5px;
}
.FloatCont p {font-size:90%;margin-top:0;}

.quotes {
	margin: 15px 10px;
	padding: 5px 7px 5px 20px;  	
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #444;	
	border: 1px solid #e2d895; 
	background: #FAF7F5 url(../images/quote.gif) no-repeat 15px 15px;
	width:90%;
}


#sidebar {
	float: right;
	width: 285px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #88641B; 
	font: bold 1.75em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E4F2C8;	
}
#sidebar h4 {
	color: #88641B; 
	font: bold 1.5em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E2D881;
	clear:left;	
}
#sidebar h4 a, #sidebar h3 a {color:#88641B;}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 3px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #4b559d;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }


/* footer */
#footer {
	clear: both;
	width: 952px;
	margin: 0;
	padding: 18px 0 0 0;
	background: #fff url(../images/footer-bottom_tp.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer p {
	padding:7px 0;
}
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

/* additional colors*/
.gray {
color:#808080;
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.recencist {text-align: right; padding-top:0;margin-top:0;margin-right:25px;}

.behandelaar {
margin:0;
padding:0;
}
.behandelaar p, .behandelaar a {padding:0; margin:0;}

td.behandel {
padding: 0 5px 0 7px;
}
td.deelnemers {
padding: 0 5px 0 0;}

.small {
color:#cccccc;
font-size:0.88em;
}
.NoMargTop {margin-top:0;}

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clearLeft {clear:left;}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


