/*body block*/
body{
	margin:0;
	color:#000;
	font:16px/28px "Comic Sans MS", Arial, Helvetica, sans-serif;
	background:url(../images/bg-body.gif);
	min-width:995px;
}
img{
	border-style:none;
}
a{
	text-decoration:underline;
	color:#F03B68;
}
a:hover{
	text-decoration:none;
}


/*forms default styles*/
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:top;
	color:#000;
}


/*wrapper block*/
#wrapper{
	background:url(../images/bg-wrapper.gif) repeat-x;
	overflow:hidden;
	width:100%;
	position:relative;
	padding: 0 0 0 0;
}


/*header block*/
#header{
	width:100%;
	height:420px;
	overflow:hidden;
	background:url(../images/bg-header.jpg) no-repeat 50% 0;
}
#header .holder{
	float:left;
	left:50%;
	height:100%;
	width:1008px;
	position:relative;
}
#header .frame{
	float:left;
	width:1008px;
	left:-50%;
	height:100%;
	position:relative;
}
/*page logo*/
.logo{
	background:url(../images/logo.png) no-repeat;
	width:498px;
	margin:23px 0 0 258px;
	height:349px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	display:inline;
}
.logo:hover,
.logo.hover{
	background:url(../images/logo-hover.png) no-repeat;
}
.logo a{
	height:100%;
	display:block;
}
.user1{
	width:252px;
	height:76px;
	overflow:hidden;
	position:absolute;
	margin:0;
	left:34px;
	top:318px;
	text-align:right;
	
}
.user2{
	width:267px;
	height:84px;
	overflow:hidden;
	position:absolute;
	margin:0;
	right:-15px;
	top:348px;
	font-size:11px;
}
.nav-holder{
	width:664px;
	padding:0 8px 0 6px;
	background:url(../images/bg-nav-rl.gif) no-repeat;
	position:absolute;
	bottom:0;
	left:166px;
}

/*main navigation*/
#nav{
	padding:0;
	border:2px solid #000;
	border-width:2px 2px 0;
	margin:0;
	width:660px;
	overflow:hidden;
	list-style:none;
}
#nav li{
	float:left;
}
#nav a{
	display:block;
	height:48px;
	text-indent: -9999px;
	background:url(../images/bg-nav.gif) no-repeat;
}
#nav .menu1{
	background:url(../images/menuhome.png) no-repeat;
	width:132px;
}
#nav .menu1:hover,
#nav .active .menu1{
	background-position:0 100%;
	color: #000;
	text-decoration:none;
}

#nav .menu2{
	width: 132px;
	background:url(../images/menuinfo.png) no-repeat;
}
#nav .menu2:hover,
#nav .active .menu2{
	background-position:0 100%;
}

#nav .menu3{
	width: 132px;
	background:url(../images/menufeestje.png) no-repeat;
}
#nav .menu3:hover,
#nav .active .menu3{
	background-position: 0 100%;
}

#nav .menu4{
	width: 132px;
	background:url(../images/menuverhuur.png) no-repeat;
}
#nav .menu4:hover,
#nav .active .menu4{
	background-position: 0 100%;
}

#nav .menu5{
	width: 132px;
	background:url(../images/menucontact.png) no-repeat;
}
#nav .menu5:hover,
#nav .active .menu5{
	background-position: 0 100%;
}

/* Submenu */
#subnav{
	padding:0;
	margin:0;
	width:495px;
	overflow:hidden;
	list-style:none;
}
#subnav li{
	float:left;
}
#subnav a{
	display:block;
	height:48px;
	text-indent: -9999px;
	background:url(../images/bg-nav.gif) no-repeat;
}
#subnav .submenuinfo1{
	background:url(../images/submenuoverons.png) no-repeat;
	width:150px;
}
#subnav .submenuinfo1:hover,
#subnav .active .submenuinfo1{
	background-position:0 100%;
	color: #000;
	text-decoration:none;
}

