/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
html{
margin-bottom: 0.01em;
}
#container {
background-image:url(../imgs/header.jpg);
background-repeat: no-repeat;
width: 950px;
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%; /* voor IE */
position:relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
#container_vac {
background-image:url(../imgs/header_vacatures.jpg);
background-repeat: no-repeat;
width: 950px;
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%; /* voor IE */
position:relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}

a:link, a:visited, a:hover {
	color: #b7d631;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.bg:link, a.bg:visited, a.bg:hover {
	color: #333333;
	text-decoration: none;
}
a.bg:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Verdana, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Helvetica, Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #b7d631;
}

h2{
 font-size: 114%;
 color: #b7d631;
}

h3{
 font-size: 100%;
 color: #b7d631;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #b7d631;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Helvetica, Verdana, Arial,sans-serif;
 color: #b7d631;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#navBar{
	width: 146px;
	float: left;
}
#content{	
	width: 650px;
	padding: 0px 0px 0px 20px;
}
#empty{	
	clear: right;
	float:right;
}

/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 70%;
	text-align:left;
}

.feature img{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0 5px 2px 0;
	clear:right;
}

#vactabletop{
	float: right;
	background-image:url(../imgs/vac_top.jpg);
	background-repeat: no-repeat;
	clear:right;
	width: 200px;
	height:23px;
}
#vactablebottom{
	float: right;
	background-image:url(../imgs/vac_bottom.jpg);
	background-repeat: no-repeat;
	clear:right;
	width: 200px;
	margin-bottom: 20px;
}
#vactable{
	float: right;
	background-color: #b7d631;
	clear:right;
	width: 200px;
}
#vactable p{
	margin-left: 10px;
}
#vactable h3{
 font-size: 114%;
 color: #000000;
 margin-left: 10px;
 }
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 70%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story img{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0 5px 2px 0;
	clear:right;
}

/************** .vacature styles *****************/

.vacaturetable{
	background-color: #eeeeee;
}
#dienstentable{
	clear: both;
	border: 2px solid #b7d631;
	font-size: 85%;
	color: #333333;
	
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 90%;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 2px solid #b7d631;
	font-size: 65%;
	color: #333333;
	padding: 10px 0px 0px 20px;
	margin-top: 0px;
	width: 950px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************* #horizontal nav styles ***************/

#horizontalNav{
	font-size: 70%;
	color: #5274b4;
	margin-top: 66px;
	margin-left: 624px;
	height: 183px;
	width:146px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin-top: 102px;
	padding-left: 56px;
	font-size: 70%;
	width: 150px;
}

#sectionLinks a{
	border-bottom: 1px solid #b7d631;
	text-decoration:none;
	padding: 8px 0px 2px 4px;
	width: 70%;
}

#sectionLinks a:link{
	text-decoration:none;
	padding: 8px 0px 2px 4px;
	width: 70%;
}

#sectionLinks a:visited{
	text-decoration:none;
	padding: 8px 0px 2px 4px;
}

#sectionLinks a:hover{
	text-decoration:none;
	padding: 8px 0px 2px 6px;
}
