/* ----- CSS ----- */
* {
	font-family: Arial;
	font-size: 13px;
}

html {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	background-color: #333333;
	color: #FFF;
}

ul {
	margin: 0px 0px 0px 1.2em;
	padding: 0px 0px 0px 0px;
	list-style: disc;
}

ol {
	margin: 0px 0px 0px 2em;
	padding: 0px 0px 0px 0px;
}

ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {

}

form {
	margin: 0px;
}

td {
	vertical-align: top;
}

/* projectmodule */
div.search {
	float: right;
	margin-bottom: 10px;
}

div.hightlight {
	float: right;
	width: 90px;
}

div.block {

}

div.rightblock {
	float: right;
	width: 120px;
	height: 150px;
	overflow: auto;
}

div.newsblock {
	margin-bottom: 10px;
}

/* eyecatcher projectmodule */
div.eyecatcher {
	padding-top: 25px;
	padding-left: 15px;
	color: black;
	font-style: italic;
	font-size: 9pt;
	font-weight: bold;
}

/* house projectmodule */
div.house {
	margin-bottom: 40px;
}

/* ----- IDS ----- */
#container {
	width: 999px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: #333333;
	text-align: left;
}

#content {
	position: relative;
	z-index: 0;
}

#left {
	float: left;
	width: 180px;
	padding-left: 9px;
}

#picturegroup {
	border-top: solid #FFF 3px;
	padding-top: 5px;
	border-bottom: solid #FFF 3px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#right {
	padding-left: 25px;
	float: left;
}

#logo {
	height: 239px;
}

#header {
	position: relative;
	height: 190px;
	background-color: #333333;
	z-index: 1;
	border-bottom: solid #FFF 1px;
	padding-bottom: 5px;
	width: 778px;
}

#header span.headertext {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity = 0);
}

#lanPlaceholder {
	z-index: 1;
	background-color: transparent;
	margin-bottom: 7px;
	margin-top: 10px;
	padding-right: 3px;
}

#toplinks {
	float: right;
	margin-right: 20px;
}

#language {
	float: right;
}

#searchbox {
	position: relative;
	width: 250px;
	height: 34px;
	background-image: url('/site/images/searchbox.jpg');
}

#languages {
	cursor: pointer;
	clear: right;
}

#lanPlaceholder li {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	list-style: none;
	list-style-position: outside;
	float: left;
	padding-left: 5px;
	margin-right: 5px;
	border-left: solid 1px #FFF;
}

#lanPlaceholder li a {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

#lanPlaceholder li.first {
	border-left: none;
}

#breadcrumb {
	position: absolute;
	float: left;
	overflow: hidden;
	padding: 52px 30px 10px 20px !important;
	font-size: 11px;
	color: #ffffff;
	padding: 40px 30px 10px 20px;
}

#breadcrumb a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#breadcrumb a:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

#breadcrumb a:active {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

#content {
	position: relative;
	float: left;
	width: 778px;
	max-width: 780px;
	padding: 5px 0px 0px 0px;
	padding-bottom: 30px;
}

div.bottombanner {
	display: block;
	position: relative;
	float: left;
	margin-top: 30px;
	height: 150px;
	width: 778px;
}

div.bottombanner div.banners_bottom a {
	display: block;
}

#navigation a,#footer a {
	font-family: arial;
}

#search {
	position: absolute;
	float: right;
	clear: right;
	top: 35px;
	left: 640px;
	width: 250px;
}

#footer {
	left: 0px;
	height: 100px;
	width: 100%;
	background-color: #333333;
	text-align: center;
	border-top: solid #fff 2px;
	padding-top: 15px;
	color: #ffffff;
}

#footer ul {
	text-align: center;
}

#footer li {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	list-style: none;
	list-style-position: outside;
	display: inline;
	padding-left: 2px;
	margin-right: 0px;
}

#footer li a.first {
	background-image: none;
}

#footer li a {
	color: #FFF;
	text-decoration: none;
	background-image: url('/site/images/footer_seperator.gif');
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

#footer li a:hover {
	text-decoration: underline;
}

