/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Link {
	font-family: "Palatino Linotype",  serif;
 	font-size: 16px;
 	color: rgb(115,16,28);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Bilderrahmen3 {
	background-color: rgb(115,16,28);
 	padding: 3px
}

.Bilderrahmen {
	background-color: rgb(115,16,28);
 	padding: 5px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Link_festt {
	font-family: "Palatino Linotype",  serif;
 	font-size: 16px;
 	color: rgb(115,16,28);
 	font-weight: bold;
 	text-decoration: none 
}