
body{
	padding:0px;
	margin:0px;
	background:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	line-height:14px;
	color:#4B4844;
	scrollbar-base-color: #f8981d;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color:antiquewhite;
	scrollbar-highlight-color:red;
	scrollbar-3dlight-color:orange;
	scrollbar-darkshadow-color:brown;
	scrollbar-shadow-color:pink;
	scrollbar-arrow-color:red;
	scrollbar-track-color:ivory;

}

h1 {
	color:#000000;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom: 14px;
}

table {border-collapse:collapse; border:0px;}


table, td {
		border:0px;
	}

td { vertical-align:top; padding:0px;}

a {
	text-decoration:none;
	color:#c95401;
}

a:hover{
	text-decoration:underline;
}

img { border:0px;}

#content {
	padding: 20px;
}

#content img {
	max-width: 100%;
}

#content h1{
	margin-top:0;
	margin-bottom:20px;
}

.m_text, table, li, input, textarea
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#4B4844;
	}
	


/* ------------ FOOTER ------------------- */
table#footer {
	margin-top: 12px;
}

#lastrow td {
	height: 30px;
	text-align: right;
	padding-top: 4px;
	padding-right:14px;
	border-top: 1px solid #000000;
}

#lastrow td a, table#footer td a {
	color:#4B4844;
	text-decoration: none;
}

#lastrow td a:hover, table#footer td a:hover {
	color:#000000;
	text-decoration: underline;
}

/* ------- LAATSTE NIEUWS HOMEPAGE --------- */
#news-home .news-item {
	margin: 0 20px;
}

#news-home h2{
	color:#000000;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
	margin: 20px;
}

#news-home h3{
	margin:6px 0 0;
	color:#2B3235;
	font-size:11px;
	text-transform:uppercase;
}
#news-home p {
	margin:0;
	text-align: justify;
}
#news-home span.datum {
	float: left;
	background-image:url(images/a1.gif);
	background-position: center left;
	background-repeat:no-repeat;
	padding-left:12px;
	padding-right:4px;
}
#news-home span.news-link {
	margin-top:0;
	margin-bottom:22px;
	float: right;
	color: #000;
	padding-top:6px;
}

#news-home span.news-link a {
	text-decoration: none;
	font-weight:bold;
	color:#c95401;
}
#news-home span.news-link a:hover {
	text-decoration: underline;
}

#news-home p.more-news {
	margin: 16px 20px;
   color: #000;
    float:right;
}

#news-home p.more-news a{
   font-weight: bold;
   text-decoration: none;
}

#news-home p.more-news a:hover{
	text-decoration:underline;
}

#news-home .news-pic {
	border: 0px solid #ccc;
	float:left;
	height:77px;
	margin-right:4px;
	margin-top:4px;
	width:77px;
}

#news-home .news-pic img {
	border:1px solid #cccccc;
	margin-left:4px;
	margin-top:4px;
/* height:67px;
width:67px; */
}

#news-home .news-text {
padding-top:3px;
text-align:left;
}


/* ------ NIEUWSARCHIEF ---------- */
#newstitle-all{
   margin: 0;
	color:#000000;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom: 14px;

}

#newstitle{
   margin: 30px 0 0 0;
	color:#000000;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom: 14px;
}

#newsoverzicht {
	width: 100%;
}

#newsoverzicht .active td {
	font-weight: bold;
}


/* --------- DDACCORDION SUBMENU ---------------- */

.ddaccordionmenu{
margin: 0;
padding: 0;
width: 219px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.ddaccordionmenu a.menuitem{
background: #b0a072 url(images/ddaccordionback.gif) repeat-x bottom left;
font-size: 12px;
font-weight:bold;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 50px;
text-decoration: none;
}

.ddaccordionmenu a.menuitem.selected{
color: #000000;
}

.ddaccordionmenu a.menuitem.submenuheader.selected{
color: #fff;
}

.ddaccordionmenu a.menuitem:visited, .ddaccordionmenu .menuitem:active{
color: white;
}

.ddaccordionmenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
left: 26px;
border: none;
}

.ddaccordionmenu a.menuitem:hover{
background-image: url(images/ddaccordionback2.gif);
}

.ddaccordionmenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.ddaccordionmenu div.submenu ul li{
border-bottom: 1px solid #9c9683;
}

.ddaccordionmenu div.submenu ul li a{
display: block;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 50px;
}

.ddaccordionmenu div.submenu ul li a.selected{
font-weight: bold;
}

.ddaccordionmenu div.submenu ul li a:hover{
background: #b0a072;
color: white;
}

/* ---- CONTACTFORM ----- */
.inputs td {
	height: 30px;
	vertical-align:top;
}

.inputs input, .inputs textarea {
	width: 340px;
	border:1px solid #CCCCCC;
	border:1px solid #B4B0AE; 
	vertical-align:middle;
	background:#E0DAC7
}

.inputs textarea {
overflow:auto;
}

.inputs input#Postcode {
	width: 60px;
}


.inputs img {
	margin-left: 200px;
}

.inputs .radio {
	width: 18px;
}

.inputs #sendBtn {
	background-color:#b0a072;
	border:1px solid #514113;
	width: 80px; 
	height: 24px; 
	margin-left: 200px;
	color:#FFFFFF;
	font-weight:bold;
}



/* ------------- Fieldvalidation errors ------------------------ */
#waitmsg {
	height: 531px;
}

