/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextKontakt{
	font-size: 14px
}

.LinkHome{
	font-size: 14px;
 	color: rgb(51,51,51);
 	text-decoration: none 
}

.LinkHome:link {
	font-size: 14px;
 	color: rgb(51,51,51);
 	text-decoration: none 
}

.TextNavBar{
	color: rgb(90,92,30)
}

.LinkHome:visited {
	font-size: 14px;
 	color: rgb(51,51,51);
 	text-decoration: none 
}

.LinkHome:hover {
	font-size: 14px;
 	color: rgb(172,92,21);
 	text-decoration: none 
}

.LinkHome:active {
	font-size: 14px;
 	color: rgb(51,51,51);
 	text-decoration: none 
}