@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

BODY {
	background-color: #6F8FAA;
	background-image: url(../images/common/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	height:100%;
    font-family: verdana,arial,sans-serif;
	font-size:12px;
	color:#333333;
	position:relative;
	z-index:0;
}
#site {
	width:990px;
	min-height:600px;
	margin:0 auto;
	background:#FFFFFF;
	margin-top:20px;
}
#top {
	width:100%;
	height:170px;
	position:relative;
	z-index:70;
}
.body-home #top {
	height:187px;
}
#header {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:154px;
}

#header .links {
	position:absolute;
	margin-left:5px;
	margin-top:15px;
}

#header .midden {
	position:absolute;
	margin-left:100px;
	margin-top:10px;
}


#header .rechts {
	position:absolute;
	right:0;
}

#header .rechts UL {
	margin-top:10px;
	margin-right:25px;
}

#header .rechts UL LI{
	list-style:none;

}
#header .rechts UL LI INPUT {

	height:25px;
	width:200px;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid black;
}


#header .rechts P {
	margin-top:1px;
	font-size:11px;
	font-family:Arial;
	color:#000000;

}

#header .rechts P A{
	color:#00000;

}



#header .img_menu {
	margin-top:195px;

}

#head_menu_left {
	margin-left:20px;
	padding-right:20px;
	width:190px;
	height:240px;
}

#head_menu_left H1 {

	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:15px;
}

#head_menu_left UL {
	padding-top:5px;
	padding-left:30px;

}


#head_menu_left UL LI{

	padding-top:5px;
	margin-left:10px;
	padding-bottom:5px;
	list-style:none;
	
}



#head_menu_left UL LI A {

	color:#000000;
	text-decoration:none;
	padding-left:10px;
}

#head_menu_left UL LI A:hover {

	color:#000000;
	text-decoration:underline;
}


#search {
	width:180px;
	height:30px;
	position:absolute;
	margin-left:90px;
	margin-top:-85px;
}


#search-content {
	margin-left: 10px;
	margin-top: 10px;
	right:20px;
	top:15px;
	width:160px;
	height:25px;
	background:white;
	border:1px solid black;
}

#search-input {
	left:0;
	top:0;
	width:150px;
	height:15px;
	padding:5px;
	border:0;
	font-size:11px;
	color:#000000;
}







#test {
	top:0;
	height:154px;
	float:right;
	margin-left: 207px;
}






#header .menu {
	position:absolute;
	left:30px;
	bottom:20px;
}

#header .menu UL LI {
	list-style:none;
	float:left;
	margin-right:5px;
}

#header .menu UL LI A {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#header .menu UL LI A:hover {
	text-decoration:underline;
}

#menu {
	position:absolute;
	left:0;
	top:155px;
	width:100%;
	height:40px;
	z-index:10;
	background:#074475;
	clear:both;
}

#menu DIV{
	float:right;
	height:100%;
	margin-right:20px;
	color:white;
	font-size:11px;
	color:white;
	text-decoration:none;
	line-height:32px;
	background:#074475;

}


#menu UL {
	height:40px;
	float:left;
}

#menu UL LI {
	list-style:none;
	float:left;
	height:40px;
	width:165px;
	width:0;
	white-space:nowrap;
	
}

#menu UL > LI {
	width:90px;
}


#menu UL LI A {
	display:block;
	height:31px;
	margin-top:3px;
	padding-left: 10px;
	padding-right:10px;
	width:100px;
	text-align:center;
	line-height:32px;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial;
	color:#FFFFFF; 
}


#menu UL LI A:hover {
	color:#FFFFFF;
	text-decoration:underline;

}



#menu UL LI UL {
	display:none;
	padding:0;
	margin:0;
	border:0;
	z-index:100;
	position:absolute;
	margin-top:6px;
}

#menu UL LI:hover UL {
	display:block;
}

