/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject{
	color: rgb(69,68,68)
}

P {
	font-size: 16px;
 	color: rgb(69,68,68)
}

.HeadLine{
	font-family: "Arial Black",  "Helvetica Bold",  Charcoal,  Sans-serif;
 	font-size: 20px;
 	color: rgb(46,5,55);
 	letter-spacing: 2px;
 	font-weight: bold
}

A:hover {
	font-size: 16px;
 	color: rgb(46,5,55);
 	letter-spacing: 3px;
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(255,230,0)
}

.TextNavBar{
	font-size: 16px;
 	color: rgb(46,5,55);
 	letter-spacing: 3px;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:active {
	font-size: 16px;
 	color: rgb(69,68,68);
 	letter-spacing: 3px;
 	font-weight: bold;
 	font-style: italic;
 	text-decoration: none 
}

A:visited {
	font-size: 16px;
 	color: rgb(46,5,55);
 	letter-spacing: 3px;
 	font-weight: bold;
 	text-decoration: none 
}

.SiteNorm{
	font-size: 16px;
 	color: rgb(69,68,68);
 	letter-spacing: 1px
}

.SiteNorm-fett{
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 16px;
 	color: rgb(0,0,0);
 	letter-spacing: 1px
}

.SiteNorm-lila{
	font-size: 16px;
 	color: rgb(128,0,128);
 	letter-spacing: 1px
}

A:link {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 16px;
 	color: rgb(46,5,55);
 	letter-spacing: 3px;
 	font-weight: bold;
 	text-decoration: none 
}