
/* Generelle Seitenformatierung */

body {
font-size: 18px;
font-weight: normal;
font-style: normal;
line-height: 28px;
text-decoration:none;
  margin: 0;
  padding: 0;  
  /* make it look decent enough */
  background: #232323;
  color: #000000;
  font-family: "Avenir Next", "Avenir" , sans-serif;

}

/* Tabellenfelder */
/* DIV und P gleich wie Tabellenfelder */
/* HYPERLINKS gleich wie Tabellenfelder und DIV und P */
div, p, td, a {

  font-size: 16px;
  line-height: 28px;
  
}


/* ZITAT engerer Zeilenabstand und kursive bold Schrift, Ausrichtung Mitte, Rand unten */

.zitat {
font-size: 18px;
font-weight: normal;
font-style: italic;
font-family: Garamont, Times, Courier, Verdana, Arial;
line-height: 22px;
color: #000000;
text-decoration:none;
margin-bottom: 10px;
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-left:30px;
padding-right:30px;
}

/* NAVI kleinere Schrift, bold, engerer Zeilenabstand */

.navi {
font-size: 16px;
font-weight: bold;
font-style: normal;
font-family: Arial, Verdana;
line-height: 22px;
color: #000000;
text-decoration:none;
margin-bottom: 0px;
}

/* NAVI SELEKTIERT kleinere Schrift, bold, engerer Zeilenabstand */

.naviselected {
font-size: 16px;
font-weight: bold;
font-style: normal;
font-family: Arial, Verdana;
line-height: 22px;
color: #00FF00;
text-decoration:none;
margin-bottom: 0px;
}

/* Formatvorlagen für Überschriften und Texte */

h1 {
font-size: 24px;
font-weight: bold;
font-style: normal;
font-family: Arial, Verdana;
line-height: 30px;
color: #000000;
text-decoration:none;
margin-top: 0px;
margin-bottom: 0px;
padding-left:30px;
padding-right:30px;
}

h2 {
font-size: 20px;
font-weight: bold;
font-style: normal;
font-family: Arial, Verdana;
line-height: 26px;
color: #000000;
text-decoration:none;
margin-top: 10px;
margin-bottom: 10px;
padding-left:30px;
padding-right:30px;
}

h3 {
font-size: 18px;
font-weight: bold;
font-style: normal;
font-family: Arial, Verdana;
line-height: 24px;
color: #000000;
text-decoration:none;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;

}

/* TEXTBEREICHE */

.text {
font-size: 16px;
font-weight: normal;
font-style: normal;

line-height: 28px;
color: #000000;
text-decoration:none;
padding-left: 30px;
padding-right: 30px;
}

.textsmall {
font-size: 14px;
font-weight: normal;
font-style: normal;
font-family: Arial, Verdana;
line-height: 28px;
color: #000000;
text-decoration:none;
padding-left:30px;
padding-right:30px;
}

.textright {
font-size: 16px;
font-weight: normal;
font-style: normal;
font-family: Arial, Verdana;
line-height: 22px;
color: #000000;
text-decoration:none;
text-align:right;
}

.textleft {
font-size: 16px;
font-weight: normal;
font-style: normal;
font-family: Arial, Verdana;
line-height: 22px;
color: #000000;
text-decoration:none;
text-align:left;
}

.textcenter {
font-size: 16px;
font-weight: normal;
font-style: normal;
font-family: Arial, Verdana;
line-height: 22px;
color: #000000;
text-decoration:none;text-align:center;
}

.intextbildr {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	align-content: right;
	width: 30%;
}
.intextbildl {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	align-content: left;
	width: 30%;
}