#menu UL LI UL LI {
	float:none;
	background:#E4E8ED;
	width:100%;
	height:30px;
}

#menu UL LI UL LI A {
	background:none;
	display:block;
	height:100%;
	width:165px;
	margin:0;
	border:0;
	text-align:left;
	line-height:30px;
	color:#0d2a4a;
	font-size:11px;
	text-decoration:none;
}

#submenu {
	position:absolute;
	width:100%;
	height:32px;
	left:0;
	bottom:0;
	clear:both;
	z-index:10;
}

#submenu DIV {
	float:right;
	height:100%;
	margin-right:20px;
	color:white;
	font-size:11px;
	color:white;
	text-decoration:none;
	line-height:32px;
}

/*SUBMENU ITEMS */

#submenu DIV A {
	color:white;
}

#submenu UL {
	height:32px;
	float:left;
}

#submenu UL LI {
	list-style:none;
	float:left;
	width:0;
	white-space:nowrap;
}

#submenu UL > LI {
	width:auto;
}

#submenu UL LI A {
	display:block;
	padding:0 15px;
	height:100%;
	margin-right:2px;
	color:white;
	font-size:11px;
	background:#6D819C;
	text-decoration:none;
	line-height:32px;
}


.body-0 #submenu UL LI A:hover, .body-0 #submenu UL LI:hover A {	background:#6D819C; }
.body-1 #submenu UL LI A:hover, .body-1 #submenu UL LI:hover A {	background:#F69626; }
.body-2 #submenu UL LI A:hover, .body-2 #submenu UL LI:hover A  {	background:#CDAC4E; }
.body-3 #submenu UL LI A:hover, .body-3 #submenu UL LI:hover A  {	background:#323A7A; }
.body-4 #submenu UL LI A:hover, .body-4 #submenu UL LI:hover A  {	background:#464A55; }
.body-5 #submenu UL LI A:hover, .body-5 #submenu UL LI:hover A  {	background:#F22F1B; }


#submenu UL LI UL {
	display:none;
	padding:0;
	margin:0;
	border:0;
	z-index:100;
	position:absolute;
	width:165px;
}

#submenu UL LI:hover UL {
	display:block;
}

#submenu UL LI UL LI {
	float:none;
	background:white;
	width:165px;
	height:30px;
	position:relative;
}

#submenu UL LI UL LI A {
	display:block;
	height:100%;
	width:165px;
	margin:0;
	border:0;
	text-align:center;
	line-height:30px;
	color:white;
	font-size:10px;
	text-decoration:none;
	background:#6D819C;
}




.body-0 #submenu UL LI UL LI A {	background:#6D819C; }
.body-1 #submenu UL LI UL LI A {	background:#F69626; }
.body-2 #submenu UL LI UL LI A {	background:#CDAC4E; }
.body-3 #submenu UL LI UL LI A {	background:#323A7A; }
.body-4 #submenu UL LI UL LI A {	background:#464A55; }
.body-5 #submenu UL LI UL LI A {	background:#F22F1B; }





#sponsors {
	position:relative;
	right:0px;
	width:170px;
	top:0px;
	height:500px;
	overflow:hidden;
	border: 0px;

}

#sponsors .jcarousel-clip {
	width:170px;
	height:500px;
	overflow:hidden;
    position: relative;
	border: 0px;

}

#sponsors .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	border: 0px;

}

#sponsors .jcarousel-list li,
#sponsors .jcarousel-item {
    float: left;
    list-style: none;
    width: 170px;
	text-align:center;
	border: 0px;
	margin-left:10px;
	background:#6D819C;
}

.body-0 #sponsors .jcarousel-list li, #sponsors .jcarousel-item {	background:#6D819C; }
.body-1 #sponsors .jcarousel-list li, #sponsors .jcarousel-item {	background:#F69626; }
.body-2 #sponsors .jcarousel-list li, #sponsors .jcarousel-item {	background:#CDAC4E; }
.body-3 #sponsors .jcarousel-list li, #sponsors .jcarousel-item {	background:#323A7A; }
.body-4 #sponsors .jcarousel-list li, #sponsors .jcarousel-item {	background:#464A55; }
.body-5 #sponsors .jcarousel-list li, #sponsors .jcarousel-item {	background:#F22F1B; }




