/* inhalt.css - Style-Definitionen für http://www.leona-ev.de/ */

/* LEONA Farben:
Rot:		#FF1721
Blau:		#00569C
Hellblau:	#CCDEEC
Grau:		#CCCCCC
Weiß:		#FAFAFA
*/

/***** Grundeinstellung *****/
body {
	font-family:Helvetica,Arial,sans-serif;
	color: #000064; /* vorher #003366 */
	background-color: #FFFFFF;
	background-attachment: fixed;
}
a:active  { text-decoration: none; }
a:link    { color: #0064C0; /* vorher #0586FF */ text-decoration: none; }
a:visited { color: #0000C0; /* vorher #005CB2 */ text-decoration: none; }
a:hover   { color: #FF1721; text-decoration: underline; }


/* Überschriften in Rot */
h1 {
	color:#FF1721;
	text-align: center;
}
h2,h3,h4 {
	color:#FF1721;
}

/* Tabelle mit alternierendem Hintergrund */
tr.tab,th.tab {
	background-color: #AAAAAA;
}
tr.tab1,td.tab1 {
	background-color: #EEEEEE;
}
tr.tab2,td.tab2 {
	background-color: #CCCCCC;
}

/* Blocksatz */
p.blocksatz {
	margin: 10;
	text-align: justify;
}

/* Hintergrund mit Schatten */
td.front { background-color: #AFB7FF; }
td.shade { background-color: #AAAAAA; }


