body {
	margin:0;
	background:url(../images/bg-body.gif) repeat-x -3px 0;
	min-width:960px;
	font:12px/17px Arial, Helvetica, sans-serif;
	color:#524733;
}
img{border:0;}
a{color:#000;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#main-container{
	width:100%;
	overflow:hidden;
	position:relative;
}
.mc-holder-1{
	width:1300px;
	position:relative;
	float:left;
	left:50%;
}
.mc-holder-2{
	width:1300px;
	position:relative;
	float:left;
	left:-50%;
	background:url(../images/bg-mc.gif) no-repeat;
}
.main-img{
	position:absolute;
	top:0;
	right:10px;
}
.main-img img{
	display:block;
}
/*
start wrapper
*/
#wrapper{
	margin:0 auto;
	padding:140px 0 0;
	position:relative;
	width:960px;
	z-index:1;
}
/*
start header
*/
#header{
	width:960px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/bg-header.gif) repeat-x 0 100%;
	padding:14px 0 0;
}
.logo{
	float:left;
	width:151px;
	height:100px;
	background:url(../images/bg-logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 9px;
	display:inline;
}
.logo a{
	display:block;
	width:151px;
	height:100px;
	position:relative;
}
.nav{
	margin:0;
	padding:59px 0 0 42px;
	list-style:none;
	float:left;
}
.nav li{
	float:left;
}
.nav a{
	display:block;
	padding:0 21px 30px 20px;
	color:#d5c0aa;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	position:relative;
}
.nav a.active{
	background:url(../images/bg-nav.gif) repeat-x 0 100% !important;
	color:#fefefe;
}
.nav a:hover{
	background:url(../images/bg-nav-hover.gif) repeat-x 0 100%;
	text-decoration:none;
}
.call{
	float:left;
	padding:53px 0 0 15px;
}
.call-l{
	background:url(../images/bg-call.gif) no-repeat;
	float:left;
	padding:0 0 0 5px;
}
.call-l strong{
	background:url(../images/bg-call.gif) no-repeat 0 -50px;
	padding:4px 6px 5px 20px;
	display:block;
	font-size:13px;
	color:#fff;
}
.call-r{
	background:url(../images/bg-call.gif) no-repeat 100% -26px;
	float:left;
	width:2px;
	height:26px;
}
/*
end header
start main
*/
#main{
	width:100%;
	overflow:hidden;
	padding:0 0 13px;
}
/*
start twocolumn
*/
.twocolumn{
	float:left;
	width:700px;
}
/*
start tabs
*/
.tab-wrapp{
	width:100%;
	overflow:hidden;
}
.tab-holder{
	height:324px;
	position:relative;
}
.tab-holder img {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.tab-holder img.active {z-index:1;}
.tabset{
	margin:-13px 0 0;
	padding:0;
	list-style:none;
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:3;
}
.tabset li{
	float:left;
    cursor:text;
}
.tabset li a{
	display:block;
	width:100px;
	height:63px;
	padding:94px 20px 0;
	overflow:hidden;
	text-align:center;
	color:#544934;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	line-height:12px;
	background:url(../images/bg-tabs.gif) no-repeat 0 100%;
    cursor:text;
}
.tabset li.active a{
	color:#ca0084;
	text-decoration:none;
	border:none;
    cursor:text;
}
.tabset .wrapper-img{
	display:block;
	position:relative;
	width:140px;
	margin:0 0 0 -20px;
}
.tabset a img {
	display:block;
	position:absolute;
	left:0;
	bottom:18px;
	cursor:default;
}
.tabset a img.default{
	bottom:18px;
}
.tabset a img.hover{
	bottom:9999px;
}
.tabset .default,
.tabset li.active a .default{
	bottom:9999px;
}
.tabset .hover,
.tabset li.active a .hover{
	bottom:18px;
}

/*
end tabs
start content
*/
.content{
/*	width:400px;*/
	float:left;
	padding:27px 0 0 12px;
}
.content h1{
	margin:0 0 19px;
	font-size:27px;
	font-weight:normal;
	color:#393121;
	border-bottom:1px solid #e1d8cc;
	padding:0 0 8px;
}
.content h1 .cufon-canvas{
	padding:0 5px 0 0;
}
.ttl{
	display:block;
	font-size:12px;
	color:#ca0084;
}
.content p{
	margin:0 0 15px;
}
/*
end content
start aside
*/
.aside{
	float:left;
	width:250px;
	padding:32px 0 0 17px;
}
.aside h2{
	margin:0 0 10px;
	font-size:16px;
	font-weight:normal;
	color:#393121;
	border-bottom:1px solid #e1d8cc;
	padding:0 0 12px;
	word-spacing:-1px;
}
.aside img{
	display:block;
	margin:0 0 16px;
}
.aside p{
	margin:0 0 14px;
	line-height:18px;
}
.add{
	display:block;
	color:#ca0084;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	text-decoration:underline;
	background:url(../images/bg-add.gif) no-repeat 0 7px;
	padding:0 0 0 8px;
	margin:0 0 0 4px;
}
.add:hover{
	text-decoration:none;
}
/*
end aside
start sidebar
*/
.sidebar{
	width:260px;
	float:left;
	padding:0 0 30px;
}
/*
start top sidebar
*/
.sb-top{
	padding:9px 10px 11px;
	overflow:hidden;
	background:#544934;
	margin:0 0 39px;
}
.heading {
	width:100%;
	overflow:hidden;
}
.sb-top .agenda{
	background:url(../images/bg-titel.gif) no-repeat;
	width:72px;
	height:28px;
	margin:0;
	text-indent:-9999px;
	float:left;
}
.rss{
	float:right;
	color:#f2a35e;
	font-size:10px;
	text-transform:uppercase;
	background:url(../images/bg-rss.gif) no-repeat 100% 4px;
	text-decoration:none;
	padding:0 11px 0 0;
	margin:4px 8px 0 0;
	display:inline;
}
.box{
	background:#fff;
	padding:5px 15px 10px;
	margin:0 0 10px;
}
.list{
	margin:0;
	padding:0 0 3px;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.list li{
	border-top:1px solid #e1d8cc;
	font-size:11px;
	line-height:15px;
	padding:5px 0 0;
	margin:-1px 0 8px;
	height:1%;
	vertical-align:middle;
}
.list span{
	color:#534833;
	display:block;
}
.list a{
	color:#ca0084;
	text-decoration:none;
	display:block;
	font-weight:bold;
}
.list a.active{
	color:#6f634d !important;
	text-decoration:none !important;
}
.list a:hover{
	text-decoration:underline;
}
.elke{
	display:block;
	background:#e1d8cc;
	color:#393121;
	padding:7px 6px 7px 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
/* .elke:hover{
	color:#fff;
	background:#db1095;
	text-decoration:none;
} */
.menu{
	display:block;
	overflow:hidden;
	height:1%;
	background:#c2007f;
	padding:2px 6px 2px 16px;
}
.menu:hover{
	background:#db1095;
}
.menu img{
	float:right;
	margin:0 0 0 5px;
}
.ons-menu{
	background:url(../images/bg-titel.gif) no-repeat 0 -35px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:50px;
	margin:15px 0 0;
}
/*
end top sidebar
start info-box
*/
.info-box{
	height:1%;
	overflow:hidden;
	background:#fff;
	padding:10px;
}
.info{
	border:1px solid #e1d8cc;
	background:#f1ede7;
	padding:9px 13px 14px;
}
.opening{
	background:url(../images/bg-icn.gif) no-repeat 100% 0;
	text-indent:-9999px;
	overflow:hidden;
	height:19px;
	margin:0 0 8px;
}
.opening span{
	display:block;
	height:19px;
	background:url(../images/bg-titel.gif) no-repeat 0 -93px;
}
.info dl{
	margin:0 0 1px;
	background:#fff;
	padding:3px 0 2px 8px;
}
.info dt{
	float:left;
	font-weight:bold;
	font-size:11px;
	width:58px;
}
.info dd{
	margin:0;
}
.image-box{
	display:block;
	border:solid #e1d8cc;
	border-width:0 1px 1px;
	height:142px;
	padding:16px 0 0;
	background:url(../images/bg-img-box.jpg) no-repeat;
}
.image-box .kind{
	display:block;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-titel.gif) no-repeat 0 -120px;
	margin:0 0 0 17px;
}
.image-box:hover{
	background:url(../images/bg-img-box.jpg) no-repeat 0 -162px;
}
.news{
	padding:12px 12px 15px 18px;
	background:#e1d8cc;
	height:1%;
	margin:10px 0 0;
	
}
.nieuwsbrief{
	background:url(../images/bg-icn.gif) no-repeat 99% -24px;
	text-indent:-9999px;
	overflow:hidden;
	height:19px;
	margin:0 0 0 -3px;
}
.nieuwsbrief span{
	display:block;
	height:19px;
	background:url(../images/bg-titel.gif) no-repeat 0 -157px;
}
.news p{
	margin:0 0 8px;
	font-size:11px;
	line-height:15px;
}

.news  a{
	color:#ca0084;
}
.news  a:hover{
	text-decoration:none;
}

.row{
	background:url(../images/bg-mail.gif) no-repeat;
	height:18px;
	overflow:hidden;
	padding:3px 3px 5px 5px;
}
.row input{
	float:left;
}
.txt{
	border:0;
	background:none;
	width:130px;
	padding:2px 0;
	font-size:11px;
	color:#544934;
	padding:4px 5px 0 0;
}/*
end sidebar
/*
start inner-content
*/
.inner .twocolumn img{
	display:block;
}
.inner .content{
	width:640px;
	padding:0;
	background:#fff;
	padding:30px 30px 10px;
}
.inner .content h1{
	color:#ca0084;
	word-spacing:-1px;
	margin:0 0 17px;
}
.data{
	font-style:normal;
	font-weight:bold;
	display:block;
	margin:0 0 11px;
}
.inner .content h2{
	margin:0 0 10px;
	color:#ca0084;
	font-size:18px;
	font-weight:normal;
}
.content p a{
	color:#ca0084;
	text-decoration:underline;
}
.content p a:hover{
	text-decoration:none;
}
.text{
	padding:12px 0 1px 1px;
	overflow:hidden;
	height:1%;
}
.text p{
	line-height:18px;
	margin:0 0 18px;
	overflow:hidden;
	height:1%;
}
.image-holder{
	float:right;
	border:1px solid #e1d8cc;
	background:#f1ede7;
	padding:4px;
	margin:0 4px 0 15px
}
.inner .content h3{
	margin:0 0 7px;
	color:#ca0084;
	font-size:14px;
}

.inner .content h4{
	margin:0 0 7px;
	color:#ca0084;
	font-size:12px;
}
/*
start blockquote
*/
.content blockquote{
	background:url(../images/bg-quote.gif) no-repeat;
	margin:0 0 30px;
	padding:4px 0 0 22px;
}
.content blockquote q{
	display:block;
	quotes:none;
}
.content q:after, .content q:before{
	content:"";
}
.content q{
	font-style:italic;
}
/*
end blockquote
*/
.content ul{
	margin:0 0 35px;
	padding:0 0 0 12px;
	list-style:none;
}
.content li{
	background:url(../images/bullet.gif) no-repeat 0 7px;
	padding:0 0 4px 10px;
}
/*
start table
*/
.content table{
	border-collapse:collapse;
	margin:0 0 31px;
}
.content th{
	color:#ca0084;
	width:189px;
	height:29px;
	padding:0 0 0 10px;
	background:#f1ede7;
	text-align:left;
	vertical-align:middle;
	border:1px solid #e1d8cc;
}
.content th.last{
	width:226px;
}
.content td{
	height:29px;
	padding:0 0 0 10px;
	vertical-align:middle;
	border:1px solid #e1d8cc;
}
/*
end table
start form
*/
.signup{
	margin:0 0 29px;
}
.signup label{
	float:left;
	font-weight:bold;
	padding:7px 0 0;
	width:101px;
}
.wrapp{
	overflow:hidden;
	height:1%;
	margin:0 0 5px;
}
.input-text{
	border:solid #e1d8cc;
	border-width:1px 0 0 1px;
	background:#f1ede7;
	width:195px;
	height:21px;
	padding:6px 0 0 4px;
	font-size:12px;
}
.signup textarea {
	border:solid #e1d8cc;
	border-width:1px 0 0 1px;
	background:#f1ede7;
	padding:6px 0 0 4px;
	font-size:12px;
	width:531px;
	height:53px;
	overflow:auto;
	margin:0 0 1px;
}
.button{
	float:right;
	width:77px;
	height:30px;
	margin:0 1px 0 0;
}
/*
end form
*/
.inner .sb-top{
	margin:0;
}
.number{
	margin:0;
	padding:4px 0 0 6px;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.number li{
	float:left;
	margin:0 5px 0 0;
}
.number a{
	display:block;
	color:#e1d8cc;
	height:19px;
	width:20px;
	padding:1px 0 0;
	background:#61543c;
	text-decoration:none;
	text-align:center;
}
.number a:hover{
	background:#7c6d50;
}
.number a.active{
	color:#999080;
	background:url(../images/bg-num.gif) no-repeat !important;
}
/*
end inner
start footer
*/

#footer{
	width:100%;
	font-size:11px;
	color:#b9b0a6;
	background:url(../images/bg-line.gif) no-repeat;
	padding:11px 0 0;
}
#footer:after {
	clear: both;
	content:"";
	display: block;
}
.ad{
	margin:-56px 5px 0 0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
}
.ad li{
	float:left;
}
.ad img{
	display:block;
}
.foot-info{
	height:1%;
	overflow:hidden;
	padding:0 0 0 13px;
}
.foot-info p{
	margin:0;
	display:inline;
}
.foot-info ul{
	margin:0;
	padding:0 0 0 7px;
	list-style:none;
	display:inline;
}
.foot-info li{
	display:inline;
	background:url(../images/foot-sep.gif) no-repeat 0 50%;
	padding:0 8px 0 9px;
}
.foot-info li a{
	color:#ca0084;
}
.foot-info li a:hover{
	text-decoration:none;
}
.foot-info p.info-block {
    display:block;
    padding:4px 0px 12px 0px;
}
.foot-info p.info-block a {
    color:#b9b0a6;
}
/*
end footer
end wrapper
*/
/* agenda nav */
.agenda-nav {
    float:right;
    width:236px;
}
.agenda-nav li {
    float:left;
    width:118px;
    padding:0px;
    margin:0px;
    list-style:none;
    background:none;
    color:#666;
    font-size:11px;
}
/* end agenda nav */
/* start contact cols */
.col {
    float:left;
    width:390px;
}
.col2 {
    float:left;
    width:230px;
}


/* end contact cols */
/* start contact details */
dl.contact-details dt {
    float:left;
    width:60px;
    text-align:left;
    font-weight:bold;
}

dd  a{
	color:#ca0084;
}
dd  a:hover{
	text-decoration:none;
}
/* end contact details */
/* start min height */
#min-height {
	display:none;
}
p {
clear:both;
}

.stembutton
{
    margin: -10px 0 10px 10px;
    display: block;
    width: 241px;
    height: 103px;
    background: url('../images/botton.png') no-repeat top left;
}

.stembutton:hover
{
    background-position: 0 -107px;
}
