
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: #f965b8 url(/images/back_rp.jpg) left top repeat;
}

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

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

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

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

h1 {
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	color: #f965b8;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

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

#center_hor {
	position: relative;
	min-height: 100%;
	_height: 100%;
	width: 912px;
	margin: 0px auto 0px auto;
	background: #000000;
}

/* 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/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: 20px; height: 25px; 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; }


/* LAYOUT */


#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 73px;
	background: url(/images/top_rp.jpg) left top repeat-x;
}

#bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 84px;
	background: url(/images/bottom_rp.jpg) left top repeat-x;
}

#www_left {
	position: absolute;
	bottom: 90px;
	left: -30px;
	width: 30px;
	height: 310px;
	background: url(/images/www_left.gif) left top no-repeat;
	opacity: 0.35;
	filter: alpha(opacity=35);
}

#top_center {
	position: relative;
	width: 100%;
	height: 73px;
	background: url(/images/top_center_rp.jpg) left top repeat-x;
}

	#top_center #link_mijn_sponsors {
		position: absolute;
		bottom: -80px;
		left: 15px;
		width: 200px;
		height: 51px;
	}
	
		#top_center #link_mijn_sponsors a img {
			border: 0px;
		}

#bottom_center {
	position: absolute;
	bottom: 0px;
	left 0px;
	width: 100%;
	height: 84px;
	background: url(/images/bottom_center_rp.jpg) left top repeat-x;
}

	#bottom_center #music_player {
		position: absolute;
		bottom: 25px;
		right: 70px;
		width: 115px;
		height: 30px;
	}

#photo_container {
	position: absolute;
	bottom: 0px;
	left 0px;
	width: 423px;
	height: 631px;
	background: url(/images/nienke_home.jpg) left bottom no-repeat;
}

	#photo_container #copyright {
		position: absolute;
		bottom: 25px;
		left: 30px;
		color: #f965b8;
	}

#layout_menu {
	position: relative;
	padding: 22px 0px 0px 22px;
}

#logo {
	position: absolute;
	bottom: 0px;
	left: 420px;
	width: 236px;
	height: 250px;
	background: url(/images/logo.jpg) left bottom no-repeat;
}

#layout_content {
	position: relative;
	width: 480px;
	min-height: 750px;
	_height: 750px;
	margin: 0px 0px 0px 430px;
}

	#layout_content .content {
		position: relative;
		line-height: 18px;
		padding: 12px 12px 250px 12px;
	}
/* DIV MENU */

.menu_block {

}