/* ----- CLASSES ----- */
.hide {
	display: none;
}

.show {
	display: block;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

#content .spacing {
	padding: 0px;
}

/* ----- PARAGRAPHS ----- */
p {
	color: #FFF;
	font-size: 12px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

	text-indent: 0px;
	text-decoration: none;
	letter-spacing: 0px;
	word-spacing: 0px;
}

p.disclaimer {
	padding: 8px 0px 0px 8px;
}

/* ----- IMAGES ----- */
img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

/* ----- FORMS ----- */
table.form td {
	padding: 2px 5px 2px 0px;
}

input.datepicker {
	background-image: url('../images/cal.gif');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

input#txtSearch {
	width: 199px;
	border: 0;
	background-color: transparent;
	font-weight: bold;
	font-style: italic;
	padding-left: 5px;
	margin-left: 8px;
	margin-top: 8px;
	color: #4d4d4f;
}

input#btnSearch {
	width: 30px;
	vertical-align: -50%;
	margin-left: 0px !important;
	margin-left: 4px;
}

div#divError {
	padding: 10px 10px 10px 10px;
	background-color: #eeeeee;
	border: solid 1px #cccccc;
	color: #FF0000;
}

div.column_detail_left {
	width: 380px;
	float: left;
}

div.column_detail_right {
	margin: 0px 0px 0px 381px;
	/* float: left; */
}

table.detail td {
	padding: 0px 20px 5px 0px;
}

fieldset.SearchNewsArchive {
	padding: 10px 10px 10px 10px;
}

fieldset.SearchNewsArchive legend {
	color: #000000;
	padding: 0px 10px 0px 5px;
}

div.Paging {
	text-align: center;
	margin: 5px 0px 0px 0px;
	padding: 10px 10px 10px 5px;
	background-color: #000 !important;
	color: #FFF !important;
}

.locationlist div.Paging {
	width: 575px;
	float: left;
}

/* ----- PAGING ----- */
div.Paging ul {
	list-style: none;
	font-style: italic;
	margin-left: 0px;
}

#content div.Paging ul li a {
	color: #FFF;
	font-weight: normal;
}

div.Paging ul li {
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	text-align: center;
	display: inline;
	width: 20px;
}

div.Paging ul li.CurrentPage {
	font-weight: normal;
	text-decoration: underline;
}

