/* Kompatibilität für alte Browser-Versionen */
header, nav, article, footer {
	display: block;
}

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: arial, sans-serif;
	height: 100%;
}

body {
	display: table;
	width: 100%;
}

/* Formatierung des Seitenkopfes */
header {
	background-image: url(../images/hg-saeulen.png), url(../images/hg-endlos.png);
	background-repeat: no-repeat, repeat-x;
	height: 150px;
}

header p {
	color: white;
	font-size: 2em;
	padding-left: 110px;
	padding-top: 30px;
	padding-right: 20px;
	text-align: right;
}

/* Formatierung der Seitennavigation */
nav {
	background-color: #ceb98e;
}

nav ul {
	padding: 0;
}

nav li {
	list-style-type: none;
	display: inline-block;
	line-height: 1.5em;
	border-right: black 1px solid;
}

nav li a {
	color: black;
	text-decoration: none;
	line-height: 1.5em;
	display: inline-block;
	padding: 0 1em;
}

nav li a:hover {
	text-decoration: underline;
}

nav ul li:last-child {
	border-right: 0;
}

article div {
	margin: 20px 40px;
	font-size: 14px;
}

article h1,
article h2 {
	margin-bottom: 0.4em;
}

article h1 {
	font-size: 22px;
}

article h2 {
	font-size: 18px;
}

article h3 {
	font-size: 16px;
}

article p,
article ul {
	margin-bottom: 1em;
	line-height: 1.5em;
}

footer {
	background-color: #ceb98e;
	height: 1.5em;
	padding: 0 1em;
	line-height: 1.5em;
	text-align: center;
}

.schlagschatten {
	-moz-box-shadow: 0 4px 6px #777777;
	-webkit-box-shadow: 0 4px 6px #777777;
	-o-box-shadow: 0 4px 6px #777777;
	-ms-box-shadow: 0 4px 6px #777777;
	box-shadow: 0 4px 6px #777777;
}

.tabellen_zelle {
	display: table-row;
}

.maximale_hoehe {
	height: 100%;
}
