/**
 * description:		gallery css file :: henri winter web site
 * date created:	2006-11-01 23:31:00
 * version:			CVS: $Id: peter Exp $
 */

img.galerieLeft {
	margin:	0em 0.4em 0.7em 0em;
}
img.galerieRight {
	margin:	0em 0em 0.7em 0em;
}

a.galNo:link {
	font-size:			1.4em;
	color:				#1e0f00;
	text-decoration:	none;
}
a.galNo:visited {
	font-size:			1.4em;
	color:				#1e0f00;
	text-decoration:	none;
}
a.galNo:hover {
	font-size:			1.4em;
	color:				#c90;
	text-decoration:	none;
}

#galerieSubMenu {
	position:	absolute;
	bottom:		85%;
	left:		5%;
	width:		50%;
	padding:	0px 0px 0px -25px;
	margin:		0px 0px 0px -25px;
	text-align:	left;
	color:		#1e0f00;
	border:		0px solid #000;
}
#galerieNoMenu {
	position:	absolute;
	top:		25%;
	left:		5%;
	width:		auto;
	text-align:	left;
	color:		#1e0f00;
	z-index:	15;
}

#contentGalerieLeft {
	position:	absolute;
	top:		25%;
	left:		5%;
	width:		auto;
	height:		auto;
	text-align:	left;
	padding:	30px 0px 4px 0px;
	margin:		0px 40px 0px 0px;
	border:		0px solid #1e0f00;
}
#contentGalerieRight {
	position:	absolute;
	top:		25%;
	left:		22%;
	width:		474px;
	height:		412px;
	padding:	0px;
	margin:		0em auto;
	background:	url(../img/galimgbg.jpg) repeat-x bottom;
	border:		1px solid #1e0f00;
}

#imgCaption {
	position:		absolute;
	left:			0px;
	bottom:			0px;
	width:			auto;
	height:			32px;
	padding:		0px;
	margin:			0px;
	line-height:	32px;
	text-align:		left;
	color:			#fff;
	background:		#1e0f00;
}

.galNoSelected {
	font-size:	1.4em;
	color:		#c90;
}

