body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #414141;
	margin: 0 0 15px 0;
	height: 100%;
	}
a {
	color: #414141;
	text-decoration:underline;
	font-weight:bold;
	}

/*    LAYOUT    */ 
#container{
	overflow: hidden;
	width: 905px;
	margin:  0 auto;
	padding: 0px;
	position: relative;
	text-align: left;
	background-color:#FFFFFF;
	height:100%;
}

#left_col {
	float:left;
	width:155px;
	height: auto;
	text-align:left;
	padding-left:0px;
}
#right_col {
	width:750px;
	float:right;
	text-align:left;
	height:auto;
	background-image: url(afbeeld/header_bkg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#top{
	width: 750px;
	height: 150px;
}
#content{
	width: 750px;
	height: auto;
	margin: 10px, 10px,10px,0px;
}

#footer {
	clear: both;
	color:#ffffff;
	width:750px;
	float:right;
	text-align: left;
	background-color: #FCA45A;
}
	
.top_menu{
	width: 750px;
	height: 30px;
	margin:0px;
	font-family: Arial, Sans-serif;
	font-size: 15px;
	top: 104px;
	float:right;
	position: absolute;
	font-weight: bolder;
	left: 155px;
	}
	
.top_menu a{
	display: block;
	padding: 6px 7px 5px 7px;
	text-decoration: none;
	color: #414141;
	}
	
.top_menu a.top_menu_selected{
	background-color: #ff7400;
	}
	
.top_menu a:hover{
	background-color: #ff7400;
	}

.top_menu table{
	width: 750px;
	height: 30px; 
	text-align: center;
	vertical-align: top;
	}
.groot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #414141;
}
.err_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
}
/* kalender*/
.wday {
	font-weight: bold;
	font-style: normal;
	background-color: #D0E2CF;
	padding-left: 20px;
	padding-right: 20px;
}
.dpTable { 
	border:1px solid #aaaaaa;
	font-size: 12px;  
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	background-color: #ece9d8;
	text-align: center
}
.dpTD {
	border: 1px solid #ece9d8;
}
.dpDayHighlightTD {
	border: 1px solid #aaaaaa;
	background-color: #cccccc;
}
.dpTDHover {
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	background-color: #aca998
}
.dpDayTD {
	border: 1px solid #aaaaaa;
	background-color: #cccccc;
	color: white; 
}
.dpTitleText {
	font-weight: bold; 
	font-size: 12px; 
	color: gray;
}
.dpDayHighlight {
	font-weight: bold; 
	color: #4060ff
}
.gr_wit {
	font-size:20px;
	font-weight: bold;
	color: #ffffff;
	}