#errormsg {
	display: none;
	color: red;
	padding: 0 4px;
}
input.error, select.error, textarea.error  {
	border:1px solid red;
}
label.error {
	color:red;
	font-style:italic;
	font-weight:normal;
	clear: both;
}

/*============== sitemap ==================*/
div.sitemap {
	margin-top: 20px;
}

div.sitemap a {
	font-weight: bold;
	text-transform:uppercase;
}

div.sitemap li a {
	font-weight: normal;
	text-transform:none;
} 

div.sitemap ul, div.sitemap li  {
	margin-top: 2px;
}

div.sitemap li  {
	margin-left: 20px;
}

/* ------------- Zoekresultaten ------------------------ */


#searchresulttxt {
	width: 100%;
}

#searchbody, #searchresulttxt td {
	background-color: #EDE9DE;
	background-image:none;
	font-family:Tahoma;
	font-size:11px;
	line-height:14px;
	color:#4B4844;
	vertical-align:top;				  			  

}

#searchbody b {
	font-family:Tahoma;
	font-size:11px;
	line-height:14px;
	color:#4B4844;
	vertical-align:top;	
}


#searchresulttxt td.more-link {
	text-align: right;
	
}

#searchresulttxt td.more-link a {
	text-decoration: none;
	font-size:11px;
}

#searchresulttxt td.more-link a:hover {
	text-decoration: underline;
}

#searchresulttxt h3{
	margin:6px 0 0;
	color:#4B4844;
	font-size:12px;
	text-transform:uppercase;
}

/*============== catalogus ==================*/
#catalogus, #catalogus td {
	border-collapse: separate;
	width: auto;
}

#catalogus {
	width: 516px;
}

#catalogus td.thumbs {
	width:100px; 
	height:100px; 
	text-align:center; 
	vertical-align:middle;
	border: 1px solid #4B4844;
}

#catalogus td p {
	margin: 2px 0;
}


#catalogus td.thumbs a:hover, #catitem td.thumbs a:hover, td.thumbs a:hover img {
	cursor: url("images/magplus.cur"), pointer;
}

#catitem-table {
	margin-left: 20px;
	margin-top: 20px;
}
#catitem td.thumbs {
	width:80px; 
	height:80px; 
	text-align:center; 
	vertical-align:middle;
	border: 1px solid #4B4844;
}

#catalogus h2 {
	color:#4B4844;
	font-size:12px;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:2px;
}

#catalogus td .more-link {
	float: right;
}
#catalogus td .more-link a {
	/* font-family:Arial, Helvetica, sans-serif; */
	text-decoration: none;
	font-size:12px;
	/* text-transform: uppercase; */
}

#catalogus td .more-link a:hover {
	text-decoration: underline;
}

#catitem a {
	text-decoration: none;
	font-weight: normal;
}

#catitem a:hover {
	text-decoration: underline;
}


#catitem, #catitem td {
	border-collapse: separate;
	width: auto;
}

input#Query, input#YMP0 {
	width: 200px;	
}

#mainmenu {
	background:url(images/mainmenu-bg.jpg) top left no-repeat;
	height:209px;
	width:220px;
}

#mainmenu ul {
	margin:30px 0 0 20px;
	padding:0;
}

#mainmenu ul li {
	list-style:none;
	margin-bottom:12px;
}

#mainmenu ul li a {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(images/menupijl.png) left 4px no-repeat;
	padding-left:30px;
	text-decoration:none;
}

#mainmenu ul li a:hover, #mainmenu ul li.selected a {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(images/menupijl.png) 10px 4px no-repeat;
	padding-left:40px;
	text-decoration:none;
}

#certificering {
	width: 182px;
	height:209px;
	float:left;
}

#certificering a {
	background:url(images/certificering2.jpg) top left no-repeat;
	width: 182px;
	height:209px;
	display:block;
	text-decoration:none;
}

#certificering a:hover {
	background:url(images/certificering2-hover.jpg) top left no-repeat;
	width: 182px;
	height:209px;
	display:block;
	text-decoration:none;
}

#opleidingen {
	width: 182px;
	height:209px;
	float:left;
}

#opleidingen a {
	background:url(images/opleidingen2.jpg) top left no-repeat;
	width: 182px;
	height:209px;
	display:block;
	text-decoration:none;
}

#opleidingen a:hover {
	background:url(images/opleidingen2-hover.jpg) top left no-repeat;
	width: 182px;
	height:209px;
	display:block;
	text-decoration:none;
}

#advisering {
	width: 181px;
	height:209px;
	float:left;
}

#advisering a {
	background:url(images/advisering.jpg) top left no-repeat;
	width: 181px;
	height:209px;
	display:block;
	text-decoration:none;
}

#advisering a:hover {
	background:url(images/advisering-hover.jpg) top left no-repeat;
	width: 181px;
	height:209px;
	display:block;
	text-decoration:none;
}

/* --- AGENDA ---- */
#agendaoverzicht {
	width:500px;	
}

tr.agendahead td {
	border-bottom:1px solid #CCC;
	color:#666;
	font-weight:bold;
}
.agendamaand td {
	font-size:14px;
	font-weight:bold;
	padding: 18px 0 8px 0;
}

.agendaitem td.agendadatum {
	width:80px;	
}

#btnplanning {
	margin: 20px 0 0 14px;	
}

