@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
body {
	background: #000 url(../images/body_back.gif) 0 0 repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #4b4a49;
}

/* Layout */
#master {
	width: 940px;
	margin: 0 auto;
}

#header {
	width: 940px;
	height: 58px;
	margin: 0 auto;
	margin-top: 5px;
	background: url(../images/header_back.gif) 0 0 no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	right: 0;
	top: 0;
	width: 197px;
	height: 58px;
}

#logo h1 {
	float: left;
	width: 197px;
	height: 58px;
}

#logo h1 a {
	float: left;
	display: block;
	width: 197px;
	height: 58px;
	text-indent: -9999px;
	background: url(../images/logo.gif) 0 0 no-repeat;
}

h2.slogan {
	font-size: 18px;
	font-weight: normal;
	color: #4F4545;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	padding: 22px 45px 0 45px;
	width: 655px;
	line-height: 20px;
}

/* Menu */
#menu {
	width: 940px;
	height: 77px;
	margin: 0 auto;
	margin-top: 5px;
	background: url(../images/menu_back.gif) 0 bottom repeat-x;
	position: relative;
}

ul.mainMenu li {
	float: left;
	margin-right: 5px;
}

ul.mainMenu li a {
	float: left;
	display: block;
	font-size: 14px;
	color: #a7550f;
	background: url(../images/menu_back.png) 0 0 no-repeat;
	padding: 10px 15px 2px 15px;
	text-decoration: none;
	font-family: Verdana, "Times New Roman", Times, serif;
	height: 32px;
}

ul.mainMenu li a:hover, ul.mainMenu li.active a {
	background-image: none;
	background-color: #000;
	color: #fff;
}

ul.mainMenu li ul {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 42px;
	width: 940px;
}

.mainMenu li:hover ul, .mainMenu li a:hover ul, .mainMenu li.active ul {
	visibility: visible;
}

ul.mainMenu li ul li a, ul.mainMenu li.active ul li a {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 9px 23px 0 23px;
	height: 25px;
	background-image: none;
	background-color: transparent;
}

ul.mainMenu li ul li a:hover, ul.mainMenu li ul li.active a {
	background-color: transparent;
	color: #f0911d;
}

/* Top Menu */
ul.topMenu {
	position: absolute;
	top: 10px;
	right: 0px;
}

ul.topMenu li {
	float: left;
	padding-left: 14px;
}

ul.topMenu li a {
	color: #d8ccc0;
	text-decoration: none;
}

ul.topMenu li a:hover, ul.topMenu li.active a {
	color: #f0911d;
}

/* Wrapper */
#wrapper {
	background: #fdfbf9 url(../images/wrapper_back.gif) 0 0 repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
	width: 920px;
	padding: 30px 10px 10px 10px;
}

/* Footer */
#footer {
	width: 940px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	color: #a95610;
}

#footer a {
	color: #a95610;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

/* Front page */
.frontPageContent {
	padding: 0 0 0 22px;
}

.frontImg {
	background: url(../images/frontimg_back.gif) 0 0 no-repeat;
	width: 352px;
	height: 206px;
	float: right;
}

.frontImg img {
	padding: 12px 0 0 13px;
}

.frontpage h1 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
}

.frontpage h2 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	padding-bottom: 20px;
}

.frontpage a {
	text-decoration: none;
	color: #f0911d;
}

.frontpage a:hover {
	color: #000;
}

.frontPageBigBox {
	background: url(../images/front_big_box_back.gif) 0 0 no-repeat;
	width: 236px;
	padding: 22px 29px 0 29px;
	height: 136px;
	float: left;
	margin-right: 19px;
}

.frontPageSmallBox {
	background: url(../images/front_small_box_back.gif) 0 0 no-repeat;
	width: 294px;
	height: 63px;
	float: left;
	margin-right: 19px;
}

.frontPageSmallBox a {
	padding: 0 34px;
	color: #32200f;
	font-family: Verdana, "Times New Roman", Times, serif;
	text-decoration: none;
	display: block;
	font-size: 12px;
	height: 40px;
	padding-top: 23px;
}

.frontPageSmallBox.club a {
	/*background: url(../images/club_fier.gif) 220px 15px no-repeat;*/
	height: 50px;
	padding-top: 23px;
	position: relative;
}

