A:LINK {
	color : Blue;
	text-decoration : none;
	font-weight : bolder;
}

A:ACTIVE {
	color : Red;
	text-decoration : none;
}

A:VISITED {
	color : Fuchsia;
	text-decoration : underline;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
}

H1 {
	color : Navy;
	font : cursive;
}

H2 {
	color : #330099;
}

H3,H4, H5, H6 {
	color : Navy;
	font : normal sans-serif;
}

ADDRESS {
	background : InfoBackground left;
	font-family : sans-serif;
	font-size : 15px;
}

BODY {
	background : InfoBackground url(../bildsr/rauputz.gif);
	background-attachment : fixed;
}

HR {
	color : Navy;
	height : 3px;
}

TR {
	background : transparent;
}

TH:first-letter {
	color : Red;
	font-size : 25px;
}

P.time {
	color : Black;
	font-family : cursive;
	font-weight : lighter;
	font-size : 12px;
}

P.text-fett {
	color : Navy;
	font-family : cursive;
	font-size : 18px;
	font-weight : bold;
}

/* p.tipp1,2,3,4 für tipps_trick.htm*/
P.tipp1 {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 28px;
	font-weight : bold;
	background-color : transparent;
}

P.tipp2 {
	color : Black;
	font-size : 18px;
	font-weight : bold;
	background : transparent;
}

P.tipp3 {
	color : #0050A0;
	font-family : serif;
	font-size : 16px;
	font-weight : bold;
	background : transparent;
}

P.tipp4 {
	color : Black;
	font-family : serif;
	font-size : 16px;
	font-weight : bold;
	background : transparent;
}

BODY.download {
	background : #00E0FF;
}









