html {
	height: 100%;

	background-color: rgb(0,0,0);
	background-image: url(Bilder/holz.jpg);
	background-repeat: repeat;
	
	color: rgb(250,240,180);
	font-family: sans-serif;

}

body {
	height: 96%;	/* O9, FF: kein unnötiger Scrollbalken */

	max-width: 70em;

	margin: 0 auto;

	background-image: url(Bilder/nhs_1.png);
	background-repeat: no-repeat;
	background-position: right top;

}

h1, h2, h3, h4 {
	font-variant: small-caps;
}

h1 {
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h2 {
	margin-top: 1.5em;
	margin-left: -1em;
}

p {
	text-align: justify;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td, th {
	padding: 0.25em 0.5em 0.5em 0.5em;
	text-align: left;
	vertical-align: top;
}

thead th {
	border-bottom: thin solid;
}

table ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

table li {
	padding: 0 0 0.5em 0;
}

blockquote {
	border-left: medium dotted;
	border-right: medium dotted;
	margin: 0 2em;
	padding: 0 2em;
}

cite {
	display: block;
	margin-top: 0.5em;
	text-align: right;
	font-size: small;
}
img {
	border: none;
}

a:link {
	color: rgb(250,240,100);
}

a:visited {
	color: rgb(250,240,180);
}

a:visited:hover {
	color: rgb(180,0,0);
	text-decoration: none;
}

a:hover {
	color: rgb(180,0,0);
	text-decoration: none;
}

.pdf:after {
	content: url(Bilder/pdf.png);
	margin-left: 0.1em;

}

.pdf:hover:after {
	content: url(Bilder/pdf_hover.png);
	margin-left: 0.1em;
}

.hidden {
	display: none;	
}

.date_cell {
	text-align: right;
}

#page {
	min-height: 100%;
}

#foot {
	height: 1.5em;
	margin-top: -1.5em;

	clear: both;

	text-align: center;
	font-size: small;
}

#foot a {
	padding: 0 1em;
}

#foot a:visited {

	background-image: none;
}	

#content {
	margin: 1em;
	padding: 5em 7em 2em 2em;
}