/*********************************************************/
/*                                                       */
/*            Datum: 17.05.2003                          */
/*            Site: heidenburg.de                        */
/*            Dieses Dokument wurde als CSS validiert!   */
/*                                                       */
/*********************************************************/


p,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,form,input,option,textarea,select
     { font-family: Arial, Helvetica, sans-serif; }


h1 { font-size:14pt; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt */


h2 { font-size:12pt; }

/* große Schrift  */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt */


h3 { font-size:13pt; border-bottom-style:solid; border-bottom-width:1px; border-color:#D1D1D1;padding-top:20px }

/* große Schrift  */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt */


h4 { font-size:8pt; }

/* kleine Schrift */
/* font-size = Schriftgroesse */
/* 10pt = 8 Punkt */


p,ul,ol,li,div,td,th,address,nobr,b,i,form,input,option,textarea,select { font-size:10pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt */


.titel { font-size:14pt; }

/* Überschrift */
/* font-size = Schriftgroesse */
/* 14pt = 14 Punkt */


.fnote { font-size:8pt; }

/* Fussnote */
/* font-size = Schriftgroesse */
/* 8pt = 8 Punkt */


.blue { background-color: rgb(124,180,210); }
/*.blue { background-color:#7CB4D2; }*/
/* Layout-Elemente mit Hintergrund z.B. Tabelle */
/* background-color = Hintergrundfarbe */
/* #7CB4D2 = blau */


.black { background-color: rgb(0,0,0); }
/* Layout-Elemente mit Hintergrund z.B. Tabelle */
/* background-color = Hintergrundfarbe */
/* #000000 = schwarz */


.bgwhite { background-color: rgb(255,255,255); }
/* Layout-Elemente mit Hintergrund z.B. Tabelle */
/* background-color = Hintergrundfarbe */
/* #000000 = weiß */


.white { color: rgb(255,255,255); }
/* Layout-Elemente mit Hintergrund z.B. Tabelle */
/* background-color = Hintergrundfarbe */
/* #000000 = weiß */


.bglblue { background-color:#315ABE; }
/* Layout-Elemente mit Hintergrund z.B. Tabelle */
/* background-color = Hintergrundfarbe */
/* #7CB4D2 = blau */


.green { background-color: rgb(140,189,170); }
/*.green { background-color: #8CBDAA; }*/
/* Layout-Elemente mit Hintergrund z.B. Tabelle */
/* background-color = Hintergrundfarbe */
/* #96B4AA = gruen */

.grey { background-color: rgb(238,238,238); }
/*.grey { background-color:#EEEEEE; } */
/* Layout-Elemente mit Hintergrund z.B. Tabelle */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = grau */


.red { background-color: rgb(227,174,159); }
/*.red { background-color: #E3AE9F; }*/
/* Layout-Elemente mit Hintergrund z.B. Tabelle */
/* background-color = Hintergrundfarbe */
/* #E6B4AA = rot */


/*.rund { ul list-style-type:circle; font-size: 14pt; }*/
/*ol.alpha { ol list-style-type:upper-alpha }*/
/* geordnete und ungeordnete Listen */
/* list-style-type = Art des Listensymbols */


a:link { text-decoration:underline; }
a:visited { text-decoration:underline; }
a:hover { text-decoration: underline; font-weight: bold }
a:active { text-decoration: underline }
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* default = blau */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert */
/* none = nicht unterstrichen */.bluetxt {
	color: #315ABE;

}
