/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.durch {
	text-decoration: line-through
}

.link {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 9px;
 	text-transform: uppercase;
 	color: rgb(255,255,255);
 	text-decoration: none ;
 	font-variant: normal
}

.TextObject {
	font-variant: normal
}

.linki {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	color: rgb(245,206,145);
 	text-decoration: none 
}

.TextNavBar {
	text-decoration: line-through;
 	background-attachment: scroll
}