/* ----- PARAGRAPHS ----- */
p.header {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #ef920b;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

p.date {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

p.message {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 130%;
}

p.readmore {
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

p.date {
	float: right;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}

/* ----- LINKS ----- */
#content a {
	color: #ffff66;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #ffff66;
	text-decoration: underline;
}

#content a.readmore {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #ef920b;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

#content a.readmore:hover {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #ef920b;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

/* ----- HEADINGS ----- */
h1 /* Pageheader */ {
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffff66;
	font-family: Georgia, Arial, ICT Officina Sans LT Bold Italic,
		Trebuchet MS, Verdana;
	font-weight: normal;
	line-height: 1em;
	font-size: 25px;
	font-style: italic;
}

h2 /* Pageheader Small */ {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffff66;
	font-family: Georgia, Arial, ICT Officina Sans LT Bold Italic,
		Trebuchet MS, Verdana;
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	font-style: italic;
}

h3 /* Subheader */ {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffff66;
	font-family: Georgia, Arial, ICT Officina Sans LT Bold Italic,
		Trebuchet MS, Verdana;
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	font-style: italic;
}

h4 /* Subheader */ {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffff66;
	font-family: Georgia, Arial, ICT Officina Sans LT Bold Italic,
		Trebuchet MS, Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}

/* ----- IMAGES ----- */
img.border {
	border-top: 8px solid #ef920b;
	border-left: 8px solid #ef920b;
}

/* ----- TABLES ----- */
table.homepage {
	width: 100%;
}

/* ----- SITEMAP LEVEL 1 ----- */
ul.sitemap {
	list-style: none;
}

ul.sitemap li {
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}

ul.sitemap li a {

}

ul.sitemap li a:hover {

}

/* ----- SITEMAP LEVEL 2 ----- */
ul.sitemap ul {
	list-style: none;
}

ul.sitemap ul li {

}

ul.sitemap ul li a {

}

ul.sitemap ul li a:hover {

}

/* Page multimedia */
ul.pageMedia {
	list-style: none;
	padding-left: 0;
	margin: 20px 0 0 0;
}

ul.pageMedia li {
	font-size: 12px;
	width: 140px;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	margin-bottom: 8px;
	height: 20px;
	cursor: pointer;
}

ul.pageMedia li.sound {
	background-image: url('../images/sound.gif');
}

ul.pageMedia li.movie {
	background-image: url('../images/movie.gif');
}

table.pageMediaPopupFooterSound,table.pageMediaPopupFooterMovie {
	height: 29px;
	width: 320px;
	background-color: #f8981d;
}

table.pageMediaPopupFooterSound td.title,table.pageMediaPopupFooterMovie td.title
	{
	font-size: 12px;
	padding-top: 6px;
	padding-left: 10px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}

table.pageMediaPopupFooterSound td.spacer,table.pageMediaPopupFooterMovie td.spacer
	{
	width: 10px;
}

table.pageMediaPopupFooterSound td.icon,table.pageMediaPopupFooterMovie td.icon
	{
	background-position: center right;
	background-repeat: no-repeat;
	width: 20px;
}

table.pageMediaPopupFooterSound td.icon {
	background-image: url(../images/sound.gif);
}

table.pageMediaPopupFooterMovie td.icon {
	background-image: url(../images/movie.gif);
}

/**************** Tabs *****************/
ul.tabs {
	border-bottom: 1px solid #808080;
	margin: 0;
	padding-bottom: 17px;
	padding-left: 15px;
}

.tabs li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #000;
}

#content ul.tabs a,#content ul.tabs a:visited {
	background: #FFFFB2;
	border: 1px solid #808080;
	color: #000;
	float: left;
	font-size: 8pt;
	line-height: 12px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#content ul.tabs a.active,#content ul.tabs a:visited.active {
	background: #000;
	border-bottom: 1px solid #333333;
	color: #FFF;
}

#content ul.tabs a.active:hover {
	text-decoration: none;
}

#content ul.tabs a:hover {
	text-decoration: underline;
}

div.tab,div.tab_active {
	border: 1px solid #808080;
	border-top: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

/******************************************/
div#divGoogleMap {
	width: 415px;
	height: 362px;
	overflow: hidden;
}

/*Bulletin */
.bulletin .photo {
	float: left;
}

div#addbulletin {
	width: 600px;
}

div#addbulletin div#title {
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
}

div#addbulletin div#col1 {
	float: left;
	margin-top: 5px;
	width: 120px;
}

div#addbulletin div#col2 {
	float: left;
	margin-top: 5px;
	width: 300px;
}

div#addbulletin div#col3 {
	float: left;
	margin-top: 5px;
	width: 120px;
}

/***************** Calendar *******************************/
.vergaderschema {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
	width: 679px;
}

.vergaderschema_sm {
	background-color: #004A80;
	padding: 0px;
	padding-right: 5px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 150px;
	text-align: right;
	color: #FFFFFF;
}

th.calendarday {
	font-weight: bold;
}

th.vergaderschema {
	color: #FFFFFF;
	background-color: #004A80;
	border-color: #004A80;
	font-size: 10pt;
	font-weight: normal;
	padding: 2px;
}

th.vergaderschema a {
	color: #A1C0C4;
	border-bottom: 1px solid #A1C0C4;
}

td.vergaderdata {
	background-color: #e6e6e7;
	color: #000000;
	font-weight: bold;
	font-size: 9px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 1px;
	width: 92px;
	height: 75px;
	vertical-align: top;
}

td.nodata {
	width: 76px;
	height: 45px;
}

p.agendadata {
	margin: 0px;
}

p.calselectedyear {
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	display: inline;
}

p.calyear,p.calyear a,p.calyear a:visited {
	font-size: 9px;
	display: inline;
	color: #A1C0C4;
}

