
/* Farbdefinition: rot, gruen, blau */


/* Generelle Formate */
body.index { background-color:#7D7D7D; }
body.normal { background-color:#D2D2D2; }
p { font-family:Times,Arial; text-decoration:none; font-style:nomral; font-size:12pt; color:#000000; }

h1 { font-family:Times,Arial; font-style:nomral; font-weight:bold; font-size:20pt; text-align:center; }
h2 { font-family:Times,Arial; font-style:nomral; font-weight:bold; font-size:18pt; text-align:center; }
h3 { font-family:Times,Arial; font-style:nomral; font-weight:bold; font-size:16pt; text-align:center; }
h5 { font-family:Times,Arial; font-style:nomral; font-weight:bold; font-size:12pt; text-align:center; }

/* Linkdefinitionen */
a.navilink { font-size:10pt; text-decoration:none; font-weight:bold; }
a.navilink:link { color:#D2D2D2; }
a.navilink:visited { color:#D2D2D2; }
a.navilink:hover { color:#7D7D7D; background-color:#D2D2D2; }

a.normallink { font-size:12pt; text-decoration:none; font-weight:bold; }
a.normallink:link { color:#7D7D7D; }
a.normallink:visited { color:#7D7D7D; }
a.normallink:hover { color:#D2D2D2; background-color:#7D7D7D; }

a.contact { font-size:16pt; text-decoration:none; font-weight:bold; }
a.contact:link { color:#7D7D7D; }
a.contact:visited { color:#7D7D7D; }
a.contact:hover { color:#D2D2D2; background-color:#7D7D7D; }