/* Start of CMSMS style sheet 'DEFAULT - Layout: Top menu + 2 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   background-color:#f5f6f7;
   background-image: url(uploads/images/layout/body_bg.jpg);
   background-repeat: repeat-x;
   text-align: left;
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #e77802; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #e77802;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #0691c4;
}

/*****************
basic layout 
*****************/
body {
   background-color: f5f6f7;
   color: #333;
   margin:0;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;
   padding: 26px 0 0 0;
   width: 950px;
   background-color: #fff;
   background-image: url(uploads/images/layout/top.gif);
   background-position:top left;
   background-repeat:no-repeat;
   color: #222222;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 160px;
   background-image: url(uploads/images/layout/header_bg_foto.jpg);
   background-repeat: no-repeat;
   background-position: top right;
   border-left: 5px solid #ffffff;   
   border-right: 10px solid #ffffff;        
}

#header_rotatingimg{
display: block;
width: 210px;
height: 139px;
position: absolute;
top: 31px;
margin-left:715px;
}

div#header a {
/* you can set your own image here */
   background: #C2DCED url(uploads/images/layout/header_logo.jpg) no-repeat; 
   display: block; 
   height: 160px;
   width: 560px;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
   font-size: 11px; 
   color: #555;
}

div#search input{
   font-size: 11px;
   font-family: arial, helvetica;
   margin:0 2px;
   background:url(uploads/images/layout/zoekbt_bg.gif) repeat-x;
   border:1px solid #bcbcbc;
   padding:2px;
   cursor: pointer;
}

div#search input#cntnt01searchinput{
  padding:3px;
  background: #ffffff;
  cursor:text;
}

div.breadcrumbs {
   padding: 12px 0 12px 7px; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 11px; 
   margin: 0 5px 0 5px;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   background-image:url(uploads/images/layout/breadcrumbs_bg.gif);
   background-position:bottom left;
   background-repeat:repeat-x;
   border-top:1px solid #ffffff;
   color: #555;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
   margin: 14px auto 0 0; /* some air above and under menu and content */
}

div#main {
   margin:0 285px 0 12px;
   padding-bottom: 10px;
   border-bottom: 1px solid #E0F1F8;
}

div#main-full {
   margin:0 12px 0 12px;
   padding-bottom: 10px;
   border-bottom: 1px solid #E0F1F8;
}

div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 248px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin: 0 10px 12px 0;
}

div#main_homepage {
   margin:0 285px 0 285px;
   padding-bottom: 10px;
   border-bottom: 1px solid #E0F1F8;
}

div#left_sidebar{
   float: left;
   width: 248px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin: 0 0 12px 10px;
}

#openingstijden {
   margin: 10px 0 10px 0;
   padding: 6px 15px 0px 15px;
   background-color:#e0f1f8;
   background-image:url(uploads/images/layout/sidebar_bg.gif);
   background-position:bottom right;
   background-repeat:no-repeat;
   border: 1px solid #cbe2eb;
}

#openingstijden ul {
   margin: 0px;
   padding-bottom: 16px;
}

#openingstijden li {
   list-style: none;
   display: block;
   color: #026694;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   border-bottom: 1px solid #bdd8e7;
   font-size: 12px;
   line-height: 26px;
}

#openingstijden li strong{
   display:block;
   float:left;
   width:80px;
}

#adres {
   margin: 10px 0 10px 0;
   padding: 6px 15px 0px 15px;
   background-color:#e0f1f8;
   background-position:bottom right;
   background-repeat:no-repeat;
   border: 1px solid #cbe2eb;
}

#adres ul {
   margin: 0px;
   padding-bottom: 16px;
}

#adres li {
   list-style: none;
   display: block;
   color: #026694;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-size: 12px;
   line-height: 26px;
}

#adres li strong{
   display:block;
   float:left;
   width:80px;
}

div#footer {
   clear:both;
   color: #999;
   border-top: 1px solid #eeeeee;
   background-color: #f5f6f7;
}

div#footer p {
   font-size: 11px;
   padding: 10px 0px;      /* some air for footer */
   text-align: right; /* centered text */
   margin:0;
}

div#footer p a {
   color: #aaa;
   text-decoration: none;
   border-bottom: 1px solid #ccc;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 8px 0px 8px 0px;
   border-top: 1px solid #cfe4ef;
}