#content .vergaderschema p.calyear a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

p.calmonth {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 0px;
	font-size: 10px;
	display: inline;
}

.calmonth a:visited {
	font-size: 10px;
}

.calmonth a:visited {
	border-bottom: 1px solid #A1C0C4;
	color: #a1c0c4;
}

#content .vergaderschema p.calmonth a:hover {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}

p.calmonthselected {
	padding-left: 10px;
	padding-right: 0px;
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
}

p.calmonthselected a,p.calmonthselected a:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	border-bottom: none !important;
}

.agenda {
	padding-bottom: 15px;
}

.agenda .data {
	color: rgb(0, 174, 240);
	font-weight: bold;
	float: left;
}

.agenda .name {
	color: rgb(42, 61, 123);
	font-weight: bold;
	padding-left: 5px;
	float: left;
}

.agenda .name h2 {
	font-size: 12px;
}

.agenda .description {
	padding-bottom: 5px;
}

/***************** END Calendar *******************************/
	/***************** House *******************************/
table.house_search {
	border: 0;
}

table.house_search tr {
	border: 0;
}

table.house_search td {
	padding: 0px 10px 10px 0px;
	border: 0;
}

table.house_search td.center {
	text-align: center;
}

table.house_search td label {
	font-weight: bold;
}

table.house_search select {
	width: 300px;
}

table.house_search input.button {
	width: 100px;
}

td.projectPicNavLeft {
	width: 90px;
	text-align: left;
}

td.projectPicNavRight {
	width: 90px;
	text-align: right;
}

td.projectPicNavLoading {
	text-align: center;
	width: 408px;
}

/***************** END House *******************************/
	/***************** Leges *******************************/
tr.legesPopupHeader td {
	background-color: #FF9900;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding: 4px;
}

tr.legesPopupHeader a,tr.legesPopupHeader a:hover {
	color: #FFFFFF;
}

div#legesScroll {
	overflow: scroll;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	height: 243px;
	padding: 5px;
}

tr.tblHeader td {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4d4d4f;
	font-weight: bold;
}

tr.tblCategorie td {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #f8981d;
}

tr.tblRowOdd td {
	font-size: 10px;
	color: #000000;
	background-color: #cacad1;
}

tr.tblRowEven td {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}

/***************** END Leges *******************************/
	/***************** BEGIN Module:Page Template:Direction *******************************/
input.housenumber {
	width: 30px;
	margin-left: 10px;
}

#direction #map {
	width: 400px;
	height: 300px;
}

#direction #directionspanel {
	width: 400px;
	height: auto;
}

/***************** END Module:Page Template:Direction *******************************/
	/***************** BEGIN filebrowser *******************************/
.upload .item,.upload .header {
	height: 20px;
	padding: 5px;
}

.upload .header {
	background-color: #d4d4d4;
}

.upload

.item
,
{
background-color
:

#e6e4e4
;


}
.upload .icon {
	width: 20px;
	float: left;
}

.upload .file {
	float: left;
}

/***************** END filebrowser *******************************/
	/***************** BEGIN youtube *******************************/
.youtube .player {
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

.youtube .player .video {
	float: left;
	width: 75%;
}

.youtube .player .title {
	float: left;
	width: 100px;
}

.youtube .thumb {
	float: left;
	width: 150px;
	padding: 0px 20px 0px 0px;
}

/***************** END youtube *******************************/
	/***************** BEGIN Module:Page Template:Fulltext *****************************/
div.searchNrResults {
	margin: 10px 0 10px 0;
}

dl.searchResults dt {
	font-weight: bold;
}

dl.searchResults dd {
	margin: 0 0 15px 0;
}

/***************** END Module:Page Template:Fulltext *****************************/
	/***************** BEGIN Module:Page Template:fading_picturegroup*****************/
div#pictGroupContainer {
	height: 197px;
	position: relative;
	width: 188px;
}

div#pictGroupContainer img {
	left: 0;
	position: absolute;
	top: 0;
}

/***************** END Module:Page Template:fading_picturegroup*****************/
	/***************** BEGIN Module:Picture Template:Overview *****************/
