H1	/*Text mit der höchsten Wertigkeit (1/5) auf einer Seite. Verwendung z.B. in Überschriften.*/
{
	color: #4B4B4D;	/*Farbe*/
	font-size: 15px;	/*Schriftgröße*/
	margin-top: 0px;	/*Außenrand/Abstand oben*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	line-height: 17px;	/*Zeilenhöhe*/
	margin-right: 0px;	/*Außenrand/Abstand rechts*/
	margin-bottom: 10px;	/*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: 16px;	/*Schriftgröße*/
	color: #4B4B4D;	/*Farbe*/
	padding-top: 0px;	/*Innenabstand oben*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	line-height: 17px;	/*Zeilenhöhe*/
	margin-right: 0px;	/*Außenrand/Abstand rechts*/
	margin-bottom: 10px;	/*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: #4B4B4D;	/*Farbe*/
	font-size: 14px;	/*Schriftgröße*/
	margin-top: 0px;	/*Außenrand/Abstand oben*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	line-height: 17px;	/*Zeilenhöhe*/
	margin-right: 0px;	/*Außenrand/Abstand rechts*/
	margin-bottom: 10px;	/*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.*/
{
}

.text	/*Standart*/
{
	color: #4B4B4D;	/*Farbe*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
	line-height: 14px;	/*Zeilenhöhe*/
}

.text A	/*Standart (Linkformatierung)*/
{
	color: #4B4B4D;	/*Farbe*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
	line-height: 14px;	/*Zeilenhöhe*/
}

.textb	/*Fett*/
{
	color: #4B4B4D;	/*Farbe*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	line-height: 14px;	/*Zeilenhöhe*/
}

.textb A	/*Fett (Linkformatierung)*/
{
	color: #4B4B4D;	/*Farbe*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
	line-height: 14px;	/*Zeilenhöhe*/
}

.text_small	/*Klein*/
{
	color: #4B4B4D;	/*Farbe*/
	font-size: 9px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	line-height: 12px;	/*Zeilenhöhe*/
}

.text_small A	/*Klein (Linkformatierung)*/
{
	color: #4B4B4D;	/*Farbe*/
	font-size: 9px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
	line-height: 12px;	/*Zeilenhöhe*/
}

.text_big	/*Gross*/
{
	color: #4B4B4D;	/*Farbe*/
	font-size: 14px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	line-height: 17px;	/*Zeilenhöhe*/
}

.text_big A	/*Gross (Linkformatierung)*/
{
	color: #4B4B4D;	/*Farbe*/
	font-size: 14px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
	line-height: 17px;	/*Zeilenhöhe*/
}

.footer	/*Fusszeile*/
{
	color: #949597;	/*Farbe*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	line-height: 14px;	/*Zeilenhöhe*/
}

.footer A	/*Fusszeile (Linkformatierung)*/
{
	color: #949597;	/*Farbe*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
	font-weight: bold;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	text-decoration: none;	/*Textdekoration ( underline , overline , line-throu...*/
	line-height: 14px;	/*Zeilenhöhe*/
}

.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: #666666;	/*Farbe*/
	background-color: #EEEEEE;	/*Hindergrundfarbe*/
	border-color: #666666;	/*Rahmenfarbe*/
	border-width: 1px;	/*Rahmenbreite*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
}

.form_wichtig	/*Pflichtfelder*/
{
	color: #666666;	/*Farbe*/
	background-color: #DDDDDD;	/*Hindergrundfarbe*/
	border-color: #666666;	/*Rahmenfarbe*/
	border-width: 1px;	/*Rahmenbreite*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
}

.form_error	/*Pflichtfelder mit Fehlern*/
{
	color: #666666;	/*Farbe*/
	background-color: #FEE2E2;	/*Hindergrundfarbe*/
	border-color: #666666;	/*Rahmenfarbe*/
	border-width: 1px;	/*Rahmenbreite*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
}

.form_submit	/*Button Layout*/
{
	color: #FFFFFF;	/*Farbe*/
	background-color: #4B4B4D;	/*Hindergrundfarbe*/
	font-weight: normal;	/*Schriftgewicht ( normal , bold , normal , lighter ...*/
	border-width: 1px;	/*Rahmenbreite*/
	font-size: 11px;	/*Schriftgröße*/
	font-family: Arial, Verdana;	/*Schriftart ( Arial , Helvetica , Times Roman )*/
}


