@charset "utf-8";
.textkörper {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	list-style-type: circle;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #005f2f;
	list-style-type: circle;
	align:center;
	border-style: solid;
	border-color: #c52225
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #005f2f;
	list-style-type: circle;
	align:left;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #005f2f;
	list-style-type: circle;
	align:left;
	text-decoration: underline;
}

a:link {
	color:#005f2f; 
	font-weight:bold; 
	text-decoration:none; 
}

a:hover {
	color:#c52224; 
	font-weight:bold;  
}
	
	
hr {
	border: 1px solid #c52224; 
}
	
#padresse {
	padding-left: 10px; 
	border: 1px solid #005f2f; 
	color:#005f2f; 
	font-weight:bold; 
	text-decoration:none;
}   
