/* CSS - Datei zum Formatierung meiner Intranetseite von Markus Rost */
/* Grunddefinition von allen Buttons */
a.back:link,
a.back:visited,
a.back:hover,
a.back:active,
a.prevnextlink:link,
a.prevnextlink:visited,
a.prevnextlink:hover,
a.prevnextlink:active {
	/*font-family: Tahoma, Verdana, sans-serif;*/
	font-size: 12px;
	padding: 2px 1px 2px 1px;
	/*background: #C1CDCD;*/
	background: #B3B899;
	color: #000000;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
/* Feld komplett umrandet ( vr = voller Rahmen ) */
a.back:link,
a.back:visited,
a.back:hover,
a.back:active,
a.prevnextlink:link,
a.prevnextlink:visited,
a.prevnextlink:hover,
a.prevnextlink:active {
	border-bottom: 2px solid #000000;
}
/* Farbwechsel für Hover-Buttons */
a.back:hover,
a.prevnextlink:hover {
	background:#ED1C23;
}
/* Überschriften */
.gallerytitle,
.albumheader,
.albumsheader {
	text-align:center;
	vertical-align:center;
	/*font-family: Tahoma, Verdana, sans-serif;*/
}
.gallerytitle {
	font-weight: bolder;
	font-size: 35px;
	color: #4972ED;
}
.albumsheader,
.albumheader {
	margin-top:5px;
	font-weight: bold;
	font-size: 18px;
}
/* P Element */
div.albumtitle {
	/*font-family: Tahoma, Verdana, sans-serif;*/
	font-size: 14px;
	white-space: nowrap;
	vertical-align:top;
	overflow:auto;
	white-space:normal;
}
