/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.link:visited {
	color: rgb(153,153,102);
 	text-decoration: none 
}

A:active {
	font-size: 14px;
 	color: rgb(63,89,24);
 	font-weight: bold;
 	text-decoration: none 
}

.link:link {
	text-decoration: none 
}

.linka {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(63,89,24);
 	text-decoration: none 
}

.link:active {
	text-decoration: none 
}

.TextCA {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(63,89,24);
 	text-decoration: none 
}

.TextObject {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(63,89,24);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Navizeile {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 13px;
 	color: rgb(63,89,24);
 	font-weight: bold;
 	text-decoration: none ;
 	margin: 1px 3px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.link:hover {
	color: rgb(197,219,154);
 	text-decoration: none 
}