/*
-- SCHEMA 2 --
	achtergrond-geel: #F5E7BA
	licht-geel: #F5F5DC
	geel:		#ECBA0D
	rood:		#A70909
	bruin:		#C1880F
*/
div.fotoalbum {
	float: left;
	width: 100%;
}

div.fotoalbum_album_tegel2 {
	background-image: url(../images/lijn_blok.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-family: Times, Arial;
	font-size: 150%;
	font-variant: small-caps;
	margin: 0px 0px 15px 65px;
	padding: 0px 0px 7px 20px;
	height: 110px; /*135px;*/
	width: 440px;
	clear: both;
}

div.fotoalbum_album_tegel2_hoofd {
	float: left;
	text-align: center;
	margin: 0px 0px 50px 65px;
	padding: 0px 0px 7px 20px;
	width: 378px;
}

div.fotoalbum_album_tegel2_hoofd h1 {
	font-size: 1.7em;
	display: block;
	text-align: left;
}

div.fotoalbum_album_tegel2_hoofd img {
	margin: 0px auto 0px auto;
}

div.fotoalbum div.fotoalbum_album_tegel2 div.albumnaam {
	margin-top: 88px; /*113px; /* 78px;*/
	float: left;
	overflow: hidden;
	white-space: nowrap;
	max-width: 305px;
}

div.fotoalbum div.fotoalbum_album_tegel2 img {
	float: right;
	margin: 25px 5px 0px 0px;
}
	
div.fotoalbum div.fotoalbum_album_tegel2 a:link,
div.fotoalbum div.fotoalbum_album_tegel2_hoofd a:link {
	color: #DBDBDB;
	text-decoration: none;
}

div.fotoalbum div.fotoalbum_album_tegel2 a:visited,
div.fotoalbum div.fotoalbum_album_tegel2_hoofd a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

div.fotoalbum div.fotoalbum_album_tegel2 a:hover,
div.fotoalbum div.fotoalbum_album_tegel2_hoofd a:hover {
	color: white;
	text-decoration: none;
}


div.fotoalbum div.fotoalbum_album_tegel {
	background-color: #EEEEEE;
	border: 1px solid white;
	float: left;
	height: 90px;
	overflow: hidden;
	padding: 5px;
	margin: 5px 5px 20px 5px;
	width: 220px;	
}

div.fotoalbum div.fotoalbum_album_tegel:hover {
	background-color: #CCCCCC; 
	border: 1px solid white;
	cursor: pointer;
}

div.fotoalbum div.fotoalbum_album_tegel img {
	float: left;
	margin: 5px 10px 0px 5px;
}

div.fotoalbum div.fotoalbum_album_tegel a img {
	border: none;
}

div.fotoalbum div.fotoalbum_album_tegel p.naam {
	font-weight: bold;
	height: 33px;
	margin-bottom: 5px;
}

div.fotoalbum div.fotoalbum_album_tegel p.naam a:link,  div.fotoalbum div.fotoalbum_album_tegel p.naam a:visited {
	color: black;
	font-variant: normal;
	text-decoration: none;
}

div.fotoalbum div.fotoalbum_album_tegel div.omschrijving {
	color: black;
	font-size: .85em;
	float: right;
	height: 45px;
	overflow: hidden;
	padding-right: 5px;
	width: 152px;
}

div.fotoalbum p.geenfotos {
	font-style: italic;
	margin-left: 5px;
}

div.fotoalbum div.fotoalbum_foto_tegel {
	background-image: url(../images/mediamanager/image.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid black;
	height: 105px;
	width: 105px;
	float: left;
	margin: 5px 6px 20px 6px;
}

div.fotoalbum div.fotoalbum_foto_tegel img {
	height: 105px;
	width: 105px;
}

div.fotoalbum div.fotoalbum_foto_tegel:hover {
	border: 1px solid #AAAAAA;
}

div.fotoalbum div.fotoalbum_foto_tegel a img {
	border: none;
}

div.fotoalbum div.fotoalbum_foto_tegel div.bestandsnaam {
	font-size: smaller;
	text-align: center;
	margin-top: 3px;
}
/**********************/
/*	PAGINA'S
/**********************/
div.fotoalbum div.fotoalbum_paginas {
	font-size: smaller;
	text-align: right;
	margin-bottom: 10px;
}

div.fotoalbum div.fotoalbum_paginas a:link, 
div.fotoalbum div.fotoalbum_paginas a:visited {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

div.fotoalbum div.fotoalbum_paginas a.volgendevorige { 
	color: #FFD756;
}

div.fotoalbum div.fotoalbum_paginas a:hover {
	text-decoration: underline;
}

div.fotoalbum div.fotoalbum_paginas span.huidige_pagina {
	font-size: medium;
}

/**********************/
/*	FOTOBALK
/**********************/
div.fotoalbum_fotobalk {
	background-color: #AAAAAA;
	/*border-bottom: 0px solid #BEE069;
	border-top: 0px solid #BEE069;*/
	overflow: hidden;
	height: 85px;
	margin: 0px 0px 12px 0px;
	text-align: left;
	width: 730px;
}

div.fotoalbum_fotobalk div.pijlen_links {
	background-image: url(../images/pijl_links_gradient.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #000000;
	float: left;
	height: 85px;
	width: 23px;
}

div.fotoalbum_fotobalk div.pijlen_rechts {
	background-image: url(../images/pijl_rechts_gradient.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #000000;
	float: right;
	height: 85px;
	width: 23px;
}

div.fotoalbum_fotobalk div.pijlen_links img.pijlen_links {
	cursor: pointer;
	margin-top: 31px;
}

div.fotoalbum_fotobalk div.pijlen_rechts img.pijlen_rechts {
	cursor: pointer;
	margin-top: 31px;
}

div.fotoalbum_fotobalk div.thumbnails_wrapper {
	float: left;
	overflow: hidden;	
	width: 684px;
}

div.fotoalbum_fotobalk div.thumbnails {
	/*clip: rect(0px, 684px, 85px, 0px);*/
	height: 85px;
	margin-left: 0px;
	/*position: relative;
	left: -250px; --> werkt niet in IE6/7 */
	white-space: nowrap;	
}	

div.fotoalbum_fotobalk img.thumbnail {
	background-image: url(../images/mediamanager/image.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 85px;
	width: 113px;	
}

/**********************/
/*	FOTO
/**********************/
div.fotoalbum div.fotoalbum_foto_wrapper {
	
}

div.fotoalbum div.fotoalbum_foto_wrapper div.fotoalbum_foto_omschrijving {
	float: left;
	padding-right: 10px;
	width: 200px;
}

div.fotoalbum div.fotoalbum_foto_wrapper img {
	position: absolute;
}

/**********************/
/*	NAVIGATIE
/**********************/
div.fotoalbum div.fotoalbum_navigatie_foto {
	margin: 10px 0px 0px 210px;

}

div.fotoalbum div.fotoalbum_navigatie_foto a {
	outline: none;
	text-decoration: none;
}

div.fotoalbum div.fotoalbum_navigatie_foto img {
	margin: 0px 5px 0px 5px;
}

#aFotoalbumNavigatieVorigeSerie img,
#aFotoalbumNavigatieVolgendeSerie img {
	height: 15px;
	width: 17px;
}

#aFotoalbumNavigatieVorige img,
#aFotoalbumNavigatieDiashow img,
#aFotoalbumNavigatieVolgende img,
#aFotoalbumNavigatieSneller img,
#aFotoalbumNavigatieTrager img {
	height: 15px;
	width: 15px;
}

div.fotoalbum div.fotoalbum_navigatie_foto p.fotoalbum_navigatie_foto_omschrijving {
	color: #FFD756;
	font-style: italic;
	margin-top: 15px;
}

#aFotoalbumNavigatieOmhoog {
	padding-left: 100px;
}

#aFotoalbumNavigatieSneller {
	padding-left: 100px;
}

#spanFotoalbumDiashowSnelheid {
	color: #FFD756;
	font-style: italic;
	padding-left: 5px;
}
/*
div.fotoalbum div.fotoalbum_foto {
	text-align: center;
} 

div.fotoalbum div.fotoalbum_foto img {
	/*border: 2px solid #A70909;*
	/*position: relative;*
}

div.fotoalbum div.fotoalbum_foto div.fotoalbum_foto_omschrijving {
	font-style: italic;
	text-align: center;
}

div.fotoalbum div.fotoalbum_foto_wrapper {
	text-align: center;
}
*/

/**********************/
/*	FRONTPAGE
/**********************/
div.fotoalbum_frontpage {
	margin-top: 65px;
	text-align: center;
}

div.fotoalbum_frontpage p {
	font-style: italic;
	margin-top: 15px;
}