/*
Designed by <theFactor.e>
http://www.tfe.nl

Author: Wouter Lowies

CVS Header Information:  
    $Source: $
    $Revision: $
    $Date: $
    $Name: $
    $Author: kleinebeer#wouter $
*/

/* -|-|-|- COMMON  -|-|-|- */
@import url("common.css");

/* -|-|-|- PARTS  -|-|-|- */
@import url("parts.css");


/* -|-|-|- TOP  -|-|-|- */
.topbox {
	font-size:11px;
	height:50px;
	background-color:#FFFFFF;
}

/* -|-|-|- LANGNAV  -|-|-|- */
.langnav {
	float:left;
	color:#BEBEBE;
	background-color:#FFFFFF;
	padding-top:20px;
}
.langnav .inner {
	margin-left:27px;
}
.langnav a, .langnav a:visited, .langnav a:hover{
	color:#BEBEBE;
	text-decoration:none;
}
.langnav a:active, .langnav a:hover, .langnav .selected {
	color:#FB7015;
	text-decoration:none;
}

/* -|-|-|- TOPNAV  -|-|-|- */
.topnav {
	color:#BEBEBE;
	background-color:#FFFFFF;
	padding-top:20px;
}
.topnav .inner {
	margin-left:50px;
}
.topnav a, .topnav a:visited {
	color:#BEBEBE;
	text-decoration:none;
}
.topnav a:active, .topnav a:hover, .topnav .selected {
	color:#FB7015;
	text-decoration:none;
}

/* -|-|-|- LOGO  -|-|-|- */
.logo {
	position:absolute;
	top:5px;
	margin-left:585px;
}

/* -|-|-|- MAINNAV  -|-|-|- */
.greenbar {
 width:760px;
 height:6px;
 background-color:#A7C201;
 line-height:0px;
}
*html .greenbar { /* only IE hack */
 margin-bottom:-margin-bottom;
 margin-bottom/* */:/**/-5px; /* not IE5 hack */
}

/* -|-|-|- MAINNAV  -|-|-|- */
.mainnav {
	height:25px;
	background-color:#002460;
	background-image:url(../images/bg_mainnav.gif);
	background-repeat:no-repeat;
	background-position:right top;	
}	
.mainnav .inner {
	padding-top:5px;
	margin-left:27px;
}
.mainnav a, .mainnav a:visited {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/icon_mainnav.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	padding-right:0px;
	margin-right:0px;
	margin-left:0px;
}
.mainnav a:active, .mainnav a:hover, .mainnav .inner a.selected, .mainnav .inner a.active {
	color:#FB7015;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/icon_mainnav.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	padding-right:0px;
	margin-right:0px;
	margin-left:0px;
}

