/*****************************/
/********** GENERAL **********/
/*****************************/

*
{
    margin:0px;
    padding:0px;
}

html
{
    padding:0px;
	margin:0px;
}

body 
{
	font-size:10pt;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	color:#393939;
	background-color:#737373;
	margin:0px;
	padding:0px;
}

p
{
    margin-bottom:5px;
}

ul{
	list-style-position:outside;
	list-style-type:circle;
	margin-left: 20px;
}

.vacul
{
	list-style-image:url(../vacli.jpg);
	list-style-type:square;
}

ol{
	list-style-type:circle;
	list-style-position:outside;
	margin-left: 20px; 
}

li{
	margin-bottom:3px;
	margin-top:2px;
}

img
{
	border:0px;
}

a:link
{
	color:#393939;
	text-decoration:underline;
}

a:visited
{
	color:#393939;
	text-decoration:underline;
}

a:hover
{
	color:#393939;
	text-decoration:none;
}

a:active
{
	color:#393939;
	text-decoration:underline;
}

#centerdiv{
	text-align:center;
}

#container
{
	position:relative;
	width:1016px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#site{
	position:relative;
	float:left;
	width:1016px;
	height:auto;
	margin-top:30px;
}

#header{
	position:relative;
	float:left;
	width:1016px;
	height:100px;
	background-image:url(../headerbg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#logo{
	position:relative;
	float:left;
	width:200px;
	height:91px;
	margin-left:8px;
	margin-top:8px;
	display:inline;
}

#headerRight{
	position:relative;
	float:left;
	width:800px;
	height:92px;
	padding-right:8px;
	display:inline;
}
	
#languageBar{
	position:relative;
	float:left;
	width:800px;
	height:61px;
	margin-top:8px;
	text-align:right;
}

#topBar{
	position:relative;
	float:left;
	width:790px;
	height:30px;
	margin-bottom:1px;
	padding-left:10px;
}

#breadcrumbs{
	position:relative;
	float:left;
	width:550px;
	height:30px;
}

#topBarLinks{
	position:relative;
	float:left;
	width:240px;
	height:30px;
	text-align:right;
}

.topBarLine{
	position:relative;
	float:right;
	width:2px;
	height:30px;
	background-image:url(../topBarLine.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

a.topBarLink:link{
	position:relative;
	float:right;
	height:20px;
	padding-top:6px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	color:White;
	text-decoration:none;
}

a.topBarLink:visited{
	position:relative;
	float:right;
	height:20px;
	padding-top:6px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	color:White;
	text-decoration:none;
}

a.topBarLink:hover{
	position:relative;
	float:right;
	height:20px;
	padding-top:6px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	color:White;
	text-decoration:none;
	background-color:#666666;
}

a.topBarLink:active{
	position:relative;
	float:right;
	height:20px;
	padding-top:6px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	color:White;
	text-decoration:none;
}

#contentBg{
	position:relative;
	float:left;
	width:1016px;
	height:auto;
	background-image:url(../sitebg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	display:inline;
}

#contentContainer{
	position:relative;
	float:left;
	width:1000px;
	margin-left:8px;
	margin-right:8px;
	display:inline;
	overflow:hidden;
}

#pageImage{
	position:relative;
	float:left;
	width:1000px;
	height:187px;
	margin:0px;
	padding:0px;
	display:inline;
	overflow:hidden;
}

.pageImageBorder
{
	border-bottom:solid 1px #717171;
}

#pageImage img{
	position:relative;
	float:left;
	display:inline;
	margin:0px;
}
	
#contentBottom{
	position:relative;
	float:left;
	width:1000px;
	height:auto;
	overflow:hidden;
	display:inline;
}

.contentBottomBorder
{
	border-top:solid 1px #2b2b2b;
}

#subMenu{
	position:relative;
	float:left;
	width:160px;
	padding-top:20px;
	padding-left:20px;
	padding-right:24px;
	display:inline;
	border-top:solid 1px #d0d0d0;
}

.subMenuBorder
{
	border-top:solid 1px #d0d0d0;
}
	
.content{
	position:relative;
	float:left;
	width:796px;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	display:inline;
	overflow:hidden;
}

.homeContent{
	position:relative;
	float:left;
	width:796px;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(../knoppenbg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	display:inline;
}


#contentBlokken{
	position:relative;
	float:left;
	width:536px;
	min-height:10px;
	margin-left:20px;
	margin-right:20px;
	display:inline;
	overflow:hidden;
}

