/* ------ Textdefinitionen ------ */
body {
	text-align: center;
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	/* font-size: 16px; */
	font-weight: bold;
	/* letter-spacing: 3px; */
}

ul, ol { 
  margin-left: 20px;
}

li { 
  margin-bottom: 5px;
}

#literaturauswahl br { 
  line-height: 12px;
}

.abb, .tbl_text, .abb_text, .bild_text {
	font-size: 12px;
	line-height: 16px;
}

.meldung {
	color: #FEA53D;
	font-weight: bold;
}


#rheinline, #rheinline a:link, #rheinline a:visited, #rheinline a:hover {
	height: 20px;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
	text-align: right;
}

/* Linkdefinitionen */
a:link {
    color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: underline;
}