.menu_seperator {
	position: relative;
	width: 11px;
	text-align: center;
	color: #ff79c4;
	padding: 12px 0px 15px 0px;
	float: left;
}


	.menu_item_1 {
		position: relative;
		width: 71px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_1 a:link, 
	.menu_item_1 a:visited, 
	.menu_item_1 a:active {
		display: block;
		color: #f965b8;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
	}

	.menu_item_1 a:hover {
		display: block;
		color: #000000;
		background: url(/images/menu/menu_button_1.jpg) left top no-repeat;
	}

	.menu_item_1_active {
		position: relative;
		width: 71px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_1_active a:link, 
	.menu_item_1_active a:visited, 
	.menu_item_1_active a:hover, 
	.menu_item_1_active a:active {
		display: block;
		color: #000000;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
		background: url(/images/menu/menu_button_1.jpg) left top no-repeat;
	}


	.menu_item_2 {
		position: relative;
		width: 94px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_2 a:link, 
	.menu_item_2 a:visited, 
	.menu_item_2 a:active {
		display: block;
		color: #f965b8;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
	}

	.menu_item_2 a:hover {
		display: block;
		color: #000000;
		background: url(/images/menu/menu_button_2.jpg) left top no-repeat;
	}

	.menu_item_2_active {
		position: relative;
		width: 94px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_2_active a:link, 
	.menu_item_2_active a:visited, 
	.menu_item_2_active a:hover, 
	.menu_item_2_active a:active {
		display: block;
		color: #000000;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
		background: url(/images/menu/menu_button_2.jpg) left top no-repeat;
	}


	.menu_item_3 {
		position: relative;
		width: 77px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_3 a:link, 
	.menu_item_3 a:visited, 
	.menu_item_3 a:active {
		display: block;
		color: #f965b8;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
	}

	.menu_item_3 a:hover {
		display: block;
		color: #000000;
		background: url(/images/menu/menu_button_3.jpg) left top no-repeat;
	}

	.menu_item_3_active {
		position: relative;
		width: 77px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_3_active a:link, 
	.menu_item_3_active a:visited, 
	.menu_item_3_active a:hover, 
	.menu_item_3_active a:active {
		display: block;
		color: #000000;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
		background: url(/images/menu/menu_button_3.jpg) left top no-repeat;
	}


	.menu_item_4 {
		position: relative;
		width: 111px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_4 a:link, 
	.menu_item_4 a:visited, 
	.menu_item_4 a:active {
		display: block;
		color: #f965b8;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
	}

	.menu_item_4 a:hover {
		display: block;
		color: #000000;
		background: url(/images/menu/menu_button_4.jpg) left top no-repeat;
	}

	.menu_item_4_active {
		position: relative;
		width: 111px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_4_active a:link, 
	.menu_item_4_active a:visited, 
	.menu_item_4_active a:hover, 
	.menu_item_4_active a:active {
		display: block;
		color: #000000;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
		background: url(/images/menu/menu_button_4.jpg) left top no-repeat;
	}


	.menu_item_5 {
		position: relative;
		width: 83px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_5 a:link, 
	.menu_item_5 a:visited, 
	.menu_item_5 a:active {
		display: block;
		color: #f965b8;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
	}

	.menu_item_5 a:hover {
		display: block;
		color: #000000;
		background: url(/images/menu/menu_button_5.jpg) left top no-repeat;
	}

	.menu_item_5_active {
		position: relative;
		width: 83px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_5_active a:link, 
	.menu_item_5_active a:visited, 
	.menu_item_5_active a:hover, 
	.menu_item_5_active a:active {
		display: block;
		color: #000000;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
		background: url(/images/menu/menu_button_5.jpg) left top no-repeat;
	}


	.menu_item_6 {
		position: relative;
		width: 77px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_6 a:link, 
	.menu_item_6 a:visited, 
	.menu_item_6 a:active {
		display: block;
		color: #f965b8;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
	}

	.menu_item_6 a:hover {
		display: block;
		color: #000000;
		background: url(/images/menu/menu_button_6.jpg) left top no-repeat;
	}

	.menu_item_6_active {
		position: relative;
		width: 77px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_6_active a:link, 
	.menu_item_6_active a:visited, 
	.menu_item_6_active a:hover, 
	.menu_item_6_active a:active {
		display: block;
		color: #000000;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
		background: url(/images/menu/menu_button_6.jpg) left top no-repeat;
	}


	.menu_item_7 {
		position: relative;
		width: 114px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_7 a:link, 
	.menu_item_7 a:visited, 
	.menu_item_7 a:active {
		display: block;
		color: #f965b8;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
	}

	.menu_item_7 a:hover {
		display: block;
		color: #000000;
		background: url(/images/menu/menu_button_7.jpg) left top no-repeat;
	}

	.menu_item_7_active {
		position: relative;
		width: 114px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_7_active a:link, 
	.menu_item_7_active a:visited, 
	.menu_item_7_active a:hover, 
	.menu_item_7_active a:active {
		display: block;
		color: #000000;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
		background: url(/images/menu/menu_button_7.jpg) left top no-repeat;
	}


	.menu_item_8 {
		position: relative;
		width: 69px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_8 a:link, 
	.menu_item_8 a:visited, 
	.menu_item_8 a:active {
		display: block;
		color: #f965b8;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
	}

	.menu_item_8 a:hover {
		display: block;
		color: #000000;
		background: url(/images/menu/menu_button_8.jpg) left top no-repeat;
	}

	.menu_item_8_active {
		position: relative;
		width: 69px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_8_active a:link, 
	.menu_item_8_active a:visited, 
	.menu_item_8_active a:hover, 
	.menu_item_8_active a:active {
		display: block;
		color: #000000;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
		background: url(/images/menu/menu_button_8.jpg) left top no-repeat;
	}


	.menu_item_9 {
		position: relative;
		width: 86px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_9 a:link, 
	.menu_item_9 a:visited, 
	.menu_item_9 a:active {
		display: block;
		color: #f965b8;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
	}

	.menu_item_9 a:hover {
		display: block;
		color: #000000;
		background: url(/images/menu/menu_button_9.jpg) left top no-repeat;
	}

	.menu_item_9_active {
		position: relative;
		width: 86px;
		height: 41px;
		text-transform: uppercase;
		text-align: center;
		float: left;
	}

	.menu_item_9_active a:link, 
	.menu_item_9_active a:visited, 
	.menu_item_9_active a:hover, 
	.menu_item_9_active a:active {
		display: block;
		color: #000000;
		padding: 13px 0px 14px 0px;
		text-decoration: none;
		background: url(/images/menu/menu_button_9.jpg) left top no-repeat;
	}


/* PAGINA NAVIGATIE */

.page_navigation {
	position: relative;
	width: 443px;
	margin-bottom: 12px;
	padding: 7px 7px 7px 7px;
	border: 1px solid #f965b8;
}

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

.page_next {
	width: 45%;
	float:right;
	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: #000000;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #f965b8;
	background: #f965b8;
	padding: 2px 5px 2px 5px;
}


/* NIEUWS */

.news_item {
	
}

.news_title {
	color: #f965b8;
	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;
	height: 215px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
}

.discografie_cdhoes img {
	border: 0px solid #f965b8;
	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: 0px solid #f965b8;
}

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


.discografie_cdhoes_right {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

.discografie_cdhoes_right img {
	border: 0px solid #f965b8;
}

.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: #f965b8;
	margin: 0px 0px 10px 0px;
}


/* AGENDA */

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

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

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

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


/* LINKS */

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


/* GASTENBOEK */

.security_image {
	border: 2px solid #f965b8;
	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: #f965b8;
}

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

.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, 
.fotoalbum_foto a img {
	border: 0px solid #f965b8;
	margin: 0px 0px 10px 0px;
}

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

/* Laatste foto's */

#last_photos {
	position: relative;
	width: 100%;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #222222;
}
	#last_photos a:link, 
	#last_photos a:active, 
	#last_photos a:visited {
		opacity: 0.40;
		filter: alpha(opacity=40);
	}
	#last_photos a:hover {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	
	#last_photos a img {
		border: 0px;
		filter: alpha(opacity=40);
	}
	
	#last_photos a img:hover {
		filter: alpha(opacity=100);
	}

.spacer {
	clear: both;
}