/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.navigationstext {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	background-image: url( "../assets/images/Desert.jpg" );
 	margin: 5px 10px
}

.tabhg {
	text-decoration: none ;
 	background-image: url( "../assets/images/Desert.jpg" )
}

.linka {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.linka:link {
	text-decoration: none 
}

.linka:visited {
	text-decoration: none 
}

.linka:active {
	text-decoration: none 
}

.bildrahmen {
	border: 1px solid rgb(51,51,51)
}

.linka:hover {
	color: rgb(255,0,0);
 	text-decoration: none 
}
