/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.linka {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,102,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline;
 	text-align: center
}

.linka:link {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,102,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.linka:visited {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(102,51,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Tabellefussnavigation {
	text-align: center;
 	border-right: 1px solid rgb(102,0,0)
}

.linka:active {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,102,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Tabelle_Heimatwerk {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(102,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: left;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.linka:hover {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,102,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}