/* CSS Document */
A.gall:link		    {
	font-family: arial, verdana, geneva, sans-serif;
	font-size:11px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border: 0px;
}
A.gall:visited 	    {
	text-decoration: none;
	border: 0px;
}
A.gall:hover		{
	text-decoration: none;
	border: 0px;
}
A.gall:active		{
	text-decoration: none;
	border: 0px;
}

.thumbnail
{
float: left;
width: 90px;
height: 90px;
margin: 2px 1px 1px 4px;
background-color: #fff;
border: 1px solid #666;
padding: 0px;
text-align:center;
}


#overgall
{
	height: auto;
	width: 80px;
	margin-left: 300px;
	position: absolute;
	z-index: 150;
	border: 1px solid #666666;
	background-image: url(../images/navi_pfeil_rechts.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 1px 15px 1px 4px;
	margin-top: 5px;
}
#nextgall
{
	height: auto;
	width: 80px;
	margin-left: 110px;
	position: absolute;
	z-index: 150;
	border: 1px solid #666666;
	background-image: url(../images/navi_pfeil_rechts.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 1px 15px 1px 4px;

}
#backgall
{
	height: auto;
	width: 80px;
	margin-left:0px;
	position: absolute;
	z-index: 150;
	border: 1px solid #666666;
	background-image: url(../images/navi_pfeil_links.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 6px 1px 15px;

}

.galeriebild {
	text-align: center;
	border: 1px solid #333333;
	margin: 2px;
	height: 263px;
	width: 350px;
}
