/*---------------------------------------------------------*\
	Fontauswahl
\*---------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/*---------------------------------------------------------*\
	Farbangaben
\*---------------------------------------------------------*/

body {
	background: #800000;
	color: #ffffff;
}

a {
	color: #ffffcc;
}

a:visited {
	color: #ffffdd;
}

a:hover {
	color: #ff0000;
}

/*-----------------------------------------------------------
	Groessen und Schriftstaerke
-----------------------------------------------------------*/

h1 {
	font-weight: bold;
	font-size: 200%;
}

.inhalt {
	font-weight: bold;
	font-size: 150%;
}

.autor {
	font-weight: bold;
	font-size: 120%;
}

.nachspann {
	font-weight: bold;
	font-size: small;
}

/*-----------------------------------------------------------
	Rahmen für das Grossbild
	keine Rahmen für die Pfeile daneben
	Pfeile in der Höhe zentriert
-----------------------------------------------------------*/

table.grossbild div {
	border: 10px gray ridge;
}

table.grossbild a img {
	border: none;
}

table.grossbild td {
	vertical-align: middle;
}

/*-----------------------------------------------------------
	Iconlinks-Icon ohne Rahmen
-----------------------------------------------------------*/

p.iconlinks a img {
	border: 0px;
	margin: 2px;
}

/*---------------------------------------------------------*\
	Alles zentrieren ausser Listen
\*---------------------------------------------------------*/

body {
	text-align: center;
}

table {
	margin-left: auto;
	margin-right: auto;
}

ol {
	text-align: left;
}

/*---------------------------------------------------------*\
	Tabellenfelder zentriert und nach unten
\*---------------------------------------------------------*/

td {
	text-align: center;
	vertical-align: bottom;
}

/*---------------------------------------------------------*\
	Bildertabellen auf Abstand
\*---------------------------------------------------------*/

table.bildertabelle td {
	padding: 10px;
}

/*---------------------------------------------------------*\
	Ende
\*---------------------------------------------------------*/
