/*styleslayout.css
Layout Stylesheet Datei, welche alle wichtigen Layout-Styles der BITV Seiten enhält.
Bitte nur Layout-Sytles einfügen - temp. oder spezielle Styles separat legen!

Geändert 050411
*/
.Stil1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-large;
}
.Stil3 {color: #FFFFFF; font-size: x-large; font-family: Geneva, Arial, Helvetica, sans-serif;}
.Stil5 {font-size: small}
.Stil8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

a:link		{ color: #000000; text-decoration: none }
a:visited		{ color: #000000; text-decoration: none  }
a:hover			{ text-decoration: none; color: #990000 }
a:active		{ color: #000000; border-color: #000000 }
