@charset "utf-8";
/* CSS Document */

html, body {
  margin:0;
  padding:0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:20px;
  color:#010d34;
  background-color:#f4f4f5;
/*background-image: url('../images/backgroundbig.gif');
  background-repeat: repeat-x;*/
  min-height: 100%;
  outline-style:none;
}

*html body {
  height:100%;
}

.iso {
/* position:absolute; */
 margin-bottom:40px;
 margin-left:20px;
 width:100px;
 top:100%;
}

.container {
  position:absolute;
  width:955px;
  left: 50%;
  margin-left:-485px;
  padding-left:15px;
  min-height:100%;
  background-image: url('../images/background.png');
  background-repeat: repeat-y; 
}

*html .container {
  height:100%;
}


a {
  font-weight:normal;
  color:#808080;
    text-decoration:none;
}

a:hover {
  color:#808080;
  text-decoration:underline;
}

.top {
  width:940px;
  height:5px;
  background-color:#e77918;
}

.logo {
  width:940px;
  height:56px;
  background-color:#fff;
}

.header {
  width:940px;
  height:200px;
  padding-bottom:10px;
}

#slide {
  width:940px;
  height:200px;
  border-bottom:solid 1px black;
  border-top:solid 1px black;  
  float:left;
  z-index:5;
  background-color:white;
}

.content {
  width:940px;
  padding-bottom:10px;
  margin-bottom:10px;
  display:block;
}

.sidenav a {
  font-weight:normal;
  text-decoration:none;
  color:#fff;
}

.main {
  float:left;
  width:425px;
  padding:10px;
  margin-right:20px;
  margin-bottom:40px;
}

.nieuws {
  padding:10px;
  float:right;
  width:225px;
  _width:245px;	
}

.main a {
 font-weight:normal;
  color:#808080;
    text-decoration:none;
}

.sidenav a:hover {
  font-weight:normal;
  text-decoration:underline;
}

.main a:hover {
  font-weight:normal;
  text-decoration:underline;
}

.footer a {
  font-size:10px;
  color:white;
  font-weight:bold;
  text-decoration:none;
}

.footer a:hover {
  font-size:10px;
  color:white;
  font-weight:bold;
  text-decoration:underline;
}

.footer a:active {
  font-size:10px;
  color:#f78735;
  font-weight:bold;
  text-decoration:none;
}

.nieuws a {
  color:#f78735;
  font-weight:bold;
  text-decoration:none;
}

.nieuws a:hover {
  color:#f78735;
  font-weight:bold;
  text-decoration:underline;
}

.footer {
  position: absolute;
  bottom: 0px;
  float:left;
  border-left:solid 1px #e77a20;
  border-right:solid 1px #e77a20;	
  width:930px;
  height:20px;
  background-image:url('../images/footer.gif');
  background-repeat:repeat-x;
  text-align:right;
  color:#fff;
  font-size:10px;
  padding-right:10px;
}

.zijTekst {
  float:left;
  width:225px;
  padding:10px;
  margin-bottom:20px;
}

.footer a {
  color:#fff;
  text-decoration:none;
  font-weight:bold;
}

.titleo {
  font-family:Georgia, Verdana, "Times New Roman", Times, serif;
  font-size:24px;
  color:#f78735;
  width:100%;
  height:40px;
}

.titleb {
  font-family:Georgia,Verdana, "Times New Roman", Times, serif;
  font-size:18px;
  color:#e77918;
  width:100%;	
  height:30px;	
  background-image:url('../images/hro.gif');
  margin-bottom:10px;  
}

.titlew {
  font-family:Georgia,Verdana, "Times New Roman", Times, serif; 
  font-size:18px;
  color:#fff;
  width:100%;
  height:25px;
  margin:10px;
  width:150px;
  border-bottom:dotted 1px white;
  margin-bottom:14px;
}

.button a {
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}

.buttonlabel {
  width:150px;
}

.button a:hover {
  color:#fff;
  font-weight:bold;
  text-decoration:underline;
}

.small {
  font-size:10px;
  font-weight:bold;
  color:#f78735;
}

ul {
  list-style-position: inside;
  margin-left:0px;
  padding-left: 12px;
  text-indent: -10px;
}

hr {
  border-color: #010d34;
  border-style: dotted;
  border-width: 1px 0 0;
  clear: both;
  margin: 0px;
  height: 0;
}

.menuNode {
  color:#fef3ea;
  font-weight:normal;
}

fieldset 				{border:solid 1px #bbb;padding:10px;margin-bottom:10px;width:496px;}
legend 					{padding:3px;font-weight:bold;color:#00457c;}
label 					{display:block;float:left;width:100px;border-bottom:dotted 1px #ccc;}

#formContactInput 		{border:solid 1px #ccc;width:387px;margin-left:5px;text-indent:2px;height:19px;margin-bottom:2px;}
#formContactTextarea 	{border:solid 1px #ccc;width:492px;height:80px;padding-left:2px;}
#formContactSubmit 		{margin-left:369px;margin-top:10px;width:150px;height:30px;font-size:12px;font-family:arial;font-weight:bold;color:#00457c;}
