H1	/*Text mit der höchsten Wertigkeit (1/5) auf einer Seite. Verwendung z.B. in Überschriften.*/
{
	color: #000000;	/*Farbe*/
	font-size: 16px;	/*Schriftgröße*/
	margin-top: 6px;	/*Außenrand/Abstand oben*/
	font-family: Arial , Helvetica;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
	margin-right: 0px;	/*Außenrand/Abstand rechts*/
	margin-bottom: 0px;	/*Außenrand/Abstand unten*/
	margin-left: 0px;	/*Außenrand/Abstand links*/
}

H2	/*Text mit der zweit höchsten Wertigkeit (2/5) auf einer Seite. Verwendung z.B. in Überschriften.*/
{
	margin-top: 0px;	/*Außenrand/Abstand oben*/
	font-size: 18px;	/*Schriftgröße*/
	color: #38563D;	/*Farbe*/
	font-family: Verdana , Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	margin-right: 0px;	/*Außenrand/Abstand rechts*/
	margin-bottom: 0px;	/*Außenrand/Abstand unten*/
	margin-left: 0px;	/*Außenrand/Abstand links*/
}

H3	/*Text mit der dritt höchsten Wertigkeit (3/5) auf einer Seite. Verwendung z.B. in Überschriften.*/
{
	color: #863F3C;	/*Farbe*/
	font-size: 12px;	/*Schriftgröße*/
	margin-top: 0px;	/*Außenrand/Abstand oben*/
	font-family: Arial , Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	letter-spacing: 1px;	/*Zeichenabstand*/
	margin-right: 0px;	/*Außenrand/Abstand rechts*/
	margin-bottom: 0px;	/*Außenrand/Abstand unten*/
	margin-left: 0px;	/*Außenrand/Abstand links*/
}

H4	/*Text mit der zweit niedriegst Wertigkeit (3/5) auf einer Seite. Verwendung z.B. in Überschriften.*/
{
}

H5	/*Text mit der niedriegst Wertigkeit (5/5) auf einer Seite. Verwendung z.B. in Überschriften.*/
{
	color: #FFFFFF;	/*Farbe*/
	font-size: 13px;	/*Schriftgröße*/
	font-family: rial , Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
	letter-spacing: 1px;	/*Zeichenabstand*/
	padding-left: 5px;	/*Innenabstand links*/
}

.text	/*Standart*/
{
	color: #000000;	/*Farbe*/
	font-size: 12px;	/*Schriftgröße*/
	font-family: Arial , Helvetica;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
}

.text A	/*Standart (Linkformatierung)*/
{
	color: #000000;	/*Farbe*/
	font-size: 12px;	/*Schriftgröße*/
	font-family: Arial , Helvetica;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	text-decoration: underline;	/*Textdekoration ( underline , overline , line-throu...*/
}

.textb	/*Fett*/
{
	color: #000000;	/*Farbe*/
	font-size: 12px;	/*Schriftgröße*/
	font-family: Arial , Helvetica;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	text-decoration: underline;	/*Textdekoration ( underline , overline , line-throu...*/
}

.textb A	/*Fett (Linkformatierung)*/
{
	color: #000000;	/*Farbe*/
	font-size: 12px;	/*Schriftgröße*/
	font-family: Arial , Helvetica;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	text-decoration: underline;	/*Textdekoration ( underline , overline , line-throu...*/
}

.text_small	/*Klein*/
{
	color: #000000;	/*Farbe*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial , Helvetica , Times Romanal;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
}

.text_small A	/*Klein (Linkformatierung)*/
{
	color: #000000;	/*Farbe*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial , Helvetica , Times Romanal;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	text-decoration: underline;	/*Textdekoration ( underline , overline , line-throu...*/
}

.text_big	/*Gross*/
{
	color: #000000;	/*Farbe*/
	font-size: 14px;	/*Schriftgröße*/
	padding-top: 5px;	/*Innenabstand oben*/
	font-family: Arial , Helvetica , Times Romanal;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	padding-bottom: 5px;	/*Innenabstand unten*/
}

