/* CSS Definitionen Rat und Tat Homepage */
/* (c) 2004-2006 Ingo Böttcher */
/* Stand: 2006-01-04 */


/* Link Definitionen */

a:link  { color: red; font-size: 1em; text-decoration: none }
a:hover  { color: red; font-size: 1em; text-decoration: underline }
a:visited  { color: red; font-size: 1em; text-decoration: none }
a:active { color: black; font-size: 1em; text-decoration: none }
a[name] { text-decoration: none; color: #000000; }

/* Hintergrund mit Balken */
body { font-size: 8pt; background-image: url("pics/bg_blue.gif"); }

/* Tabellen */
td  { font-size: 8pt; font-style: normal; }
td b { font-size: 8pt; font-style: normal; font-weight: bold; }

/* generische Definition Fonts */
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,body { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Zitate kursiv */
blockquote,cite { font-style:italic; }

/* Normaltext, 1em, schwarz */
.normaltext { color: black; font-size: 1em; }

/* Menütexte, 1em, rot */
.fontmenu { color: red; font-size: 1em; text-align: center; }

/* Logotexte, 1em, blau */
.logotext { color: #000066; font-size: 1em; }

/* Wichtiger Text, 1.2em, rot */
.wichtigtext { color: red; font-size: 1.2em; }

/* Bodentext, 0.8em, schwarz */
.downtext { color: black; font-size: 0.8em; }

/* Überschriften h1 für Seiten, 1.2em, rot */
h1 { color: red; font-size: 1.2em; }

/* Überschriften h2 für Kapitel, 1.2em, blau */
h2 { color: #000066; font-size: 1.2em; }

