/*
* MAIN STYLESHEET HEPRO.NL
* BY SANDER BECK
* SANDER@MULTIMOVE.NL
*/
html,body{
	height:100%; 
	width:100%;
	margin:0px;
	padding:0px;
	background:url(/images/bgBody.jpg) repeat-x #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#45555f;
}

div#container{
	position:relative;
	width:100%;
	min-width:990px;
	min-height:100%;   
	height:auto !important;
	height:100%;
}

div.wrapper{
	position:relative;
	width:953px;
	margin:0px auto;
	margin-bottom:20px; /*IE*/
}

div#navigationContainer{
	width:auto;
	height:60px;
}

div#navigationContainer ul{
	position:absolute;
	margin:18px 0px 0px 268px;
	padding:0;
}

div#navigationContainer ul li{
	float:left;
	list-style:none;
	margin:0 13px 0 0;
}

div#navigationContainer ul li a{
	text-decoration:none;
}

div#navigationContainer ul li a{
	display:inline;
	padding:4px 8px 4px 8px;
	color:#313131;
}

div#navigationContainer ul li.selected a{
	text-decoration:none;
}

div#navigationContainer ul li.selected a{
	display:inline;
	padding:4px 8px 4px 8px;
	color:#fff;
}

div#navigationContainer ul li.selected a {
	display:inline;
	background-color:#e90d8b;
	padding:4px 8px 4px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	behavior:url('/stylesheets/border-radius.htc');
}

div#subMenu{
	float:left;
	width:150px;
	margin:0 21px 0 0;
}

#subMenu ul{
	margin:-15px 0 0 0;
	padding:0;
	width:100%;
}

#subMenu ul li{
	list-style:none;
	margin:0;
	padding:0;
	background:url(/images/bgSubmenu.gif) bottom repeat-x;
}

#subMenu ul li a{	
	color:#45555f;	
	text-decoration:none;
	display:block;
	padding:15px 0 15px 0;
}
#subMenu ul li a.on{
	background:#efefef;
	padding:15px 0 15px 5px;
}
#subMenu ul li.selected{
	background:#efefef;
	
}
div#content{
	float:left;
	width:550px;
}

div#headerContainer{
	width:auto;
	height:240px;
	background:url(/images/imgHeader.jpg) no-repeat;
}

div#headerContainer div.shadow{
	width:auto;
	height:9px;
	overflow:hidden; /*IE6*/
	background:url(/images/bgShadow.png) repeat-x;
}

div#headerContainer div.testimonial{
	float:right;
	width:276px;	
	color:#e3e3e3;
	margin:-9px 0 0 0;
	padding:35px 20px 0 32px; 
	height:205px;
	background:url(/images/bgHeaderTestimonial.png) repeat-y;
}

div#headerContainer div.testimonial h1{
	color:#fff;
	font-size:15px;
	padding:0;
	margin:0 0 10px 0;
	background:none;
}

div#headerContainer div.testimonial p{
	margin:0 0 10px 0;
}

#testimonial_content{
	position: relative; 
	width: 270px; 
	height: 110px; 
	margin-bottom: 20px; 
	overflow: hidden;
}

div#contentContainer{
	width:auto;
	padding:20px 0 40px 0;
}

div#contentContainer .left{
	float:left;
	width:625px;
}

div#contentContainer .leftachter{
	float:left;
	width:750px;	
}

div#contentContainer .right{
	float:left;
	.margin-top:-2px;
	padding:52px 0 0 32px;
	width:296px;
}

div#contentContainer .rightachter{
	float:left;
	.margin-top:-2px;
	padding:52px 0 0 0px;
	width:200px;
}

div#information{}
div#pathway{
	width:100%;
	height:50px;
}

div#pathway ul{
	padding:0;
	margin:2px 0 0 0;
}

div#pathway ul li{
	float:left;
	list-style:none;
}

div#pathway ul li a{
	text-decoration:none;
}

div#pathway ul li a{
	display:inline;
	padding:4px 8px 4px 8px;
	color:#313131;
}

div#pathway ul li a.rounded {
	display:inline;
	padding:5px 15px 6px 15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	behavior:url('/stylesheets/border-radius.htc');
}

div#pathway ul li a.level1{
	background-color:#e90d8b;	
}

div#pathway ul li a.level2{
	background:url(/images/bgPathwayLevel2.gif);
	margin-left:-4px;
}

div#pathway ul li a.level3{
	background:url(/images/bgPathwayLevel3.gif);
	margin-left:-4px;
}

div#pathway ul li a.loading{
	display:none;
}

div#footerContainer{
	position:absolute;
	width:100%; 
	height:24px;
	padding:5px 0 0 0;
	background:url(/images/bgFooter.jpg) repeat-x;
	bottom:0px;
	color:#d3d3d3;
	font-size:10px;
	overflow:hidden;
	text-align:right;
}

div#footerContainer a{
	text-decoration:none;
	color:#d3d3d3;
}

div#logo{
	position:absolute;
	width:265px;
	height:113px;
	margin:0 0 0 -14px;
	background:url(/images/imgLogo.png);
}

h1{
	color:#e90d8b;
	font-size:16px;
	padding:0 0 12px 0;
	margin:0 0 12px 0;
	background:url(/images/bgH1.gif) bottom repeat-x;
}

h2{
	color:#45555f;
	margin:0 0 2px 0;
	font-size:12px;
}

p{
	margin:0 0 20px 0;
}

a{
	color:#e90d8b;
}

form#theForm input.text,
form#theForm textarea{
	background:#efefef;
	border:0;
	height:15px;
	color:#45555f;
	margin:0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	width:180px;
}
form#theForm input.button{
	float:right;
	margin-right:-5px;
}
form#theForm textarea{
	height:140px;
	overflow-y:auto;
}

form#theFormhome input.text,
form#theFormhome textarea{
	background:#efefef;
	border:0;
	height:15px;
	color:#45555f;
	margin:0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	width:274px;
}
form#theFormhome input.button{
	float:right;
	margin-right:-5px;
}
form#theFormhome textarea{
	height:140px;
	overflow-y:auto;
}

img.news{
	padding:0 10px 0 0;
}

.pngFix{
	behavior:url('/stylesheets/fixIePng.htc');	
}

#trefwoorden{ 
	border-top: 1px solid #c5c5c5;
	width:953px;	
	height:87px;
	margin:0px auto;
	color: #d1d1d1;
	padding-top: 14px;
}

#trefwoorden a {
	color: #c5c5c5;
	text-decoration : none;
	font-size: 11px;	
}