.frontPageSmallBox a:hover {
	color: #ee8a1a;
}

.frontPageSmallBox.club a img {
	vertical-align: middle;
	position: absolute;
	right: 39px;
	top: 15px;
}

.frontPageBigBox h3 {
	color: #32200f;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, "Times New Roman", Times, serif;
	padding-bottom: 8px;
}

.frontPageBigBox h3 a {
	color: #32200f;
}

.frontPageBigBox h3 a:hover {
	color: #f0911d;
}

.frontPageBigBox p {
	padding-bottom: 10px;
}

.rightColumn div.more {
	padding: 0 24px;
}

div.more a {
	display: block;
	font-family: Verdana, "Times New Roman", Times, serif;
	text-align: right;
	background: url(../images/more_back.gif) 0 0 repeat-x;
	padding-top: 7px;
	color: #f0911d;
	text-decoration: none;
	font-size: 12px;
}

.frontNews {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 11px;
}

.frontNews a {
	display: block;
	color: #444240;
}

.frontNews a:hover {
	color: #f0911d;
}

.frontNews span.date {
	font-size: 10px;
}

.frontBoxImg {
	float: right;
	padding: 2px;
	margin: 14px 0 5px 10px;
}

.frontBoxImg img {
	padding: 1px;
	border: 1px solid #3f2e1e;
}
.frontPageBigBox {
	position:relative;
}

.frontPageBigBox ul li {
	line-height: 15px;
	background: url(../images/arrow_list.gif) 0 6px no-repeat;
	padding-left: 12px;
}

fieldset.frontForm {
	text-align: right;
	position: relative;
}

