@charset "utf-8";
/* CSS Document */

p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #673E02;
	font-style: normal;
}
.fließtext{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #673E02;
	font-style: normal;
}

.überschrift {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #673E02;
}

.überschrift2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #673E02;
	padding-left: 40px;
}

.fett {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #673E02;
}

.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #673E02;
	text-decoration: none;
	width: 150px;
	padding: 5px;
	display: block;
}	
	
.links:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #673E02;
	text-decoration: none;
	background-color: #E4E3E0;
	width: 150px;
	padding: 5px;
	display: block;
}	

.verweis {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}	
	
.monotype30 {
	font-family: "Monotype Corsiva";
	font-size: 30px;
	color: #673E02
}

.monotype24 {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	color: #673E02;
}

.monotype20 {
	font-family: "Monotype Corsiva";
	font-size: 20px;
	color: #673E02;
}
	
