/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	color: rgb(153,102,0)
}

A:link {
	color: rgb(153,102,0)
}

.Standard-groß1 {
	font-family: "Arial Baltic",  sans-serif;
 	font-size: 18px;
 	color: rgb(0,153,0);
 	font-weight: normal;
 	font-style: normal
}

.Standard-groß2 {
	font-family: "Arial Baltic",  sans-serif;
 	font-size: 20px;
 	color: rgb(0,153,0);
 	font-weight: normal;
 	font-style: normal
}

A:visited {
	color: rgb(153,102,0)
}

P {
	font-family: "Arial Baltic",  sans-serif;
 	font-size: 14px;
 	color: rgb(0,153,0);
 	font-weight: normal;
 	font-style: normal;
 	text-align: justify
}

LI {
	font-family: "Arial Baltic",  sans-serif;
 	font-size: 14px;
 	color: rgb(0,153,0);
 	font-weight: normal;
 	font-style: normal;
 	margin-bottom: 5px
}

A {
	color: rgb(153,102,0)
}

A:hover {
	color: rgb(255,0,0)
}
