@charset "iso-8859-15";

/* ANFANG - Seitenelemente */
/* * {	font-family: monospace; } */
body {
	border: 0;
	margin: 0;
	padding: 2em;
	color: black;
	background-color: #FFFFCC; 
	font-size: 100.01%;
	min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
/* ENDE - Seitenelemente */

/* ANFANG - Inhalt */
div#inhalt {
	margin: auto;
	padding: 0 30px 10px 0;
	border-right: 1px solid #FFCC99;
	border-bottom: 1px solid #FFCC99;
	min-width: 400px;
	max-width: 900px;
}
div#inhalt h1, div#inhalt h1 a {
	font: small-caps 36px/36px monospace;
	letter-spacing: 4px;
	color: #663300;
	text-decoration: none;
}
div#inhalt h2 {
	font: small-caps 26px/26px monospace;
	letter-spacing: 4px;
	color: #996633;
}
div#inhalt h3 {
	font: small-caps 18px/18px monospace;
	letter-spacing: 1px;
	color: #996633;
}
div#inhalt img.logo { margin: 0 0 10px 40px; }
div#inhalt p, div#inhalt ul, div#inhalt table tr td {
	font: normal 1em/1.5em monospace;
	color: #996633;
	text-align: justify;
}
div#inhalt a {
	font: normal 1em monospace;
	color: #996633;
}
div#inhalt a:hover { color: #663300; }
/* ENDE - Inhalt */

/* ANFANG - obere Navigation */
div#topnav {
	height: 24px;
	text-align: right;
}
div#topnav a {
	font: normal small-caps normal 13px/16px monospace;
	text-decoration: none;
	color: #CC9966;
	padding: 1px 8px 4px 8px;
}
div#topnav a:hover, div#topnav a.aktiv {
	padding: 1px 7px 3px 8px;
	border-right: 1px solid #FFCC99;
	border-bottom: 1px solid #FFCC99;
	color: #996633;
}
/* ENDE - obere Navigation */

/* ANFANG - Fussnavigation */
div#bottomnav {
	margin: auto;
	min-width: 400px;
	max-width: 900px;
	height: 24px;
}
div#bottomnav a {
	font: normal small-caps normal 13px/16px monospace;
	text-decoration: none;
	color: #CC9966;
	padding: 1px 8px 4px 8px;
}
div#bottomnav a:hover, div#bottomnav a.aktiv {
	padding: 1px 7px 3px 8px;
	border-right: 1px solid #FFCC99;
	border-bottom: 1px solid #FFCC99;
	color: #996633;
}
div#copyright {
	clear: both;
	text-align: right;
}
div#copyright p { text-align: right; }
div#copyright p, div#copyright p a {
	margin: 2px 0 0 0;
	padding: 0;
	font: normal normal normal 10px/11px monospace;
	color: #CC9966;
	text-decoration: none;
}
div#copyright p a:hover { 
	margin: 2px 0 0 0;
	padding: 0;
	font: normal normal normal 10px/11px monospace;
	color: #996633;
	text-decoration: none;
	border: none;
}
/* ENDE - Fussnavigation */