#contentSidePanels{
	position:relative;
	float:left;
	width:200px;
	margin-right:20px;
	display:inline;
	overflow:hidden;
}                            	

#footer{
	position:relative;
	float:left;
	width:1016px;
	height:34px;
	background-image:url(../bottombg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:inline;
}

#contactInfo{
	position:relative;
	float:left;
	width:800px;
	height:20px;
	padding-top:5px;
	margin-top:1px;
	margin-right:8px;
	margin-bottom:8px;
	margin-left:208px;
	text-align:center;
	color:white;
	font-size:8pt;
	display:inline;
}

#contactInfo a:link{
	color:white;
	text-decoration:none;
}

#contactInfo a:visited{
	color:white;
	text-decoration:none;
}

#contactInfo a:hover{
	color:white;
	text-decoration:underline;
}

#contactInfo a:active{
	color:white;
	text-decoration:none;
}

/*****************************/
/******** BREADCRUMBS ********/
/*****************************/

#homeButtonContainer
{
	position:relative;
	float:left;
	width:30px;
	height:28px;
	padding-top:2px;
	margin-right:15px;
}

a.homeButton:link{
	position:relative;
	float:left;
	width:30px;
	height:30px;
	background-image:url(../home_link.jpg);
	background-position:13px;
	background-repeat:no-repeat;
}

a.homeButton:visited{
	position:relative;
	float:left;
	width:30px;
	height:30px;
	background-image:url(../home_link.jpg);
	background-position:13px;
	background-repeat:no-repeat;
}

a.homeButton:hover{
	position:relative;
	float:left;
	width:30px;
	height:30px;
	background-image:url(../home_link.jpg);
	background-position:13px;
	background-repeat:no-repeat;
}

a.homeButton:active{
	position:relative;
	float:left;
	width:30px;
	height:30px;
	background-image:url(../home_link.jpg);
	background-position:13px;
	background-repeat:no-repeat;
}

a.bc:link
{
	position:relative;
	float:left;
	width:auto;
	height:14px;
	margin-top:7px;
	margin-bottom:8px;
	color:white;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
}

a.bc:visited
{
	position:relative;
	float:left;
	width:auto;
	height:14px;
	margin-top:7px;
	margin-bottom:8px;
	color:white;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
}

a.bc:hover
{
	position:relative;
	float:left;
	width:auto;
	height:14px;
	margin-top:7px;
	margin-bottom:8px;
	color:white;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	text-decoration:underline;
}

a.bc:active
{
	position:relative;
	float:left;
	width:auto;
	height:14px;
	margin-top:7px;
	margin-bottom:8px;
	color:white;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
}