#nieuws, #calendar {
	width:910px;
	height:25px;
	overflow:hidden;
	margin:0 20px;
	z-index:1;
}

#nieuws .left, #calendar .left {
	float:left;
	width:30px;
	line-height:35px;
	font-weight:bold;
	z-index:3;

}

#nieuws .right, #calendar .right {
	float:left;
	width:870px;
	z-index:3;
	margin-left: 10px;
}

/* MARQUEE */

ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	z-index:2;
	/* optional styles for appearance */
	width: 830px;
	margin:0 20px;
	height: 30px; /* height should be included to reserve visual space for the marquee */
	line-height:30px;

}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	padding: 3px 5px;
}


ul.marquee li A {
	color:#666666;
	font-size:11px;
	text-decoration:none;
	font-size:13px;
}

ul.marquee li A:hover {
	color:#999999;
}

#content {
	width:990px;
	min-height:500px;
	margin:0px 0;
	background:#FFFFFF;
}



#content.two {
	background:#FFFFFF;
}





#content-left {
	width:208px;
	margin:5px 0px;
	min-height:400px;
	float:left;
	display:inline;
	background:#FFFFFF;
}


#submenu_pmc {
	margin-right: 5px;
	margin-top: 10px;
}

#submenu_pmc H1, submenu_search H1{

	color:#F4B000;
	border-bottom:1px dotted #F4B000;
	padding-bottom:5px;
	margin-bottom:15px;
	margin-left:20px;
	margin-top:20px;
	font-size:14px;

}
#submenu_pmc P, submenu_search P{

	padding-bottom:5px;
	margin-bottom:15px;
	margin-left:20px;
	margin-top:20px;
	font-size:12px;

}



#submenu_pmc UL LI {
	font-size:14px;
	color:#000000;
	text-align:right;
	margin-right: 5px;
	margin-top: 10px;
	text-decoration:none;
	list-style-type:none;
}

#submenu_pmc UL LI A {
	font-size:14px;
	color:#000000;
	text-align:right;
	margin-right: 5px;
	margin-top: 10px;
	text-decoration:none;
	list-style-type:none;
}

#submenu_pmc UL LI UL {
	display:none;
	padding:0;
	margin:0;
	border:0;
	z-index:100;
	position:absolute;
	width:250px;
	margin-left: 195px;
	margin-top: -25px;

}



#submenu_pmc UL LI:hover UL {
	display:block;
	background:#6D819C;

}

.body-0 #submenu_pmc UL LI:hover UL {	background:#6D819C; }
.body-1 #submenu_pmc UL LI:hover UL {	background:#F69626; }
.body-2 #submenu_pmc UL LI:hover UL {	background:#CDAC4E; }
.body-3 #submenu_pmc UL LI:hover UL {	background:#323A7A; }
.body-4 #submenu_pmc UL LI:hover UL {	background:#464A55; }
.body-5 #submenu_pmc UL LI:hover UL {	background:#F22F1B; }



#submenu_pmc UL LI UL LI {
	float:none;
	width:165px;
	height:30px;
	position:relative;
	padding-left: 15px;

}





#submenu_pmc UL LI UL LI A {
	display:block;
	height:100%;
	width:230px;
	margin:0;
	border:0;
	text-align:left;
	line-height:10px;
	text-decoration:none;
	font-size: 12px;
}






#content-main, #content-main-foto {
	width:760px;
	margin-left:10px;
	margin-top:50px;
	padding:0 0px;
	min-height:502px;
	float:left;
	display:inline;
	background:#FFFFFF;
}


