@charset "UTF-8";
/* General */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #C0C0C0;
	/*background: #156d1e;*/
	margin: 0; 
	padding: 0; 
	color: #fffffe;
}
#container { 
	width: 950px;  
	background: #156d1e;
	margin: 0 auto; 
	padding-bottom: 100px;
	padding-left: 10px;
	padding-right: 10px;
} 
img {
	border: 0px;
}
/* Header */
#header { 
	width: 950px;
	
} 
#headerLeft {
	float: left;
	width: 430px;
	height: 96px;
}
#headerRight {
	float: left;
	width: 510px;
	text-align: right;
	height: 86px;
	padding-top: 10px;
	padding-right: 10px;
}
/* Sidebar left */
#sidebar1 {
	float: left; 
	width: 160px;
	text-align: right;
	padding-right: 16px;
}
#sidebarHome {
	float: left; 
	width: 160px;
	text-align: right;
	padding-right: 16px;
}
.active {
	padding-bottom: 10px;
}
.active a {
	text-decoration: none;
	color: #d3ea6b;
	font-size: 18px;
	font-weight: normal;
}
.passive {
	padding-bottom: 10px;
}
.passive a {
	text-decoration: none;
	color: #fffffe;
	font-size: 18px;
	font-weight: normal;
}
.passive a:hover {
	text-decoration: none;
	color: #d3ea6b;
	font-size: 18px;
	font-weight: normal;
}
/* Sidebar right */
#sidebar2 {
	float: right; 
	width: 160px;  
	padding-left: 16px;
	position: relative;
}
/* Books */
.bookContainer {
	width: 150px;
	background-color: #156d1e;
	height: 156px;
	background-image: url(../images/boekenContainer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
.detail {
	height: 26px;
	width: 150px;
	background-color: #156d1e;
	margin-bottom: 15px;
	cursor: pointer;
}
.priceTag {
	position: absolute;
	background-image: url(../images/pricetag.gif);
	background-repeat: no-repeat;
	right: 10px;
	top: 110px;
	width: 79px;
	height: 29px;
	padding-top: 10px;
	text-align: center;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Content */
#mainContent {
	float: left; 
	min-height: 421px;
	width: 580px;
	border-left: 1px solid #FFFFFe;
	padding-left: 17px;
	line-height: 16px;
	position: relative;
} 
#mainContent a {
	text-decoration: none;
	/*color: #089d23;*/
	color: #2ff542;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent h1 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
#mainContentHome {
	float: left; 
	min-height: 421px;
	width: 763px;
	border-left: 1px solid #FFFFFe;
	padding-left: 10px;
	line-height: 16px;
	position: relative;
} 
#mainContentHome a {
	text-decoration: none;
	color: #089d23;
}
#mainContentHome a:hover {
	text-decoration: underline;
}
#mainContentHome h1 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
.odd {
	background-color: #113c00;
	color: #000000;
}
.even {
	background: #D1EA6A;
	color: #000000;
}
#homeLeftTop {
	position: relative;
}
#homeSubTitle {
	position: absolute;
	top: 35px;
	left: 25px;
}
#homeLeft {
	width: 380px;
	float: left;
}
#homeLeftBottom {
	padding-top: 20px;
}
#slideshowTitle {
	height: 40px;
	padding-bottom: 10px;
}
#slideshow {
	height: 180px;
	background-color: #FFFFFF;
}
#homeRight {
	width: 383px;
	float: left;
}
#homeRightOne {
	width: 180px;
	float: left;
	padding-left: 11px;
	position: relative;
}
#newsSubTitle {
	position: absolute;
	top: 35px;
	left: 25px;
}
#nieuwsTitle {
	height: 40px;
	padding-bottom: 10px;
}
#nieuwsBlock {
	background-color: #113c00;
	padding: 9px;
}
#homeRightTwo {
	width: 180px;
	float: left;
	padding-left: 12px;
	position: relative;
}
#jobSubTitle {
	position: absolute;
	top: 35px;
	left: 25px;
}
#jobTitle {
	height: 40px;
	padding-bottom: 10px;
}
#jobBlock {
	background-color: #113c00;
	padding: 9px;
}
#bannerHome {
	height: 70px;
	position: relative;
}
#bannerHomeFloat {
	position: absolute;
	left: 50px;
	top: 10px;
	z-index: 100;
}
/* Home pagina */
#newsblok {
	width: 162px;
	background-color: #113c00;
	padding: 9px;
	padding-top: 20px;
	margin-top: 10px;
}
#nieuwsbriefblok {
	width: 162px;
	background-color: #113c00;
	padding: 9px;
	padding-top: 10px;
}
#nieuwsbrief {
	position: absolute;
	top: 40px;
	left: 29px;
}
#nieuws {
	position: absolute;
	top: 40px;
	left: 426px;
}
#jobsBlock a {
	text-decoration: none;
	color: #089d23;
}
#jobsBlock a:hover {
	text-decoration: underline;
}
#vacatures {
	position: absolute;
	top: 41px;
	left: 26px;
}
.jobTitle {
	color: #D4EA6C;
}
#poll {
	position: absolute;
	top: 40px;
	left: 226px;
}
#pollblok {
	width: 162px;
	background-color: #113c00;
	padding: 9px;
	padding-top: 15px;
}
.newsDate {
	color: #5d8222;
	font-size: 18px;
}
.longtitle {
	color: #d2ea66;
	font-size: 11px;
	padding-top: 5px;
}
#statsblok {
	width: 362px;
	background-color: #113c00;
	padding: 9px;
}
/* Footer */
#golfer {
	background-image: url(../images/golfer.jpg);
	background-position: left bottom;
	background-repeat: no-repeat; 
	position: absolute;
	width: 146px;
	height: 253px;
	left: 3px;
	bottom: 79px;
	display: block;
}
#footer { 
	position: relative;
	width: 950px;
	height: 20px;
	padding-top: 59px;
	text-align: center;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