.bcArrow
{
	position:relative;
	float:left;
	width:6px;
	height:7px;
	margin-top:12px;
	margin-bottom:11px;
	background-image:url(../bcArrow.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.languageLink
{
	position:relative;
	float:left;
	width:121px;
	height:23px;
	text-align:left;
	display:block;
	background-image:url(../topmenu/language.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.cboTalen
{
	position:relative;
	float:right;
	width:114px;
	height:20px;
	font-size:11px;
	color:#414141;
	border:solid 1px #343434;
}


/*****************************/
/********** SUBMENU **********/
/*****************************/

a.menuItem:link
{
	position:relative;
	float:left;
	width:160px;
	margin-bottom:10px;
	color:#2d2d2d;
}

a.menuItem:visited
{
	position:relative;
	float:left;
	width:160px;
	margin-bottom:10px;
	color:#2d2d2d;
}

a.menuItem:hover
{
	position:relative;
	float:left;
	width:160px;
	margin-bottom:10px;
	color:#2d2d2d;
	text-decoration:underline;
}

a.menuItem:active
{
	position:relative;
	float:left;
	width:160px;
	margin-bottom:10px;
	color:#2d2d2d;
}

.activeMenuItem
{
	position:relative;
	float:left;
	width:160px;
	margin-bottom:10px;
	font-weight:bold;
	color:#2d2d2d;
}

a.subMenuItem:link
{
	position:relative;
	float:left;
	width:150px;
	padding-left:10px;
	margin-bottom:10px;
	color:#2d2d2d;
}

a.subMenuItem:visited
{
	position:relative;
	float:left;
	width:150px;
	padding-left:10px;
	margin-bottom:10px;
	color:#2d2d2d;
}

a.subMenuItem:hover
{
	position:relative;
	float:left;
	width:150px;
	padding-left:10px;
	margin-bottom:10px;
	color:#2d2d2d;
	text-decoration:underline;
}

a.subMenuItem:active
{
	position:relative;
	float:left;
	width:150px;
	padding-left:10px;
	margin-bottom:10px;
	color:#2d2d2d;
}

.activeSubMenuItem
{
	position:relative;
	float:left;
	width:150px;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#2d2d2d;
}


/*****************************/
/********** HOMEMENU *********/
/*****************************/

#HomeButtons
{
	position:relative;
	float:left;
	width:536px;
	text-align:center;
	display:inline;
}

/*Little*/

a.littleHomeButtonLink:link
{
	position:relative;
	float:left;
	width:251px;
	height:47px;
	margin-left:7px;
	margin-right:7px;
	background-image:url(../menu/small_link.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}

a.littleHomeButtonLink:visited
{
	position:relative;
	float:left;
	width:251px;
	height:47px;
	margin-left:7px;
	margin-right:7px;
	background-image:url(../menu/small_link.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}

a.littleHomeButtonLink:hover
{
	position:relative;
	float:left;
	width:251px;
	height:47px;
	margin-left:7px;
	margin-right:7px;
	background-image:url(../menu/small_hover.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}

a.littleHomeButtonLink:active
{
	position:relative;
	float:left;
	width:251px;
	height:47px;
	margin-left:7px;
	margin-right:7px;
	background-image:url(../menu/small_link.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}

.littleHomeButtonLinkText
{
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:15px;
	padding-top:17px;
	color:#414141;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

/*Big*/

a.bigHomeButtonLink:link
{
	position:relative;
	float:left;
	width:251px;
	height:97px;
	margin-left:7px;
	margin-right:7px;
	background-image:url(../menu/big_link.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}

a.bigHomeButtonLink:visited
{
	position:relative;
	float:left;
	width:251px;
	height:97px;
	margin-left:7px;
	margin-right:7px;
	background-image:url(../menu/big_link.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}

a.bigHomeButtonLink:hover
{
	position:relative;
	float:left;
	width:251px;
	height:97px;
	margin-left:7px;
	margin-right:7px;
	background-image:url(../menu/big_hover.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}

a.bigHomeButtonLink:active
{
	position:relative;
	float:left;
	width:251px;
	height:97px;
	margin-left:7px;
	margin-right:7px;
	background-image:url(../menu/big_link.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}

.bigHomeButtonLinkText
{
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:5px;
	padding-top:30px;
	color:#414141;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.bigHomeButtonLinkSubText
{
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:10px;
	padding-top:5px;
	color:#414141;
	text-decoration:none;
	cursor:pointer;
	font-size:11px;
}

/*full*/

a.fullHomeButtonLink:link
{
	position:relative;
	float:left;
	width:532px;
	height:33px;
	background-image:url(../menu/long_link.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}

a.fullHomeButtonLink:visited
{
	position:relative;
	float:left;
	width:532px;
	height:33px;
	background-image:url(../menu/long_link.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}

a.fullHomeButtonLink:hover
{
	position:relative;
	float:left;
	width:532px;
	height:33px;
	background-image:url(../menu/long_hover.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}

a.fullHomeButtonLink:active
{
	position:relative;
	float:left;
	width:532px;
	height:33px;
	background-image:url(../menu/long_link.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}

.fullHomeButtonLinkText
{
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	color:#414141;
	text-decoration:none;
	font-size:11px;
	cursor:pointer;
}

/*****************************/
/************* TBL ***********/
/*****************************/

.tbl
{
	position:relative;
	float:left;
	width:534px;
	border:solid #2d2d2d 1px;
}

.hr
{
	height:20px;
	color:White;
	text-align:center;
	font-weight:normal;
	background-image:url(../hrbg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom:solid 1px #2d2d2d;
}

.hr th
{
	font-size:10px;
}

.altRow
{
	background-color:#f2f2f2;
}

.altRow td
{
	text-align:center;
	font-size:10px;
	padding-top:2px;
	padding-bottom:2px;
}

.row
{
	
}

.row td
{
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	font-size:10px;
}

/*****************************/
/********** Copyright ********/
/*****************************/

#copyright
{
	position:relative;
	float:left;
	width:1016px;
	height:20px;
	text-align:center;
	color:#c9c9c9;
	font-size:9px;
	display:inline;
}

#copyright a:link
{
	color:#c9c9c9;
}

#copyright a:visited
{
	color:#c9c9c9;
}

#copyright a:hover
{
	color:#c9c9c9;
}

#copyright a:active
{
	color:#c9c9c9;
}

/*****************************/
/******** SIDEPANELS *********/
/*****************************/
/* 200 breed */

.sidePanel
{
	position:relative;
	float:left;
	width:178px;
	padding:10px;
	background-color:#f0f0f0;
	border:solid 1px #d1d1d1;
	margin-bottom:5px;
}

.loginSidePanel
{
	position:relative;
	float:left;
	width:178px;
	padding:10px;
	background-color:#dadada;
	border:solid 1px #b7b7b7;
	margin-bottom:5px;
}

.sidePanelTitle
{
	position:relative;
	float:left;
	width:178px;
	color:#F15A29;
	font-size:11pt;
	margin-bottom:5px;
}

.sidePanelTitle a:link
{
	color:#F15A29;
}

.sidePanelTitle a:visited
{
	color:#F15A29;
}

.sidePanelTitle a:hover
{
	color:#F15A29;
}

.sidePanelTitle a:active
{
	color:#F15A29;
}

.sidePanelContent
{
	position:relative;
	float:left;
	width:178px;
	font-size:11px;
	color:#414141;
	letter-spacing:0.05em;
	line-height:1.5em;
}

a.sidePanelLink:link
{
	font-size:11px;
	color:#414141;
	letter-spacing:0.05em;
	line-height:1.5em;
	text-decoration:none;
}

a.sidePanelLink:visited
{
	font-size:11px;
	color:#414141;
	letter-spacing:0.05em;
	line-height:1.5em;
	text-decoration:none;
}

a.sidePanelLink:hover
{
	font-size:11px;
	color:#414141;
	letter-spacing:0.05em;
	line-height:1.5em;
	text-decoration:underline;
}

a.sidePanelLink:active
{
	font-size:11px;
	color:#414141;
	letter-spacing:0.05em;
	line-height:1.5em;
	text-decoration:none;
}

.sidePanelMore
{
	position:relative;
	float:left;
	width:178px;
	text-align:right;
	margin-top:2px;
}

.sidePanelMore a:link
{
	color:#F15A29;
}

.sidePanelMore a:visited
{
	color:#F15A29;
}

.sidePanelMore a:hover
{
	color:#F15A29;
}

.sidePanelMore a:active
{
	color:#F15A29;
}

.loginField
{
	position:relative;
	float:left;
	border:solid 1px #b1b1b1;
	background-color:White;
	padding:2px;
	font-size:9pt;
	height:13px;
	width:141px;
	margin-bottom:3px;
}

.loginButton
{
	position:relative;
	float:left;
	border:solid 1px #b1b1b1;
	width:28px;
	height:19px;
	background-image:url(../loginbutton.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:3px;
}


/*************************************/
/******** NIEUWS & VACATURES *********/
/*************************************/


.newsItem
{
	position:relative;
	float:left;
	width:536px;
	font-size:11px;
	overflow:auto;
	height:auto;
	color:#414141;
	margin-bottom:10px;
	letter-spacing:0.05em;
	line-height:1.5em;
	padding-bottom:5px;
	border-bottom:solid 1px #ededed;
}

.newsItemDate
{
	position:relative;
	float:left;
	width:28px;
	height:30px;
	margin-right:10px;
}

.calendar
{
	position:relative;
	float:left;
	width:28px;
	height:30px;
	background-image:url(../cal.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.calendarMonth
{
	position:relative;
	float:left;
	width:26px;
	height:10px;
	color:White;
	font-size:6pt;
	margin-top:2px;
	font-weight:bold;
	text-align:center;
	line-height:normal;
}

.calendarDay
{
	position:relative;
	float:left;
	width:26px;
	height:17px;
	color:#F15A29;
	font-size:7pt;
	font-weight:bold;
	text-align:center;
}

.newsItemLink
{
	position:relative;
	float:left;
	width:498px;
	height:auto;
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
}

.newsItemContent
{
	position:relative;
	float:left;
	width:536px;
	margin-top:5px;
}

.vacIcon
{
	position:relative;
	float:left;
	width:28px;
	height:30px;
	background-image:url(../vacIcon.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.newsMoreNews
{
	position:relative;
	float:left;
	width:536px;
	margin-top:30px;
	padding-top:5px;
	border-top:solid 1px #ededed;
}

.newsMoreNews h3
{
	color:#F15A29;
	font-weight:bold;
}

.newsItemLinkSmall
{
	margin-bottom:5px;
}

.hometekst
{
	font-size:10px;
	color:#414141;
	margin-bottom:20px;
	letter-spacing:0.05em;
	line-height:1.5em;
}