body {
   background-image:url('../media/bovenbalk_verloop.gif');
   background-repeat:repeat-x;
   background-position:0px 18px;
}

.red {
	color:#B30838;
}

/**
 * Top menu
 */
div#top {
   position:relative;
   width:728px;
   height:98px;
   margin:10px 0px 0px 57px;
}
div#scrolling-news {
   width:478px;
   float:left;
   padding-top:2px;
}
div#search {
   width:245px;
   float:right;
}

div#subnav td a {
	float:right;
}
div#subnav img.flag {
	position:relative;
	top:3px;
}
div.calendar {
	margin-left:5px;
	background-image:url('../media/ico_calendar.gif');
	background-repeat:no-repeat;
	float:right;
	width:20px;
	height:20px;
	position:relative;
	top:-5px;
}
div.calendar span {
	position:relative;
	top:7px;
	left:-3px;
	font-size:8px;
	font-weight:bold;
	font-family:Verdana;
}

/**
 * Content 
 */
div#content-wrapper {
   margin:5px 0px 0px 160px;
   width:730px;
}

div.content-inner {
   padding:7px 10px;
}

div#content {
   min-height:100px;
}
div#content p {
   padding:5px 0px;
   margin:0px;
}

div#content div.left {
   width:235px;
   float:left;
   margin-right:10px;
   margin-top:0px;
   /*color:#BE4652;*/
}
div#content div.left ul li {
   border-bottom:1px dashed;
   padding-bottom:7px;
}
div#content div.middle {
   margin-right:10px;
   float:left;
   /*background-color:#DCDADB;*/
   width:235px;
}
div#content div.right {
   width:235px;
   float:left;
   margin-top:11px;
   /*border-bottom:1px dashed #000;*/
}

div#content h1 {
   font-size:14px;
   margin:0px 0px 7px 0px;
}

/**
 * Contact formulier
 */
div#contactform {
   width:180px;
   margin:15px 0px 0px 0px;
   padding-bottom:15px;
   border-bottom:1px dashed #000;
}

/**
 * Tabellen
 */
table.maintable {
   width:100%;
   background-color:#006990;
}
table.maintable th {
   color:#FFF;
   text-align:left;
   padding-left:5px;
}
table.maintable tr.row1 {
   background-color:#FFF;
}
table.maintable tr.row2 {
   background-color:#EFEFEF;
}
table.maintable td {
   color:#000;
   padding-left:5px;
}

/**
 * Seminar form
 */
div#seminar_form {
	display:block;
	border:1px solid #B30838;
	padding:10px;
	margin:20px 0px;
}

/**
 * Clip
 */
div#clip {
   border-bottom:1px dashed #000;
   margin-top:15px;
   padding-bottom:20px;
   width:180px;
   z-index:-1;
}

/**
 * Interactief CV
 */

div#cv {
   border-bottom:1px dashed #000;
   margin-top:15px;
   padding-bottom:20px;
   width:180px;
}
div#cv p {
   font-size:12px;
   font-weight:bold;
   color:#006990;
}
div#cv img {
   border:none;
}

/**
 * Copyright info
 */
div.copyright {
   color:#CCC;
   margin:40px 0;
}
div.copyright a {
   color:#CCC;
   font-weight:bold;
   text-decoration:none;
}

/**
 * Tags
 */
div#tags a {
	color:#4A4A4A;
}

/**
 * Footer
 */
div#footer {
   margin-bottom:100px;
}
a#link_top {
	color:#4A4A4A;
}

/**
 * PDF icoon
 */
img.pdf {
	border:none;
	margin-right:5px;
	position:relative;
	top:3px;
}