#footer a {
	text-decoration: none;
	color: #fffffe;
}
#footer a:hover {
	text-decoration: underline;
}
/* Misc */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Forms */
.signup_input {
	height: 13px;
	font-size: 10px;
	border: 1px solid #b8babb;
	color: #aaaaaa;
	width: 200px;
}
.signup_input_newsletter {
	height: 13px;
	font-size: 10px;
	border: 1px solid #b8babb;
	color: #aaaaaa;
	width: 160px;
}
.signup_dropdown {
	border: 1px solid #b8babb;
}
.signup_textarea {
	border: 1px solid #b8babb;
	width: 350px;
}
.signup_button {
	height: 18px;
	cursor: pointer;	
	border: 1px solid #b8babb;
	font-size: 10px;
}
/* Ajax search */
#zoekKnop {
	cursor: pointer;
	padding-left: 5px;
	float: left;
}
#divZoeken {
	color: #4E4E4E;
	padding-bottom: 5px;
	margin: 0px;
}
#divAvancedSearch {
	color: #006841;
	padding-top: 5px;
	margin: 0px;
	font-size: 9px;
}
#divAvancedSearch a {
	font-size: 10px;
	color: #006841;
	text-decoration: none;
}
#divAvancedSearch a:hover{
	text-decoration: underline;
}
#ajaxSearch_input {
	border: 1px solid #006841;
	font-size: 10px;
	height: 13px;
}
.ajaxSearch_result {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 550px;
}
.ajaxSearch_resultDescription {
	display: none;
}
.ajaxSearch_extract p {
	margin: 0px;
	padding: 0px;
}
.ajaxSearch_paging a {
	color: #006841;
	text-decoration: none;
}
.ajaxSearch_paging a:hover {
	text-decoration: underline;
}
.ajaxSearch_result a {
	text-decoration: none;
	color: #006841;
}
.ajaxSearch_result a:hover {
	text-decoration: underline;
}
.ajaxSearch_resultLink a{
	color: #007F20;
	text-decoration: none;
}
.ajaxSearch_resultLink a:hover {
	text-decoration: underline;
}
.ajaxSearch_highlight1 {
	color: #000000;
	background: #00FF00;
}
/* sitemap */
.LSM_0 ul { 
	color: #fffffe;
	font-weight: normal; 
	list-style-type: none; 
	line-height: 18px;
	padding-bottom: 5px;
}
.LSM_0 li { 
	list-style-type: none; 	
}
.LSM_0 li a, .LSM_0 li a:visited{
	color: #fffffe;
	text-decoration: none;
}
.LSM_0 li a:hover {
	color: #fffffe;
	text-decoration: underline;
}
.LSM_1 li a,LSM_1 li a:visited{
	color: #fffffe;
	text-decoration: none;
}
.LSM_1 li a:hover {
	color: #fffffe;
	text-decoration: underline;
}
.LSM_1 ul { 
	list-style-image: url('../images/tree_hook.gif');
} 
.LSM_1 li { 
	list-style-image: url('../images/tree_hook.gif');
	font-weight: normal;
}
/* Tabel opmaak */
.table1 {
	border-bottom: 1px solid #113c00;
	padding-bottom: 2px;
}
.row1 {
	background-color: #113c00;
	color: #FFFFFF;
}
.row2 {
	background-color: #d3ea6b;
	color: #222222;
}
.row3 {
	background-color: #156d1e;
	color: #222222;
}
.cell1 {
	text-align: center;
}
/* Golfreizen */
.reisCont {
	width: 580px;
	height: 100px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 10px;
}
.reisLinks {
	float: left;
	width: 150px;
	height: 100px;
}
.reisRechts {
	float: right;
	width: 420px;
	padding-left: 10px;
}
.titleBox {
	width: 420px;
	height: 30px;
}
.titleBoxLeft {
	float: left;
	width: 300px;
	height: 30px;
}
.titleBoxLeft h2 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}
.titleBoxRight {
	float: right;
	width: 120px;
	height: 30px;
}
.titleBoxRight h3 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.titleBoxRight a {
	color: #2ff542;
	text-decoration: none;
}
.titleBoxRight a:hover {
	color: #000000;
}
.stars {
	color: #000000;
	font-size: 11px;
}
.reisText p {
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}