/* Stylesheet fuer <http://www.bk30.de/martin/>              */
/*                                                           */
/* Zuerst wird das Standardverhalten einiger HTML-Element    */
/* geaendert                                                 */
/*                                                           */
/* ToDo: Eigentlich genuegt es nicht, zur Hintergrundfarbe   */
/* nur die Textfarbe anzugeben. Ich muesste mich auch um die */
/* Links kuemmern. Wenn dafuer jemand bei sich im Browser    */
/* Grau eingestellt hat, gibt es Probleme :-(                */
/*                                                           */
body {
	background: #888;
	color: #000;
}

h1 {
	margin-top: .4em;
	margin-bottom: .4em;
}

h2, h3 {
	margin-top: .8em;
	margin-bottom: .4em;
}

p, dl {
	margin-top: .4em;
	margin-bottom: .6em;
}

table img {
	border: 3px outset;
	margin: 0;
}

/*
dl {
    margin-left: 1em;
    }
*/

dt {
	font-weight: bold;
	margin-top: .6em;
}

dd, li {
	margin-top: .3em;
}

blockquote {
	font-family: Times, "Times New Roman", serif;
	margin-left: 1.2em;
	border-left: #888 solid .6em;
	padding-left: 1.2em;
}

/* die Box fuer die Textseiten soll sich moeglichst gut an die  */
/* Fenstergroesze anpassen                                      */
/*                                                              */
.textteil {
	margin: 1em 7% auto 7%;
	border: #000 1px none;
	padding: .5em 3%;
	max-width: 80ex;
	background-color: #ccc;
	color: #000;
}

.fuss {
	margin: .4em 7% .3em 7%;
	border: #000 1px none;
	padding: .3em 3%;
	max-width: 80ex;
	background-color: #ccc;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/* Bilder legen leider eine Breite in Pixeln fest. Daher wird die */
/* Inhaltsbox hier ganz anders definiert                          */
/*                                                                */
.bildteil {
	margin: auto;
	border: #000 1px none;
	padding: .1em 29px .4em 29px;
	width: 640px;
	background: #ccc;
	color: #000;
}

.bildtabelle {
	margin: auto;
	border: #000 1px none;
	padding: 0px;
	width: 640px;
	background: #ccc;
	color: #000;
}

.bildtabelle h1, .bildtabelle h3 {
	margin: 0;
}

.bildfuss {
	margin: .4em auto .3em auto;
	border: #000 1px none;
	padding: .3em 29px;
	width: 640px;
	background-color: #ccc;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/* "Gedicht" solle eine Flaeche mit eigenem Rahmen sein  */
/* Dazu alles, was fŸr reines Schwrz-auf-Weiss           */
/* und "gediegenes" Erscheinungsbild  sorgt              */
/*                                                       */
.gedicht {
	margin: 1em;
	border: #000 double 10px;
	padding: .2em .8em;
	font-family: "AvantGarde Bk BT", Times, Georgia, Serif;
	background-color: #fff;
	color: #000;
	text-align: center;
}

.gedicht p {
	margin-top: 1em;
	margin-bottom: .2em;
}

.gedicht a {
	color: #000;
	text-decoration: none;
}

.gedicht a:hover {
	text-decoration: underline;
}

.gedicht h3 {
	font-style: italic;
}

p.autor {
	margin-top: 1.5em;
	margin-bottom: .1em;
	font-size: .85em;
	}

/* Weitere Klassen, die nicht die Struktur des ganzen Dokuments   */
/* betreffen                                                      */
/*                                                                */
.fuss hr, .bildfuss hr {
	display: none;
}

.anmerkung {
	font-size: .9em;
	font-style: italic;
}

.ref {
	margin-left: 1.5em;
}

