/* Globale Standardschrift festlegen */
td { font-family:Arial,Helvetica,sans-serif; font-size:15px; color:#000000; font-style:normal; }	 

/* Ueberschrift 1. Ordnung */
/* dient im Dreamweaver als Container fuer class */
/* Schriftgroesse: 15 Pixel */
/* (standardmaessig erzeugt Dreamweaver <span>-Tags, die jedoch nicht vom Netscape interpretiert werden */
h1 { font-size:15px; font-weight:normal; margin-top:0cm; margin-bottom:0cm; }

/* Ueberschrift 2. Ordnung */
/* dient im Dreamweaver als Container fuer class */
/* Schriftgroesse: 12 Pixel */
/* (standardmaessig erzeugt Dreamweaver <span>-Tags, die jedoch nicht vom Netscape interpretiert werden */
h2 { font-size:12px; font-weight:normal; margin-top:0cm; margin-bottom:0cm; }

/* Ueberschrift 3. Ordnung, bitte nur !! f&uuml;r Impressum benutzen*/
/* dient im Dreamweaver als Container fuer class */
/* Schriftgroesse: 8 Punkte */
/* (standardmaessig erzeugt Dreamweaver <span>-Tags, die jedoch nicht vom Netscape interpretiert werden */
h3 { font-size:8pt; font-weight:normal; color:#FFFFFF; margin-top:0cm; margin-bottom:0cm; }

/* Pseudo-Formate definieren */
a:link { font-weight:bold;color:#006633} 		/* Link: hellblau, fett */
a:visited { font-weight:bold;color:#006633}	/* besuchter Link: hellblau, fett */
a:active { font-weight:bold ; color: #ff33cc}	/* aktiver Link: hellblau, fett */
a:hover { font-weight:bold ; color: #ff33cc}		/* Link Mouseover: orange, fett */

/* Formatierung Copyright,Disclaimer und Impressum */
a.imp:link { font-family:Arial, Helvetica, sans-serif;font-size:8pt;color:#006633}
a.imp:visited { font-family:Arial, Helvetica, sans-serif;font-size:8pt;color:#006633}
a.imp:hover { font-family:Arial,Helvetica,sans-serif;font-size:8pt;color:#CC0000}
a.imp:active { font-family:Arial,Helvetica,sans-serif;font-size:8pt;color:#CC0000}

/* Format-Unterklassen definieren */
.rot { color:#CC0000; }
.orange { color:#FF6600; }
.gelb { color:#FF9900; }
.rosa { color:#FF3366; }
.gruen { color:#00CC33; }
.blau { color:#0066CC; }
.indigo { color:#000066; }
.violett { color:#330099; }
.weiss { color:#ffffff; } 
.schwarz { color:#000000; } 

/* Definitionen fuer Pull-Down-Menues */
td.small { font-family:Arial, Helvetica, sans-serif; font-size:8pt; font-weight:normal; }
.pulldown_menue_200 { text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:8pt; font-weight:normal; width:200px; }
.pulldown_menue_180 { text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:8pt; font-weight:normal; width:180px; }
 
/* Verhindern, dass <em>-Tag-Inhalt kursiv dargestellt wird */	
em { font-style:normal; }

/* Formularbutton formatieren */
.formular_button { font-size:10pt; ; font-family: Arial, Helvetica, sans-serif; font-weight: normal} 


/* hier beginnen die (noch) nicht verwendeten Formate */

.drop_down_menue { width:200px; font-size:12px; }
.holle {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal}

.px_12_rot { font-size:12px; color:#CC0000; }
.px_12_orange { font-size:12px; color:#FF6600; }
.px_12_gelb { font-size:12px; color:#FF9900; }
.px_12_rosa { font-size:12px; color:#FF3366; }
.px_12_gruen { font-size:12px; color:#00CC33; }
.px_12_blau { font-size:12px; color:#0066CC; }
.px_12_indigo { font-size:12px; color:#000066; }
.px_12_violett { font-size:12px; color: #330099; }
.px_12_schwarz { font-size:12px; color: #000000; }
.px_10_schwarz { font-size:10px; color: #000000; }
.px_11 { font-size:11px; }

.px_18_gruen {
	font-size:18px;
	color: #026F40;
}


/* Unabhaengige Formate definieren (wirken additiv, haben jedoch im Konfliktfall Vorrang) */

#rot { color:#FF0000; }
#orange { color:#ff6600; }
#gelb { color:#ff9900; }
#rosa { color:#ff3366; }
#gruen { color:#00cc33; }
#blau { color:#0066CC; }
#indigo { color:#000066; }
#violett { color:#330099; }
#weiss { color:#FFFFFF; }
.px12white {
font-size:12px; color:#FFFFFF;
}
.px16gruen {

	font-size:16px;
	color: #026F40;
}
a:hover { text-decoration: underline}a {  text-decoration: none}.px12gruen {

	font-size:12px;
	color: #026F40;
}

.px16schwarzkursiv {
	font-size:16px;
	color: #000000;
	font-style: italic;

}

.px22schwarzkursiv {
	font-size:22px;
	color: #000000;
	font-style: italic;

}

.px16schwarz {

	font-size:16px;
	color: #000000;
	font-style: normal;
}
