#galerieheader {
	font-weight: bold;
	font-size: 13pt;
	text-align: center;
	margin: 20px 0px 0px -60px;
}

#pics
{
height: 430px;
margin: 20px 0 0 100px;
padding: 0;
}

#pics ul, #pics div {
position: relative;
width: 760px;
}

#pics ul {
background: url(images/hint1.jpg) center no-repeat;
height: 250px;
list-style: none;
}

#pics li {
margin: 0 20px 29px 0;
width: 110px;
}

#pics li a {
display: block;
height: 110px;
}

#pics li span {
display: none;
}

li#bild-1 { float: left; }
li#bild-1 a {
background: url(images/galerie/brporphyr-kl.jpg);
}
li#bild-2 { float: right;}
li#bild-2 a {
background: url(images/galerie/brneptun-kl.jpg);
}
li#bild-3 { clear: left; float: left; }
li#bild-3 a {
background: url(images/galerie/brbacchus-kl.jpg);
}
li#bild-4 { clear: right; float: right; }
li#bild-4 a {
background: url(images/galerie/brloewen-kl.jpg);
}
li#bild-5 { float: left; clear: left; }
li#bild-5 a {
background: url(images/galerie/brfriedhof-kl.jpg);
}
/*
li#bild-6 { clear: right; float: right; }
li#bild-6 a {
background: url(images/galerie/bild-6-kl.jpg);
}
*/

#pics div {
margin: 41px auto 0;
padding-left: 10px;
}
#pics a {
border: 1px solid #999;
}

#pics a:focus, #pics a:hover {
border: 1px solid #000;
}

#pics a:focus span, #pics a:hover span {
display: block;
height: 420px;
position: absolute;
left: 155px;
top: 0;
width: 420px;
}

#pics a img {
border: 0;
margin-top: 0;
margin-right: 0;
}

#galeriefooter {
	font-weight: bold;
	font-size: 9pt;
	margin: 0 0 0 210px;
}

