/* LAYOUT.CSS - FORMATEINSTELLUNGEN FUER DAS PROGRAMM 'BENUTZERVERWALTUNG' */
/* ANPASSUNGEN FUER DEN OEFFENTLICHEN BEREICH (FORMULARE) */

/* TEXT-FORMATIERUNGEN*/

BR { font-family:Verdana,Arial; font-size:10pt; color:black; line-height:10pt; font-weight:normal; Text-Align:center;}

P { font-family:Verdana,Arial; font-size:10pt; color:black; line-height:10pt; font-weight: normal; Text-Align:left;}



/* UEBERSCHRIFTEN*/

/* UEBERSCHRIFTEN DER 1. EBENE*/
.head01 { font-family:Verdana,Arial; font-size:11pt; color:navy; line-height:12pt; font-weight: bold; Text-Align:center;}

/* UEBERSCHRIFTEN DER 2. EBENE*/
.head02 { font-family:Verdana,Arial; font-size:10pt; color:navy; line-height:14pt; font-weight: bold;Vertical-Align:top; text-align:left;}

/* UEBERSCHRIFTEN DER 3. EBENE* (NICHT VERWENDET)/
.head03 { font-family:Verdana,Arial; font-size:10pt; color:maroon; line-height:14pt; font-weight: normal;Vertical-Align:top; text-align:left;}



/* NORMALE STANDARDSCHRIFT*/
.normal { font-family:Verdana,Arial; font-size:10pt; color:black; line-height:11pt; font-weight:normal; text-align:left;}

/* KLEINERE SCHRIFT - FÜR AUSFÜLL-HINWEIS IM ANMELDEFORMULAR*/
.small { font-family:Verdana,Arial; font-size:8pt; color:#808080; line-height:11pt; font-weight:normal; text-align:left;}

/* SCHRIFT FÜR NAMEN DER WEBSITE, FIRMA ODER ORGANISATION*/
.orgname { font-family:Verdana,Arial; font-size:8pt; color:navy; line-height:8pt; font-weight:bold;}

/* TEXTFARBE FÜR FEHLERMELDUNGEN (ANMELDEFORMULAR)*/
.errmsgcolor { font-family:Verdana,Arial; color:#cc0000; font-weight: normal;}

/* TEXTFARBE FÜR TEXTE ZU DEN CHECKBOXEN (ANMELDEFORMULAR)*/
.catchcol { font-family:Verdana,Arial; color:navy; font-weight: bold;}



/* LINKS*/

a {font-family:Verdana,Arial; font-size:10pt; color:#0000A0; text-decoration:none; line-height:11pt;}

a:visited {font-family:Verdana,Arial; font-size:10pt; color:navy; text-decoration:none; line-height:11pt;}

a:active {font-family:Verdana,Arial; font-size:10pt; color:black; text-decoration:none; line-height:11pt;}

a:hover {font-family:Verdana,Arial; font-size:10pt; color:#0000D7; text-decoration:none; line-height:11pt;}


/* TRENNLINIEN FÜR FORMULARE*/
hr { border:solid #C0C0C0 1px; background-color:none; height:1px; width:450px;
text-align:left; }