#mail_albums{
	width:740px;
	padding-top:30px;

}


#content-main H1, #content-main-foto H1{

	color:#DF4A22;
	border-bottom:1px dotted #DF4A22;
	padding-bottom:5px;
	margin-bottom:15px;
}


#content-main IMG, #content-main-foto IMG{

	padding:5px;

}


#content-right UL.block A {
	text-align:left;
	font-weight:bold;
	text-align:center;
}

#content-left UL.block A {
	text-align:right;
}

/* BREADCRUMB */

#breadcrumb {
	width:100%;
	height:40px;
	clear:both;
}

#breadcrumb UL LI {
	float:left;
	list-style:none;
	margin:0 5px;
	line-height:25px;
}


#breadcrumb UL LI SPAN {
	font-size:17px;
	font-weight:bold;
	color:#6D819C;
}



.body-0 #breadcrumb UL LI SPAN {	color:#6D819C; }
.body-1 #breadcrumb UL LI SPAN {	color:#F69626; }
.body-2 #breadcrumb UL LI SPAN {	color:#CDAC4E; }
.body-3 #breadcrumb UL LI SPAN {	color:#323A7A; }
.body-4 #breadcrumb UL LI SPAN {	color:#464A55; }
.body-5 #breadcrumb UL LI SPAN {	color:#F22F1B; }


.body-0 #breadcrumb UL LI A {	color:#6D819C; }
.body-1 #breadcrumb UL LI A {	color:#F69626; }
.body-2 #breadcrumb UL LI A {	color:#CDAC4E; }
.body-3 #breadcrumb UL LI A {	color:#323A7A; }
.body-4 #breadcrumb UL LI A {	color:#464A55; }
.body-5 #breadcrumb UL LI A {	color:#F22F1B; }


/* HOMEPAGE */


#home {
	width:100%;
	min-height:200px;
	margin:20px 0;
	background:#FFFFFF;
	height:370px;
}

#home_afbeelding_0 {
	width:165px;
	height:230px;
	float:left;
	padding-top:20px;
	text-align:center;
}

#home_afbeelding_1 {
	width:165px;
	height:230px;
	float:left;
	padding-top:20px;
	text-align:center;
}
#home_afbeelding_2 {
	width:165px;
	height:230px;
	float:left;
	padding-top:20px;
	text-align:center;
}
#home_afbeelding_3 {
	width:165px;
	height:230px;
	float:left;
	padding-top:20px;
	text-align:center;
}
#home_afbeelding_4 {
	width:165px;
	height:230px;
	float:left;
	padding-top:20px;
	text-align:center;
}
#home_afbeelding_5 {
	width:165px;
	height:230px;
	float:left;
	padding-top:20px;
	text-align:center;
}


#home_tekst {
	width:160px;
	height:150px;
	float:left;
	margin-top:0px;
	padding-left: 5px;
}

#home_tekst UL {
}

#home_tekst UL LI {
	font-size: 13px;
	font-family: arial;
	align:left;
	padding-top:10px;
	padding-left:5px;
	list-style: none;
}

#home_tekst UL LI A {
	text-decoration:none;
	font-weight:bold;
	color: #000000;

}




#home UL#cats LI {
	float:left;
	list-style:none;
	margin:1px;
	display:block;
	_margin:0;
}

#home #text UL {
	margin:35px 0;
}

#home #text UL LI {
	float:left;
	list-style:none;
	margin-left:35px;
	width:450px;
	line-height:180%;
}

#home-banner {
	width:100%;
	height:35px;
	background:#79BD32;
	text-align:center;
	color:white;
	line-height:35px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
}

#home-banner_2 {
	width:100%;
	height:20px;
	text-align:center;
	color:#000000;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	letter-spacing:5px;
}



/* BLOKKEN */

UL.block {
	margin:0 15px 15px 0px;
	width:220px;
}

#content-right UL.block {
	margin:0 0 15px 0px;
}