div.picture div.description {
	padding-bottom: 5px;
}

div.picture div.description span.date {
	color: #1d5357;
}

div.picture div.readMore {
	text-align: right;
}

.picture .navigation,.picture .item {
	text-align: center;
	padding-top: 10px;
}

div.picture div.slideshow {
	padding-top: 5px;
	text-align: center;
}

.picture .thumbs {
	padding-top: 10px;
	text-align: center;
}

/***************** END Module:Picture Template:Overview *****************/
	/* Locations module */
.locationlist {
	width: 590px;
	float: left;
}

#content .locationlist a {
	font-weight: normal;
	text-decoration: none;
}

.categorylink {
	width: 180px;
	float: left;
	margin-left: 8px;
}

.categorylink img {
	padding-bottom: 9px;
	border-bottom: solid 3px #FFF;
}

.categorylink h3 {
	color: #bfffff;
	font-size: 18px;
	padding-top: 9px;
	padding-bottom: 6px;
	border-bottom: 1px solid #FFF;
}

.categorylink ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.categorylink ul li {

}

#content .categorylink ul li a {
	color: #000;
	background-color: #bfffff;
	border-bottom: 1px solid #000;
	padding: 5px 5px 5px 7px;
	display: block;
}

#content .categorylink ul li a:hover {
	background-image: url('/site/images/related_clubs_highlight.gif');
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
}

h3.month {
	clear: left;
	float: left;
	margin-top: 15px;
	line-height: 22px;
}

.locationlist div.message {
	cursor: default;
}

.locationlist div.location {
	background-color: #ffffff;
	color: #000;
	padding: 8px 10px 8px 10px;
	border-bottom: solid 1px #000;
	background-image: url('/site/images/club_background.gif');
	background-repeat: no-repeat;
	background-position: 97% 10px;
	cursor: pointer;
	width: 570px;
	float: left;
	overflow: visible;
}

.locationlist div.location div.membericon {
	float: right;
	width: 20px;
	height: 20px;
	margin: 0 30px 0 0;
}
.locationlist div.location div.editicon {
	float: right;
	width: 20px;
	height: 0px;
	padding: 0;
	margin: 0 3px 0 0;
}
.locationlist div.location div.editicon img{
	float: right;
	margin: 0;
	padding: 0;
}

.locationlist div.location div.membericon.foto {
	background: url('/site/images/imgpage.jpg');
}

.locationlist div.location div.membericon.advertorial {
	background: url('/site/images/advpage.jpg');
}

.locationlist div.location div.membericon.youtube {
	background: url('/site/images/youtubepage2.jpg');
}

.locationlist div.location.odd.prioritymember {
	background-color: #ffff66;
	background-image: url('/site/images/club_background_priority.gif');
}

.location .inhoud {
	width: 510px;
	float: left;
}

.locationlist div.location.blocked {
	cursor: default;
}

.locationlist div.location.odd {
	background-color: #ffffb2;
	background-image: url('/site/images/club_background_odd.gif');
}

.locationlist div.location.highlight,.locationlist div.location.odd.highlight
	{
	background-color: #000;
	background-image: url('/site/images/club_background_highlight.gif');
	color: #FFF;
}

#category_left {
	display: block;
	float: left;
	margin: 0 18px 0 0;
	padding: 0;
	height: 670px;
	width: 380px;
	position: relative;
	z-index: 0;
}

#category_right {
	height: 670px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 1;
}

#filterbar .inner {
	margin-bottom: 5px;
	padding: 0px 8px 5px 8px;
}

#filterbar {
	border-bottom: solid 3px #FFF;
	margin-bottom: 10px;
	font-style: italic;
}

#filterbar div.filter {
	float: left;
	margin-right: 20px;
	padding-top: 6px;
}

#filterbar div.last {
	margin-right: 0px;
}

#filterbar div.filter input {
	width: 125px;
}

.categorylist #filterbar a {
	font-size: 22px;
	font-weight: bold;
	float: left;
}

