/* Allgemeine Formatierungen */
@import url(master.css);

/* Formatierungen im Bereich Bilder */
div.gallery {
	width: 628px;
}
div.image {
	margin-bottom: 10px;
}
div.photoCornerTR {
	background: url(../g/photoCornerTR.gif) right top no-repeat #e8e2dc;
}
div.photoCornerTL {
	background: url(../g/photoCornerTL.gif) left top no-repeat;
	padding: 14px 14px 0px 14px;
	text-align: center;
}
div.photoCornerBL {
	background: url(../g/photoCornerBL.gif) left bottom no-repeat #e8e2dc;
}
div.photoCornerBR {
	background: url(../g/photoCornerBR.gif) right bottom no-repeat;
	padding: 0px 14px 14px 14px;
	text-align: center;
}
div.photoCornerBL p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #5f5850;
	font-family: "URW Chancery L", "Apple Chancery", "Georgia", serif;
	font-weight: bold;
}
h2.gallery {
	border-bottom: none;
}
h3.gallery {
	font-size: 12pt;
	font-style: normal;
	border-bottom: 1px dotted #8f8e8a;
}
h3.gallery a:hover, h3.gallery a:active, h3.gallery a:focus {
        text-decoration: none;
}
p.gallery {
	margin: 0 0 1.5em 0;
}
img.thumbnail {
	margin: 3px;
	vertical-align: bottom;
}

