/**
 * www.altlussheim.de
 * Allgemeine Einstellungen für Ausdrucke
 * Entworfen von eDynamic Internet Solutions
 *
 * @author René Kubach, www.eDynamic.de
 */

.abschnitt, #fusszeile {
	page-break-inside: avoid;
}

body {
	font-size: 0.8em;
}

/* ===== Kopfzeile ===== */

#kopfzeile {
	height: 125px;
	margin-bottom: 1em;
	border-bottom: 1px solid #999;
	padding-bottom: 1em;
}

h1#titel {
	font: normal 2em Arial, sans-serif, sans;
}

h1#titel a {
	color: #000;
	text-decoration: none;
}

#wappen {
	position: relative;
	left: 0;
	top: 0;
}

#gemeinde-altlussheim {
	position: absolute;
	left: 100px;
	top: 25px;
}

#logo {
	position: absolute;
	right: 0;
	top: 0;
}

#fusszeile {
	margin-top: 1em;
	border-top: 1px solid #999;
	padding-top: 1em;
}
