td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.pagetitle {
	color: #DE8C21;
	font-size: 36px;
	letter-spacing: -1;
}

td.graybg {
	background-color: #A8A8A8;
}

td.subtitle {
	font-size: 8pt;
	color: #A8A8A8;
	font-weight : bold;
	margin-top : 2pt;
	margin-bottom : 6pt;
}

a {
	text-decoration : none;
	color: #945B23;
}

a:HOVER {
	text-decoration : underline;
}

a.breadcrumb {
	text-decoration : none;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #DE8D24;
}

a.breadcrumb:HOVER {
	text-decoration : underline;
}

.title {
	font-weight: bold;
}

/* Content : Spalte 0 (Normal) -------------------- */
.TPicLeft, .TPicRight, .TPicMiddle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

div.TPicLeft     { padding-left : 0px; padding-right : 0px;}
div.TPicLeft img { margin-left  : 0px; margin-right  : 5px; }

div.TPicRight     { padding-left : 0px; padding-right : 0px; }
div.TPicRight img { margin-left  : 5px; margin-right  : 0px; }

div.TPicMiddle     { padding-left : 0px; padding-right : 0px; }
div.TPicMiddle img { margin-left  : 0px; margin-right  : 0px; }

/* Tabelle Layout 1 --------------------------------- */
.BgTab1r1c1 { /* zeile 1, celle 1 */
	font-weight: normal;
	background-color: #FFDA80;
}

.BgTab1r1c2 { /* zeile 1, ab celle 2 */
	font-weight: normal;
	background-color: #FFDA80;
}

.BgTab1r2c1 { /* zeile 2, celle 1 */
	font-weight: normal;
	background-color: #EFC692;
}

.BgTab1r2c2 { /* zeile 2, ab celle 2 */
	font-weight: normal;
	background-color: #EFC692;
}
/* END : Tabelle Layout 1 ---------------------------- */

/* Tabelle Layout 2 --------------------------------- */

.BgTab2hc1, .BgTab2hc2 { /* titel zeile, celle 1/2 */
	font-weight: bold;
	background-color: #CAAD91;
}

.BgTab2r1c1, .BgTab2r1c2 {  /* titel zeile1, celle 1/2 */
	background-color: #FFDA80;
}

.BgTab2r2c1, .BgTab2r2c2 {  /* titel zeile2, celle 1/2 */
	background-color: #EFC692;
}
/* END : Tabelle Layout 2 ---------------------------- */

/* Tabelle Layout 3 --------------------------------- */

.BgTab3hc1, .BgTab3hc2, .BgTab3r1c1, .BgTab3r2c1 { /* titel zeile, celle 1/2 */
	font-weight: bold;
	background-color: #CAAD91;
}

.BgTab3r1c2 {  /* titel zeile1, celle 1/2 */
	background-color: #FFDA80;
}

.BgTab3r2c2 {  /* titel zeile2, celle 1/2 */
	background-color: #EFC692;
}
/* END : Tabelle Layout 3 ---------------------------- */