.categoryview #filterbar.alpha a {
	font-size: 22px;
	font-weight: bold;
	float: left;
	text-decoration: none;
}
.categoryview #filterbar.alpha {
	border-bottom: 1px solid #ffffff !important;
}

#calendar .titlebar {
	margin-bottom: 5px;
}

#filterbar a {
	color: #FFF;
	margin-right: 15px;
	float: right;
	font-weight: normal;
	padding-top: 6px;
}

#filterbar a.last {
	margin-right: 0px;
}

.categorylist .yellow {
	background-image: url('/site/images/club_yellow.gif');
}

.categorylist .blue {
	background-image: url('/site/images/club_blue.gif');
}

.categorylist .white {
	background-image: url('/site/images/club_white.gif');
}

.categorylist .pink {
	background-image: url('/site/images/club_pink.gif');
}

#category_left a:hover {
	text-decoration: none;
}

#category_left div {
	width: 290px;
	height: 58px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	padding-left: 15px;
	padding-top: 7px;
	padding-right: 75px;
	color: #000;
	overflow: hidden;
	cursor: pointer;
}

#category_right div {
	width: 380px;
	height: 67px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	color: #000;
	overflow: hidden;
}

.categorylist p {
	font-style: italic;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	color: #000;
	font-family: Georgia;
	font-size: 18px;
}

.categorylist p.clubname {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	font-family: Arial;
}

.titlebar h1 {
	float: left;
	margin: 2px 0 0 0;
	width: auto;
	line-height: 28px;
}

#content .titlebar a {
	padding-top: 10px;
	float: right;
	color: #fff;
	font-style: italic;
	font-weight: normal;
	width: 150px;
	text-align: right;
}

.titlebar {
	margin-bottom: 10px;
	padding-bottom: 10px;
	zoom: 1;
	border-bottom: 1px solid white;
}

#templaterow img {
	margin-right: 20px;
}

img.active {
	border: solid 3px #FFFF66;
}

div.iconButton,div.iconButtonOver {
	cursor: hand;
	cursor: pointer;
	width: 175px;
}

div.iconButton img,div.iconButtonOver img {
	float: left;
}

/* location view */
.locationview {
	background-color: #FFF;
	color: #000;
}

.locationview .title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	padding-top: 8px;
	margin: 10px;
	font-family: arial;
}

.locationview .logo {
	float: left;
	margin-right: 5px;
	width: 280px;
	height: 180px;
}

.locationview .infoblock {
	float: left;
	background-image: url('/site/images/infoblock_background.gif');
	background-repeat: no-repeat;
	width: 420px;
	color: #000;
	height: 150px;
	padding: 15px 40px 15px 15px;
}

.locationview .infoblock .label {
	float: left;
	width: 100px;
	font-style: italic;
	font-family: arial;
	font-size: 15px;
	margin-bottom: 2px;
}

#content .locationview .infoblock a {
	color: #000;
	font-weight: bold;
	font-family: arial;
	font-size: 15px;
	margin-bottom: 2px;
}

.locationview .infoblock .value {
	float: left;
	font-weight: bold;
	font-family: arial;
	font-size: 15px;
	margin-bottom: 2px;
}

.locationview #header {
	background-image: none;
	background-color: transparent;
	border-bottom: 3px solid #000;
	padding-left: 10px;
}

.locationview .spacing {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content .locationview .titlebar {
	padding-top: 10px;
	font-style: italic;
	border-bottom: solid 1px #000;
}

#content .locationview .titlebar a {
	color: #000;
	float: none;
	font-style: italic;
	font-weight: normal;
	padding-top: 0px;
	margin-right: 15px;
	float: left;
	width: auto;
}

#content .locationview .titlebar a.backlink {
	float: right;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 3px;
}

#content a.button,#content .locationview .titlebar a.button {
	background-color: #000;
	color: #FFF;
	padding: 4px 24px 4px 7px;
	background-image: url('/site/images/button_background.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	text-transform: uppercase;
	font-style: normal;
	font-size: 12px;
}

.linkbar {
	background-color: #000;
	color: #FFF;
	padding: 8px 10px 8px 10px;
}

