* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.8em;
   overflow-y:scroll;
}
div {font-size: 1em;}
img {border: 0;}

/*default link styles*/
a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #2d458f; 
}
a:active {
   color: #ce3e09;
}
a:visited {
  text-decoration: none;
  background-color: inherit;
  color: #2d458f;
}
a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #ce3e09;
}


/*****************
basic layout 
*****************/
/* mac hide \*/
html,body{height:100%; width:100%;}
/* end hide */

body {
   background-color: #FFFFFF;
   color: #333;
}

div.topspacer{height:10px;}
/* center wrapper, min max width */
div#pagewrapper {
   text-align:left;
   width: 992px;
   margin-left:auto; 
   margin-right:auto; 
   background-color: #fff;
   color: black;
}
div#header {
   height: 157x;
   width: 100%;
   background: #FFFFFF;
   text-align: left;
}

div#content {
  padding-left: 75px;
  padding-right: 75px;
  min-height: 100px;
}
td#kaart {
	border: medium solid #ce3e09;
	width: 500px;
	height: 218px;
}
.spacer{width: 70px;}
.lightblueblock{	
	height: 200px;;
	background-color:#7e86ab;
}
.blueblock {
	height: 200px;;
	background-color:#2d458f;
	width: 20px;
}
div#adres {
	width: 292px;
	padding-left: 10px;
	padding-top: 10px;
	height: 190px;;
	background-color: #2d458f;
	color: #ce3e09;
	font-weight: bold;
}
.mnu {color:#ce3e09}
div#mnu{float:right; margin-right: 80px}
div.mnu{background-color:#2d458f; margin-bottom:3px; padding-left:5px; color:#ce3e09}
div.mnu1{width:400px;}
div.mnu2{width:350px;margin-left:50px;}
div.mnu3{width:300px;margin-left:100px;}
div.mnu4{width:250px;margin-left:150px;}
div.mnu5{width:200px;margin-left:200px;}
div.mnu6{width:150px;margin-left:250px;}

div.mnu a {text-decoration:none; color:#FFF}
div.mnu a:active {color:#ce3e09;}
div.mnu a:hover {color:#ce3e09;}

div#footer {
	bottom: 0;
	width: 100%;
	height: 20px;
	color: #fff;
	background-color:#7f89ad;
}

div#footer p {
   font-size: 0.8em;
   text-align: left;
   vertical-align:middle;
   margin:0;
   margin-left: 5px;
   padding-top: 0.2em;
   bottom:0;
   border-left-width: 0px;
   border-right-width: 0px;
}

div#footer p a {
	vertical-align:middle;
	color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/********************
HOMEPAGE NEWS
*********************/
div#homenews {
	border-style:solid;
	border-color:#DFDFDF;
	border-width:thin;
	padding:5px;
}
hr.news {
	color:#DFDFDF;
	height:1px;
}
ul {
	margin-left:20px;
}
ul.news {
	list-style-type: circle; 
	list-style-position: inside;
}

ul.news a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #2d458f; 
}
ul.news a:active {
   color: #2d458f;
}
ul.news a:visited {
  text-decoration: none;
  background-color: inherit;
  color: #2d458f;
}
ul.news a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #ce3e09;
}

p.indented {
	padding-left:20px;
}

/********************
CONTENT STYLING
*********************/
/* HEADINGS */
div#content h1 {
   font-size: 1em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #000000; 
   font-size: 1em; 
   text-align: left; 
   padding-bottom: 1px;
   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: 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;
}
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 */
}

span.companyname{
	color:#FFF;
}
/* END TEXT */

