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

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: #000000 url(/images/site_back.jpg) left top repeat;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

h1 {
	font-size: 16px;
	color: #FFFF69;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}

#center_hor {
	position: relative;
	height: 100%;
	width: 765px;
	margin: 0px auto 0px auto;
	border-left: 6px solid black;
	border-right: 6px solid black;
}

/* LAYOUT */

#layout_header {
	position: relative;
	width: 765px;
	height: 142px;
	background: url(/images/header.jpg) left top no-repeat;
}

#layout_menu {
	position: relative;
	width: 765px;
	height: 27px;
	background: url(/images/menu_back.jpg) left top no-repeat;
}

#layout_columns {
	position: absolute;
	top: 169px;
	left: 0px;
	width: 765px;
		bottom: 70px;
	background: #000000;
}

	#layout_logo_bottom {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 141px;
		height: 66px;
		background: url(/images/logo_bottom.jpg) left top no-repeat;
	}
	
	#layout_column_left {
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		width: 212px;
		background: url(/images/back_left.jpg) left top repeat-y;
	}
	
	#layout_column_content {
		position: absolute;
		top: 0px;
		left: 212px;
		bottom: 0px;
		width: 375px;
		padding: 0px 20px 0px 0px;
		background: url(/images/back_content.jpg) center center no-repeat;
		overflow: auto;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	#content_top_margin {
		height: 38px;
	}
	
	#layout_column_right {
		position: absolute;
		bottom: 0px;
		left: 615px;
		bottom: 0px;
		width: 150px;
		height: 100%;
	}

#layout_banners {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 765px;
	height: 70px;
	text-align:center;
	background: #000000 url(/images/back_left.jpg) left top repeat-y;
}
	
/* subpages */

