/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}




/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #ff6308; 
}

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


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #F2F2F2;
   color: #ff6308;
}

/*****************
basic layout 
*****************/
body {
   margin:1em; /* gives some air for the pagewrapper */
   background: url(/_include/images/site_bg.jpg) repeat-x #FFFFFF;
   color: #1A171B;	
}

/* center wrapper, min max width */
div#pagewrapper {
  position:absolute;
   z-index: 1;
   border: 1px solid black;
  top: 4%; 
  left: 50%;
   background-color: #fff;
  color: #1A171B;	
  background:#FFFFFF url(/_include/images/pagewrapper_bg.jpg) repeat-x scroll 0px 141px;
  margin:-4px 0 0 -490px;
  width:980px;

}

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

.noprint
 {

}
div#printheader {
display:none !important; 
}




div#header {
   height: 96px; /* adjust according your image size */
 }

div#logo {
  float: right;
  padding: 15px;
}


div#header h1 a {
/* you can set your own image here */
   background: url(/_include/images/alles_over.gif) no-repeat 20px 15px; 
   display: block; 
   height: 96px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#zoekenstrook {
   height: 20px; /* adjust according your image size */
   background: url(/_include/images/zoekenstrook.gif); 
   text-align: right;
   padding-top: 2px;
}

div#search {
   float: right;
   width: 20em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 15px 0.2em 0;
   margin: 0 8em;
}
div#nieuwsbrief {
   float: right;
   width: 15em;     
   text-align: right;
   padding: 10px 10px 0px 0px;
   margin: 0px;
}
div.breadcrumbs {
   float: left;
   padding: 4px;   
   font-size: 90%; 
   margin: 1px 1px 1px 7px;            
   text-decoration: none;
   font-weight:normal;
   width:450px;
   border: 0px none;
}

.breadcrumbstxt {
   padding-left: 0px;        
   padding-top: 0px;  
   vertical-align: sub;
   text-decoration: none;
   font-weight:normal;
}

div#search {
   float: right;
   width: 20em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

a.breadcrumbslinks:link,a.breadcrumbslinks:visited {
		text-decoration: none;
}
a.breadcrumbslinks:hover, a.breadcrumbslinks:active {
		text-decoration: underline;
}

div#oranjelijn {
   border-bottom: 1px solid #ff6308;
}

div#content {
   clear:both;       /* keep footer below content and menu */
   margin: 5px; 
   margin-left:0px;
   padding: 0px; 
   padding-top: 3px; 
   padding-left: 0px; 
   width:980px; 
}


div#main {
  width:560px;
  height:360px;
  padding:0px;
  padding-right:14px;

  line-height: 140%;
  color: #1A171B;	
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 3px;
		scrollbar-face-color: #F4F4F4;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #F4F4F4;
		scrollbar-3dlight-color: #D1D7DC;
		scrollbar-arrow-color:  #999999;
		scrollbar-track-color: #EFEFEF;
		scrollbar-darkshadow-color: #98AAB1; 
  margin-top:23px;
  margin-left:12px;

}
div#mainbreed {
  color: #1A171B;	
  scrollbar-face-color: #F4F4F4;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #F4F4F4;
  scrollbar-3dlight-color: #D1D7DC;
  scrollbar-arrow-color:  #999999;
  scrollbar-track-color: #EFEFEF;
  scrollbar-darkshadow-color: #98AAB1; 
  height:310px;
  line-height:140%;
  margin:15px 3px 3px;
  overflow-x:hidden;
  overflow-y:auto;
  padding:0;
  width:830px;
}


div#maininlog {
  width:490px;
  height: 370px;
  padding:0px ;

  margin: 3px;

}




div#sidebar {
  width:240px;
  padding:2px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}


.bewerkdatum {
   font-size: 9px; 
   margin: 4px; 
   padding: 0px;
   color: #999; 
}


div#ondermenu {
   clear:both;       /* keep footer below content and menu */
   height: 20px; /* adjust according your image size */
   background: url(/_include/images/ondermenu_bg.jpg); 
}

div#ondermenulinks {
  float: left;
  padding-left: 8px;
  display: inline; 
}

div#ondermenurechts {
  float: right;
  padding-right: 1px;
  display: inline; 
}


div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   height: 40px; /* adjust according your image size */
  margin: 0px;
  paddin: 0px;

  background: url(/_include/images/footer_bg.jpg) no-repeat;


}

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 */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 46%;  
  border:1px solid #BCBEC0; 
   margin: 4px;
padding: 4px;
height: 145px;
}

div.right49 {
  float: right;
  width: 46%;
  margin-right: 42px;
  _margin-right: 32px;
  border:1px solid #BCBEC0; 
   margin: 4px;
padding: 4px;

height: 145px;
}

.nieuwsfeitje {
height:128px;
min-height:128px;
overflow:hidden;
}


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

}

/* HEADINGS */
div#content h1, div#content h2  {
   margin: 0;
   color: #ff6308; 
   padding-left: 12px;
   padding-bottom: 1px;
   font-size: 22px; 
   line-height: 1em;
}

div#content h3 {
   color: #294B5F; 
   font-size: 1.6em;
   line-height: 1.3em;
   margin: 0px;
   padding: 0px;
}

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 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   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;
   font-size: 13px;
}
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;
}

.imgborder {
             border: double #ff8a46 1px;
             margin: 2px; 
}

.zoekenklein {
 font-family: Arial;
 font-size: 11px;
 color: #FFF;

}

#cntnt01searchinput {
 font-family: Arial;
 font-size: 11px;
 color: #000;
 height: 12px;
}

#m8input_ik_ben {
 font-family: Arial;
 font-size: 11px;
 color: #000;
 height: 8px;
}


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 */





/* Image Gallery - Small Thumbnail Images */
	.thumb {
		margin: 1em 1em 1.6em 0; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
	}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/

		height: 96px; /* Image height*/
		display: inline;
		padding: 12px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none;
	}

	.thumb a:visited img {
		background-color: #eee; /*Background of photo on hover - sort of a light grey */
	}

	.thumb a:hover img {
		background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
	}

	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	/* Image Gallery - Big Images */
	.bigPic {
		margin: 10px 0 5px 0;
		padding: 0;
		line-height: normal;
	}

	.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
		text-align: center;
		font-weight: bold;
		font-variant: small-caps;
		font-weight: bold;
		margin: 0 1px 0 0;
		padding: 0;
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	.bigPic img{ /* Big Image settings */
		width: 350px; /* Width of Big Image */
		
		display: inline;
		padding: 18px; /* Image padding to form photo frame. */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /* Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc; 
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none; 
		text-align: left;
	}

	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
		margin: 0;
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		padding: 0;
		color: #000;
		font-size: smaller;
		line-height: normal;
		text-align: center;
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}
#iframe_radiolog_tool {
  border: 1px solid #fff;
  
}

/* End of 'Layout: Top menu + 2 columns' */

