/* Farben
   Dunkelblau: 	#141B61
   Hellblau:	#CACCDB
   Links:		#A61111
   Gäastebuch:	#EDEFFB
*/

body {  background-image: url(../gfx/background.jpg); margin: 0px}

/* Allgemeines */
/*=============*/

p,td,li {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #141B61}
.dunkel {  background-color: #141B61; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #CACCDB}
.hell {  background-color: #EDEFFB; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #141B61}
.aktuell {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #A61111; font-weight: bold;}

.datum {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #141B61; }
.head { font-size: 14px; text-decoration: none; color: #141B61; font-weight: bold; }
.gb { font-size: 16px; font-weight: bold; }

/* Links */
/*=======*/

a {  font-size: 12px; color: #A61111; text-decoration: none}
a:hover {  font-size: 12px; color: #A61111; text-decoration: underline}

a.boden {  font-size: 12px; color: #141B61; text-decoration: none}
a.boden:hover {  font-size: 12px; color: #141B61; text-decoration: underline}

a.navi {  font-size: 12px; color: #141B61; text-decoration: none}
a.navi:hover {  font-size: 12px; font-weight: bold; color: #141B61; text-decoration: none}

a.navihead {  font-size: 14px; font-weight: bold; color: #000000; text-decoration: none}
a.navihead:hover {  font-size: 14px; font-weight: bold; color: #000000; text-decoration: underline}

a.start {  font-size: 14px; font-weight: bold; color: #000000; text-decoration: none}
a.start:hover {  font-size: 14px; font-weight: bold; color: #000000; text-decoration: underline}

a.news { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #141B61; text-decoration: none; }
a.news:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #141B61; text-decoration: underline; }

/* Überschriften */
/*===============*/

h1 {  font-size: 22px; font-weight: bold; color: #141B61}
h2 {  font-size: 20px; font-weight: bold; color: #141B61}
h3 {  font-size: 18px; font-weight: bold; color: #141B61}
h4 {  font-size: 16px; font-weight: bold; color: #141B61}
h5 {  font-size: 14px; font-weight: bold; color: #141B61}
h6 {  font-size: 12px; font-weight: bold; color: #141B61}

/* Formularfelder */
/*================*/

.feld {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #141B61; background-color: #FFFFFF; border: 1px #141B61 solid; width: 250px}
.feld1 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #141B61; background-color: #FFFFFF; border: 1px #141B61 solid; width: 250px; height: 100px}