.text_big A	/*Gross (Linkformatierung)*/
{
	color: #000000;	/*Farbe*/
	font-size: 14px;	/*Schriftgröße*/
	font-family: Arial , Helvetica , Times Romanal;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	text-decoration: underline;	/*Textdekoration ( underline , overline , line-throu...*/
}

.footer	/*Fusszeile*/
{
	color: #FFFFFF;	/*Farbe*/
	font-size: 10px;	/*Schriftgröße*/
	font-family: Arial, Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: normal;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	padding-right: 3px;	/*Innenabstand rechts*/
	padding-left: 3px;	/*Innenabstand links*/
}

.footer A	/*Fusszeile (Linkformatierung)*/
{
	color: #FFFFFF;	/*Farbe*/
	font-size: 10px;	/*Schriftgröße*/
	font-family: arial, Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: normal;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	text-decoration: underline;	/*Textdekoration ( underline , overline , line-throu...*/
}

.error	/*Fehlermeldung*/
{
	color: #A14439;	/*Farbe*/
	font-size: 12px;	/*Schriftgröße*/
	font-family: Arial , Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
}

.error A	/*Fehlermeldung (Linkformatierung)*/
{
	color: #A14439;	/*Farbe*/
	font-size: 12px;	/*Schriftgröße*/
	font-family: Arial , Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
}

.preis	/*Preise*/
{
	color: #990000;	/*Farbe*/
	font-size: 12px;	/*Schriftgröße*/
	font-family: Arial , Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: normal;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
}

.preis A	/*Preise (Linkformatierung)*/
{
	color: #990000;	/*Farbe*/
	font-size: 12px;	/*Schriftgröße*/
	font-family: Arial , Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
}

.preis_small	/*Preise, klein*/
{
}

.preis_small A	/*Preise, klein (Linkformatierung)*/
{
}

.preis_big	/*Preise, gross*/
{
	color: #FFFFFF;	/*Farbe*/
	font-size: 12px;	/*Schriftgröße*/
	font-family: Arial , Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
	padding-right: 5px;	/*Innenabstand rechts*/
}

.preis_big A	/*Preise, gross (Linkformatierung)*/
{
	color: #FFFFFF;	/*Farbe*/
	font-size: 22px;	/*Schriftgröße*/
	font-family: Arial , Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
}

.form	/*Standart*/
{
	color: #38563D;	/*Farbe*/
	background-color: #FFFFFF;	/*Hindergrundfarbe*/
	border-color: #38563D;	/*Rahmenfarbe*/
	border-width: 1px;	/*Rahmenbreite*/
	text-align: left;	/*horizontale Ausrichtung ( left , center , right , justify )*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Verdana , Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
}

.form_wichtig	/*Pflichtfelder*/
{
	color: #000000;	/*Farbe*/
	background-color: #FFFFFF;	/*Hindergrundfarbe*/
	border-color: #FF0000;	/*Rahmenfarbe*/
	border-width: 1px;	/*Rahmenbreite*/
	text-align: left;	/*horizontale Ausrichtung ( left , center , right , justify )*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial , Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
}

.form_error	/*Pflichtfelder mit Fehlern*/
{
	color: #000000;	/*Farbe*/
	background-color: #FEF4BB;	/*Hindergrundfarbe*/
	border-color: #FF0000;	/*Rahmenfarbe*/
	border-width: 1px;	/*Rahmenbreite*/
	text-align: left;	/*horizontale Ausrichtung ( left , center , right , justify )*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial , Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
}

.form_submit	/*Button Layout*/
{
	color: #385543;	/*Farbe*/
	background-color: #FEC262;	/*Hindergrundfarbe*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	border-width: 1px;	/*Rahmenbreite*/
	font-size: 12px;	/*Schriftgröße*/
	font-family: Arial , Helvetica , Times Roman;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
}