UL.block LI {
	width:100%;
	list-style:none;
}

UL.block LI A {
	display:block;
	width:182px;
	height:28px;
	line-height:28px;
	padding:0 18px;
	text-decoration:none;
	color:#6D819C;
	border:0px;
}



UL.block LI.active A, UL.block LI.active A:hover {
	color:white;
	background:#6D819C; 
}

.body-0 UL.block LI.active A, .body-0 UL.block LI.active A:hover {	background:#6D819C;  }
.body-1 UL.block LI.active A, .body-1 UL.block LI.active A:hover {	background:#F69626;  }
.body-2 UL.block LI.active A, .body-2 UL.block LI.active A:hover {	background:#CDAC4E;  }
.body-3 UL.block LI.active A, .body-3 UL.block LI.active A:hover {	background:#323A7A;   }
.body-4 UL.block LI.active A, .body-4 UL.block LI.active A:hover {	background:#464A55;   }
.body-5 UL.block LI.active A, .body-5 UL.block LI.active A:hover {	background:#F22F1B;   }


UL.block LI UL {
	display:none;
}

UL.block LI.active UL {
	display:block;
	width:188px;
	margin-bottom:15px;
	padding:20px 15px;
}



UL.block LI UL LI {
	list-style:none;
	float:none;
}

UL.block LI.active UL LI A, UL.block LI.active UL LI A:hover {
	background:white !important;
	width:100%;
	display:inline;
	color:#333333;
	padding:0;
	border:0 !important;
	line-height:180%;
}

/* GOOGLE MAPS */

#jmap {
	position:relative;
	width:660px;
	height:400px;
}


#jmaps {
	position:relative;
	width:220px;
	height:220px;
	margin-bottom:15px;
}

#jmaps div a,
#jmaps div span,
#jmaps span.gmnoprint a img{
	display:none;
}


/* CULTUREN */

UL.cultures {
	margin-bottom:12px;
}

UL.cultures LI {
	margin-left:20px;
	list-style:none;
	line-height:22px;
}

UL.cultures LI LABEL {
	padding-left:10px;
}


/* ALMANAK */

UL#almanak LI {
	float:left;
	width:300px;
	list-style:none;
	line-height:150%;
	margin-bottom:15px;
}

UL#almanak LI A {
	font-weight:bold;
	color:#79BD32;
	text-decoration:none;
}


/* CONTENT ELEMENTEN */

.content {
	line-height:180%;
}

.content .kantlijn {
	padding:0 50px;
}

.content .dotted-line {
	margin:15px 0;
	height:2px;
	background:url(../images/common/dotted-line.gif) no-repeat;
}

.content P, .content H1, .content H2, .content UL, .content OL, .content TABLE {
	margin-bottom:12px;
}



.content H1 {
	font-size:17px;
	color:#6D819C;
	font-weight:bold;
}

.content H2 {
	font-size:14px;
	color:#6D819C;
	font-weight:bold;
}

.content H3 {
	margin-bottom:12px;
	display:block;
	width:622px;
	height:32px;
	text-indent:40px;
	background:#DFE8F0;
	margin-left:0px;
	font-size:12px;
	font-weight:bold;
	line-height:32px;
}


.body-0 .content H1 {	color:#6D819C; }
.body-1 .content H1 {	color:#F69626; }
.body-2 .content H1 {	color:#CDAC4E; }
.body-3 .content H1 {	color:#323A7A; }
.body-4 .content H1 {	color:#464A55; }
.body-5 .content H1 {	color:#F22F1B; }

.body-0 .content H2 {	color:#6D819C; }
.body-1 .content H2 {	color:#F69626; }
.body-2 .content H2 {	color:#CDAC4E; }
.body-3 .content H2 {	color:#323A7A; }
.body-4 .content H2 {	color:#464A55; }
.body-5 .content H2 {	color:#F22F1B; }

.body-0 .content H3 {	color:#6D819C; }
.body-1 .content H3 {	color:#F69626; }
.body-2 .content H3 {	color:#CDAC4E; }
.body-3 .content H3 {	color:#323A7A; }
.body-4 .content H3 {	color:#464A55; }
.body-5 .content H3 {	color:#F22F1B; }


.content A {
	color:#26638D;
	text-decoration:none;
}

.content UL LI {
	list-style:square;
	margin-left:30px;
}


.message {
	color:green;
	font-weight:bold;
}

.error {
	color:red;
	font-weight:bold;
}


/* FORMULIEREN */

.form {
	padding:0;
	margin:0;
	height:auto;
	width:auto;
	border:0;
}

.form UL {
	list-style:none;
}

.form UL LI {
	list-style:none;
	clear:both;
}

.form UL LI LABEL {
	float:left;
	width:150px;
	margin-right:10px;
	line-height:23px;
}

.form UL LI LABEL.required {
	background:url(../images/common/form-required.png) no-repeat right top;
}

.form UL LI DIV {
	float:left;
	padding:2px;
	border:1px solid white;
	margin-bottom:15px;
}

.form UL LI.reverse DIV {
	margin-left:160px;
}

.form UL LI.reverse LABEL {
	width:350px;
	margin-left:10px;
}


.form UL LI DIV P {
	display:none;
}

.form UL LI DIV.error {
	border:1px solid red;
}

.form UL LI DIV.error P {
	color:red;
	margin-left:10px;
	font-size:11px;
	display:block;
	margin-bottom:0;
	margin-top:4px;
}

.form UL LI A {
	float:left;
	display:block;
	width:13px;
	height:23px;
	background:url(../images/common/form-info.png) no-repeat;
	margin-left:5px;
}

.form-input {
	border:1px solid #CCCCCC;
	height:14px;
	padding:5px;
	font-size:11px;
	color:#999999;
	width:400px;
	float:none;
}


.form-textarea {
	border:1px solid #CCCCCC;
	padding:5px;
	font-size:11px;
	color:#999999;
	width:400px;
	height:100px;
	float:none;
}

.form-select {
	border:1px solid #CCCCCC;
	padding:5px;
	font-size:11px;
	color:#999999;
	width:310px;
	float:none;
}

.form-submit {
	color:white;
	background:#6D819C;
	font-size:11px;
	padding:2px 10px;
}

.body-0 .form-submit {	background:#6D819C; }
.body-1 .form-submit {	background:#F69626; }
.body-2 .form-submit {	background:#CDAC4E; }
.body-3 .form-submit {	background:#323A7A; }
.body-4 .form-submit {	background:#464A55; }
.body-5 .form-submit {	background:#F22F1B; }


/* EENVOUDIGE STIJLEN */



/* HULP ELEMENTEN */

.clear {
	clear:both;
}

.container {
	width:100%;
	height:100%;
	position:relative;
}

.line {
	width:100%;
	height:2px;
	margin:20px 0;
}

.checked {
	font-weight:bold;
}

.icon {
	float:left;
	margin-right:5px;
}





/* RATING */

#rating LI {
	float:left;
	margin-right:5px;
	list-style:none;
}


/* FOTOALBUM */

UL.fotoalbum LI, UL.fotoalbums LI  {
	list-style:none;
	float:left;
	margin:5px;
}

UL.fotoalbums {

	float:left;
}


UL.fotoalbums LI {
	list-style:none;
	text-align:center;
}



#footer {
	width:207px;
	margin-top:-115px;
	height:95px;
}




#footer_home {
	text-align:center;
	line-height:32px;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial;
	color:#6D819C; 
	margin-top:10px;

}

#footer_home A{
	text-align:center;
	line-height:32px;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial;
	color:#6D819C; 

}

#mine_head {
	background:#FFFFFF;
	padding-top:40px;
	margin-bottom:-20px;
}