/* -|-|-|- DROPDOWN  -|-|-|- */
.dropdown {
	position:absolute;
	z-index:50;
	visibility: hidden;
	width:auto;
	background-color:#002460;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
.dropdown a, .dropdown a:visited {
	display:block;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #FFFFFF;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;
	white-space:nowrap;
}
.dropdown a:active, .dropdown a:hover, .dropdown .selected {
	display:block;
	color:#FB7015;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #FFFFFF;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;
}

/* -|-|-|- HOMEBANNER  -|-|-|- */
.homebanner {
	height:195px;
	background-repeat:no-repeat;
	background-position:left center;
}	

/* -|-|-|- THUMB  -|-|-|- */
.thumb {
	background-color:#FFFFFF;
}	
.thumb img {
	margin:10px;
}
.thumb1 {
	position:absolute;
	top:170px;
	margin-left:450px;
}	
.thumb2 {
	position:absolute;
	top:170px;
	margin-left:550px;
}	
.thumb3 {
	position:absolute;
	top:170px;
	margin-left:650px;
}	
.thumbright {
	padding-top:25px;
	padding-left:10px;
	width:77px;
}	

/* -|-|-|- HOMECONTENT  -|-|-|- */
.homecontent {
	margin-top:6px;
	padding-top:6px;
	background-color:#FB7015;
}	
.homecontent .left {
	float:left;
	width:50%;
}	
.homecontent .right {
	float:right;
	width:50%;
	margin-left:-1px
}	
.homecontent .clear {
	clear:both;
	height:1px;
	line-height:1px;
}	

/* -|-|-|- BUTTON  -|-|-|- */
.button {
	float:left;
	width:110px;
	height:8em;
	height:100px;
	background-color:#FB7015;
	margin-left:auto;
	margin-right:auto;
}
.button .icon {
	text-align:center
}	
.button .title {
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
.button .title a, .button .title a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.button .title a:active, .button .title a:hover, .button .title .selected {
	color:#FFFFFF;
	text-decoration:underline;
}
.button .text {
	text-align:center;
	color:#333333;
	font-size:10px;
}
.button .text a, .button .text a:visited {
	color:#333333;
	text-decoration:none;
}
.button .text a:active, .button .text a:hover, .button .text .selected {
	color:#333333;
	text-decoration:underline;
}

/* -|-|-|- HOMEBOX  -|-|-|- */
.homebox {
	width:90%;
	background-color:#FB7015;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.homebox .rss {
	position:absolute;
	margin-top:5px;
	margin-left:305px;
}
.homebox .marge {
	padding-left:19px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}	
.homebox .margetitle {
	padding-left:15px;
	padding-right:15px;
	padding-top:4px;
	padding-bottom:4px;
	background-image:url(../images/icon_mainnav.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:4px;
}
.homebox .homeboxtitle , .homebox .homeboxtitle a, .homebox .homeboxtitle a:visited {
	background-color:#002460;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}	
.homebox .homeboxtitle a:hover 
{
    color:#FB7015;
}
.homebox .homeboxcontent {
	background-color:#F3D7A7;
}

/* -|-|-|- HOMEBOX GROEN -|-|-|- */
.homeboxgroen {
	width:90%;
	background-color:#A7C201;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.homeboxgroen .rss {
	position:absolute;
	margin-top:5px;
	margin-left:305px;
}
.homeboxgroen .marge {
	padding-left:19px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}	
.homeboxgroen .margetitle {
	padding-left:15px;
	padding-right:15px;
	padding-top:4px;
	padding-bottom:4px;
	background-image:url(../images/icon_mainnav_groen.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:4px;
}
.homeboxgroen .homeboxtitle ,.homeboxgroen .homeboxtitle a,.homeboxgroen .homeboxtitle a:visited {
	background-color:#A7C201;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}	
.homeboxgroen .homeboxtitle a:hover 
{
    color:#FB7015;
}
.homeboxgroen .homeboxcontent {
	background-color:#F3D7A7;
}

/* -|-|-|- TEASER  -|-|-|- */
.teaser {
	margin-bottom:10px;
	font-size:100%;
}	
.teaser a, .teaser a:visited {
	color:#333333;
	text-decoration:none;
}
.teaser a:active, .teaser a:hover, .teaser .selected {
	color:#000000;
	text-decoration:none;
}
.teaser .teasertitle {
	color:#333333;
	font-weight:bold;
}	
.teaser .teasercontent a
{
	display:block;
}


/* -|-|-|- LEFTCONTENT  -|-|-|- */
.leftcontent {
	width:155px;
	height:600px;
	background-color:#FB7319;
	background-image:url(../images/bg_leftcontent.gif);
	background-repeat:repeat-y;
	background-position:left top;
}	

/* -|-|-|- MAINCONTENT  -|-|-|- */
.maincontent {
	width:510px;
	background-color:#FFFFFF;
}	

/* -|-|-|- RIGHTCONTENT  -|-|-|- */
.rightcontent {
	width:95px;
	background-color:#A7C201;
}	


/* -|-|-|- LEFTMENU  -|-|-|- */
.leftmenu {
	font-size:11px;
	margin-top:25px;
	margin-left:10px;
}	
.leftmenu .sub {
	margin-left:25px;
}	
.leftmenu a, .leftmenu a:visited {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:4px;
	margin-top:4px;
	margin-bottom:4px;
	padding-bottom:4px;
}
.leftmenu a:active, 
.leftmenu a:hover, 
.leftmenu .selected , 
.leftmenu a:visited.selected {
	display:block;
	color:#333333;
	text-decoration:none;
	padding-left:4px;
	margin-top:4px;
	margin-bottom:4px;
	padding-bottom:4px;
}
.leftmenu .sub a, 
.leftmenu .sub a:visited {
	display:list-item;
	list-style-type:square;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:4px;
	margin-top:4px;
	margin-bottom:4px;
	padding-bottom:4px;
}
.leftmenu .sub a:active, 
.leftmenu .sub a:hover, 
.leftmenu .sub a.selected, 
.leftmenu .sub a:visited.selected {
	display:list-item;
	list-style-type:square;
	color:#333333;
	text-decoration:none;
	padding-left:4px;
	margin-top:4px;
	margin-bottom:4px;
	padding-bottom:4px;
}
.printbutton
{
	position:absolute;
	margin-top:3px;
	margin-left:4px;
	width:500px;
}
/* -|-|-|- BREADCRUMB  -|-|-|- */
.breadcrumb {
	font-size:11px;
	font-weight:normal;
	padding-bottom:5px;	
}
.breadcrumb .links {
	padding-top:5px;
	margin-left:25px;
}
.breadcrumb a, .breadcrumb a:visited {
	color:#333333;
	text-decoration:underline;
	white-space:nowrap;
	line-height:15px;
}
.breadcrumb a:active, .breadcrumb a:hover {
	color:#F58420;
	text-decoration:underline;
}
.breadcrumb a:visited.selected, .breadcrumb a:active.selected, .breadcrumb a.selected {
	color:#F58420;
	text-decoration:none;
}

.breadcrumb a:hover.selected {
	color:#333333;
	text-decoration:underline;
}

.row .date
{
	color:#FB7015;	
	margin-bottom:5px;
	font-weight:bold;
}

.row .title
{
	font-weight:bold;
	background-image:url(/heloresources/images/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:15px;
	margin-bottom:3px;
}
.row .text
{
	border-bottom:solid 1px #ccc;
	padding-bottom:4px;
	margin-bottom:8px;
}
.results
{
	float:left;
}
.pages
{
	text-align:right;
	margin-bottom:10px;
}
.pageTitle
{
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
}


/* -|-|-|- FORMULIER  -|-|-|- */
.formulier {
	margin:0px;
	margin-top:15px;
	padding:0px;
}
.formulier .title {
	float:left;
	width:100px;
	height:20px;
	margin-top:4px;
}
.formulier .textfield {
	height:25px;
}
.formulier .textfield input{
	border:1px solid #FB7319;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
}
.formulier .textareafield {
}
.formulier .textareafield textarea {
	border:1px solid #FB7319;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
}
.formulier .buttons {
	padding-top:25px;
}
.formulier .buttons .disabled {
	width:100px;
	font-size: 12px;
	font-weight: bold;
	color: #BEBEBE;
	background-color: #FFFFFF;
	border: 1px solid #BEBEBE;
}
.formulier .buttons .enabled {
	width:100px;
	font-size: 12px;
	font-weight: bold;
	color: #FB7319;
	background-color: #FFFFFF;
	border: 1px solid #FB7319;
} 

.top{
	margin-top:1em;
	margin-bottom:0.1em;
	text-align:right;
	color:#FB7319;
	font-weight:bold;    
}
.top a, .top a:active, .top a:visited ,.top a:hover{
	color:#FB7319;
	text-decoration:none;
}
