body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFF0D2;
}
.kopfzeile {
	position: relative;
	width: 790px;
	left: auto;
	right: auto;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 1px dashed silver;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333333;
	height: 140px;
	background-image: url(../images/Kopfzeile.jpg);
	background-position: left top;
	text-align: right;
	vertical-align: bottom;
}

.layout .kopfzeile p {
	font-size: x-large;
	text-align: left;
	vertical-align: text-bottom;
	text-indent: 40px;
	color: #666666;
	top: 80px;
}

.kopf {
	position: relative;
	width: 800px;
	left: auto;
	right: auto;
	border: 1px dashed silver;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 250px;

}
ul#navi {
	background-color: #FFFFFF;
	font-size: 0.83em;
	float: left;
	width: 220px;
	padding: 5px;
	border: 1px dashed silver;
	margin: 0px;
	height: 400px;
  }
  ul#navi li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#navi a {
    text-decoration: none;
	display: block;
    padding: 0.2em;
  }
  ul#navi a:link {
    color: black;
  }
  ul#navi a:visited {
    color: black;
  }
  ul#navi a:hover {
    color: black; background-color: white;
  }
  ul#navi a:active {
    color: white; background-color: #FF9933;
  }


div#inhalt {
	margin-left: auto;
	border: 1px dashed silver;
	min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: auto;
	float: right;
	width: 530px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 400px;
	overflow: scroll;
	position: relative;
}

  div#inhalt h1 {
    font-size: 1.5em;
    margin: 0 0 0.5em;
  }
  div#inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

.layout {
	position: relative;
	width: 800px;
	left: auto;
	top: auto;
	right: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	color: #333333;
}

.layout .mitte {
	width: 800px;
}
.layout .hauptnavi {
	width: 220px;
	position: relative;
	left: 0px;
	top: 0px;
}
.fusszeile {
	background-color: #FFFFFF;
	width: 790px;
	border: 1px dashed silver;
	padding: 5px;
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;

}
h1 {
	color: #FF9933;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
}

div#info {
    font-size: 0.9em;
    float: right; width: 12em;
    margin: 0; padding: 0;
    border: 1px dashed silver; background-color: #eee;
  }
  
div#info strong {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }

div#info p {
    font-size: 1em;
    margin: 0.5em;
  }
.layout #navi a.on {
	font-weight: bold;
	font-size: medium;
}
.zitat {
	text-align: center;
	font-size: small;
	font-style: italic;
}
.subnavi {
	font-size: x-small;
	list-style-position: outside;
	list-style-type: circle;
	left: 2px;
}
.layout #inhalt .navititel {
	font-size: x-small;
	color: #666666;
}
a {
	color: #666666;
}

.Hinweis {color: #FF6600}
.layout .fusszeile .kontakt a {
	text-align: right;
	width: 100px;
	float: right;
	height: 50px;
}
.on2 {
	color: #FF9933;
	font-weight: bold;
}

