body {
	background: white;
	color: black;
	font-family: serif;
}

/*	----------------------------------------------------------------
	Links
---------------------------------------------------------------- */

a {
	color: black;
	text-decoration: none;
}

a:after {
	content: " ["attr(href)"]";
}

/*	----------------------------------------------------------------
	Ueberschriften
---------------------------------------------------------------- */

h1 {
	font-family: Haettenschweiler, Impact, "Arial Narrow", sans-serif;
	font-size: 2em;
	font-weight: normal;
}

#inhalt>h1 {
	margin-top: 0;
}

/*	----------------------------------------------------------------
	Bilder
---------------------------------------------------------------- */

img {
	border: 0;
}

.Left {
	float: left;
	margin: 0 1em 0.5em 0;
	font-size: 0.8em;
}

.Right {
	float: right;
	margin: 0 0 0.5em 1em;
	font-size: 0.8em;
	text-align: right;
}

.Left img, .Right img {
	border: 2px solid white;
}

/*	----------------------------------------------------------------
	Listen
---------------------------------------------------------------- */

.NoBullets {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*	----------------------------------------------------------------
	Tabellen
---------------------------------------------------------------- */

th, td {
	text-align: left;
	vertical-align: top;
	padding-left: 1em;
}

th:first-child, td:first-child {
	padding-left: 0;
}

/*	----------------------------------------------------------------
	Textformatierungen
---------------------------------------------------------------- */

address {
	font-style: normal;
}

q {
	font-style: italic;
}

/*	----------------------------------------------------------------
	Navigation
---------------------------------------------------------------- */

#rubriken {
	display: none;
}

/*	----------------------------------------------------------------
	Fusszeile
---------------------------------------------------------------- */

.W3C {
	display: none;
}