/* relational links under content */
div.left49, div.right49 {
  float: left;
  width: 49%;
  font-size: 11px;
  height:40px;
  padding:10px 0px 12px 0;
  margin-top:10px;
}

div.right49 {
  float: right;
  text-align: right;
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   color: #0691c4; 
   font-size: 21px;
   font-weight: normal;
   text-align: left;
   border-bottom: 1px solid #e0f1f8; 
   line-height: 20px;
   padding-bottom:6px;
/* and some air under the border */
   margin: 0 0 0.5em 0;

}
div#content h2 {
   color: #0691c4; 
   font-size: 21px;
   font-weight: normal;
   text-align: left;
   border-bottom: 1px solid #e0f1f8; 
   line-height: 20px;
   padding-bottom:6px;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#openingstijden h3{
   background-image:url(uploads/images/layout/menubar_bg.gif);
   margin: -6px -15px 6px -15px;
   border-bottom:1px solid #fff;
   padding: 7px 15px;
   font-size: 1.1em;
   line-height: 1.1em;
   color:#ffffff;
}

div#adres h3{
   background-image:url(uploads/images/layout/menubar_bg.gif);
   margin: -6px -15px 6px -15px;
   border-bottom:1px solid #fff;
   padding: 7px 15px;
   font-size: 1.1em;
   line-height: 1.1em;
   color:#ffffff;
}

div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 24px 0;  /* some air around p elements */
   line-height: 19px;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */


/* TABLE (ROOSTER */
#rooster {
  padding: 0;
  margin: 0 0 1em 0;
  border-collapse:collapse;
  background:#fff;
  width: 652px;
		}
		
		#rooster caption {
			padding: 0 0 5px 0;
			text-align: right;
		}
		
		#rooster thead th {
			font-weight: bold;
			font-size:100%;
			color: #026694;
			border:1px solid #CBE2EB;
			border-left:0;
			text-transform: uppercase;
			text-align: center;
			padding: 2px;
			background: #E0F1F8;

		}
		
		#rooster thead th.nobg {
			border-top: 0;
			border-left: 0;
			border-right: 1px solid #CBE2EB;
			background: none;
			color:#555555;
                        text-align: center;
		}
		
		#rooster td {
			border-right: 1px solid #CBE2EB;
			border-bottom: 1px solid #CBE2EB;
			padding: 3px;
			color: #4f6b72;
			vertical-align:top;
text-align: center;
		}
		#rooster td a,
		#rooster td a:hover,
		#rooster td a:visited {
			text-decoration:none;
			color:#4f6b72;
		}

		#rooster td.easy, 
		#rooster tr.alt td.easy {
			background:#fff;
		}
		
		
		#rooster tr.alt td {
			background: #fff;
			color: #026694;
		}
		#rooster tr.alt td a,
		#rooster tr.alt td a:hover,
		#rooster tr.alt td a:visited {
			text-decoration:none;
			color:#96c;
		}
		#rooster td a:hover,
		#rooster tr.alt td a:hover {
			text-decoration:underline;
		}
		#rooster tbody th {
			border:1px solid #CBE2EB;
			border-right:1px solid #CBE2EB;
			border-top: 0;
			background: #fff;
			font-weight: normal;
			vertical-align:center;
			color:#E0F1F8;
			padding:3px;
			white-space:nowrap;
		}
		
		#rooster tr.alt th {
			border-left: 1px solid #CBE2EB;
			border-top: 0;
			background: #E0F1F8;
			color: #026694;
		}

/* END TABLE (ROOSTER) */


/* CONTACTFORM */
.error_message {
	color: red;
}

textarea {
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-size: 1em;
   line-height: 19px;
}

/* END CONTACTFORM */

.openingstijden tr td {
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-size: 1em;
   line-height: 19px;
}

.dagenbreed  {
 width: 70px;
}

.streepbreed {
 width: 20px;
text-align: center;
}


.aanbodtable td {
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-size: 1em;
   line-height: 19px;
}


.aanbodheading a {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1em;
   margin: 0 0 0 0;
text-decoration: none;
border: 0px;
}

.roosterlink {
color: #ff0000;
font-size: large;
font-weight:bold;
text-decoration:none;
}

.roosterlink:hover {
color: #ff0000;
font-size: large;
font-weight:bold;
text-decoration:none;
}

.roosterlink:visited{
color: #ff0000;
font-size: large;
font-weight:bold;
text-decoration:none;
}
/* End of 'DEFAULT - Layout: Top menu + 2 columns' */

