/*
BLAUW: #251174
ORANJE: #F68110
*/

/* NORMALIZING BROWSERS */

body, div, p, h1, h2, h3, h4, h5, ol, ul, li {
margin: 0;
padding: 0;
}

ul, ol {
list-style: none;
}

a {
outline: none;
}

h1, h2, h3, h4, h5 {
font-size: 100%;
font-weight: normal
}

/* ### */

body, html {
	height: 100%;
}

body {
	color: #000;
	text-align: center;
	background: url(../images/header_colors.gif) 0 0 repeat-x;
	font-family: "Trebuchet MS", Verdana;
	font-size: 80%;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}

#container {
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/background_home.gif) 0 0 repeat-y;
}

h1#masthead {
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 183px;
	text-indent: -9999px;
}

ul#mainnav {		
	position: absolute;
	top: 183px;
	width: 100%;
	left: 0;
	text-decoration: none;
	z-index: 10;
	background: #fff;
	list-style: none;
	z-index: 2;
}
ul#mainnav li {
	float: left;
	margin-right: 20px;
	line-height: 25px;
}
ul#mainnav li a {
	color: #251174;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
ul#mainnav li a:hover,
ul#mainnav li a:focus,
ul#mainnav li a.active {
	color: #F68110;
}

#content {
	padding-bottom: 40px;
	padding-top: 25px;
}
/* clearing float hack */
#content:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   }
  /* hack voor IE 5+6 */
* html #content {
	height: 1%;
}
/* hack voor IE 7 */
*:first-child+html #content {
	min-height: 1%;
}
/* End hide from IE Mac */
  
/* END */
#content .searchform {
position: absolute;
top: 208px;
left: 0;
background: #BAB5D2;
width: 210px;
padding: 10px 0 10px 41px;
}
* html #content .searchform form {
padding: 0;
margin: 0;
line-height: 0;
}

#content .searchform input {
border: 1px solid #fff;
font-size: 80%;
background: #EFEEF5;
}
#content .searchform input.search_button {
border: 1px solid #fff;
background: #F68110;
color: #fff;
font-size: 80%;
font-weight: bold;
cursor: pointer;
}
#content h3 {
	color: #251174;
	font-size: large;
}
#content h3 .Oranje {
	color: #F68110;
}
#content p {
	margin: 1em 0;
}
#content #news {
	float: left;
	width: 250px;
	margin-top: 50px;
}

#content #news h4 {
	color: #F68110;
	font-size: small;
	font-weight: bold;
	margin: 10px 0 20px 15px;
}

#content #news p {
	font-size: x-small;
}

#content #news p a {
	font-size: x-small;
	color: #F68110;
}

#content #maincontent {
	float: right;
	width: 600px;
	margin-top: 30px;
}

#content #maincontent .floatOrg {
overflow: hidden;
}

#content #maincontent .floatOrg ul {
float: left;
width: 40%;
}
#content #maincontent .floatOrg ul li {
line-height: 1.8;
}
#content #maincontent .floatOrg ul li a {
color: #F68110;
font-weight: bold;
font-size: 85%;
}
#content #maincontent .floatOrg ul li a:hover,
#content #maincontent .floatOrg ul li a:focus {
color: #251174;
text-decoration: none;
}
#content #maincontent p.iso {
position: absolute;
top: 205px;
left: 785px;
}


#footer {
position: relative;
margin-top: -25px;
margin-left: auto;
margin-right: auto;
background: #fff;
width: 880px;
text-align: left;
clear: both;
overflow: hidden;
}
#footer p {
line-height: 25px;
font-size: 85%;
color: #948BB8;
}
#footer p a {
color: #F68110;
}
#footer p a:hover,
#footer p a:focus {
color: #251174;
}
