/* Start of CMSMS style sheet 'romanesko.css' */
/* CSS Document */


/*****************
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 {
   text-align: left;
   font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75%;
   line-height: 1.1em;
}


h1{
color: #294B5F; 
}

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






/*****************
basic layout 
*****************/
body {
   background-color: #FFFFFF;
   color: #333;
   margin:1em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
	border: 0px solid black;
	background-color: #fff;
	color: #666666;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


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

div#header {
	height: 24px;
	background-color: #ccc;
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
margin-bottom: 15;
}


div#main {
   margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
}

#content a {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
      color: #294B5F; 
}

#content  {

        border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content a:hover {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #294B5F;
   background-color: #FFFFFF;
      color: #294B5F; 
}

#contentzonder a {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
      color: #294B5F; 
}

#contentzonder  {
   background-color: #FFFFFF;
}

#contentzonder  a:hover {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #294B5F;
   background-color: #FFFFFF;
      color: #294B5F; 
}

#tekstblok1 {
	   font-size: 1em;
padding: 20px;
	float: right;
	width: 415px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(/uploads/images/verloop_tekstblok1.jpg);
	background-repeat: repeat-x;

        border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#nieuwsblok1 {
	font-size: 1em;
        padding: 20px;
	float: right;
	width: 415px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	background-image: url(/uploads/images/verloop_nieuwsblok1.jpg);
	background-repeat: repeat-x;
}


#tekstbloklinks {
	 font-size: 1em;
         padding: 20px;
	float: left;
	width: 380px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;

	background-image: url(/uploads/images/verloop_tekstblok1.jpg);
	background-repeat: repeat-x;

        border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



#tekstblokbreed {
	width: 878px;
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	background-repeat: repeat-x;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	text-align: center;
        color: #294B5F; 
	font-size: 1.7em;
	font-weight: normal;
        line-height: 1em;
}

#tekstblokbreed a:link {
	color: #294B5F;
}
#tekstblokbreed a:visited {
	color: #294B5F;
}
#tekstblokbreed a:hover {
	color: #294B5F;
}
#tekstblokbreed a:active {
	color: #294B5F;
}




div#sidebar {
	float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
	width: 435px;  /* FIX ie doublemargin bug */
	margin-left: 0;

}

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

div#footer {
	clear:both;       /* keep footer below content and menu */
        height: 24px;	
        color: #666666;
        vertical-align: middle;
	background-color: #E7E7E7;
	margin-top: 10px;
padding-top: 8px;
	margin-right: 0px;
	margin-bottom 0px;
	margin-left: 0px;
	background-image: url(/uploads/images/rb09.png);
	background-repeat: no-repeat;
	background-position: left center;
}

div#footer p {
   font-size: 1em;
   padding: 1em;      /* some air for footer */
   text-align: left; 
   margin:0;
text-indent: 20px;
}

div#footer p a {
   color: #666666; 
}

div#footer a:hover {
   color: #666666; 
   background-color: inherit;
}

div#driefotoos {
	color: #FFFFFF;
	background-image: url(/uploads/images/foto_bg.jpg);
	background-repeat: repeat-x;
	background-color: #2B2B2B;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 880px;
	height: 163px;
	padding: 10px;
        text-align: center;
}
#driefotoos img {
	border: 2px solid #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
}





/* 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: 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 zonder vlak
*********************/
div#contentzonder {
   line-height: 1.5em;
}

/* HEADINGS */
div#contentzonder h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: normal;
	padding-bottom: 1px;
        line-height: 1.5em;
}

div#contentzonder h2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
   color: #666666; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #e7ab0b; 
   border-left: 1.1em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#contentzonder h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#contentzonder h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#contentzonder 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 */

/********************
CONTENT STYLING
*********************/
div#content {
   line-height: 1.5em;
}

/* HEADINGS */
div#content h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: normal;
	padding-bottom: 1px;
        line-height: 1.5em;
}

div#content h2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
   color: #666666; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #e7ab0b; 
   border-left: 1.1em solid #e7ab0b; 
   line-height: 1.5em;
/* 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#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: 1.1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   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 1em;
}
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 */

#spotlight_rechts {
        font-size: 1.1em;
        min-height: 245px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
	width: 415px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 23px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	background-image: url(/uploads/images/verloop_tekstblok1.jpg);
	background-repeat: repeat-x;
}

/* End of 'romanesko.css' */

