/* Reset */
* {
  padding: 0;
  margin: 0;
  }
/* Allgemeine Formatierungen */
p
{
 clear: both;
 margin-bottom: 1em;
}

ul
{
  margin-left: 3em;
  margin-bottom: 1em;
  margin-top: 1em;
	list-style-type: disc;
}

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

h2 {
 font-size: 110%;
 font-weight: bold;
 text-decoration: underline;
 line-height: 120%;
 margin: 5px;
}

.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;
}

hr {
 text-align: center;
 margin: 1em auto;
 width: 90%;
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #222222;
 border-bottom: transparent;
}

/* Einstellungen fuer die Links */
a {font-weight: bold;text-decoration: none; color: #222222; }
a:hover {text-decoration: underline;}

/* Einstellungen fuer Bilder */
.piclb {
 float: left;
 margin: 10px;
 border: solid 1px black;
}
.picrb {
 float: right;
 margin: 10px;
 border: solid 1px black;
}
.piccb {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}
.piccb img {
 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 den ganzen body */
body {
 font-family: sans-serif;
 font-style: normal;
 padding: 0px;
 margin: 0px;
 text-align: left;
 color: #222222;
 background-color: #222222;
/* background-color: #898e9e */
}

/* Einstellungen fuer die Logozeile */
div#top {
 text-align: center;
}

/* Einstellungen fuer den Inhalt  */
div#content {
 width: 860px;
 margin: 0 auto 0 auto;	
 padding: 20px;
 background-color: #c07040; 
}

/* Einstellungen fuer die Navigationsleiste */
div#nav
{
	text-align: left;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	padding: 5px 0px;
	font-size: 120%;
  clear: both;
}
 
/* Einstellungen fuer die Fussnote */
div#foot {
 font-size: 80%;
 margin: 0px;
 text-align: center;
 color: #c07040; 
}

/* Einstellungen fuer das Inhaltsverzeichnis */
ul.ihv
{
	list-style-type: none;
}

ul.ihv li
{
  text-indent: -1em;
	margin:0 0px 0.5ex 0px;
}

 