#subnav .submenuinfo2{
	width: 150px;
	background:url(../images/submenuthemas.png) no-repeat;
}
#subnav .submenuinfo2:hover,
#subnav .active .submenuinfo2{
	background-position:0 100%;
}

#subnav .submenuinfo3{
	width: 150px;
	background:url(../images/submenufotos.png) no-repeat;
}
#subnav .submenuinfo3:hover,
#subnav .active .submenuinfo3{
	background-position: 0 100%;
}


/*main block*/
#main{
	width:100%;
	position:relative;
}
.main-holder{
	float:left;
	left:50%;
	width:1002px;
	position:relative;
	height:100%;
}
.main-frame{
	float:left;
	left:-50%;
	width:1002px;
	position:relative;
	height:100%;
	background:url(../images/bg-form-join.jpg) no-repeat 50% 0;
}
.main-frame-info{
	float:left;
	left:-50%;
	width:1002px;
	position:relative;
	height:100%;
	background:url(../images/bg-form-join-info.jpg) no-repeat 50% 0;
}

/*top form block*/
.form-holder{
	width:999px;
	padding:19px 0 29px 3px;
	overflow:hidden;
	text-align:center;
}
.form-holder-info{
	width:999px;
	padding:3px 0 69px 2px;
	overflow:hidden;
	text-align:center;
}
.form-holder p{
	width:668px;
	height:41px;
	margin:0 0 0 165px;
	text-align: center;
}
.inputbox {
	overflow:hidden;
	width:426px;
	margin:6px 0 0 304px;
}
.inputbox-info {
	overflow:hidden;
	width:426px;
	margin:19px 0 0 305px;
}
.btn-join{
	margin:1px 0 0;
}
.subnav {
	overflow:hidden;
	width:495px;
	margin:10px 0 0 270px;
}

/*content block*/
#contentsub,
.contentsub{
	width:974px;
	position:relative;
	top: -45px;
	padding:0 0 0 31px;
	margin:0 0 0 -5px;
	float:left;
	background:url(../images/bg-bottom.gif) no-repeat 0 100%;
}

#content,
.content{
	width:974px;
	position:relative;
	padding:0 0 0 31px;
	margin:0 0 0 -5px;
	float:left;
	background:url(../images/bg-bottom.gif) no-repeat 0 100%;
}
.content-bottom{
	background:#fff;
	width:920px;
	border:solid #000;
	border-width:0 2px 2px;
	position:relative;
	min-height:200px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 27px;
}
.content .content-bottom{
	background:#fff url(../images/bg-content-t.gif) repeat-x;
	padding:23px 0 35px 44px;
	width:903px;
	min-height: 550px;
}
.contentsub .content-bottom{
	background:#fff url(../images/bg-content-t.gif) repeat-x;
	padding:23px 0 35px 44px;
	width:903px;
	min-height: 550px;
}
.content h1{
	margin:0 0 0 20px;
	font-size:20px;
	width:301px;
	padding:0 0 39px;
	height:62px;
}
.contentsub h1{
	margin:0 0 0 20px;
	font-size:20px;
	width:301px;
	padding:0 0 39px;
	height:62px;
}
.contentBlock {
	width: 861px;
	text-align: justify;
}

/*footer block*/
#footer{
	width:841px;
	overflow:hidden;
	margin:0 auto;
}
#footer .holder{
	background:url(images/bg-footer.jpg) no-repeat;
	overflow:hidden;
	width:824px;
	height:287px;
	padding:23px 9px 66px 4px;
	margin:0 0 5px;
	text-align: center;
	text-indent:-9999px;
	display: none;
}
#footer p{
	margin:0 0 15px 0;
	font-size:11px;
	line-height:17px;
	color:#000;
	text-align:center;
	font-weight:bold;
}
#footer p a{text-decoration:underline;}
#footer p a:hover{text-decoration:none;}
.highlight {
	color:#F05379;
text-decoration:none;
}