#content .linkbar a {
	color: #FFF;
	font-style: italic;
	font-weight: normal;
}

.locationview div.socialmedia {
	width: 285px;
	float: left;
	padding-top: 3px;
}

.locationview div.socialmedia {
	width: 285px;
	float: left;
	padding-top: 3px;
}

.locationview div.socialmedia #socialmedia {

}

.locationview span.views {
	color: #1fffff;
}

.content_no_header {
	padding-top: 0px !important;
}

.template2 .left,.template2 .middle,.template2 .right {
	width: 245px;
	float: left;
	overflow: hidden;
}

.template3 .middle {
	background-color: #000;
	text-align: center;
	padding: 50px;
	margin-bottom: 50px;
}

.template2 .middle,.template2 .right {
	margin-left: 11px;
}

.template2 .description {
	margin-bottom: 10px;
}

.template2 .description {
	background-color: #000;
	color: #FFF;
	padding: 10px;
	overflow: hidden;
	height: 150px;
}

.template1 .left {
	width: 265px;
	float: left;
}

.template1 .left table {
	margin-bottom: 15px;
}

.template1 .right {
	width: 480px;
	float: left;
	margin-left: 13px;
}

.template1 .right img.signature {

}

.template1 .right table {
	float: left;
	margin-bottom: 10px;
}

.template2 table {
	margin-bottom: 10px;
}

.template2 .left table td,.template2 .right table td,.template1 .left table td,.template1 .right table td,.logo table td
	{
	vertical-align: middle;
	text-align: center;
}

.template1 .description {
	color: #000;
	min-height: 360px;
}

.template1 .description p {
	color: #000;
	margin-top: 0px;
}

/* aanmelden */
#registerlocation input.text {
	width: 170px;
}

#registerlocation select {
	width: 175px;
}

#registerlocation td h1 {
	margin: 10px 10px 10px 0px;
	float: left;
}

/* wijzigen */
.location_block input.text,.calendar_block input.text {
	width: 170px;
}

.location_block select,.calendar_block select {
	width: 175px;
}

img.calendartrigger {
	margin-left: 5px;
}

/*calendar */
#calendar th {
	background-color: #000;
	color: #FFF;
}

#calendar th,#calendar td {
	padding: 7px 5px;
}

#calendar tr.roweven {
	background-color: #ffffb2;
	color: #000;
}

#calendar tr.rowuneven {
	background-color: #ffffff;
	color: #000;
}

#calendar tr.highlight {
	background-color: #bfffff;
}

#calendar tr.rowuneven a,#calendar tr.roweven a {
	color: #000;
	font-weight: normal;
}

.footerbar .left {
	float: left;
	width: 150px;
}

.footerbar .right {
	float: right;
	width: 150px;
}

.footerbar {
	background-color: #000;
	margin: 5px 0px 0px;
	color: #FFFFFF;
	padding: 6px 10px 6px 10px;
	font-style: italic;
}

.footerbar div.Paging {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 455px;
}

#content .footerbar a {
	color: #FFF;
}

.message,.error {
	color: #FFFF66;
	font-weight: bold;
}

td.message {
	background-color: #FFF;
	color: #000;
	font-weight: normal;
}

#content a.icon {
	background-color: #FFF;
	color: #000;
	padding: 1px 17px 2px 5px;
	background-image: url('/site/images/icon.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 11px;
	font-style: normal;
	margin-left: 10px;
	float: left;
	margin-top: 17px;
}

#templaterow td {
	padding-top: 5px;
}

#content td.label {
	padding-right: 20px;
}

.template_block td.label {
	width: 150px;
}

.template_block td.field {
	width: 100% /*550px;*/
}

#content td.help {
	padding-top: 3px;
}

#content td.help a.icon,#content .template_block a.icon,#content .calendar_block a.icon
	{
	margin: 0px;
	float: none;
}

#logocontrol {
	display: none;
}

.youtube_error {
	height: 340px;
	width: 100%;
	color: #FFF;
	background-image:
		url('/site/file.php?file=images/youtube_error.jpg&params=resize(405x340)');
	background-repeat: no-repeat;
	background-position: center;
}

