/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************

body {
	background: #F7844A
}

p {
	margin:0;
	margin-top:6px;
}
a img {
border: 0;
margin: 0;
}
/* End of 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'bouysse_basis' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/


/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   background-image:  url(/uploads/images/dummy_achtergrond.gif); 
   background-repeat: repeat;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #333300;
   font-size: 12px;
   margin:0;
   padding:0
}


/* center wrapper, min max width */
div#pagewrapper {
   position: relative;
   display: block;
   border-style: none solid solid none;
   border-color: rgb(255, 204, 153);
   border-width: 1px;
   text-align: left;
   margin-top: 10px;
   margin-left: auto;
   margin-right: auto;
   width: 780px;
   height: auto;

   background-image: url(/uploads/images/achtergrond.gif);
   background-repeat: repeat-y;
   background-position: left;}


/*** header ***/
div#header {
   position: relative;
   display: block;
   margin: 0;
   padding: 0;
   float: left;
   width: 100%;
   height:83px;
   background-image: url(/uploads/images/banner_achtergrond.gif);
   background-repeat: repeat-x;
}

#banner {margin:0 0 0 70px}
#logo {margin:0 0 0 60px}

.kop-links {
   border: 0px; 
   float: left; 
   margin: 0px;
}

/* position for the search box */
div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   position: relative;
   display: block;
   float: left; 
   width: 100%;
   clear: both;
   height: 28px;
   border: 0;
   padding: 0;
   margin:0;   text-align: right;

}
.breadcrumbs span {
   display: block;
   font-size: 10px;
   margin: 10px 18px 0 0;   
}
div#content {
   margin: 20px 20px 20px 0;   /* some air above and under menu and content */
}


div#main {
 /*   margin-left: 206px; this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   position: relative;
   display: block;

   margin-top: 0px;
   margin-bottom: 10px;
   margin-left: 15px;
   float: left;
   width: 555px;
   height: auto;
   font-size: 12px;
   color: #333344;
}
div#sidebar {
   padding-left: 5px;
   padding-top: 10px;
   margin-top: 0px;
   margin-bottom: 15px;
   float: left;
   width: 186px;
   height: auto;
   font-size: 0.8em;
}

div#footer {
width:780px;
height: 20px;
font-size: 0px;
line-height:0px;
clear: both;
background-image: url(/uploads/images/achtergrond.gif);
background-repeat: repeat-y;
background-position: left;
border-top: 1px solid #FFB58C;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}


/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */

p {
font-weight: 100;
margin-top: 0px;
background-position: left; line-height: 18px; margin-bottom: 9px
}
h2 {
font-family: "Comic Sans MS", Arial;
font-size: 17px;
line-height: 30px;
font-weight: bold;
color: #344d96;
font-style: normal;
text-align: center;
margin: 10px 0px 15px 0px;
border-bottom: 1px solid #FFE0A3;
}
h3{
color: #344d96;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
line-height: 14px;
margin-bottom: 0px;
margin-top: 16px
}
h4 {
color: #344d96;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
line-height: 14px;
margin-bottom: 0px ;
margin-top: 16px ;
font-weight: normal;
}
ul {
margin-left: 12px;
padding-left: 5px;
list-style-position: outside;
list-style-type: circle; margin-top: 8px; margin-bottom: 8px; line-height: 18px
}
.PlaatjeLinks {
border: 2px #FFE0A3 solid; 
float: left; 
margin: 5px 10px 0px 0px; 
vertical-align: 10%;
}
.PlaatjeRechts {
border: 2px #FFE0A3 solid;
float: right; 
margin: 5px 0px 0px 10px;
vertical-align: 10%;
}
.GeenkaderLinks {
border: none; float: left; margin: 5px 10px 0px 0px; vertical-align: top;
}
.GeenkaderRechts {
border: none;
float: right; margin: 5px 0px 0px 10px;
vertical-align: top;
}

#main table {
	margin: 0px 0px 8px 0px;
}
#main td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	padding: 2px 0px 3px 0px;
	color: #333344;
}
ul {
	margin-left: 12px;
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: circle; 
	margin-top: 8px; 
	margin-bottom: 8px; 
	line-height: 18px
}
.td-kleur {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	background-color: #EFD093
}
.opmaak-tabel-cel {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
}
.opmaak-tabel-kleur {
	border-style: none;
	border-width : 0px;
	margin : 0px;
	padding : 0px;
}
a {
	color: #ED601B;
	text-decoration: none;
}
a:hover {
	color: #ED601B;
	text-decoration: underline;
}
a:visited {
	color: #bb5c37;
}
a.button-txt, a.button-txt:visited, a.button-txt:hover {
             color: #000;
             font-family: Tahoma, Arial;
} 
#main .kosten_tabel {
	font-size: 8px;
	border-top: 1px dashed #EFD093;
	margin-top: 6px;

}
#main .kosten_tabel td {
	font-size: 11px;
	line-height: 16px;
	border-bottom: 1px dashed #EFD093;
	padding: 4px 0px 6px 0px;
   color: #434959;
}
#main .kosten_tabel .even {
	border-bottom: none;
	padding: 4px 0px 0px 0px;
   color: #333344;
}
.tabel-noten {
	padding-left: 0px;
	padding-top: 0px;
}
.adres {
	background-color: #FFE0A3;
	border: 1px solid #3366CC;
	padding: 12px 6px 3px 6px;
}
.PlaatjeLinksX {
	border: 2px #FFE0A3 solid;
	float: left;
	margin-right: 10px ;
	margin-top: 5px;
	margin-bottom: 20px;
	vertical-align: top ;
	margin-left: 0px;
}
.toc {
	color: #3366CC;
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	height: 0px;
	border-top: 1px solid #FFE0A3;
}
a img { border: 0}
/* End of 'bouysse_basis' */