.subpages {
	width: 80%;
	list-style-type: none;
	margin: 30px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.subpages a:link, .subpages a:visited, .subpages a:active {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 0px 4px 0px;
}

.subpages a:hover {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF69;
	text-decoration: none;
	padding: 5spx 0px 4px 0px;
}

.subpages .active a:link, .subpages .active a:visited, .subpages .active a:active, .subpages .active a:hover {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF69;
	text-decoration: none;
	border-bottom: 2px solid #FFFF69;
	padding: 5px 0px 2px 0px;
}

/* last photos */

.last_photos {
	width: 80%;
	margin: 40px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

.last_photos img {
	border: 1px solid #FFFF69;
}
	
/* DIV MENU */

.menu_block {

}

.menu_seperator {
	color: #000000;
	margin: 0px 0px 0px 1px;
	padding: 4px 0px 0px 0px;
	float:left;
}

.menu_item {
	position: relative;
	height: 20px;
	float: left;
}

.menu_item a:link, .menu_item a:visited, .menu_item a:active {
	display: block;
	height: 100%;
	color: #000000;
	padding: 4px 9px 0px 9px;
	font-weight: bold;
	text-decoration: none;
}

.menu_item a:hover {
	display: block;
	height: 100%;
	color: #FFFF69;
	background: #000000;
}

.menu_item_active {
	position: relative;
	height: 20px;
	float: left;
}

.menu_item_active a:link, .menu_item_active a:visited, .menu_item_active a:hover, .menu_item_active a:active {
	display: block;
	height: 100%;
	padding: 4px 9px 0px 9px;
	text-decoration: none;
	color: #FFFF69;
	font-weight: bold;
	background: #000000;
}

/* PAGINA NAVIGATIE */

.page_navigation {
	position: relative;
	width: 100%;
	margin-bottom: 12px;
}

.page_previous {
	width: 50%;
	float:left;
}

.page_next {
	width: 50%;
	float:left;
	text-align: right;
}


/* FORM */

.form_label {
	padding: 0px 25px 0px 0px;
}

.input {
	border: 1px solid #000000;
	margin-bottom: 2px;
}

.textarea {
	border: 1px solid #000000;
}

.submit {
	color: #ffffff;
	border: 1px solid #ffffff;
	background: #000000;
	padding: 2px 5px 2px 5px;
}


/* NIEUWS */

.news_item {
	
}

.news_title {
	font-weight: bold;
	margin-bottom: 5px;
	float:left;
}

	.news_title a:link, .news_title a:active, .news_title a:visited {
		color: #000000;
	}
	
	.news_title a:hover {
		color: #000000;
	}

.news_date {
	text-align:right;
	font-style: italic;
	margin-bottom: 5px;
}

.news_shortcontent {
	clear:both;
	margin-bottom: 15px;
}

.news_content {
	clear:both;
}


/* DISCOGRAFIE */
/* use h2 for titles e.d. */

.discografie_tables {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.discografie_cdhoes {
	width: 215px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
}

.discografie_cdhoes img {
	border: 2px solid #053712;
	margin: 0px 0px 10px 0px;
}

.discografie_text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.discografie_playerdiv {
	color: #053712;
	margin: 0px 0px 6px 0px;
}

.discografie_cdhoes_left {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

.discografie_cdhoes_left img {
	border: 2px solid #053712;
}

.discografie_text_left {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.discografie_cdhoes_right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

.discografie_cdhoes_right img {
	border: 2px solid #053712;
}

.discografie_text_right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.discografie_seperator {
	position: relative;
	font-size: 0px;
	height: 1px;
	line-height: 0px;
	background: #D7E67F;
	margin: 0px 0px 10px 0px;
}


/* AGENDA */

.agenda_table {
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.agenda_header {
	color: #0A6021;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	background: #D7E67F;
}

.agenda_image {
	border: 2px solid #053712;
	margin: 0px 0px 10px 0px;
}

.agenda_seperator {
	position: relative;
	font-size: 0px;
	height: 1px;
	line-height: 0px;
	background: #D7E67F;
	margin: 0px 0px 0px 0px;
}


/* LINKS */

.links_banner {
	border: 2px solid #053712;
	margin: 0px 0px 0px 0px;
}


/* GASTENBOEK */

.security_image {
	border: 2px solid #FFFF69;
	margin: 0px 0px 0px 0px;
}

.gastenboek_table {
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.gastenboek_header {
	color: #000000;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	background: #FFFF67;
}

.gastenboek_message {
	padding: 5px 5px 5px 5px;
	line-height: 15px;
	border-left: 1px solid #FFFF67;
	border-right: 1px solid #FFFF67;
	border-bottom: 1px solid #FFFF67;
}

.gastenboek_message h2 {
	font-size: 11px;
	color: #D7E67F;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* FOTO ALBUM */

.fotoalbum_tables {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.fotoalbum_foto {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
}

.fotoalbum_foto img {
	border: 2px solid #FFFF67;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 14px;
	color: #FFFF67;
	margin: 0px 0px 6px 0px;
}

.fotoalbum_seperator {
	position: relative;
	font-size: 0px;
	height: 1px;
	line-height: 0px;
	background: #FFFF67;
	margin: 0px 0px 15px 0px;
}

/* stand */

.stand_competitie {
	width: 100%;
	margin-top: 70px;
	border: 1px solid #FFFF67;
}

.stand_competitie td {
	padding: 1px;
}

.stand_competitie .header {
	color: #000000;
	font-weight: bold;
	background: #FFFF67;
}

.stand_competitie .subrowColor {
	background: #333333;
}

/* laatste nieuws */

.last_news_table {
	width: 100%;
	border: 1px solid #FFFF67;
}

.last_news_table td {
	padding: 2px 0px 2px 5px;
}

.last_news_table .subrowColor {
	background: #333333;
}

.last_news_table .header {
	color: #000000;
	font-weight: bold;
	background: #FFFF67;
}

/* lytebox */

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(/images/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(/images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(/images/lytebox/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(/images/lytebox/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(/images/lytebox/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(/images/lytebox/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(/images/lytebox/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(/images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(/images/lytebox/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(/images/lytebox/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(/images/lytebox/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(/images/lytebox/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(/images/lytebox/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(/images/lytebox/close_grey.png) no-repeat; }
	#lbClose.red { background: url(/images/lytebox/close_red.png) no-repeat; }
	#lbClose.green { background: url(/images/lytebox/close_green.png) no-repeat; }
	#lbClose.blue { background: url(/images/lytebox/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(/images/lytebox/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(/images/lytebox/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(/images/lytebox/play_red.png) no-repeat; }
	#lbPlay.green { background: url(/images/lytebox/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(/images/lytebox/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(/images/lytebox/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(/images/lytebox/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(/images/lytebox/pause_red.png) no-repeat; }
	#lbPause.green { background: url(/images/lytebox/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(/images/lytebox/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(/images/lytebox/pause_gold.png) no-repeat; }