fieldset.frontForm input {
	width: 180px;
	padding: 2px 20px 2px 4px;
	border: 1px solid #72665a;
	text-align: right;
	font-size: 11px;
	margin-bottom: 5px;
	background: #fff url(../images/icon_search.gif) 185px 3px no-repeat;
}
/* Old searchbutton
fieldset.frontForm input.specialSubmit {
	width: 15px;
	right: 0px;
	top: 63px;
	background-color: transparent;
	position: absolute;
	border: none;
	cursor: pointer;
	z-index: 100;
}
*/
fieldset.frontForm input.specialSubmit {
	margin: 0;
	width: 50px;
	height: 14px;
	padding: 0px 7px 0px 7px;
	background: url(../images/btn_back.gif) 0 0 repeat-x;
	color: #fff;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}

fieldset.frontForm select {
	width: 206px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #72665a;
	text-align: right;
	font-size: 11px;
	margin-bottom: 7px;
}

fieldset.frontForm select option {
	padding-right: 5px;
}

/* Subpage */
.subpage h1 {
	padding: 16px 10px 3px 212px;
	font-size: 18px;
	font-family: Verdana, "Times New Roman", Times, serif;
	line-height: 18px;
	color: #000;
}

.submenu {
	float: left;
	width: 193px;
	background: url(../images/submenu_back.gif) 0 0 no-repeat;
	min-height: 204px;
	height: auto;
	padding-bottom: 16px;
	position: relative;
	padding-top: 21px;
	margin-top: 24px;
}

.submenuBot {
	width: 193px;
	height: 16px;
	line-height: 0px;
	font-size: 0px;
	background: url(../images/submenu_bot_back.gif) 0 0 no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.submenu h2 {
	font-size: 18px;
	color: #000;
	padding: 0 19px 0 19px;
	line-height: 18px;
	font-weight: normal;
	font-family: Verdana, "Times New Roman", Times, serif;
	text-align: right;
	padding-bottom: 13px;
}

.submenu ul {
	padding: 0 19px 17px 19px;
	text-align: right;
}

.submenu ul li {
	background: url(../images/more_back.gif) 0 bottom repeat-x;
}

.submenu ul li a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding: 12px 0px 11px 0px;
	display: block;
	line-height: 12px;
}

.submenu ul li.active a, .submenu ul li a:hover {
	color: #f0911d;
}

.submenu ul li ul {padding: 0px 20px 10px 0px;}
.submenu ul li ul li { background:none;}
.submenu ul li ul li a {padding:4px 0px 3px 0px;}
.submenu ul li.active ul li a {color: #000;}
.submenu ul li.active ul li.active a, .submenu ul li.active ul li a:hover {color: #f0911d;}

.content {
	width: 516px;
	float: left;
	padding-top: 3px;
}

.content.long {
	width: 725px
}

.subpageImg, .csc-textpic-center .csc-textpic-imagewrap {
	width: 482px !important;
	padding: 12px 17px 0px 17px !important	;
	background: url(../images/subpage_img_back.gif) 0 0 no-repeat;
	position: relative;
}

div.csc-textpic-text {
	margin-top: 10px;
}

dl.csc-textpic-image {
	float: none !important;
}

.subpageImgBot {
	width: 516px;
	height: 14px;
	line-height: 0px;
	font-size: 0px;
	background: url(../images/subpage_img_bot_back.gif) 0 0 no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

dl.csc-textpic-image dt {
	width: 516px !important;
	line-height: 0px;
	font-size: 0px;
	background: url(../images/subpage_img_bot_back.gif) 0 bottom no-repeat;
	padding-bottom: 14px !important;
}

.tx-slideshow-pi1 {
	padding-top: 12px;
}

.subpage .content h1 {
	padding: 0 17px 7px 17px;
	font-size: 12px;
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #4b4a49;
}

.content h2{
	padding: 0 17px;
	font-size: 12px;
	font-family: Verdana, "Times New Roman", Times, serif;
}

.content h3 {
	padding: 0 17px;
	font-size: 12px;
	font-family: Verdana, "Times New Roman", Times, serif;
}

.content p {
	padding: 0 17px 17px 17px;
	font-size: 11px;
}

.content a {
	color: #f0911d;
	text-decoration: none;
}

.rightColumn {
	width: 211px;
	float: right;
	padding-top: 24px;
}
.rightColumn a {
	color: #f0911d;
}

.box {
	width: 211px;
	background: url(../images/box_back.gif) 0 0 no-repeat;
	padding-bottom: 24px;
	position: relative;
	padding-top: 21px;
}

.box.small {
	background-image: url(../images/box_small_back.gif);
}

.boxBot {
	width: 211px;
	height: 14px;
	line-height: 0px;
	font-size: 0px;
	background: url(../images/box_bot_back.gif) 0 0 no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.box h2 {
	font-size: 12px;
	color: #000;
	padding: 0 24px 0 24px;
	line-height: 15px;
	font-family: Verdana, "Times New Roman", Times, serif;
	padding-bottom: 13px;
}

.box p {
	padding: 0 24px 10px 24px;
	font-family: Verdana, Helvetica, sans-serif;
}

.box a.more {
	margin: 0 24px 10px 24px;
}

.box .clubSpecial a {
	/*background: url(../images/club_fier.gif) center top no-repeat;*/
	text-align: center;
	display: block;
	font-size: 14px;
	color: #32200f;
	text-decoration: none;
	padding: 45px 15px 15px 15px;
	font-family: Verdana, "Times New Roman", Times, serif;
	position: relative;
}

.box .clubSpecial a:hover {
	color: #f0911d;
}

.box .clubSpecial a img {
	position: absolute;
	left: 88px;
	top: 0px;
}

.box h3 {
	font-family: Verdana, "Times New Roman", Times, serif;
	padding: 0 24px;
}

.box ul li {
	padding: 0 24px 14px 24px;
	font-family: Verdana, Helvetica, sans-serif;
}

.box ul li a {
	color: #010101;
	text-decoration: none;
}

.box ul li a:hover {
	color: #f0911d;
}

fieldset.rightSearch {
	padding: 0 24px 14px 24px;
}

fieldset.rightSearch input.inp {
	border: 1px solid #72665a;
	padding: 4px 2px;
	margin-bottom: 3px;
	width: 157px;
	font-size: 11px;
	text-align: right;
}

fieldset.rightSearch input.btn {
	padding: 5px 7px;
	background: url(../images/btn_back.gif) 0 0 repeat-x;
	color: #fff;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

fieldset.rightSearch select {
	border: 1px solid #72665a;
	padding: 4px 2px;
	margin-bottom: 3px;
	width: 163px;
	font-size: 11px;
	text-align: right;
}

.righty {
	text-align: right;
}

.content table {
	margin-left: 12px;
	width: 494px;
}

.content.long table {
	width: 704px;
}

.content table.tableSorting th {
	text-align: left;
	font-weight: normal;
	background-color: #f0ece8;
	padding: 7px;
}

.content table.tableSorting th div {
	position: relative;
	padding-right: 25px;
}

.content table.tableSorting td {
	padding: 7px;
}

.content table.tableSorting a {
	color: #171412;
}

.content table.tableSorting a:hover {
	color: #f0911d;
}

a.sortUp, a.sortDown {
	float: left;
	display: block;
	width: 10px;
	height: 8px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
}

a.sortUp {
	background-image: url(../images/arrow_sortup.gif);
	right: 17px;
	
}

a.sortDown {
	background-image: url(../images/arrow_sortdown.gif);
	right: 7px;
}

/* Listing */
.listItem {
	padding-left: 11px;
	padding-bottom: 25px;
}

.listImg {
	width: 172px;
	float: left;
	background: url(../images/list_img_back.gif) 0 0 no-repeat;
	padding-bottom: 9px;
	position: absolute;
}

.listImgBot {
	position: absolute;
	border: 0;
	left: 0;
	background: url(../images/list_img_bot_back.gif) 0 0 no-repeat;
	width: 172px;
	height: 9px;
	font-size: 0;
	line-height: 0;
}

.listImg a {
	width: 162px;
	overflow: hidden;
	padding-left: 11px;
	margin-top: 8px;
	display: block;
}

.listTxt {
	float: right;
	width: 325px;
	color: #010101;
	font-size: 11px;
	padding-top: 0px;
}

.content .listTxt h3 {
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 8px 0 8px 0;
}

.content .listTxt p {
	font-size: 11px;
	padding: 0 0 17px 0;
}

/* Contact */
.tx_powermail_pi1_form legend {
	display: none;
}

.tx_powermail_pi1_form fieldset {
	padding: 0 17px;
}

.tx_powermail_pi1_form label, .subscribe label {
	float: left;
	width: 200px;
}

input.powermail_text, textarea.powermail_textarea, .subscribe input {
	border: 1px solid #72665A;
	padding: 2px;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	width: 250px;
}

.subscribe, .tx-irfaq-pi1 {
	padding: 0 17px;
}

.box .subscribe {
	padding: 0 0 0 0;
}

.content .subscribe p, .content .tx-irfaq-pi1 p, .tx-irfaq-pi1 .tx-irfaq-pi1 {
	padding-left: 0;
	padding-right: 0;
}

.tx-irfaq-pi1 .tx-irfaq-pi1 {
	padding-bottom: 15px;
}

.subscribe li.radio input {
	width: auto;
}

.subscribe li.radio label {
	float: none;
	width: auto;
}

input.powermail_submit {
	margin-left: 200px;
	padding: 5px 7px;
	background: url(../images/btn_back.gif) 0 0 repeat-x;
	color: #fff;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

input.jscalendar {
	border: 1px solid #72665A;
	padding: 2px;
	width: 186px;
}

select.powermail_select {
	border: 1px solid #72665A;
	padding: 2px;
	width: 255px;
}

.tx_powermail_pi1_fieldwrap_html {
	padding-bottom: 5px;
}

.powermail_mandatory_js {
	color: #c30;
	padding-left: 200px;
}

.tx_powermail_pi1_fieldwrap_html:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.content .tx-powermail-pi1 p {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.news-single-img {
	float: right;
	padding: 0 0 10px 10px;
}

.news-single-date, .back {
	padding: 0 17px 17px 17px;
}

.listTxt p {
	display: inline;
}

.form-item-checkbox, .form-submit {
	padding: 0 17px;
}

.form-submit input {
	padding: 5px 7px;
	background: url(../images/btn_back.gif) 0 0 repeat-x;
	color: #fff;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.righty input.btn {
	width: auto;
}

.tipForm {
	padding: 0 24px;
}

.tipForm label {
	float: left;
	width: 100px;
}

.tipForm input.powermail_submit {
	margin-left: 0px;
	border: none;
	width: auto;
	padding: 5px 7px;
}

.tipForm input {
	border: 1px solid #72665A;
	width: 200px;
	padding: 0px;
}

.persImg, .persName, .persEmail, .persPhone {
	font-family: Verdana, "Times New Roman", Times, serif;
	padding: 0 24px;
}

.persImg img {
	padding: 1px;
	border: 1px solid #32200f;
}

.persName {
	font-size: 11px;
}

.persEmail, .persPhone {
	padding-left: 50px;
}

.persEmail a {
	color: #32200f;
	text-decoration: none;
}

.persEmail a:hover {
	color: #f0911d;
}

.persEmail {
	background: url(../images/icon_email.gif) 24px 2px no-repeat;
	padding-top: 2px;
	padding-bottom: 3px;
}

.persPhone {
	background: url(../images/icon_phone.gif) 24px 2px no-repeat;
	padding-top: 2px;
	padding-bottom: 3px;
}

p.print {
	text-align: right;
}

p.print a {
	padding-right: 18px;
	background: url(../images/icon_print.gif) right 2px no-repeat;
}

.csc-sitemap {
	padding: 0 17px 17px 17px;
}

.csc-sitemap ul li ul {
	padding-left: 17px;
}

div.submenu ul ul {padding-right:0;}
div.content ul { margin: auto; padding-left: 30px; }
div.content li { list-style-type: disc; margin: auto; padding-left: 10px;}

.tx_powermail_pi1_fieldwrap_html_35 {clear:both;}

.tx_powermail_pi1_form fieldset { margin-top: 25px; }

.verberg {
	display: none;
}

#hidden {
	visibility: hidden;
}

.subscribe ol li.radio {list-style-type: none;}
.subscribe input.powermail_submit { width: auto; padding: 0; margin-left: 370px; }
.subscribe .submit { width: 256px; } 
.tx_powermail_pi1_fieldwrap_html p {height: 0px!important;}

.subscribe input.powermail_submit{
	padding: 5px 7px;
	background: url(../images/btn_back.gif) 0 0 repeat-x;
	color: #fff;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

p.tx_powermail_pi1_fieldwrap_html_radio_title { width: 200px!important; height: 20px!important; float: left;}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title {width: 200px!important; height: 20px!important; float:left;}

#uid47_cb { display: none; }

textarea#opmerkingen { width: 254px; }
div #uid47_msg { display: none; }

.tx_powermail_pi1_fieldwrap_html_52 { width: 200px; margin-right: 82px;  float: right; }
.tx_powermail_pi1_fieldwrap_html_52 label { display: none }

.tx_powermail_pi1_fieldwrap_html_48 { clear: both; }
.powermail_check_inner, .powermail_radio_inner { width: 220px; margin-right: 60px;  float: right; }
.powermail_radio_inner_uid44_4 {width: 250px; margin-right: 30px;}  

form #aanmelden .tx_powermail_pi1_form { clear: both; }

/* Nieuwsbrief aanmelden */
.newsletterSubscribtion label { float: left; display: block; }
.radiobuttons { float: left; display: block; width: 254px; }
.radiobuttons input[type=checkbox] { width: 15px; border: none; }
.radiobuttons input[type=radio] { width: 13px; border: none; }

.subscribe .tx_powermail_pi1_fieldwrap_html .powermail_submit { margin-left: 200px; margin-top: 10px; }
.subscribe .submit { width: 100px; margin-left: 156px; margin-top: 3px; }

/* Login */
.tx-felogin-pi1 div {padding: 0 17px;}
.tx-felogin-pi1 legend {display: none;}
.tx-felogin-pi1 fieldset {padding: 10px 0;}
.tx-felogin-pi1 input#user, .tx-felogin-pi1 input#pass, .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-text, .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password {
	border: 1px solid #72665a;
	padding: 4px 2px;
	margin-bottom: 3px;
	width: 157px;
	font-size: 11px;
}

.tx-felogin-pi1 input[type=submit], .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit {
	padding: 5px 7px;
	background: url(../images/btn_back.gif) 0 0 repeat-x;
	color: #fff;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#inschrijfformulier #powermaildiv_uid61 { margin: 10px 0 10px 0; }
.tx_powermail_pi1_fieldwrap_html_radio .powermail_mandatory_js { margin: 0; padding: 0; }

div.content embed { margin-left:17px; }

.frontPageBigBox img.boven { margin-top: -35px; }