/******************************************************************************
 *
 *  Projekt.......: Blankeneser Bürger-Verein e.V.
 *  Modul.........: druck.css
 *  Kurzinfo......: Stylesheet zum Drucken
 *  Autor.........: Thomas Hooge (tho)
 *  eMail.........: entwicklung@tho-consulting.de
 *
 ******************************************************************************/

a.external[href]:after {
	content: "<"attr(href)">";
	color: #888;
	background-color: inherit;
	font-style: italic;
	font-size: 80%;
}

#menu {
	display: none;
}



dl.foto {
	border: 1px solid #001d5d;
}
dl.foto dt {
	position: relative;
}
dl.foto dd {
	margin: 0;
	padding: 0.25em 0;
	border-top: 1px solid #001d5d;
	text-align: center;
}
dl.foto img {
	display: block;
}
dl.foto .quelle {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-weight: bold;
}

/* ========== Seitenfuß ===================================================== */

#footer {
	clear: both;
	font-size: 7pt;
	margin: 5ex 0 0 0;
	border-top: 1pt solid black;
}
#footer p {
	margin: 0;
	padding: 0.5em 0 0 0;
}
#footer p.right {
	float: right;
}