.youtube_error p {
	padding: 110px 175px;
	font-family: arial;
}

table.dataTbl {
	width: 100%;
}

div.top {
	padding-bottom: 5px;
}

div.post {
	padding-top: 10px;
	padding-bottom: 30px;
}

tr.Block th {
	text-align: left;
}

table.dataTbl td {
	border-top-width: 1px;
	border-top-color: white;
	border-top-style: solid;
	padding-bottom: 10px;
	padding-top: 20px;
}

div.forumPost {
	border-bottom: 1px solid white;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.forumPost .content {
	width: 90%;
	padding-bottom: 10px;
}

#category_right div.adds {
	position: relative;
	overflow: visible;
	width: 380px;
	height: auto;
	margin: 0;
	padding: 0;
}

#category_right div.addrow {
	position: relative;
	overflow: visible;
	width: 380px;
	height: 150px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px !important;
	border-bottom: 3px solid white;
	margin-bottom: 10px;
}

#category_right div.addrow a {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
	float: left;
	display: block;
	height: 150px;
}

#category_right div.addrow img {
	float: left;
	display: block;
}

#category_right div.addrow a.dummy {
	float: left;
	display: block;
	height: 150px;
	width: 180px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 25px 0 0 0;
	z-index: 0;
}

#category_right div.addrow a.dummy span {
	font-size: 26px;
}

#category_right div.addrow a.odd {
	top: 0px;
	left: 200px;
}

#category_right div.topadd_header {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: -196px;
	height: 143px;
	width: 311px;
}

div.topadd
{
	position: relative !important;
	height: 191px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid white;
	overflow: visible !important;
	z-index: 1 !important;
}

div.topadd div.position, #header div.headerbanners div.position {
	position: relative !important;
	float: left !important;
	width: 189px !important;
	height: 180px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-right: 1px solid #fff !important;
	z-index: 1;
	overflow: visible !important;
}
#header div.headerbanners div.position.last, div.topadd div.position.last {
	width: 180px !important;
	border-right: 0px !important;
}

#header div.headerbanners div.position a, div.topadd div.position a {
	position: absolute;
	margin: 0 0 0 8px !important;
	z-index: 1;
	display: block;
	height: 180px !important;
	text-decoration: none !important;
}
#header div.headerbanners div.position.first a, div.topadd div.position.first a {
	margin-left: 0 !important;
}

#header div.headerbanners div.position a img, div.topadd div.position a img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

#header div.headerbanners a.dummy, div.topadd a.dummy {
	position: relative;
	float: left;
	display: block;
	height: 140px;
	width: 180px;
	color: #fff;
	text-decoration: none !important;
	text-align: center;
	padding: 40px 0 0 0;
	margin: 0;
	z-index: 1;
}

#header div.headerbanners a.dummy span, div.topadd a.dummy span {
	position: relative;
	color: #fff;
	font-size: 26px;
	opacity: 1;
	filter: alpha(opacity = 100);
}

div.topadd_header img {
	height: 143px;
	width: 311px;
}

div.banner_fade {
	position: relative;
	z-index: 99;
}
div.banner_fade a {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
	float: left;
	display: block;
	height: 150px;
}

div.banner_fade a span.titlebar {
	position: relative;
	height: 40px;
	margin: -40px 0 0 0;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 180px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
a:active {
	border: 0px solid #000;
}
#category_right .linkblock {
	position: relative;
	float: left;
	width: 43px;
	height: 54px;
	margin-right: 4px;
}

.linkinfo {
	width: 350px;
	background-color: #333333;
	position: absolute;
	display: none;
	border: 1px solid #FFFFFF;
	padding: 10px;
}

.linkinfo h3 {
	width: 340px;
	float: left;
}

.linkinfo p {
	float: left;
	width: 100%;
}

.addthis_button_facebook_like {
	width: 85px !important;
	overflow: hidden !important;
	margin-top: -4px !important;
}

.fb_edge_widget_with_comment {
	width: 88px !important;
	overflow: hidden !important;
}
