/* allgemeine Definitionen */
body 				{ font-size: 10pt; font-family: arial;
					  margin-left: 10px; margin-right: 10px;};
h1 					{ font-size: 10pt; }
h2 					{ font-size: 12pt; }

/* menu-Definitionen */
div.menuBlock 		{ color: Black;
					  text-align: center; font-size: 12pt;
					  margin-top: 20px; margin-bottom: 20px; }
a.menu:link,
a.menu:visited,
a.menu:focus 		{ margin-left: 15px; margin-right: 15px;
					  font-weight:bold; text-decoration:none;
					  color:#950101;
											}
a.menu:hover,
a.menu:active		{ margin-left: 15px; margin-right: 15px;
					  font-weight:bold; text-decoration:none;
					  background-color:LemonChiffon; color: black; }

/* title und andere globals */
.titlebar 			{ background-color: #950101; color: White;
					  text-align:center; font-size:18pt;
					  padding-right: 50; }

/* einzelne Abschnitte */
div.mainSection		{ background-color: #eeeeee;
					  margin-bottom: 20px;
					  border-left: #950101 1px solid; border-bottom: #950101 1px solid; }
div.mainTitle		{ background-color: #950101; Color: White;
					  font-weight: bold; font-size: 14pt;
					  padding-left: 10px; padding-top: 2px; padding-bottom: 2px; }
div.mainText		{ padding: 10px; }
div.bannerLeft		{ margin-bottom: 20px;
					  background-color: #fff3ea; }

/* Abschnitte, wenn Tabelle noetig */
td.tblStdMainSect	{ background-color: #eeeeee;
					  border-left: #950101 1px solid; border-bottom: #950101 1px solid;  }

/* Abschnitte für Preislisten */
td.tblMainTitleBg	{ background-color: #eeeeee; color: #950101;
					  font-size: 14px; }
div.tblMainTitle	{ padding-left: 10px; border-left: #950101 solid 1px; }
td.tblMainText		{ background-color: #eeeeee; }
tr.tblFrameline		{ background-color: #950101; }
div.tblLeftFrame	{ border-left: #950101 solid 1px; }

/* Einstellungen Banner */
td.tblBannerCol		{ border-left: 1px solid #950101; border-top: 1px solid #950101; border-bottom: 1px solid #950101;
					  background-color: #fff3ea; }
abfueller 			{ background: #dddddd; }

/* temporär */
.colorLogo { color: #950101; } /* farbe vom Logo und allen Hauptüberschriften */
.color2 { color: #efb68d; }    /* farbe für die Nebenüberschriften */
.color3 { color: #fff3ea; }    /* Farbe für das rechte Werbebanner */
.color4 { color: #eeeeee; }    /* Farbe für den Hintergrund der Texte
