html, body {
 font-family: Arial, Univers, Verdana, Helvetica, Geneva;
 font-size: 14px;
}

h1, h2, h3 {
 margin-top: 5px;
 margin-bottom: 10px;
}
	 
div.inhalt {
 margin-left: 10%;
 margin-right: 10%;
 padding-bottom: 10%;
 padding-top: 50px;
 border-style: none;
}



.hk {

/* Heading nach Kropp's Art. */

 font-size: 16px;
 font-weight: bold;
 text-align: center;
 margin: 20px;
 letter-spacing: 5px; 
}

.tr {

 text-align: right;

}



div.block {
 margin: 20px;
}
	 
	 a.crossnavi {
	  color: white;
	  font-weight: bold;
	  font-size: 12px;
	  text-decoration: none;
	 }
	 a.crossnavi:hover {
	  text-decoration: underline;
	 }
	 
	 div.crossnavi {
	  margin-top: 10px;
	  margin-right: 10px;
	 }
	 
	 a.topnavi {
	  color: black;
	  font-weight: bold;
	  font-size: 12px;
	  text-decoration: none;
	 }
	 
	 #currentMenuItem {
	  color: red;
	 }

ul {
 margin: 10px;
}

li { 
 margin: 5px;
}
