/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Headline {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16px;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center
}

.NormalFett {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	text-align: center
}

.Normal {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal;
 	text-align: center
}

.RahmenDuennGrau {
	border: 1px solid rgb(153,153,153)
}

.test {
	background-image: url( "./Rahmen_MM.jpg" );
 	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-position: bottom right;
 	padding-right: 7px;
 	border-right-width: 5px;
 	border-right-color:  rgb(0,204,153);
 	padding-bottom: 7px;
 	border-bottom-width: 5px;
 	border-bottom-color:  rgb(0,204,153)
}

.RahmenDuennGruen {
	border-right: 1px solid rgb(0,128,128);
 	border-bottom: 1px solid rgb(0,128,128)
}

.TextKlein {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10px;
 	text-align: center;
 	background-color: rgb(255,255,255)
}