/* Einstellungen fuer den ganzen body */
body {
 font-family: serif;
 font-style: italic;
 font-size: 110%;
 padding: 0px;
 margin: 0px;
 text-align: left;
 color: #000000;
 background-color: #ffaaaa;
}

/* Einstellungen fuer die Logozeile */
div#top {
 text-align: center;
 padding:1em;
 margin: 0px;
}
#top td{ padding-bottom:0; }

/* Einstellungen fuer das Inhaltsverzeichnis  */
div#ihv, div#ihv2
{
	text-align:center;
	background-color:#dcdcdc;
	border-top:1px solid #553838;
	border-bottom:1px solid #553838;
	margin:5px 0 10px 0;
	padding:5px;
	font-size: 170%;
    clear: both;
}

div#ihv ul, div#ihv2 ul
{
	display:inline;
	list-style-type:none;
}

div#ihv ul li, div#ihv2 ul li
{
	display:inline;
	list-style-type:none;
	margin:0 10px 0 10px;
}

/* Einstellungen fuer den Inhalt  */
div#content {
 padding: 1em 1em;
 margin: 4em;
 border:1px solid #553838;
 background-color: #eaeaea;
}

h1 {
  font-size: 160%;
  margin-bottom: 1ex;
  margin-top: 1ex;
 }

.noborder {border-style: none;}
.center {text-align: center;}
.trenner {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 width: 90%;
}
.form {
 width: 80%;
 text-align: left;
}
#content h1 {font-size: 170%;}
#content h2 {
 font-size: 110%;
 font-weight: bold;
 text-decoration: underline;
 line-height: 120%;
 margin: 5px;
}
#content hr {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 width: 90%;
 color: navy;
 border-color: navy;
}

/* Einstellungen fuer die Links */
a {text-decoration: none; color: #800080;}
a:hover {text-decoration: underline;}
a:visited {color: #800080;}

/* Einstellungen fuer Bilder */
table.pic {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
td {
  padding: 0em 0em 2em 0em;
  margin:0px;
  text-align: center;
}

.piclb {
 float: left;
 margin: 10px;
 border: solid 1px black;
}
.picrb {
 float: right;
 margin: 10px;
 border: solid 1px black;
 clear: both;
}
.piccb {
 text-align: center;
 margin: 10px;
 border: solid 1px black;
}
.picl {
 float: left;
 margin: 10px;
 border-style: none;
}
.picr {
 float: right;
 margin: 10px;
 border-style: none;
}
.picc {
 margin: 1ex;
 border-style: none;
}
  
/* Einstellungen fuer die Fussnote */
div#foot {
 padding:2px;
 margin: 0px;
 left:0px;
 text-align: center;
}

