/************************************************************************/
/* Caution!                                                             */
/* Do not change the code block headlines especially the version number */
/* at the end of the code block headline.                               */
/* These are essential information for update purposes.                 */
/*                                                                      */
/************************************************************************/


/* >> Zusaetzliche Steuerelemente (Zurueck, Drucken, Empfehlung versenden) Version: rel-1-0-0 */
	/* Steuerelement Container oben*/
	div.topAddContrContainer
	{
		display: none;
		margin-top: 5px;
	}
	
	/* Steuerelement Container unten*/
	div.bottomAddContrContainer
	{
		margin-top: 5px;
		margin-bottom: 4px;
	}
	
	/* Anpassungen der Steuerelemente Tabelle*/
	table.aCShell
	{
		margin-top:-14px;
		width: 100%;
	}
	
	table.aCShell td.rSpc
	{
	}
	
	table.aCShell a,
	table.aCShell a:link,
	table.aCShell a:visited,
	table.aCShell a:hover
	{
		font-size: 13px;
		color: #555;
	}
	
	/* Text */
	table.aCShell span
	{
		font-size: 13px;
	}
	
	table.aCShell img
	{
		display: none;
		margin-right: 3px;
	}
	
	table.aCShell img.backIcon
	{
		display: inline;
	}
	
	/* Farbe Link News Detail Seite zurück*/
	table.aCShell a,
	table.aCShell a:link,
	table.aCShell a:visited,
	table.aCShell a:hover
	{
		color:#0064A8;
		font-size:13px;
	}

	td.printButton,
	td.recomButton
	{
		display: none;
	}
	
	/* Definiert das Icon fuer Zurueck */
	img.backIcon
	{
		width: 8px;
		height: 18px;
		border: 0px;
		vertical-align: text-top;
		background: url(img/addControl_backIcon.gif) 0px 6px no-repeat;
	}
	
	img.recomButton
	{
		width: 28px;
		height: 17px;
		border: 0px;
		vertical-align: middle;
		background: url(img/addControl_recommendationButton.gif) bottom right no-repeat;
	}
	
	img.printButton
	{
		width: 24px;
		height: 17px;
		border: 0px;
		vertical-align: middle;
		background: url(img/addControl_printIcon.gif) bottom right no-repeat;
	}
	
	img.bFreeButton
	{
		width: 24px;
		height: 18px;
		border: 0px;
		vertical-align: middle;
		background: url(img/addControl_barrierFreeIcon.gif) bottom right no-repeat;
	}
	
	img.cBlindButton,
	img.cBlindResetButton
	{
		width: 26px;
		height: 18px;
		border: 0px;
		vertical-align: middle;
		background: url(img/addControl_colorBlindIcon.gif) center right no-repeat;
	}
	
	img.cBlindResetButton
	{
		background: url(img/addControl_colorBlindResetIcon.gif) center right no-repeat;
	}
	
	td.bFreeButton,
	td.cBlindButton,
	td.cBlindResetButton
	{
		display: none;
	}
/* << */


/* >> Sprungmarke Version: rel-1-0-0 */
	/* Sprungmarkencontainer */
	div.bToTop
	{
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
	/* Sprungmarkencontainer Designelement*/
	div.bToTop div.des1
	{
		text-align: right;
	}
	
	/* Sprungmarkencontainer Prompt*/
	div.bToTop div.des1 span
	{
		font-size: 11px;
	}
	
	/* Sprungmarkencontainer Prompt Link*/
	div.bToTop div.des1 span a.text
	{
	}
	
	/* Sprungmarkencontainer Bild*/
	div.bToTop div.des1 img
	{
		width: 18px;
		height: 13px;
		vertical-align: text-top;
		background: url(img/bToTopImg.gif) top right no-repeat;
		border: 0px;
	}
	
	/* Sprungmarkencontainer Bildlink*/
	div.bToTop div.des1 a.img
	{
	}
/* << */


/* >> Standard body Definitionen Version: rel-1-0-0 */
	/* Legt Hoehe und Breite fest */
	html, body
	{
		height: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	
	/* Anpassungen fuer die Standardeinstellungen des Bodys */
	body
	{
		background: #fff;
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		font-size: 12px;
		color: #555;
	}
/* << */


/* >> Standardeinstellungen Version: rel-1-0-1 */
	/* Anpassungen fuer die Seiten Stammtabelle */
	table.mShell
	{
		width: 100%;
		height: 100%;
	}
	
	/* Anpassungen fuer die Zellen der Stammtabelle */
	table.mShell td.msCont
	{
	}
	
	/*Angaben zum Drucken (Diese Angaben bitte nicht veraendern) */
	div.printHeader,
	div.printButtonShell
	{
		display: none;
	}
	
	img.printHeaderSpacer
	{
		display: none;
	}
	
	/* Schaltet den Skip Link aus (Wird bei Barriere freien Seiten verwendet) */
	div.skipNav
	{
		display: none;
	}
	 
	/* Globale Ebenen Shell */
	div.globalLayerShell
	{
		width: 890px;
		position: absolute;
		left: auto;
		top: auto;
		z-index: 31;
	}
	
	/* Breite der Kopfelemente */
	table.headerElements
	{
		width: 890px;
	}
	
	/* Platzhalter fuer Navigationszelle */
	img.navigationColumnSpacer
	{
		width: 170px;
	}
	
	/* Definition der Breite des linken Platzhalters */
	img.spacerLeft
	{
		width: 126px;
		height: 423px;
	}
	
	/* Definition des Platzhalters fuer den Inhalt */
	img.contentSpacer
	{
		height: 65px;
	}
	
	/* Definition der Breite des rechten Platzhalters */
	img.spacerRight
	{
		width: 28px;
		height: 423px;
	}
	
	/* Einstellungen fuer die Basistabelle des Inhalts */
	table.contentMainTable
	{
		position: relative;
		top: 0px;
		left: 0;
		z-index: 30;
		width: 890px;
		height: 100%;
	}
	
	/* Definitionen der Platzhalterzelle links*/
	td.spacerColumnLeft
	{
	}
	
	/* Anpassungen fuer die Hauptspalte des Inhalts */
	td.contentMainColumn
	{
		width: 100%;
	}
	
	/* Container fuer den Inhalt */
	div.contentContainer
	{
	}
	
	/* Anpassungen fuer die Inhaltstabelle */
	table.contentTable
	{
		width: 100%;
	}
	
	/* Definitionen des Inhaltsbereichs */
	td.contentColumn
	{
		width: 100%;
	}
	
	div.contColDes1
	{
		/width: 100%;
		padding-left: 32px;
		padding-right: 10px;
		background: url(img/sepLine.png) 20px 53px no-repeat;
	}
	
	td.contentColumn div.contSpcShellStd,
	td.contentColumn div.contSpcShellBL,
	td.contentColumn div.contSpcContentPager
	{
		padding: 0;
	}
	
	/* Definitionen der Platzhalterzelle rechts*/
	td.spacerColumnRight
	{
	}
	
	/* Anpassungen fuer zweispaltigen Inhalt (linke Spalte, abstand zwischen den Spalten, rechte Spalte) */
	table.twoColElShell
	{
		width: 100%;
	}

	table.twoColElShell td.leftSpc img
	{
		width: 190px;
	}

	table.twoColElShell td.middleSpc img
	{
		width: 12px;
	}
	
	table.twoColElShell td.rightSpc img
	{
		width: 190px;
	}

	table.twoColElShell td.l
	{
	}

	table.twoColElShell td.m
	{
	}
	
	table.twoColElShell td.r
	{
	}
	
	/* Anpassungen fuer halbe Breite */
	table.halfWidthElShell
	{
		width: 100%;
	}

	table.halfWidthElShell td.hwLeftSpc img,
	table.halfWidthElShell td.hwRightSpc img
	{
	}

	table.halfWidthElShell td.hwMiddleSpc img
	{
		width: 200px;
	}
	
	table.halfWidthElShell td.hwL
	{
	}

	table.halfWidthElShell td.hwM
	{
	}
	
	table.halfWidthElShell td.hwR
	{
	}

	/* Grundeinstellungen  fuer einige Element festlegen */
	th, td, p
	{
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		font-size: 13px;
	}
	
	/* Anpassungen fuer die Standard Absaetze */
	p
	{
		margin-top: 0px;
	}
	
	/* Allgemeine Einstellung fuer Aufzaehlungspunkte */
	ul
	{
		list-style-type: square;
	}
	
	td.contentColumn div,
	td.contentColumn p,
	td.contentColumn ul,
	td.contentColumn td
	{
		line-height: 18px;
	}
	
	/* Einstellungen fuer Ueberschriften */
	h1
	{
		color: #0064a8;
		font-size: 16px;
		font-weight: normal;
		line-height: normal;
		margin: 0px 0px 5px 0px;
	}
	
	h2
	{
		font-size: 14px;
		font-weight: normal;
		line-height: normal;
		margin: 15px 0px 5px 0px;
	}
	
	h3
	{
		font-size: 14px;
		font-weight: normal;
		margin: 0px 0px 5px 0px;
	}
	
	h4
	{
		font-size: 12px;
		margin: 0px 0px 3px 0px;
	}
	
	/*Standard Link einstellungen*/
	a,
	a:link, a:visited, a:hover
	{
		color: #0064a8;
		text-decoration: none;
		outline: none;
	}
	
	a:hover
	{
		text-decoration: underline;
	}
/* << */


/* >> Angaben nicht veraendern!!! Version: rel-1-0-0 */
	/* for framesets */
	body.mainFrame
	{
		background: #fff;
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		font-size: 12px;
		color: #58585a;
	}
	
	/* for print page */
	body.print
	{
		background: #fff;
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		font-size: 12px;
		color: #000;
	}
	
	/* Beseitigt ein Problem im Mozilla Browser */
	img.block
	{
		display: block;
		height: 0;
	}
	
	/* Nicht aendern!! */
	img.clearAll
	{
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
	div.floatTerm
	{
		clear: both;
	}
/* << */


/* >> Freie Inhaltscont Version: rel-1-1-0 */
	/* Standard Definition fuer die freien Inhaltscontainer. Diese Angabe bitte unveraendert lassen*/
	div.stdSty
	{
		height: 1px;
		width: 1px;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
	}
	
	/* Hier koennen die angelegten Container definiert werden */
	div.banner
	{
		display: none;
		width: 468px;
		height: auto;
		position: absolute;
		left: 280px;
		top: 19px;
		z-index: 4;
	}
	
	div.wofLink
	{
		width: 890px;
		height: auto;
		z-index: 300;
	}
	
	div.wofLink div.inner
	{
		width: auto;
		position: absolute;
		top: 43px;
		right: 41px;
		z-index: 31;
		text-align: right;
	}
	
	div.wofLink a,
	div.wofLink a:link,
	div.wofLink a:visited,
	div.wofLink a:hover
	{
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 12px;
		color: #555;
		white-space: nowrap;
		text-decoration: none;
	}
	
	div.wofLink a img
	{
		border: 0 none;
	}
	
	div.wof_container
	{
		height: auto;
		width: 890px;
	}
	
	div.wof_container div.des1
	{
		position: absolute;
		top: 45px;
		right: 32px;
		z-index: 31;
		width: 254px;
	}
	
	div.wof_container div.des2
	{
		/width: 100%;
		padding-left: 20px;
	}
	
	div.wof_container a
	{
		color: #0064a8;
		font-size: 11px;
		white-space: nowrap;
	}
	
	/* Standard Definition fuer die freien Inhaltscontainer am Seitenende. Diese Angabe bitte unveraendert lassen*/
	div.pageBottomContainer
	{
		display: none;
	}
/* <<  */


/* >>Top Navigation Version: rel-1-0-0 */
	/* Anpassen der Topnavigation- und Loginzeile */
	div.tNavKont,
	div.tNavKont div.des1
	{
		width: 890px;
	}
	
	div.tNavKont
	{
		position: relative;
		top: 0;
		left: 0;
		z-index: 30;
	}
	
	/* Topnavigation Designcontainer 1 */
	div.tNavKont div.des1
	{
		position: absolute;
		top: 3px;
		left: 0px;
		z-index: 31;
	}
	
	/* Topnavigation Designcontainer 2 */
	div.tNavKont div.des1 div.des2
	{
	}
	
	/* Anpassungen der Topnavigationzelle */
	div.tNavKont div.des1 div.des2 table.tNavOuter td.navCol
	{
		width: 100%;
	}
	
	/* Einstellungen fuer die Schnelllogin- Schnelllogoutzelle */
	div.tNavKont div.des1 div.des2 table.tNavOuter td.loginCol
	{
		display: none;
	}
	
	/* Einstellungen fuer die Schnelllogin- Schnelllogout Platzhalters */
	div.tNavKont div.des1 div.des2 table.tNavOuter td.loginCol img
	{
		width: 10px;
		height: 1px;
	}
	
	/* Einstellungen fuer die Topnavigationtabelle */
	table.tNav
	{
	}
	
	/* Spacereinstellungen fuer die Topnavigation */
	table.tNav td.spcLeft
	{
		width: 100%;
	}
	
	table.tNav td.spcRight
	{
	}
	
	table.tNav td.spcRight img
	{
		width: 42px;
	}
	
	/* Formatiert den Bezeichner fuer die Navigation */
	table.tNav td.prompt
	{
		display: none;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		white-space: nowrap;
	}
	
	/* Spalte fuer ein Topnavigations element */
	table.tNav td.navItem
	{
	}
	
	/* Grundeinstellung der Top Navigation fuer die Zustaende "normal", "im Pfad" und "hier"*/
	table.tNav td.navItem span.here,
	table.tNav td.navItem a.normal,
	table.tNav td.navItem a.normal:link, table.tNav td.navItem a.normal:visited, table.tNav td.navItem a.normal:hover,
	table.tNav td.navItem a.inPath:link, table.tNav td.navItem a.inPath:visited, table.tNav td.navItem a.inPath:hover
	{
		font-size: 11px;
		font-weight: normal;
		color: #000;
	}
	
	table.tNav td.navItem span.here span,
	table.tNav td.navItem a.normal span,
	table.tNav td.navItem a.normal:link span, table.tNav td.navItem a.normal:visited span, table.tNav td.navItem a.normal:hover span,
	table.tNav td.navItem a.inPath:link span, table.tNav td.navItem a.inPath:visited span, table.tNav td.navItem a.inPath:hover span
	{
	}
	
	/* Abweichende einstellungen fuer den Zustand "im Pfad" */
	table.tNav td.navItem a.inPath:link, table.tNav td.navItem a.inPath:visited, table.tNav td.navItem a.inPath:hover
	{
	}
	
	/* Folgende Angaben definieren die Reaktion beim ueberfahren mit der Maus */
	table.tNav td.navItem a.normal:hover,
	table.tNav td.navItem a.inPath:hover
	{
		text-decoration: underline;
	}
	
	/* Angabe fuer den Zustand "hier" */
	table.tNav td.navItem span.here
	{
		font-weight: bold;
	}
	
	/* Einstellung der Trennelemente */
	table.tNav td.sep img
	{
		width: 10px;
	}
/* << */


/* >> Navigationspfad Version: rel-1-0-0 */
	div.trailMainShell
	{
		display: none;
	}
	
	/* Einstellungen fuer die Suche und Trail Tabelle*/
	table.searchAndTrailBg
	{
		width: 890px;
	}
	
	/* Einstellungen fuer die Schnellsuche Tabellenzelle */
	td.quickSearchBg
	{
	}
	
	/* Platzhalterzelle zwischen QuickSearch und Trail */
	td.searchAndTrailSpacerColumn
	{
	}
	
	/* Platzhalter zwischen Quicksearch und Trail */
	img.searchAndTrailSpacer
	{
		width: 20px;
	}
	
	/* Einstellungen fuer die Trail Tabellenzelle */
	td.trailbg
	{
		width: 100%;
	}
	
	/* Einstellungen fuer die Navigationspfad Tabelle */
	table.trailShell
	{
	}
	
	/* Angaben zu den Tabellenzellen des Navigationspfad */
	td.trailItemCol
	{
	}
	
	td.trailSepCol
	{
	}
	
	/* Gemeinsame Einstellungen fuer Trail items */
	table.trailShell td a.hNormal,
	table.trailShell td a.hNormal:link, table.trailShell td a.hNormal:visited, table.trailShell td a.hNormal:hover,
	table.trailShell td a.normal,
	table.trailShell td a.normal:link, table.trailShell td a.normal:visited, table.trailShell td a.normal:hover
	{
		font-size: 10px;
		text-decoration: none;
	}
	
	table.trailShell td span.hHere,
	table.trailShell td span.here
	{
		font-size: 10px;
		font-weight: bold;
	}
	
	/* Anpassungen des Trail Homelinks fuer normalen Link,  besuchter Link und Reaktion beim Ueberfahren mit der Maus */
	table.trailShell td a.hNormal,
	table.trailShell td a.hNormal:link, table.trailShell td a.hNormal:visited, table.trailShell td a.hNormal:hover
	{
	}
	
	table.trailShell td a.hNormal span,
	table.trailShell td a.hNormal:link span, table.trailShell td a.hNormal:visited span, table.trailShell td a.hNormal:hover span
	{
	}
	
	/* Einstellung fuer die momentan aktive Seite */
	table.trailShell td span.hHere
	{
	}
	
	/* Anpassungen der Trail links fuer normalen Link,  besuchter Link und Reaktion beim Ueberfahren mit der Maus */
	table.trailShell td a.normal,
	table.trailShell td a.normal:link, table.trailShell td a.normal:visited, table.trailShell td a.normal:hover
	{
	}
	
	/* Einstellung fuer die momentan aktive Seite */
	table.trailShell td span.here
	{
	}
	
	/* Anpassungen fuer das Navigationspfad Trennelement*/
	table.trailShell td.sep img
	{
		height: 9px;
		width: 15px;
		margin: 2px 3px 0px 3px;
		background: url(img/trailSeperator.gif) top left no-repeat;
	}
/* << */


/* >>Erste Ebene Navigation Version: rel-2-1-0 */
	/* Erste Ebene Navigation aeusserer Navigationskontainer*/
	div.flOuterShell
	{
		margin-top: 7px;
		width: 890px;
		position: relative;
		top: 0px;
		left: 0;
		z-index: 40;
	}
	
	/* Anpassungen der erste Ebene Navigationspalte */
	div.flOuterShell div.des1
	{
	}
	
	div.flOuterShell div.des1 div.des2
	{
		/width: 100%;
	}
	
	div.flNavCHS_1
	{
	}
	
	/* Einstellungen fuer die erste Ebene Navigation */
	div.flNavCHS_1,
	div.flNavCHS_2,
	div.flNavCHS_3
	{
	}

	div.flNavCHS_3
	{
		width: 890px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 30;
	}
	
	div.flNavNS_1,
	div.flNavNS_2,
	div.flNavNS_3
	{
	}

	div.flNavNS_1,
	div.flNavNS_2
	{
		/width: 100%;
		padding-left: 155px;
		padding-right: 60px;
		background: url(img/fl_bg.png) 126px 0px repeat-y;
		margin-bottom: 5px;
	}
	
	div.flNavNS_2
	{
		padding-top: 1px;
		padding-bottom: 8px;
		margin-bottom: 3px;
	}
	
	div.flNavNS_3
	{
		position: absolute;
		top: 7px;
		left: 155px;
		z-index: 31;
		width: 675px; /* 890px-Left-paddingRightNS_2 */
	}
	
	/* Table mode */
	div.flOuterShell table.nav
	{
	}
	
	/* Spacer fuer die Ausrichtung der erste Ebene Navigation*/
	div.flOuterShell table.nav td.spcLeft
	{
	}
	
	div.flOuterShell table.nav td.spcRight
	{
		width: 100%;
	}
	
	/* Spalte fuer ein erste Ebene Navigationselement */
	div.flOuterShell td.navItem,
	div.flOuterShell td.navItem_0_normal, div.flOuterShell td.navItem_0_inPath, div.flOuterShell td.navItem_0_here,
	div.flOuterShell td.navItem_1_normal, div.flOuterShell td.navItem_1_inPath, div.flOuterShell td.navItem_1_here,
	div.flOuterShell td.navItem_2_normal, div.flOuterShell td.navItem_2_inPath, div.flOuterShell td.navItem_2_here,
	div.flOuterShell td.navItem_3_normal, div.flOuterShell td.navItem_3_inPath, div.flOuterShell td.navItem_3_here
	{
		white-space: nowrap;
	}
	
	/* float mode */
	div.flOuterShell div.nav
	{
		overflow: hidden;
	}
	
	div.flNavNS_2 div.nav
	{
		height: 42px;
	}
	
	div.flOuterShell div.nav div.spcLeft,
	div.flOuterShell div.nav div.spcRight,
	div.flOuterShell div.nav div.navItem,
	div.flOuterShell div.nav div.sep
	{
		float: left;
	}
	
	div.flOuterShell div.nav div.spcLeft,
	div.flOuterShell div.nav div.spcRight
	{
		display: none;
	}
	
	div.flOuterShell div.navItem_1_normal, div.flOuterShell div.navItem_1_inPath, div.flOuterShell div.navItem_1_here
	{
		padding-right: 23px;
	}
	
	div.flOuterShell div.navItem_2_normal, div.flOuterShell div.navItem_2_inPath, div.flOuterShell div.navItem_2_here
	{
		padding-right: 21px;
	}
	
	div.flOuterShell div.navItem_3_normal, div.flOuterShell div.navItem_3_inPath, div.flOuterShell div.navItem_3_here,
	div.flOuterShell div.navItem_4_normal, div.flOuterShell div.navItem_4_inPath, div.flOuterShell div.navItem_4_here
	{
		padding-right: 21px;
	}
	
	/* Ebene 1 */
	div.flNavEl_1_here div.noLink,
	div.flNavEl_1_normal a,
	div.flNavEl_1_normal a:link, div.flNavEl_1_normal a:visited, div.flNavEl_1_normal a:hover,
	div.flNavEl_1_inPath a,
	div.flNavEl_1_inPath a:link, div.flNavEl_1_inPath a:visited, div.flNavEl_1_inPath a:hover
	{
		display: block;
		font-size: 12px;
		line-height: 17px;
		color: #fff;
		font-weight: normal;
		text-decoration: none;
		white-space: nowrap;
		padding: 4px 0px 7px 0px;
	}

	div.flNavEl_1_inPath a,
	div.flNavEl_1_inPath a:link, div.flNavEl_1_inPath a:visited, div.flNavEl_1_inPath a:hover,
	div.flNavEl_1_here div.noLink
	{
		font-weight: bold;
	}
	
	div.flNavEl_1_normal a:hover,
	div.flNavEl_1_inPath a:hover
	{
		text-decoration: underline;
	}
	
	/* Ebene 2 */
	div.flNavEl_2_here div.noLink,
	div.flNavEl_2_normal a,
	div.flNavEl_2_normal a:link, div.flNavEl_2_normal a:visited, div.flNavEl_2_normal a:hover,
	div.flNavEl_2_inPath a,
	div.flNavEl_2_inPath a:link, div.flNavEl_2_inPath a:visited, div.flNavEl_2_inPath a:hover
	{
		display: block;
		font-size: 12px;
		line-height: 14px;
		color: #fff;
		font-weight: normal;
		white-space: nowrap;
		text-decoration: none;
		padding: 3px 0px 3px 0px;
	}
	
	div.flNavEl_2_inPath a,
	div.flNavEl_2_inPath a:link, div.flNavEl_2_inPath a:visited, div.flNavEl_2_inPath a:hover,
	div.flNavEl_2_here div.noLink
	{
		font-weight: bold;
	}
	
	div.flNavEl_2_normal a:hover,
	div.flNavEl_2_inPath a:hover
	{
		text-decoration: underline;
	}
	
	/* Ebene 3 */
	div.flNavEl_3_here div.noLink,
	div.flNavEl_3_normal a,
	div.flNavEl_3_normal a:link, div.flNavEl_3_normal a:visited, div.flNavEl_3_normal a:hover,
	div.flNavEl_3_inPath a,
	div.flNavEl_3_inPath a:link, div.flNavEl_3_inPath a:visited, div.flNavEl_3_inPath a:hover
	{
		display: block;
		font-size: 12px;
		line-height: 15px;
		color: #58585a;
		font-weight: normal;
		text-decoration: none;
		white-space: nowrap;
		padding: 2px 0px;
	}
	
	div.flNavEl_3_inPath a,
	div.flNavEl_3_inPath a:link, div.flNavEl_3_inPath a:visited, div.flNavEl_3_inPath a:hover,
	div.flNavEl_3_here div.noLink
	{
		font-weight: bold;
	}
	
	div.flNavEl_3_normal a:hover,
	div.flNavEl_3_inPath a:hover
	{
		text-decoration: underline;
	}
	
	/* Ebene 4 */
	div.flNavEl_4_here div.noLink,
	div.flNavEl_4_normal a,
	div.flNavEl_4_normal a:link, div.flNavEl_4_normal a:visited, div.flNavEl_4_normal a:hover,
	div.flNavEl_4_inPath a,
	div.flNavEl_4_inPath a:link, div.flNavEl_4_inPath a:visited, div.flNavEl_4_inPath a:hover
	{
		display: block;
		font-size: 11px;
		line-height: 15px;
		color: #58585a;
		font-weight: normal;
		text-decoration: none;
		white-space: nowrap;
		padding: 2px 0px;
	}
	
	div.flNavEl_4_inPath a,
	div.flNavEl_4_inPath a:link, div.flNavEl_4_inPath a:visited, div.flNavEl_4_inPath a:hover,
	div.flNavEl_4_here div.noLink
	{
		font-weight: bold;
	}
	
	div.flNavEl_4_normal a:hover,
	div.flNavEl_4_inPath a:hover
	{
		text-decoration: underline;
	}
	
	/* Einstellung der Trennelemente */
	div.flOuterShell td.sep img
	{
		width: 30px;
	}
	
	div.flOuterShell div.flNavCHS_2 td.sep img
	{
		width: 15px;
	}
	
	div.flOuterShell div.flNavCHS_3 td.sep img,
	div.flOuterShell div.flNavCHS_4 td.sep img
	{
		width: 24px;
	}
/* << */


/* >> Fusszeile Version: rel-1-0-0 */
	/* Spalte des Footers */
	td.msFooter
	{
	}
	
	/* Anpassungen fuer den Fusszeilenkontainer*/
	div.decoEl
	{
		width: 890px;
	}
	
	div.deco_1
	{
		/width: 100%;
		padding: 0px 245px 0 126px;
	}
	
	div.deco_2
	{
		background: url(img/sepLine.png) 27px 0px no-repeat;
		padding-top: 30px;
		padding-bottom: 10px;
		text-align: left;
	}
	
	/* Definitionen fuer die Fusszeilentabelle */
	table.footer
	{
		width: auto;
	}
	
	/* Einstellungen der Fusszeilen Tabellenzelle */
	table.footer td
	{
		font-size: 12px;
		text-align: left;
	}
	
	/* Anpassungen der Fusszeilen Inhaltselemente*/
	table.footer td p,
	table.footer td ul,
	table.footer td ol,
	table.footer td form,
	table.footer td h1,
	table.footer td h2,
	table.footer td h3,
	table.footer td h4,
	table.footer td h5,
	table.footer td h6
	{
		font-size: 12px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	/* Footer Schriftgroesse und Position - näher an Linie - Buendig mit Text Content*/
	table.footer td {
		font-size:10px;
		text-align:left;
	}
	
	table.footerNav {
		margin-left:25px;
		position: relative;
		top: -15px;
		width:auto;
	}
/* <<  */


/* >> Standard Formular Elemente: rel-1-2-0 */
	div.stdFormOuter
	{
	}
	
	table.stdFormTable
	{
	}
	
	table.stdFormTable td.stdFormContent
	{
	}
	
	td.stdFormContent
	{
		border: 1px solid #1B2E6C;
	}
	
	div.formDesc
	{
		font-size: 11px;
		margin-bottom: 10px;
	}
	
	table.stdFormFieldsTable
	{
	}
	
	table.stdFormFieldsTable tr.row_normal,
	table.stdFormFieldsTable tr.row_required
	{
	}
	
	table.stdFormFieldsTable tr td
	{
		padding-right: 10px;
		padding-bottom: 5px;
	}
	
	/* Group title */
	table.stdFormFieldsTable tr td.stdFormGroupTitle div.stdFormGroupText
	{
		font-size: 13px;
		font-weight: bold;
		color: #1B2E6C;
		border-bottom: 1px solid #1B2E6C;
		padding: 10px 0px 2px 0;
		margin-bottom: 7px;
		margin-left: 10px;
	}
	
	table.stdFormFieldsTable tr td.stdFormGroupTitle div.stdFormGroupHint span
	{
		font-size: 11px;
		color: #1B2E6C;
		font-weight: normal;
	}
	
	table.stdFormFieldsTable tr td div.formError span
	{
		display: block;
		color: red;
		padding-bottom: 5px;
		padding-right: 5px;
		font-size: 11px;
	}
	
	/* Formular prompts */
	table.stdFormFieldsTable td.stdFormPromptSep img
	{
		width: 120px;
	}
	
	table.stdFormFieldsTable tr td.stdFormPrompt
	{
		font-size: 12px;
		padding-left: 0px;
	}
	
	table.stdFormFieldsTable tr td.stdFormPrompt div
	{
	}
	
	table.stdFormFieldsTable tr td.stdFormPrompt div.required
	{
	}
	
	table.stdFormFieldsTable tr td.stdFormPrompt div.required span.req
	{
	}
	
	/* Formular fields */
	table.stdFormFieldsTable tr td input.input_text,
	table.stdFormFieldsTable tr td textarea
	{
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		width: 98%;
		font-size: 12px;
		margin-bottom: 5px;
		padding-left: 3px;
		border: 1px solid #bbb;
	}
	
	table.stdFormFieldsTable tr td select
	{
		width: 98%;
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		font-size: 11px;
	}
	
	table.stdFormFieldsTable tr td textarea
	{
		overflow: auto;
	}
	
	/* Submit Button */
	table.stdFormTable table.custFormSumbitTable
	{
		width: 100%;
	}
	
	table.stdFormTable tr td.stdFormSubmit
	{
		padding: 5px;
	}
	
	table.stdFormTable tr td.stdFormSubmit table
	{
		width: 100%;
	}
	
	table.stdFormTable tr td.stdFormSubmit td.subButton
	{
		width: 100%;
		text-align: right;
	}
	
	table.stdFormTable tr td.stdFormSubmit input
	{
		width: 69px;
		height: 25px;
		background: url(img/de/next.gif) top left no-repeat;
		cursor: pointer;
		/cursor: hand;
	}
	
	table.stdFormTable tr td.stdFormSubmit td.backButton img
	{
		width: 70px;
		height: 25px;
		background: url(img/de/back.gif) top left no-repeat;
		cursor: pointer;
		/cursor: hand;
	}
/* << */


/* >> Anpassungen des Logos und Bilder im Kopfbereich Version: rel-1-0-0 */
	/* Einstellungen der positionierung des Logo Klickbereich */
	div.linkCont1
	{
		display: none;
		width: auto;
		position: absolute;
		left: 3px;
		top: 33px;
		z-index: 2;
	}
	
	div.linkCont2
	{
		width: auto;
		position: absolute;
		right: 32px;
		top: 186px;
		z-index: 3;
	}
	
	/* Definition der groesse des Logo Klickbereichs*/
	div.linkCont1 img
	{
		width: 170px;
		height: 30px;
		border: 0px;
	}
	
	div.linkCont2 img
	{
		width: 252px;
		height: 54px;
		border: 0px;
	}
	
	/* Tabelle fuer Kopfbilder */
	table.headerImg
	{
	}
	
	/* Verhalten des 1 Kopfbereichsbild */
	td.hImg
	{
	}
	
	td.hImg img
	{
		position: absolute;
		top: 0;
		left: auto;
		z-index: 1;
	}
	
	td.hImg1 img,
	td.hImg2 img
	{
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
	}
	
	/* Verhalten des 2 Kopfbereichsbild */
	td.hImg1
	{
		display: none;
	}
	
	/* Verhalten des 3 Kopfbereichsbild */
	td.hImg2
	{
		width: 100%;
		text-align: right;
		padding-right: 32px;
	}
/* << */


/* >> Sprachumschalter Version: rel-1-0-0 */
	/* Definitionen fuer den Sprachumschalterkontainer */
	div.lSwCont
	{
	}
	
	/* Layout fuer Select Box */
	div.lSwCont div.selectBox
	{
		width: 165px;
		position: absolute;
		right: 42px;
		top: 135px;
		z-index: 5;
	}
	
	/* Sprachumschalter Formularfeld einstellungen */
	div.lSwCont select
	{
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		font-size: 10px;
		width: 100%;
	}
	
	/* Layout fuer Flaggen */
	div.lSwCont div.flags
	{
		width: 250px;
		position: absolute;
		right: 42px;
		top: 135px;
		z-index: 5;
	}
	
	div.lSwCont div.flags div.active,
	div.lSwCont div.flags div.passive
	{
	}
	
	div.lSwCont div.flags div.language,
	div.lSwCont div.flags div.flag,
	div.lSwCont div.flags div.spc
	{
		float: left;
	}
	
	div.lSwCont div.flags div.spc,
	div.lSwCont div.flags div.spc img
	{
		display: none;
	}
	
	div.lSwCont div.flags div.language
	{
		display: none;
		padding-top: 4px;
		padding-right: 5px;
	}

	div.lSwCont div.flags div.language a:link,
	div.lSwCont div.flags div.language a:visited,
	div.lSwCont div.flags div.language a:hover
	{
	}
	
	div.lSwCont div.flags div.flag
	{
		padding-right: 10px;
	}
/* << */


/* >> Schnellzugriff Version: rel-1-0-0 */
	/* Definitionen fuer den Schnellzugriffkontainer */
	div.qAccessCont
	{
		width: 155px;
		position: absolute;
		right: 42px;
		top: 95px;
		z-index: 6;
	}
	
	/* Schnellzugriff Formularfeld einstellungen */
	div.qAccessCont select
	{
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		font-size: 10px;
		width: 100%;
	}
/* << */


/* >> Schnellsuche Version: rel-1-1-0 */
	/* Definitionen fuer den Schnellsuchekontainer */
	div.qSearchCont
	{
		display: none;
		width: 155px;
		position: absolute;
		right: 42px;
		top: 75px;
		z-index: 3;
	}
	
	/* Schnellsuche Formulareinstellungen */
	div.qSearchCont form
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	div.qSearchCont table.qSearch
	{
	}
	
	/* Schnellsuche Formularfeld Einstellungen */
	div.qSearchCont table.qSearch td input.text
	{
		font-size: 10px;
		width: 100%;
	}
	
	/*  Schnellsuche "Go" button */
	div.qSearchCont table.qSearch td input.button
	{
		width: 26px;
		height: 16px;
		border: 0;
		background: url(img/goButt.gif) top left no-repeat;
	}
	
	#c_qSearch
	{
		background: #fff url(img/de/quickSearchBgImg.gif) left top no-repeat;
	}
/* << */


/* >> Navigationstitel Version: rel-1-0-1 */
	div.navTitleElement
	{
		margin-bottom: 5px;
		border-bottom: 1px solid #0064a8;
	}
	
	div.navTitleElement div.ntDes1,
	div.navTitleElement div.ntDes2,
	div.navTitleElement div.ntDes3,
	div.navTitleElement div.ntDes4
	{
	}
	
	div.navTitleElement div.inner
	{
	}
	
	div.navTitleElement div.inner span
	{
	}
/* << */


/* >> Navigation links Version: rel-1-0-1 */
	/* Aeussere Navigationskontainer */
	div.navOuterShell
	{
		margin-bottom: 12px;
	}
	
	div.noDes1,
	div.noDes2
	{
	}
	
	/* Bild fue den Start der Navigation */
	div.navOuterShell div.topImg
	{
	}
	
	div.navOuterShell div.topImg img
	{
		display: none;
	}
	
	/* Bild fuer das Ende der Navigation */
	div.navOuterShell div.bottomImg
	{
	}
	
	div.navOuterShell div.bottomImg img
	{
		display: none;
	}
	
	/* Anpassung der minimalen Navigationskontainerhoehe */
	div.navOuterShell img.minHeight
	{
		display: block;
		height: 1px;
		float: left;
	}
	
	/*Angaben zur Navigationshuelle.
		Je Ebene haben Sie die Moeglichkeit den Ebenenhintergrund zu veraendern.*/
	div.navCHS_0,
	div.navCHS_1,
	div.navCHS_2,
	div.navCHS_3
	{
	}
	
	div.navCHS_2,
	div.navCHS_3
	{
		margin-left: 10px;
	}
	
	/* Angaben zur Navigationsknotenhuelle */
	div.navNS_0
	{
	}
	
	div.navNS_0,
	div.navNS_1,
	div.navNS_2,
	div.navNS_3
	{
	}
	
	/* Benutzen Sie folgende Klassen um die aeussere Huelle der Navigationslinks zu veraendern.*/
	div.navEl_0_normal, div.navEl_0_inPath, div.navEl_0_here,
	div.navEl_1_normal, div.navEl_1_inPath, div.navEl_1_here,
	div.navEl_2_normal, div.navEl_2_inPath, div.navEl_2_here,
	div.navEl_3_normal, div.navEl_3_inPath, div.navEl_3_here
	{
	}
	
	/* Um Bullets vor die Navigationslinks zu Platzieren benutzen Sie die folgenden Klassen*/
	div.navEl_0_normal div.outer,
	div.navEl_0_inPath div.outer,
	div.navEl_0_here div.outer,
	div.navEl_1_normal div.outer,
	div.navEl_1_inPath div.outer,
	div.navEl_1_here div.outer,
	div.navEl_2_normal div.outer,
	div.navEl_2_inPath div.outer,
	div.navEl_2_here div.outer,
	div.navEl_3_normal div.outer,
	div.navEl_3_inPath div.outer,
	div.navEl_3_here div.outer
	{
	}
	
	div.navEl_0_inPath div.outer,
	div.navEl_0_here div.outer,
	div.navEl_1_inPath div.outer,
	div.navEl_1_here div.outer,
	div.navEl_2_inPath div.outer,
	div.navEl_2_here div.outer,
	div.navEl_3_inPath div.outer,
	div.navEl_3_here div.outer
	{
	}
	
	div.navEl_0_normal span.inner, div.navEl_0_inPath span.inner, div.navEl_0_here span.inner,
	div.navEl_1_normal span.inner, div.navEl_1_inPath span.inner, div.navEl_1_here span.inner,
	div.navEl_2_normal span.inner, div.navEl_2_inPath span.inner, div.navEl_2_here span.inner,
	div.navEl_3_normal span.inner, div.navEl_3_inPath span.inner, div.navEl_3_here span.inner
	{
	}
	
	/* Ebene 0 */
	div.navEl_0_here div.noLink,
	div.navEl_0_normal a,
	div.navEl_0_normal a:link, div.navEl_0_normal a:visited, div.navEl_0_normal a:hover,
	div.navEl_0_inPath a,
	div.navEl_0_inPath a:link, div.navEl_0_inPath a:visited, div.navEl_0_inPath a:hover
	{
		display: block;
		font-size: 12px;
		text-decoration: none;
	}
	
	div.navEl_0_normal a:hover, div.navEl_0_inPath a:hover
	{
		text-decoration: underline;
	}
	
	div.navEl_0_here div.noLink
	{
		font-weight: bold;
	}
	
	/* Ebene 1 */
	div.navEl_1_here div.noLink,
	div.navEl_1_normal a,
	div.navEl_1_normal a:link, div.navEl_1_normal a:visited, div.navEl_1_normal a:hover,
	div.navEl_1_inPath a,
	div.navEl_1_inPath a:link, div.navEl_1_inPath a:visited, div.navEl_1_inPath a:hover
	{
		display: block;
		font-size: 12px;
		text-decoration: none;
	}
	
	div.navEl_1_normal a:hover,
	div.navEl_1_inPath a,
	div.navEl_1_inPath a:link, div.navEl_1_inPath a:visited, div.navEl_1_inPath a:hover
	{
		text-decoration: underline;
	}
	
	div.navEl_1_here div.noLink
	{
		font-weight: bold;
	}
	
	/* Ebene 2 */
	div.navEl_2_here div.noLink,
	div.navEl_2_normal a,
	div.navEl_2_normal a:link, div.navEl_2_normal a:visited, div.navEl_2_normal a:hover,
	div.navEl_2_inPath a,
	div.navEl_2_inPath a:link, div.navEl_2_inPath a:visited, div.navEl_2_inPath a:hover
	{
		display: block;
		font-size: 11px;
		text-decoration: none;
	}
	
	div.navEl_2_normal a:hover,
	div.navEl_2_inPath a,
	div.navEl_2_inPath a:link, div.navEl_2_inPath a:visited, div.navEl_2_inPath a:hover
	{
		text-decoration: underline;
	}
	
	div.navEl_2_here div.noLink
	{
		font-weight: bold;
	}
	
	/* Ebene 3 */
	div.navEl_3_here div.noLink,
	div.navEl_3_normal a,
	div.navEl_3_normal a:link, div.navEl_3_normal a:visited, div.navEl_3_normal a:hover,
	div.navEl_3_inPath a,
	div.navEl_3_inPath a:link, div.navEl_3_inPath a:visited, div.navEl_3_inPath a:hover
	{
		display: block;
		font-size: 11px;
		text-decoration: none;
	}
	
	div.navEl_3_normal a:hover,
	div.navEl_3_inPath a,
	div.navEl_3_inPath a:link, div.navEl_3_inPath a:visited, div.navEl_3_inPath a:hover
	{
		text-decoration: underline;
	}
	
	div.navEl_3_here div.noLink
	{
		font-weight: bold;
	}
/* << */


/* >> NavSplitShell Version: rel-1-0-0 */
	div.navSplitShell
	{
	}
	
	div.navSplitShell div.nssTitle h3
	{
	}
	
	div.navSplitShell div.nssDes1,
	div.navSplitShell div.nssDes2,
	div.navSplitShell div.nssDes3
	{
	}
/* << */


/* >> Randbereich links Version: rel-1-0-0 */
	/* Definition des linken Randbereichs */
	td.leftBorderCol
	{
		display: none;
		padding-top: 53px;
	}
	
	/* Anpassungen der Randbereich Breite und den Abstand von oben*/
	td.leftBorderCol div.leBoElShell img.topSpc,
	td.leftBorderCol div.leBoElShell img.bottomSpc
	{
		height: 12px;
		width: 188px;
	}
	
	td.leftBorderCol div.leBoElShell img.bottomSpc
	{
		height: 0px;
	}
	
	/* Randbereich Inhaltscontainer */
	td.leftBorderCol div.lElCont
	{
	}
/* << */


/* >> Randbereich rechts Version: rel-1-0-0 */
	/* Definition des rechten Randbereichs */
	td.rightBorderCol
	{
		padding-top: 53px;
		padding-right: 26px;
	}
	
	/* Anpassungen der Randbereich Breite und den Abstand von oben*/
	td.rightBorderCol div.riBoElShell img.topSpc,
	td.rightBorderCol div.riBoElShell img.bottomSpc
	{
		height: 12px;
		width: 188px;
	}
	
	td.rightBorderCol div.riBoElShell img.bottomSpc
	{
		height: 0px;
	}
	
	/* Randbereich Inhaltscontainer */
	td.rightBorderCol div.rElCont
	{
	}
/* << */


/* >> Teaser rechts Version: rel-1-1-0 */
	/* Einstellung des Teaser Inhaltbereichs */
	td.rightBorderCol div.rElCont div.title,
	td.rightBorderCol div.rElCont div.titleBL
	{
		padding: 8px 8px 2px 8px;
	}
	
	td.rightBorderCol div.rElCont div.titleBL
	{
		padding: 0px 0px 2px 0;
	}
	
	/* Definition des Teasertitel */
	td.rightBorderCol div.rElCont div.title h3,
	td.rightBorderCol div.rElCont div.titleBL h3
	{
		font-size: 12px;
		font-weight: normal;
		margin: 0px;
		color: #069;
	}
	
	/* Definition des Teaseruntertitel */
	td.rightBorderCol div.rElCont h4
	{
		font-size: 11px;
		line-height: 18px;
		font-weight: normal;
		margin: 0 0 0 0;
		color: #069;
	}
	
	/* Einstellungen fuer die aeussere Teaserhuelle */
	td.rightBorderCol div.rElCont div.tDesOut1,
	td.rightBorderCol div.rElCont div.tDesOut1BL
	{
		margin-bottom: 17px;
	}
	
	td.rightBorderCol div.rElCont div.tDesOut1
	{
		border: 2px solid #069;
		padding-bottom: 3px;
	}
	
	/* Managed-Futures-Teaser Farbe*/
	td.rightBorderCol div.rElCont div.el_managed div.tDesOut1,
	td.leftBorderCol div.lElCont div.el_managed div.tDesOut1
	{
		border-color: #6f2082;
	}
	
	td.rightBorderCol div.rElCont div.el_managed h4,
	td.leftBorderCol div.lElCont div.el_managed h4,
	td.rightBorderCol div.rElCont div.el_managed div.title h3,
	td.rightBorderCol div.rElCont div.el_managed div.titleBL h3
	td.leftBorderCol div.lElCont div.el_managed div.title h3,
	td.leftBorderCol div.lElCont div.el_managed div.titleBL h3
	{
		color: #6f2082;
	}

	td.rightBorderCol div.rElCont div.tDesOut2,
	td.rightBorderCol div.rElCont div.tDesOut2BL
	{
	}

	td.rightBorderCol div.rElCont div.tOuter,
	td.rightBorderCol div.rElCont div.tOuterBL
	{
		/width: 100%;
	}
	
	/* Zusaetzliche Design Kontainer fuer den Teaser Inhaltsbereich*/
	td.rightBorderCol div.rElCont div.tOuter div.des1,
	td.rightBorderCol div.rElCont div.tOuterBL div.des1BL
	{
	}

	td.rightBorderCol div.rElCont div.tOuter div.des2,
	td.rightBorderCol div.rElCont div.tOuterBL div.des2BL
	{
	}
	
	td.rightBorderCol div.rElCont div.tOuter div.des1 div.des2 div.des3,
	td.rightBorderCol div.rElCont div.tOuterBL div.des1BL div.des2BL div.des3BL
	{
	}
	
	/* Einstellungen fuer die Teaserhuelle */
	td.rightBorderCol div.rElCont div.tOuter div.des1 div.des2 div.des3 div.content,
	td.rightBorderCol div.rElCont div.tOuterBL div.des1BL div.des2BL div.des3BL div.contentBL
	{
		/width: 100%;
	}
	
	td.rightBorderCol div.rElCont div.tOuterBL div.des1BL div.des2BL div.des3BL div.contentBL
	{
	}
	
	/* Anpassungen des Text Inhaltsbereich */
	/* Einstellungen der Bild und Content ausrichtung */
	td.rightBorderCol div.rElCont div.teaserImgOuter,
	td.rightBorderCol div.rElCont div.teaserImgOuterL,
	td.rightBorderCol div.rElCont div.teaserImgOuterR,
	td.rightBorderCol div.rElCont div.teaserFxImgOuter
	{
		padding-top: 2px;
		margin-bottom: 3px;
	}
	
	/* Fuer Bild zu Textabstand bei links und rechts umfliessend */
	td.rightBorderCol div.rElCont div.teaserImgOuterL
	{
		padding-right: 8px;
	}
	
	td.rightBorderCol div.rElCont div.teaserImgOuterR
	{
		padding-left: 8px;
	}
	
	td.rightBorderCol div.rElCont div.teaserContOuter
	{
		padding: 7px 8px;
	}
	
	td.rightBorderCol div.rElCont div.tDesOut1BL div.teaserContOuter
	{
		padding: 0;
	}
	
	/* Bild zu Textabstand bei rechts und links freibleibend*/
	td.rightBorderCol div.rElCont div.teaserContOuterL
	{
		padding-left: 8px;
	}
	
	td.rightBorderCol div.rElCont div.tDesOut1 div.teaserContOuterL
	{
		padding-right: 8px;
	}
	
	td.rightBorderCol div.rElCont div.teaserContOuterR
	{
		padding-right: 8px;
	}
	
	td.rightBorderCol div.rElCont div.tDesOut1 div.teaserContOuterR
	{
		padding-left: 8px;
	}
	
	/* Innerer Bild Container  */
	td.rightBorderCol div.rElCont div.teaserImgInner
	{
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Bild zu Text im zentrierten Modus */
	td.rightBorderCol div.rElCont div.teaserCeImgOuter
	{
		text-align: center;
	}
	
	td.rightBorderCol div.rElCont p
	{
		font-size: 11px;
		line-height: 18px;
		margin: 0px 0px 0px 0px;
	}
	
	/* Anpassungen des XHTML Inhaltsbereich */
	td.rightBorderCol div.rElCont div.blockCont,
	td.rightBorderCol div.rElCont div.blockCont p,
	td.rightBorderCol div.rElCont div.blockCont ul,
	td.rightBorderCol div.rElCont div.blockCont ol
	{
		font-size: 11px;
		line-height: 18px;
	}
	
	/* Anpassungen des XHTML Inhaltsbereich */
	td.rightBorderCol div.rElCont div.blockCont p,
	td.rightBorderCol div.rElCont div.blockCont ul,
	td.rightBorderCol div.rElCont div.blockCont ol
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	/* Einstellungen der Abstaende des Mehrlinks */
	td.rightBorderCol div.rElCont div.teaserSublinkShell
	{
		padding: 1px 3px 1px 3px;
		text-align: right;
	}
	
	/* Anpassen der Schriftgroesse des "mehr..." Links */
	td.rightBorderCol div.rElCont div.teaserSublinkShell a
	{
		font-size: 11px;
	}
	
	/* Definition fuer die "mehr..." Link Grafik */
	td.rightBorderCol div.rElCont div.teaserSublinkShell img
	{
		display: none;
		width: 6px;
		height: 10px;
		vertical-align: text-top;
		border: 0px;
	}
	
	/* Anpassungen der Platzhalterzelle der rechten Teaser Spalte*/
	td.tRightSpcCol
	{
	}
	
	/* Anpassungen des Platzhalters der rechten Teaser Spalte*/
	td.tRightSpcCol img
	{
		width: 32px;
	}
/* << */


/* >> Teaser links Version: rel-1-1-0 */
	/* Einstellung des Teaser Inhaltbereichs */
	td.leftBorderCol div.lElCont div.title,
	td.leftBorderCol div.lElCont div.titleBL
	{
		padding: 8px 8px 2px 8px;
	}
	
	td.leftBorderCol div.lElCont div.titleBL
	{
		padding: 0px 0px 2px 0;
	}
	
	/* Definition des Teasertitel */
	td.leftBorderCol div.lElCont div.title h3,
	td.leftBorderCol div.lElCont div.titleBL h3
	{
		font-size: 12px;
		font-weight: normal;
		margin: 0px;
		color: #069;
	}
	
	/* Definition des Teaseruntertitel */
	td.leftBorderCol div.lElCont h4
	{
		font-size: 11px;
		font-weight: normal;
		margin: 0 0 3px 0;
		color: #069;
	}
	
	/* Einstellungen fuer die aeussere Teaserhuelle */
	td.leftBorderCol div.lElCont div.tDesOut1,
	td.leftBorderCol div.lElCont div.tDesOut1BL
	{
		margin-bottom: 17px;
	}
	
	td.leftBorderCol div.lElCont div.tDesOut1
	{
		border: 2px solid #069;
		padding-bottom: 3px;
	}

	td.leftBorderCol div.lElCont div.tDesOut2,
	td.leftBorderCol div.lElCont div.tDesOut2BL
	{
	}

	td.leftBorderCol div.lElCont div.tOuter,
	td.leftBorderCol div.lElCont div.tOuterBL
	{
		/width: 100%;
	}
	
	/* Zusaetzliche Design Kontainer fuer den Teaser Inhaltsbereich*/
	td.leftBorderCol div.lElCont div.tOuter div.des1,
	td.leftBorderCol div.lElCont div.tOuterBL div.des1BL
	{
	}
	
	td.leftBorderCol div.lElCont div.tOuter div.des2,
	td.leftBorderCol div.lElCont div.tOuterBL div.des2BL
	{
	}
	
	td.leftBorderCol div.lElCont div.tOuter div.des1 div.des3,
	td.leftBorderCol div.lElCont div.tOuterBL div.des1BL div.des3BL
	{
	}
	
	/* Einstellungen fuer die Teaserhuelle */
	td.leftBorderCol div.lElCont div.tOuter div.des1 div.des2 div.des3 div.content,
	td.leftBorderCol div.lElCont div.tOuterBL div.des1BL div.des2BL div.des3BL div.contentBL
	{
		/width: 100%;
	}
	
	td.leftBorderCol div.lElCont div.tOuterBL div.des1BL div.des2BL div.des3BL div.contentBL
	{
	}
	
	/* Anpassungen des Text Inhaltsbereich */
	/* Einstellungen der Bild und Content ausrichtung */
	td.leftBorderCol div.lElCont div.teaserImgOuter,
	td.leftBorderCol div.lElCont div.teaserImgOuterL,
	td.leftBorderCol div.lElCont div.teaserImgOuterR,
	td.leftBorderCol div.lElCont div.teaserFxImgOuter
	{
		padding-top: 2px;
		margin-bottom: 3px;
	}
	
	/* Fuer Bild zu Textabstand bei links und rechts umfliessend */
	td.leftBorderCol div.lElCont div.teaserImgOuterL
	{
		padding-right: 8px;
	}
	
	td.leftBorderCol div.lElCont div.teaserImgOuterR
	{
		padding-left: 8px;
	}
	
	td.leftBorderCol div.lElCont div.teaserContOuter
	{
		padding: 8px 8px;
	}
	
	td.leftBorderCol div.lElCont div.tDesOut1BL div.teaserContOuter
	{
		padding: 0;
	}
	
	/* Bild zu Textabstand bei rechts und links freibleibend*/
	td.leftBorderCol div.lElCont div.teaserContOuterL
	{
		padding-left: 8px;
	}
	
	td.leftBorderCol div.lElCont div.teaserContOuterR
	{
		padding-right: 8px;
	}
	
	/* Innerer Bild Container  */
	td.leftBorderCol div.lElCont div.teaserImgInner
	{
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Bild zu Text im zentrierten Modus */
	td.leftBorderCol div.lElCont div.teaserCeImgOuter
	{
		text-align: center;
	}
	
	/* Anpassungen des Text Inhaltsbereich */
	td.leftBorderCol div.lElCont p
	{
		font-size: 11px;
		margin: 0px 0px 10px 0px;
	}
	
	/* Anpassungen des XHTML Inhaltsbereich */
	td.leftBorderCol div.lElCont div.blockCont,
	td.leftBorderCol div.lElCont div.blockCont p,
	td.leftBorderCol div.lElCont div.blockCont ul,
	td.leftBorderCol div.lElCont div.blockCont ol
	{
		font-size: 11px;
	}
	
	/* Anpassungen des XHTML Inhaltsbereich */
	td.leftBorderCol div.lElCont div.blockCont p,
	td.leftBorderCol div.lElCont div.blockCont ul,
	td.leftBorderCol div.lElCont div.blockCont ol
	{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	/* Einstellungen der Abstaende des Mehrlinks */
	td.leftBorderCol div.lElCont div.teaserSublinkShell
	{
		padding: 1px 3px 1px 3px;
		text-align: right;
	}
	
	/* Anpassen der Schriftgroesse des "mehr..." Links */
	td.leftBorderCol div.lElCont div.teaserSublinkShell a
	{
		font-size: 11px;
	}
	
	/* Definition fuer die "mehr..." Link Grafik */
	td.leftBorderCol div.lElCont div.teaserSublinkShell img
	{
		display: none;
		width: 6px;
		height: 10px;
		vertical-align: text-top;
		border: 0px;
	}
/* << */


/* >> News Teaser Version: rel-1-0-0 */
	div.newsTContShell
	{
		/width: 100%;
		padding-bottom: 10px;
	}
	
	div.tDesOut1 div.newsTContShell
	{
		padding: 0 8px 10px 8px;
	}
	
	div.newsTContShell div.inner
	{
	}
	
	div.newsTContShell div.inner div.date
	{
		font-weight: bold;
		font-size: 10px;
	}
	
	div.newsTContShell div.inner h3
	{
		font-size: 11px;
		margin: 0;
		font-weight: normal;
		margin-bottom: 5px;
		padding-left: 10px;
	}
	
	div.newsTContShell div.inner h3 a:link,
	div.newsTContShell div.inner h3 a:visited,
	div.newsTContShell div.inner h3 a:hover
	{
	}
/* << */


/* >> Teaser login Version: rel-1-1-0 */
	div.teaserLogin form
	{
		margin: 0;
		padding: 0;
	}
	
	div.teaserLogin form div.errors div
	{
		font-size: 10px;
		font-weight: bold;
		color: red;
		padding-bottom: 5px;
	}
	
	div.teaserLogin form div.fieldShell
	{
		float:left;
	}
	
	div.teaserLogin form div.field,
	div.teaserLogin form div.user,
	div.teaserLogin form div.pass
	{
	}
	
	div.teaserLogin form div.field
	{
		padding-bottom: 3px;
	}
	
	div.teaserLogin form div.field input
	{
		width: 100px;
		font-size: 10px;
	}
	
	div.teaserLogin form div.button
	{
		text-align: right;
		padding-top: 21px;
	}
	
	div.teaserLogin form div.button input
	{
		width: 53px;
		height: 20px;
		background: url(img/loginButt.png) top left no-repeat;
		cursor: pointer;
		cursor: hand;
	}
	
	div.teaserLogin div.service div.fPass,
	div.teaserLogin div.service div.fReg
	{
		font-size: 11px;
	}
	
	#t_LoginUser, #t_LoginPass
	{
		background: #fff url(img/de/loginUserBgImg.gif) left top no-repeat;
	}
	
	#t_LoginPass
	{
		background-image: url(img/de/loginPasswordBgImg.gif);
	}
/* << */


/* >> Teaser logout Version: rel-1-1-0 */
	div.teaserLogout div.user
	{
		font-size: 10px;
		padding-bottom: 3px;
	}
	
	div.teaserLogout div.user span
	{
		font-weight: bold;
	}
	
	div.teaserLogout div.button
	{
		text-align: right;
	}
	
	div.teaserLogout div.button a img
	{
		border: 0;
		width: 64px;
		height: 20px;
		background: url(img/logoutButt.png) top left no-repeat;
	}
/* << */


/* >> Teaser document list Version: rel-1-0-0 */
	div.teaserDList div.item,
	div.teaserDList div.lastItem
	{
		clear: both;
		padding-top: 4px;
		padding-bottom: 3px;
		border-bottom: 1px solid #ccc;
	}
	
	div.teaserDList div.lastItem
	{
		border-bottom: none;
	}
	
	div.teaserDList .icon
	{
		display: block;
		float: left;
		margin-right: 9px;
	}
	
	div.teaserDList .icon img
	{
		border: none;
	}
/* << */


/* >> Teaser quicksearch Version: rel-1-0-0 */
	/* Schnellsuche Formulareinstellungen */
	div.tOuter form,
	div.tOuterBL form
	{
		margin: 0px;
	}
	
	div.teaserSearch
	{
	}
	
	div.teaserSearch div.text,
	div.teaserSearch div.button
	{
	}
	
	div.teaserSearch div.text
	{
		float: left;
	}
	
	div.teaserSearch div.button
	{
		text-align: right;
	}
	
	/* Schnellsuche Formularfeld Einstellungen */
	div.teaserSearch div.text input
	{
		font-size: 10px;
		width: 120px;
	}
	
	/*  Schnellsuche "Go" button */
	div.teaserSearch div.button input
	{
		width: 26px;
		height: 16px;
		background: url(img/goButt.gif) top left no-repeat;
	}
	
	#t_qSearch
	{
		background: #fff url(img/de/quickSearchBgImg.gif) left top no-repeat;
	}
/* << */


/* >> News Uebersicht Version: rel-1-0-0 */
	img.novSpacer
	{
		display: none;
	}
	
	/* News Uebersicht Tabelle */
	table.news
	{
		border-top: 1px solid #888890;
	}
	
	table.news td.date,
	table.news td.item
	{
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #888890;
	}
	
	/* Anpassungen fuer das News Datum in der Uebersicht*/
	table.news td.date
	{
		padding-right: 8px;
	}
	
	/* News Info Spalte */
	table.news td.item
	{
	}
	
	/* Definition der News Uebersicht Ueberschrift */
	table.news td.item h3
	{
		margin: 0px 0px 8px 0px;
	}
	
	/* Definition der News Uebersicht Unterueberschrift */
	table.news td.item h4
	{
		margin: 0px 0px 3px 0px;
	}
	
	/* Einstellungen fuer die News Beschreibung */
	table.news td.item div.desc
	{
		margin: 0px;
	}
	
	/* Definition fuer das News Bild */
	table.news td.item img.rFloat
	{
		float: right;
		margin-left: 10px;
		margin-bottom: 5px;
	}
	
	/* Anpassungen des News "mehr...." Links */
	table.news td.item div.more
	{
		clear: both;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	table.news td.item div.more a
	{
		display: none;
	}
	
	/* Einstellungen des News "mehr..." Icons */
	table.news td.item div.more img
	{
		display: none;
	}
/* << */


/* >> Autonews Uebersicht Version: rel-1-0-0 */
	/* Autonews Tabelle */
	table.aN
	{
		border-top: 1px solid #888890;
	}
	
	table.aN td.date,
	table.aN td.item
	{
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #888890;
	}
	
	/* Definition fuer das Datum auf der Uebersicht */
	table.aN td.date
	{
		padding-right: 8px;
	}
	
	/* Anpassungen der Beschreibungsspalte*/
	table.aN td.item
	{
	}
	
	/* Anpassungen des Titels auf der Uebersicht */
	table.aN td.item h3
	{
		margin: 0px 0px 8px 0px;
	}
	
	/* Anpassungen des Untertitels auf der Uebersicht */
	table.aN td.item h4
	{
		margin: 0px 0px 3px 0px;
	}
	
	/* Definitionen fuer das Uebersichtsbild */
	table.aN td.item a img,
	table.aN td.item img
	{
		float: right;
		margin-left: 10px;
		margin-bottom: 5px;
	}
	
	/* Anpassungen fuer die Autonews Beschreibung  auf der Uebersicht*/
	table.aN td.item div.desc
	{
		margin: 0px;
	}
	
	/* Einstellungen des "mehr..." Links */
	table.aN td.item div.more
	{
		clear: both;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	table.aN td.item div.more a
	{
		display: none;
	}
	
	/* Definitionen fuer das "mehr..." Link Icon */
	table.aN td.item div.more img
	{
		display: none;
	}
/* << */


/* >> Autonews Panel Version: rel-1-0-0 */
	/* Auto news Tabelle */
	table.aNP
	{
	}
	
	/* Definition des Autonews Panel Datum */
	table.aNP td span.date
	{
		font-size: 11px;
		padding-bottom: 3px;
	}
	
	/* Einstellungen des Autonews Titels */
	table.aNP td h3.title
	{
		display: inline;
		margin: 0px 0px 1px 0px;
	}
	
	/* Formatiert die Trennlinie zwischen Ueberschrift und Unterueberschrift*/
	table.aNP td img.line
	{
		width: 100%;
		margin: 2px 0px 2px 0px;
		background: #828282;
	}
	
	/* Einstellungen des Autonews Untertitels */
	table.aNP td h4.subtitle
	{
		margin: 0px 0px 3px 0px;
	}
	
	/* Einstellungen der Autonews Beschreibung */
	table.aNP td div.desc
	{
		margin: 0px;
		font-size: 13px;
		padding-bottom: 5px;
	}
	
	/* Einstellungen fuer das Autonewsbild */
	table.aNP td img.rFloat,
	table.aNP td a img.rFloat
	{
		float: right;
		margin-left: 5px;
		margin-bottom: 2px;
	}
	
	/* Definitionen fuer den "mehr..." Link */
	table.aNP td div.more
	{
		clear: both;
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 11px;
	}
	
	table.aNP td div.more a
	{
		display: none;
	}
	
	/* Definitionen fuer das "mehr..." Link Icon */
	table.aNP td div.more img
	{
		display: none;
	}
	
	/* Autonews sublink Tabelle */
	table.aNPSublink
	{
	}
	
	/* Definiert den Link mit dem es zu der Autonews Uebersicht geht */
	table.aNPSublink td a
	{
		font-size: 13px;
		background: url(img/paragraphArrow.gif) 100% 5px no-repeat;
		padding-right: 22px;
	}
	
	/* Anpassen des Autonews Panel "zur Uebersicht...." Icons */
	table.aNPSublink td a img
	{
		display: none;
	}
/* << */


/* >> Dokumentenliste Version: rel-1-0-0 */
	/* Document Liste Tabelle */
	table.dList
	{
	}
	
	/* Einstellungen fuer die Dateibeschreibung */
	table.dList td span.desc
	{
		font-size: 11px;
	}
	
	/* Groesse des Listentitels */
	table.dList td div.size
	{
		font-family: Arial Narrow, Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 11px;
		color: #000;
		white-space: nowrap;
	}
	
	/* Document list table with table header and special layout*/
	table.dList_withHeader
	{
		margin-bottom: 15px;
	}

	table.dList_withHeader tr.minWidthRow img
	{
		width: 100px;
		height: 0;
	}
	
	table.dList_withHeader tr.minWidthRow td
	{
		background: transparent;
		border: 0 none;
	}
	
	table.dList_withHeader tr.minWidthRow td.minWidth_3 img
	{
		width: 80px;
	}
	
	table.dList_withHeader th
	{
		background: #747475;
		color: #fff;
		font-weight: normal;
		text-align: left;
		padding: 2px 5px 3px 5px;
	}
	
	table.dList_withHeader th.last
	{
		text-align: center;
	}
	
	table.dList_withHeader td
	{
		padding: 2px 5px;
		border-bottom: 1px solid #ccc;
	}
	
	table.dList_withHeader td.col1,
	table.dList_withHeader td.col2
	{
		padding-right: 20px;
		width: 50%;
	}
	
	table.dList_withHeader td.col1 a
	{
	}
	
	table.dList_withHeader td span.desc
	{
	}
	
	table.dList_withHeader td div.size
	{
		font-family: Arial Narrow, Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 11px;
		color: #000;
		white-space: nowrap;
	}
/* << */


/* >> Fragen und Antworten Version: rel-1-0-0 */
	/* Einstellungen fuer Gruppenkontainer */
	div.faqGrShell
	{
		margin-bottom: 15px;
	}
	
	/* Definition der Gruppentitel in der Fragenuebersicht */
	div.faqGrShell h3
	{
		margin-bottom: 3px;
	}
	
	/* Anpassungen fuer den Listenelementekontainer */
	div.faqGrShell ul
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	/* Definitionen des Listenelements */
	div.faqGrShell ul li
	{
		margin-bottom: 5px;
	}
	
	/* Einstellungen fuer den Fragekontainer in der Detailansicht*/
	div.dQShell
	{
		margin: 10px 0px 15px 0px;
		border: 1px solid #000;
		background: #dde5ee;
	}
	
	div.dQDes1,
	div.dQDes2,
	div.dQDes3,
	div.dQDes4
	{
	}
	
	/* Anpassungen des "Frage" Titels auf der Detailseite */
	div.dQShell div.prefix
	{
		padding: 5px;
		background: #a0b8cf;
		font-weight: bold;
		font-size: 16px;
	}
	
	/* Einstellungen der Detail Ansicht der Frage */
	div.dQShell div.question
	{
		padding: 5px 5px 5px 20px;
	}
/* << */


/* >> Termin uebersicht Version: rel-1-0-0 */
	div.appointmentOuterShell
	{
	}
	
	div.appointmentOuterShell div.grpShell
	{
		margin-top: 10px;
		margin-bottom: 15px;
	}
	
	div.appointmentOuterShell div.grpShell h3
	{
		font-size: 14px;
		margin: 0;
		padding: 2px 5px 2px 5px;
	}
	
	div.appointmentOuterShell div.grpShell div.item
	{
		padding: 4px 5px 4px 5px;
		border-top: 1px solid #828282;
	}
	
	div.appointmentOuterShell div.grpShell div.item div.date
	{
		float: left;
		width: 120px;
	}
	
	div.appointmentOuterShell div.grpShell div.item div.title
	{
		margin-left: 140px;
		margin-bottom: 5px;
	}
	
	div.appointmentOuterShell div.grpShell div.item div.title a,
	div.appointmentOuterShell div.grpShell div.item div.title a:link,
	div.appointmentOuterShell div.grpShell div.item div.title a:visited,
	div.appointmentOuterShell div.grpShell div.item div.title a:hover
	{
		color: #555;
	}
	
	div.appointmentOuterShell div.grpShell div.item div.desc
	{
		margin-left: 140px;
		margin-bottom: 5px;
		font-size: 11px;
	}
	
	div.appointmentOuterShell div.grpShell div.item div.img
	{
		float: right;
		margin-left: 5px;
	}
	
	div.appointmentOuterShell div.grpShell div.item div.more
	{
		margin-bottom: 8px;
	}
	
	div.appointmentOuterShell div.grpShell div.item div.more div
	{
		display: none;
		text-align: right;
	}
	
	div.appointmentOuterShell div.grpShell div.item div.more div a:link,
	div.appointmentOuterShell div.grpShell div.item div.more div a:visited,
	div.appointmentOuterShell div.grpShell div.item div.more div a:hover
	{
		background: url(img/littleTeaserArrow.gif) 0px 6px no-repeat;
		padding-left: 6px;
	}
/* << */


/* >> Full Size Media Version: rel-1-0-0 */
	/* Voll Breite Media Container */
	div.fsMediaShell
	{
	}
	
	/* Bildelement */
	div.fsMediaShell div.img
	{
	}
	
	/* Freies XHTML Element */
	div.fsMediaShell div.free
	{
	}
/* << */


/* >> Standard Listenelement Version: rel-1-0-0 */
	/* Anpassungen fuer den Listeneintragkontainer */
	div.gOvItem
	{
		margin-bottom: 12px;
	}
	
	/* Definition des Titels des Listeneintrags */
	div.gOvItem h3
	{
		margin: 0px 0px 8px 0px;
	}
	
	/* Definition des Untertitels des Listeneintrags */
	div.gOvItem h4
	{
		margin: 0px 0px 3px 0px;
	}
	
	/* Definition der Beschreibung des Listeneintrags */
	div.gOvItem div
	{
		margin: 0px;
	}
	
	div.gOvItem div.desc
	{
	}
	
	/* Definitionen fuer das Listenbild */
	div.gOvItem a img.rFloat,
	div.gOvItem img.rFloat
	{
		float: right;
		margin-left: 10px;
		margin-bottom: 5px;
	}
	
	/* Einstellungen des Listen "mehr..." Links */
	div.gOvItem div.more
	{
		clear: both;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	div.gOvItem div.more a
	{
	}
	
	/* Einstellungen des Listen "mehr..." Icons */
	div.gOvItem div.more img
	{
		display: none;
	}
/* <<  */


/* >> Linkliste Version: rel-1-0-0 */
	/* Linkliste Tabelle */
	table.llShell
	{
		margin-bottom: 20px;
	}
	
	/* Einstellungen fuer den Linklisten Titel fuer normal, besucht und bei ueberfahren mit der Maus */
	table.llShell td a,
	table.llShell td a:link, table.llShell td a:visited, table.llShell td a:hover
	{
		font-size: 13px;
	}
	
	/* Linklisten Bullet */
	table.llShell td img.bullet
	{
		width: 6px;
		height: 6px;
		margin-top: 7px;
		margin-right: 6px;
		background: #0064a8;
	}
	
	/* Anpassungen der Linkbeschreibung */
	table.llShell td.desc
	{
		font-size: 11px;
	}
/* << */


/* >> Login und Logout Element Version: rel-3-0-0 */
	/* >>>>>Quick login */
	/* Definitionen fuer den Schnelllogin- Schnelllogoutkontainer */
	div.quickLogKontainer
	{
		width: 223px;
		position: absolute;
		right: 42px;
		top: 15px;
		z-index: 4;
		text-align: right;
	}
	
	/* Einstellungen fuer das Login Formular */
	form.quicklogin
	{
		margin: 0px;
		padding: 0px;
	}
	
	/* Angaben zu den Input Formularfeldern im Quicklogin Bereich*/
	form.quicklogin table td.qlField
	{
	}
	
	form.quicklogin table td.qlText
	{
		padding-right: 13px;
	}
	
	form.quicklogin table td input.text
	{
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		width: 100%;
		border: 1px solid #68686a;
		color: #fff;
		text-align: left;
	}
	
	/* Angaben zu dem Input Button im Quicklogin Bereich*/
	form.quicklogin table td input.button
	{
		position: absolute;
		top: 25px;
		right: 0px;
		z-index: 31;
		width: 55px;
		height: 22px;
		border: 0;
		background: url(img/loginButt.png) top left no-repeat;
	}
	
	#qlUser
	{
		background: #68686a url(img/de/loginUserBgImg.gif) 3px center no-repeat;
	}
	
	#qlPassword
	{
		background: #68686a url(img/de/loginPasswordBgImg.gif) 3px center no-repeat;
	}
	
	/* >>>>Standard Login */
	div.loginForm,
	div.registrationForm
	{
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	div.loginForm table.stdFormTable,
	div.registrationForm table.stdFormTable
	{
	}
	
	div.loginForm td.stdFormContent,
	div.registrationForm td.stdFormContent
	{
		border: 0;
	}
	
	div.loginForm div.stdFormContInner,
	div.registrationForm div.stdFormContInner
	{
	}
	
	div.loginForm div.formDesc,
	div.registrationForm div.formDesc
	{
		/width: 100%;
		padding: 0px;
		margin-bottom: 5px;
	}
	
	div.loginForm div.stdFormFieldsShell,
	div.registrationForm div.stdFormFieldsShell
	{
		text-align: left;
		width: 315px;
		margin-right: auto;
	}
	
	div.loginForm table.stdFormFieldsTable,
	div.registrationForm table.stdFormFieldsTable
	{
		text-align: left;
	}
	
	/* Beschriftungen fuer den Standard Login */
	div.loginForm table.stdFormFieldsTable tr td.stdFormPrompt div,
	div.registrationForm table.stdFormFieldsTable tr td.stdFormPrompt div
	{
	}
	
	/* Angaben zu den Input Formularfeldern im Standard Login Bereich*/
	div.loginForm table.stdFormFieldsTable tr td input.input_text,
	div.registrationForm table.stdFormFieldsTable tr td input.input_text
	{
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		width: 160px;
		color: #fff;
		border: 1px solid #68686a;
		background: #68686a;
	}
	
	/* Anpassen der Login Fehlermeldung bei missgluecktem Loginversuch*/
	div.loginForm table.stdFormFieldsTable tr td div.formError span,
	div.registrationForm table.stdFormFieldsTable tr td div.formError span
	{
	}
	
	div.loginForm table.stdFormFieldsTable tr td.stdFormSubmit,
	div.registrationForm table.stdFormFieldsTable tr td.stdFormSubmit
	{
		padding-right: 10px;
	}
	
	/* Angaben zu dem Input Button im Standard Login*/
	div.loginForm table.stdFormFieldsTable tr td.stdFormSubmit input,
	div.registrationForm table.stdFormFieldsTable tr td.stdFormSubmit input
	{
		width: 55px;
		height: 22px;
		background: url(img/loginButt.png) top left no-repeat;
	}
	
	div.loginForm table.stdFormFieldsTable tr td.backButton,
	div.registrationForm table.stdFormFieldsTable tr td.backButton
	{
		display: none;
	}
	
	/* >>>>Logout */
	form.logoutFormField
	{
		margin: 0px;
		padding: 0px;
	}
	
	/* logout Tabelle */
	table.logout
	{
		width: 212px;
		margin-left: auto;
		background: url(img/logout_bg.gif) left top no-repeat;
	}
	
	/* Anpassungen fuer den Beschreibungstext im Logout Bereich */
	table.logout td div.prompt
	{
		display: none;
		font-size: 9px;
		font-weight: normal;
	}
	
	/* Formatierung des Benutzernamens im Logout Bereich.*/
	table.logout td div.user
	{
		width: 93px;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		color: #fff;
		white-space: nowrap;
		line-height: 12px;
		padding-left: 5px;
		overflow: hidden;
	}
	
	table.logout td.logoutSpc
	{
		display: none;
	}
	
	table.logout td img.block
	{
		width: 114px;
		height: 16px;
	}
	
	/* Formatierung des Buttons im Logout Bereich.*/
	table.logout td a
	{
		display: block;
		position: absolute;
		top: 49px;
		right: 0px;
		z-index: 31;
		width: 55px;
		height: 22px;
	}
	
	table.logout td a img
	{
		width: 55px;
		height: 22px;
		border: 0;
		background: url(img/logoutButt.png) top left no-repeat;
	}
/* >> */


/* >> Schriftgroessen Anpassung (FontSizeAdjust) Version: rel-1-0-0 */
	div.fontSizeAdjustCont
	{
		display: none;
		position: absolute;
		left: auto;
		right: 300px;
		top: 1px;
		z-index: 43;
	}
	
	div.fontSizeAdjustShell
	{
	}
	
	div.fontSizeAdjustShell div.inner1
	{
		width: 168px;
		padding-bottom: 3px;
	}
	
	div.fontSizeAdjustShell div.inner2
	{
		margin-left: 86px;
	}
	
	div.fontSizeAdjustShell div.item
	{
		float: left;
		width: 16px;
		height: 16px;
		margin: 0 5px;
		cursor: hand;
		cursor: pointer;
	}
	
	div.fontSizeAdjustShell div.symbol_0_pass,
	div.fontSizeAdjustShell div.symbol_1_pass,
	div.fontSizeAdjustShell div.symbol_2_pass,
	div.fontSizeAdjustShell div.symbol_0_act,
	div.fontSizeAdjustShell div.symbol_1_act,
	div.fontSizeAdjustShell div.symbol_2_act
	{
	}
	
	div.fontSizeAdjustShell div.symbol_1_pass
	{
	}

	div.fontSizeAdjustShell div.symbol_2_pass
	{
	}
	
	div.fontSizeAdjustShell div.symbol_0_act
	{
	}

	div.fontSizeAdjustShell div.symbol_1_act
	{
	}

	div.fontSizeAdjustShell div.symbol_2_act
	{
	}
/* << */


/* >> Blaetterelement Version: rel-1-0-0 */
	/* Pager Kontainer */
	div.pager
	{
	}
	
	/* Einstellungen fuer die Informationen wieviel Seiten gefunden wurden bsp. "Seite (1 / 23)" */
	div.pager table.pInfo
	{
		display: none;
	}
	
	div.pager table.pInfo td,
	div.pager table.pInfo td span
	{
		font-size: 11px;
	}
	
	/* Definition der Schriftfarbe der Tabellenzelle fuer die gefundenen Seiten */
	div.pager table.pPages td
	{
	}
	
	/* Einstellung der momentan angewaehlten Seite */
	div.pager table.pPages td span
	{
		font-weight: bold;
	}
	
	/* Anpassen der Links */
	div.pager table.pPages td a:link,
	div.pager table.pPages td a:visited,
	div.pager table.pPages td a:hover
	{
		font-size: 11px;
		vertical-align: middle;
	}
	
	div.pager table.pPages td img
	{
		display: none;
	}
	
	/*  Anpassungen fuer den linken Pager Pfeil aktiv und passiv*/
	div.pager table.pPages td a img.firstAct
	{
		height: 9px;
		width: 8px;
		background: url(img/pager_firstPage_act.gif) center left no-repeat;
		margin: 0px 4px 0px 0px;
		border: 0px;
	}
	
	div.pager table.pPages td img.firstPass
	{
		height: 9px;
		width: 8px;
		margin: 0px 4px 0px 0px;
		background: url(img/pager_firstPage_pass.gif) center left no-repeat;
		border: 0px;
	}
	
	/* Anpassungen fuer den halb linken Pager Pfeil aktiv und passiv */
	div.pager table.pPages td a img.prevAct
	{
		height: 9px;
		width: 5px;
		margin: 0px 2px 0px 0px;
		background: url(img/pager_prevPage_act.gif) center left no-repeat;
		border: 0px;
	}
	
	div.pager table.pPages td img.prevPass
	{
		height: 9px;
		width: 5px;
		margin: 0px 2px 0px 0px;
		background: url(img/pager_prevPage_pass.gif) center left no-repeat;
		border: 0px;
	}
	
	/* Anpassungen fuer den halb rechten Pager Pfeil aktiv und passiv */
	div.pager table.pPages td a img.nextAct
	{
		height: 9px;
		width: 5px;
		margin: 0px 0px 0px 2px;
		background: url(img/pager_nextPage_act.gif) center right no-repeat;
		border: 0px;
	}
	
	div.pager table.pPages td img.nextPass
	{
		height: 9px;
		width: 5px;
		margin: 0px 0px 0px 2px;
		background: url(img/pager_nextPage_pass.gif) center right no-repeat;
		border: 0px;
	}
	
	/* Anpassungen fuer den rechten Pager Pfeil aktiv und passiv */
	div.pager table.pPages td a img.lastAct
	{
		height: 9px;
		width: 8px;
		margin: 0px 0px 0px 4px;
		background: url(img/pager_lastPage_act.gif) center right no-repeat;
		border: 0px;
	}
	
	div.pager table.pPages td img.lastPass
	{
		height: 9px;
		width: 8px;
		margin: 0px 0px 0px 4px;
		background: url(img/pager_lastPage_pass.gif) center right no-repeat;
		border: 0px;
	}
	
	/* Anpassungen fuer das Pager Trennelement */
	div.pager table.pPages td img.sep
	{
		display: block;
		height: 4px;
		width: 7px;
		border: 0px;
	}
/* << */


/* >> Blaetterelement fuer Dokumentunterteilung Version: rel-1-0-0 */
	div.topContentPager
	{
	}
	
	div.bottomContentPager
	{
	}
	
	div.contPagerShell
	{
		margin-bottom: 10px;
	}
	
	div.contPagerShell div.outDes1
	{
		padding: 2px 5px 2px 5px;
	}
	
	div.contPagerShell div.outDes2
	{
		text-align: center;
	}
	
	div.contPagerShell div.outDes2 table
	{
		margin-left: auto;
		margin-right: auto;
	}
	
	div.contPagerShell div.outDes2 table td
	{
	}
	
	div.contPagerShell div.outDes2 table td div.des1
	{
	}
	
	div.contPagerShell div.outDes2 table td div.des2
	{
	}
	
	/* Links des normalen pagers */
	div.contPagerShell div.outDes2 table td div.here,
	div.contPagerShell div.outDes2 table td a:link,
	div.contPagerShell div.outDes2 table td a:visited,
	div.contPagerShell div.outDes2 table td a:hover
	{
		display: block;
		font-size: 11px;
		line-height: 12px;
		font-weight: normal;
		text-decoration: none;
	}
	
	div.contPagerShell div.outDes2 table td a:hover
	{
	}
	
	div.contPagerShell div.outDes2 table td div.here
	{
		font-size: 13px;
		color: #555;
		font-weight: bold;
	}
	
	div.contPagerShell div.outDes2 table td div.spc
	{
		display: block;
		width: 7px;
		height: 10px;
	}
	
	/* Anordnung der simplen Bildpagerelemente */
	div.smpContPagerShell
	{
		/width: 100%;
		margin-bottom: 10px;
	}

	div.smpContPagerShell div.outDes1
	{
	}

	div.smpContPagerShell div.outDes2
	{
		/width: 100%;
		margin: 2px 5px 2px 5px;
		text-align: right;
	}

	div.smpContPagerShell div.outDes2 table.outer
	{
		margin-left: auto;
	}

	div.smpContPagerShell div.outDes2 table.outer td.left
	{
		text-align: left;
	}
	
	div.smpContPagerShell div.outDes2 table.outer td.right
	{
		text-align: right;
	}

	div.smpContPagerShell div.outDes2 table.outer td.left div.d1_left,
	div.smpContPagerShell div.outDes2 table.outer td.right div.d1_right
	{
	}

	div.smpContPagerShell div.outDes2 table.outer td.left div.d2_left,
	div.smpContPagerShell div.outDes2 table.outer td.right div.d2_right
	{
	}
	
	div.smpContPagerShell div.outDes2 table.outer td.sep
	{
		width: 1px;
	}

	table.pElOuter_left,
	table.pElOuter_right
	{
	}
	
	table.pElOuter_right
	{
		margin-left: auto;
	}
	
	table.pElOuter_left td.spcL,
	table.pElOuter_left td.spcR,
	table.pElOuter_right td.spcL,
	table.pElOuter_right td.spcR
	{
	}
	
	table.pElOuter_left td.spcR img,
	table.pElOuter_right td.spcL img
	{
		width: 3px;
	}
	
	table.pElOuter_left td.spcL img,
	table.pElOuter_left td.spcR img,
	table.pElOuter_right td.spcL img,
	table.pElOuter_right td.spcR img
	{
	}
	
	/* Links des simplen Bildpagerelements */
	table.pElOuter_left td.pEl div.noLink img,
	table.pElOuter_right td.pEl div.noLink img,
	table.pElOuter_left td.pEl a:link img,
	table.pElOuter_left td.pEl a:visited img,
	table.pElOuter_left td.pEl a:hover img,
	table.pElOuter_right td.pEl a:link img,
	table.pElOuter_right td.pEl a:visited img,
	table.pElOuter_right td.pEl a:hover img
	{
		height: 23px;
		width: 25px;
		background-image: url(img/pager_smp.png);
		background-position: left top;
		background-repeat: no-repeat;
		border: none;
	}
	
	table.pElOuter_left td.pEl a:link img,
	table.pElOuter_left td.pEl a:visited img,
	table.pElOuter_left td.pEl a:hover img
	{
		background-position: 0px 0px;
	}

	table.pElOuter_right td.pEl a:link img,
	table.pElOuter_right td.pEl a:visited img,
	table.pElOuter_right td.pEl a:hover img
	{
		background-position: -25px 0px;
	}
	
	table.pElOuter_left td.pEl div.noLink img
	{
		background-position: 0px -23px;
	}
	
	table.pElOuter_right td.pEl div.noLink img
	{
		background-position: -25px -23px;
	}

	/* Anordnung der simplen Textpagerelemente */
	div.smpTxtContPagerShell
	{
		/width: 100%;
		margin-bottom: 10px;
	}

	div.smpTxtContPagerShell div.outDes1
	{
		padding: 2px 5px 2px 5px;
	}

	div.smpTxtContPagerShell div.outDes2
	{
		/width: 100%;
		text-align: right;
	}

	div.smpTxtContPagerShell div.outDes2 table.outer
	{
		margin-left: auto;
	}

	div.smpTxtContPagerShell div.outDes2 table.outer td.left
	{
		text-align: left;
	}
	
	div.smpTxtContPagerShell div.outDes2 table.outer td.right
	{
		text-align: right;
	}

	div.smpTxtContPagerShell div.outDes2 table.outer td.left div.d1_left,
	div.smpTxtContPagerShell div.outDes2 table.outer td.right div.d1_right
	{
	}

	div.smpTxtContPagerShell div.outDes2 table.outer td.left div.d2_left,
	div.smpTxtContPagerShell div.outDes2 table.outer td.right div.d2_right
	{
	}

	div.smpTxtContPagerShell div.outDes2 table.outer td.sep
	{
		width: 1px;
		background: #333;
	}

	table.pTxtElOuter_left,
	table.pTxtElOuter_right
	{
	}
	
	table.pTxtElOuter_right
	{
		margin-left: auto;
	}
	
	table.pTxtElOuter_left td.spcL,
	table.pTxtElOuter_left td.spcR,
	table.pTxtElOuter_right td.spcL,
	table.pTxtElOuter_right td.spcR
	{
	}
	
	table.pTxtElOuter_left td.spcR img,
	table.pTxtElOuter_right td.spcL img
	{
		width: 10px;
	}
	
	table.pTxtElOuter_left td.spcL img,
	table.pTxtElOuter_left td.spcR img,
	table.pTxtElOuter_right td.spcL img,
	table.pTxtElOuter_right td.spcR img
	{
	}
	
	/* Links des simplen Textpagerelements */
	table.pTxtElOuter_left td.pEl div.noLink,
	table.pTxtElOuter_right td.pEl div.noLink,
	table.pTxtElOuter_left td.pEl a:link,
	table.pTxtElOuter_left td.pEl a:visited,
	table.pTxtElOuter_left td.pEl a:hover,
	table.pTxtElOuter_right td.pEl a:link,
	table.pTxtElOuter_right td.pEl a:visited,
	table.pTxtElOuter_right td.pEl a:hover
	{
		display: block;
		font-size: 12px;
		border: none;
	}
	
	table.pTxtElOuter_left td.pEl div.noLink,
	table.pTxtElOuter_left td.pEl a:link,
	table.pTxtElOuter_left td.pEl a:visited,
	table.pTxtElOuter_left td.pEl a:hover
	{
		padding-left: 20px;
		background: url(img/pager_smpTxt_l_act.png) 0 1px no-repeat;
	}

	table.pTxtElOuter_right td.pEl div.noLink,
	table.pTxtElOuter_right td.pEl a:link,
	table.pTxtElOuter_right td.pEl a:visited,
	table.pTxtElOuter_right td.pEl a:hover
	{
		padding-right: 20px;
		background: url(img/pager_smpTxt_r_act.png) right 1px no-repeat;
	}
	
	table.pTxtElOuter_left td.pEl div.noLink
	{
		background-image: url(img/pager_smpTxt_l_pass.png);
		color: #ccc;
	}
	
	table.pTxtElOuter_right td.pEl div.noLink
	{
		background-image: url(img/pager_smpTxt_r_pass.png);
		color: #ccc;
	}
/* << */


/* >> Absaetze im Panel Modus Version: rel-1-1-0 */
	/* Panel Titelkontainer */
	div.panelTitle,
	table.footer td div.panelTitle
	{
		/width: 100%;
	}
	
	/* Panel Titlekontainer im Footerbereich */
	table.footer td div.panelTitle
	{
	}
	
	/* Panel Titel */
	div.panelTitle h3,
	table.footer td div.panelTitle h3
	{
		color: #0064a8;
	}
	
	/* Panel Titel im Footerbereich*/
	table.footer td div.panelTitle h3
	{
		font-size: 11px;
	}
	
	/* Enstellungen fuer den Panelkontainer */
	div.panelOuter,
	table.footer td div.panelOuter
	{
		/width: 100%;
		margin-bottom: 12px;
	}
	
	/* Enstellungen fuer den Panelkontainer im Footerbereich*/
	table.footer td div.panelOuter
	{
	}
	
	/* Einstellungen fuer die Zentriertbild-Kontainer oben*/
	div.panelOuter div.paraCeTopImgOuter,
	table.footer td div.panelOuter div.paraCeTopImgOuter
	{
	}
	
	div.panelOuter div.paraCeTopImgOuter div.outerD1,
	table.footer td div.panelOuter div.paraCeTopImgOuter div.outerD1
	{
	}
	
	div.panelOuter div.paraCeTopImgOuter div.outerD2,
	table.footer td div.panelOuter div.paraCeTopImgOuter div.outerD2
	{
	}
	
	/* Einstellungen fuer den Inhaltskontainer */
	div.panelOuter div.desOut1 div.des1
	{
	}

	div.panelOuter div.desOut1 div.des2
	{
	}

	div.panelOuter div.desOut1 div.des2 div.cont,
	table.footer td div.panelOuter div.desOut1 div.des2 div.cont
	{
		/width: 100%;
	}
	
	/* Einstellungen fuer den Inhaltskontainer im Footerbereich*/
	table.footer td div.panelOuter div.desOut1 div.des2 div.cont
	{
	}
	
	/* Design Panel Titelkontainer */
	div.designTitle,
	table.footer td div.designTitle
	{
		/width: 100%;
		padding-bottom: 2px;
	}
	
	/* Design Panel Titelkontainer im Footerbereich*/
	table.footer td div.designTitle
	{
	}
	
	/* Design Panel Titel */
	div.designTitle h3,
	table.footer td div.designTitle h3
	{
		font-size: 14px;
		margin: 0px;
	}
	
	/* Design Panel Titel im Footerbereich*/
	table.footer td div.designTitle h3
	{
		font-size: 11px;
	}
	
	/* Enstellungen fuer den Design Panelkontainer */
	div.desPanelOuter,
	table.footer td div.desPanelOuter
	{
		/width: 100%;
		border: 1px solid #e73e99;
		padding: 8px;
		margin-bottom: 12px;
	}
	
	/* Enstellungen fuer den Design Panelkontainer im Footerbereich*/
	table.footer td div.desPanelOuter
	{
	}
	
	/* Einstellungen fuer die Design panel Zentriertbild-Kontainer oben*/
	div.desPanelOuter div.paraCeTopImgOuter,
	table.footer td div.desPanelOuter div.paraCeTopImgOuter
	{
	}
	
	div.desPanelOuter div.paraCeTopImgOuter div.outerD1,
	table.footer td div.desPanelOuter div.paraCeTopImgOuter div.outerD1
	{
	}
	
	div.desPanelOuter div.paraCeTopImgOuter div.outerD2,
	table.footer td div.desPanelOuter div.paraCeTopImgOuter div.outerD2
	{
	}
	
	/* Einstellungen fuer den Inhaltskontainer */
	div.desPanelOuter div.desOut1 div.des1
	{
	}

	div.desPanelOuter div.desOut1 div.des2
	{
	}
	
	/*  Einstellungen fuer den Design Inhaltskontainer  */
	div.desPanelOuter div.desOut1 div.des2 div.cont,
	table.footer td div.desPanelOuter div.desOut1 div.des2 div.cont
	{
		/width: 100%;
	}
	
	/*  Einstellungen fuer den Design Inhaltskontainer  im Footerbereich*/
	table.footer td div.desPanelOuter div.desOut1 div.des2 div.cont
	{
	}
/* << */


/* >> Absaetze Normal Version: rel-1-0-0 */
	/* Absatz Titel */
	h3.paraTitle,
	table.footer td h3.paraTitle
	{
		color: #0064a8;
		display: block;
		font-style: normal;
		padding-top: 6px;
		margin-bottom: 5px;
	}
	
	/* Absatz Titel im Footerbereich*/
	table.footer td h3.paraTitle
	{
		font-size: 11px;
		padding-top: 3px;
		margin-bottom: 2px;
	}
	
	/* Definition Absatz Untertitel */
	h4.paraSubtitle
	{
		margin: 2px 0px 5px 0px;
	}
	
	/* Definition Absatz Untertitel im Footerbereich*/
	table.footer td h4.paraSubtitle
	{
		font-weight: bold;
		font-size: 11px;
		margin: 2px 0px 2px 0px;
	}
/* << */


/* >> Allgemeine Absatz und Panel Definitionen Version: rel-1-1-1 */
	/* Einstellungen Absatz Inhalt */
	table.contentTable td.contentColumn p,
	table.contentTable td.contentColumn p.paraEl
	{
		margin: 0px;
		margin-bottom: 10px;
	}
	
	/* Einstellungen Absatz Inhalt im Footerbereich*/
	table.footer td p,
	table.footer td p.paraEl
	{
		margin: 0px;
		margin-bottom: 5px;
	}
	
	/* Einstellungen der Bild und Content ausrichtung */
	div.paraImgOuter,
	div.paraImgOuterL,
	div.paraImgOuterR,
	div.paraFxImgOuter
	{
		padding-top: 2px;
		margin-bottom: 3px;
	}
	
	/* Fuer Bild zu Textabstand bei links und rechts umfliessend */
	div.paraImgOuterL
	{
		padding-right: 8px;
	}
	
	div.paraImgOuterR
	{
		padding-left: 8px;
	}
	
	div.paraContOuter,
	div.paraContOuterL,
	div.paraContOuterR
	{
	}
	
	/* Bild zu Textabstand bei rechts und links freibleibend*/
	div.paraContOuterL
	{
		padding-left: 8px;
	}
	
	div.paraContOuterR
	{
		padding-right: 8px;
	}
	
	/* Innerer Bild Container  */
	div.paraImgInner
	{
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Bild zu Text im zentrierten Modus */
	div.paraCeImgOuter,
	div.paraCeTopImgOuter
	{
		text-align: center;
	}
	
	/* Definition Bilduntertext */
	div.paraImgInner div.sT
	{
		margin-top: 2px;
		margin-bottom: 3px;
		font-size: 11px;
		text-align: left;
	}
	
	/* Definition Bilduntertext im Footerbereich */
	table.footer td div.paraImgInner div.sT
	{
		margin-top: 1px;
		margin-bottom: 2px;
		font-size: 10px;
		text-align: left;
	}
	
	/* Einstellungen fuer den Absatz  "mehr..." Link */
	div.paraSublinkShell
	{
		text-align: right;
		margin-bottom: 5px;
	}
	
	/* Absatz Sublink */
	div.paraSublinkShell a
	{
		background: url(img/paragraphArrow.gif) 100% 6px no-repeat;
		padding-right: 22px;
	}
	
	div.paraSublinkShell span.sL
	{
	}
	
	/* Einstellungen fuer den Absatz  "mehr..." Link im Footerbereich */
	table.footer td div.paraSublinkShell
	{
	}
	
	table.footer td div.paraSublinkShell span.sL
	{
	}
	
	/* Einstellungen der Absatz und Panel "mehr.." Link Icons */
	div.paraSublinkShell img
	{
		display: none;
		width: 8px;
		height: 14px;
		vertical-align: text-top;
		border: 0px;
	}
	
	/* Einstellungen der Absatz und Panel "mehr.." Link Icons im Footerbereich */
	table.footer td div.paraSublinkShell img
	{
		display: none;
	}
/* << */


/* >>Panel with Product Table Version: rel-1-0-0 */
	/* Enstellungen fuer den Panelkontainer */
	div.panelProductOuter
	{
		margin: 0px 0px 20px 0px;
		/width: 100%;
	}

	/* Panel Titelkontainer */
	div.panelProductOuter div.panelTitle
	{
		/width: 100%;
		border-bottom: 0;
	}
	
	/* Panel Titel */
	div.panelProductOuter div.panelTitle h3
	{
		margin: 0px;
	}
	
	/* Einstellungen fuer den Inhaltskontainer */
	div.panelProductOuter div.desOut1 div.des1
	{
		border: 1px solid #AFB0B2;
	}

	div.panelProductOuter div.desOut1 div.des2
	{
	}

	div.panelProductOuter div.desOut1 div.des2 div.cont
	{
		padding: 5px 5px 5px 5px;
	}
	
	/* Einstellungen fuer XHTML-Feld */
	div.panelProductOuter div.paragraphProductDataRow
	{
		/width: 100%;
		padding: 5px 15px 5px 9px;
		background-color: #ddd;
	}

	div.panelProductOuter form
	{
		margin: 0;
		padding: 0;
	}
	
	/* Einstellungen fuer Preis Tabelle */
	div.panelProductOuter table.priceTable
	{
		height: 19px;
		font-size: 8px;
		background: #72739A;
	}

	div.panelProductOuter table.priceTable td.amountCol,
	div.panelProductOuter table.priceTable td.amountCol input,
	div.panelProductOuter table.priceTable td.pricePrompt,
	div.panelProductOuter table.priceTable td.buttonProductLinkShell,
	div.panelProductOuter table.priceTable td.buttonProductLinkShell input
	{
		white-space: nowrap;
		font-size: 12px;
	}
	
	/* Einstellungen fuer Menge */
	div.panelProductOuter table.priceTable td.amountCol
	{
		padding: 1px 5px 0px 10px;
		color: #fff;
	}

	div.panelProductOuter table.priceTable td.amountCol input
	{
		width: 20px;
		font-size: 8px;
		margin: 0px 0px 2px 5px;
		padding: 1px 2px 1px 2px;
		border: 1px solid #ccc;
	}
	
	/* Einstellungen fuer Preis */
	div.panelProductOuter table.priceTable td.pricePrompt
	{
		color: #fff;
		padding-right: 5px;
	}
	
	div.panelProductOuter table.priceTable td.price
	{
		width: 100%;
		margin: 0;
	}
	
	div.panelProductOuter table.priceTable td.price div
	{
		padding: 6px 0px 5px 0px;
		text-align: left;
		background: #fff;
	}
	
	div.panelProductOuter table.priceTable td.price div span
	{
		padding-left: 5px;
		margin-right: 10px;
		font-size: 10px;
		line-height: 10px;
		font-weight: bold;
		color: #000;
	}
	
	/* Einstellungen fuer Button */
	div.panelProductOuter table.priceTable td.buttonProductLinkShell
	{
		padding-left: 1px;
		padding-right: 1px;
	}
	
	div.panelProductOuter table.priceTable td.buttonProductLinkShell div
	{
		/width: 100%;
		padding: 0px 0px 1px 0px;
	}
	
	div.panelProductOuter table.priceTable td.buttonProductLinkShell input
	{
		width: 115px;
		height: 21px;
		margin: 0;
		padding: 0px 3px 1px 25px;
		color: #000;
		font-size: 11px;
		line-height: 9px;
		border: 1px solid #fff;
		cursor: pointer;
		cursor: hand;
		background: #fff url(img/productRecomButton.gif) left center no-repeat;
	}
/* << */


/* >> Standard Suche Version: rel-1-0-0 */
	/* Standard Suchfeld Einstellungen */
	table.stdSearch td input.text
	{
		font-size: 13px;
		width: 300px;
	}
	
	/* Standard Suche Button Einstellungen */
	table.stdSearch td input.button
	{
		cursor: pointer;
		/cursor: hand;
	}
	
	/* Suche Formulareinstellungen */
	table.stdSearch form
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	/* Einstellungen fuer die farbige Hinterlegung im Suchergebnis */
	span.searchResult
	{
		padding: 0px 2px 0px 2px;
		text-decoration: underline;
	}
/* << */


/* >> Empfehlung versenden Version: rel-1-0-0 */
	/* Empfehlung versenden Tabelle */
	table.recomShell
	{
	}
	
	/* Anpassungen des Formulars */
	table.recomShell form
	{
		padding: 0px;
		margin: 0px;
	}
	
	/* Einstellungen fuer die Fehlermeldungen bei unkorrektem Ausfuellen der Formularelemente */
	table.recomShell td ul li
	{
		font-weight: bold;
		font-size: 11px;
		color: darkred;
		margin: 3px 0px 3px 0px;
	}
	
	/* Anpassungen der Formular Tabellenspalten */
	table.recomShell td form table td
	{
		padding: 1px 8px 1px 8px;
	}
	
	/* Anpassungen der Formularelemente */
	table.recomShell td form table td input.text,
	table.recomShell td form table td textarea
	{
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		width: 100%;
		margin-bottom: 5px;
		padding-left: 1px;
		padding-right: 1px;
		background: #888;
		color: #fff;
		border: 0 none;
	}
	
	table.recomShell td form table td textarea
	{
		overflow: auto;
	}
	
	/* Einstellungen fuer die Input Formularelemente */
	table.recomShell td form table td input.button
	{
		font-size: 11px;
		margin-bottom: 8px;
		cursor: pointer;
		/cursor: hand;
	}
	
	/* Angaben zum Kontainer der Sendebestaetigung */
	div.recomSuccess
	{
		font-weight: bold;
		font-size: 13px;
		color: #333;
		margin: 10px 0px 10px 0px;
	}
	
	/* Einstellungen fuer den Kontainer der Nutzungsbedingungen */
	table.recomShell td div.policy
	{
		font-size: 11px;
		color: #333;
		margin: 10px 0px 10px 0px;
	}
	
	/* Anpassungen der Tabellenzelle des Paneltitels */
	table.recomShell td form table td.title
	{
		font-weight: bold;
		color: #0064a8;
		padding: 1px 4px 1px 4px;
	}
	
	/* Definitionen fuer die Paneltabelle */
	table.recomShell td form table
	{
	}
	
	/* Angaben zu den Tabellenzellen der Feldbezeichner der Formularfelder */
	table.recomShell td form table td.prompt
	{
		font-size: 13px;
		font-weight: normal;
	}
	
	table.recomShell td form table td.prompt b
	{
		font-weight: normal;
	}
	
	/* Angaben zu den Feldbezeichnern der Formularfelder */
	table.recomShell td form table td.prompt span
	{
		font-size: 11px;
	}
/* << */


/* >> Trenner fuer Content Elemente Version: rel-1-0-0 */
	/* Trennelement Container */
	div.separatorShell
	{
		margin-top: 7px;
		margin-bottom: 15px;
		background-color: #888890;
	}
	
	/* Trennelement Abstandshalter */
	div.separatorShell img
	{
	}

	/* Sepline für händische Einpflege und Ausrichtung im News Bereich*/
	div.separatorShellcostum {
		background-color:#888890;
		margin-bottom:3px;
		margin-top:3px;
	}

	div.seperatorCustom {
		margin-top:-5px;
	}

	div.deco_2 {
		background:transparent url(img/sepLine.png) no-repeat scroll 20px 0;
		padding-bottom:10px;
		padding-top:30px;
		text-align:left;
	}
/* << */


/* >> Seitenstruktur Version: rel-1-0-0 */
	/*Angaben zur Navigationshuelle.
		Je Ebene haben Sie die Moeglichkeit den Ebenenhintergrund zu veraendern.*/
	div.smNavCHS_0,
	div.smNavCHS_1,
	div.smNavCHS_2,
	div.smNavCHS_3,
	div.smNavCHS_4,
	div.smNavCHS_5
	{
		margin-left: 10px;
	}
	
	/* Angaben zur Navigationsknotenhuelle */
	div.smNavNS_0
	{
		padding-left: 10px;
	}
	
	div.smNavNS_0,
	div.smNavNS_1,
	div.smNavNS_2,
	div.smNavNS_3
	{
	}
	
	/* Benutzen Sie folgende Klassen um die aeussere Huelle der Navigationslinks zu veraendern.*/
	div.smNavEl_0_normal, div.smNavEl_0_inPath, div.smNavEl_0_here,
	div.smNavEl_1_normal, div.smNavEl_1_inPath, div.smNavEl_1_here,
	div.smNavEl_2_normal, div.smNavEl_2_inPath, div.smNavEl_2_here,
	div.smNavEl_3_normal, div.smNavEl_3_inPath, div.smNavEl_3_here
	{
	}
	
	/* Um Bullets vor die Navigationslinks zu Platzieren benutzen Sie die folgenden Klassen*/
	div.smNavEl_0_normal div.outer,
	div.smNavEl_0_inPath div.outer,
	div.smNavEl_0_here div.outer,
	div.smNavEl_1_normal div.outer,
	div.smNavEl_1_inPath div.outer,
	div.smNavEl_1_here div.outer,
	div.smNavEl_2_normal div.outer,
	div.smNavEl_2_inPath div.outer,
	div.smNavEl_2_here div.outer,
	div.smNavEl_3_normal div.outer,
	div.smNavEl_3_inPath div.outer,
	div.smNavEl_3_here div.outer
	{
	}
	
	div.smNavEl_0_inPath div.outer,
	div.smNavEl_0_here div.outer,
	div.smNavEl_1_inPath div.outer,
	div.smNavEl_1_here div.outer,
	div.smNavEl_2_inPath div.outer,
	div.smNavEl_2_here div.outer,
	div.smNavEl_3_inPath div.outer,
	div.smNavEl_3_here div.outer
	{
	}
	
	div.smNavEl_0_normal span.inner, div.smNavEl_0_inPath span.inner, div.smNavEl_0_here span.inner,
	div.smNavEl_1_normal span.inner, div.smNavEl_1_inPath span.inner, div.smNavEl_1_here span.inner,
	div.smNavEl_2_normal span.inner, div.smNavEl_2_inPath span.inner, div.smNavEl_2_here span.inner,
	div.smNavEl_3_normal span.inner, div.smNavEl_3_inPath span.inner, div.smNavEl_3_here span.inner
	{
	}

	/* Ebene 0 */
	div.smNavEl_0_here div.noLink,
	div.smNavEl_0_normal a,
	div.smNavEl_0_normal a:link, div.smNavEl_0_normal a:visited, div.smNavEl_0_normal a:hover,
	div.smNavEl_0_inPath a,
	div.smNavEl_0_inPath a:link, div.smNavEl_0_inPath a:visited, div.smNavEl_0_inPath a:hover
	{
		display: block;
		font-weight: bold;
		font-size: 13px;
	}
	
	div.smNavEl_0_normal a:hover, div.smNavEl_0_inPath a:hover
	{
	}
	
	div.smNavEl_0_here div.noLink
	{
	}
	
	/* Ebene 1 */
	div.smNavEl_1_here div.noLink,
	div.smNavEl_1_normal a,
	div.smNavEl_1_normal a:link, div.smNavEl_1_normal a:visited, div.smNavEl_1_normal a:hover,
	div.smNavEl_1_inPath a,
	div.smNavEl_1_inPath a:link, div.smNavEl_1_inPath a:visited, div.smNavEl_1_inPath a:hover
	{
		display: block;
		font-weight: bold;
		font-size: 13px;
	}
	
	div.smNavEl_1_normal a:hover, div.smNavEl_1_inPath a:hover
	{
	}
	
	div.smNavEl_1_here div.noLink
	{
	}
	
	/* Ebene 2 */
	div.smNavEl_2_here div.noLink,
	div.smNavEl_2_normal a,
	div.smNavEl_2_normal a:link, div.smNavEl_2_normal a:visited, div.smNavEl_2_normal a:hover,
	div.smNavEl_2_inPath a,
	div.smNavEl_2_inPath a:link, div.smNavEl_2_inPath a:visited, div.smNavEl_2_inPath a:hover
	{
		display: block;
		font-size: 12px;
	}
	
	div.smNavEl_2_normal a:hover, div.smNavEl_2_inPath a:hover
	{
	}
	
	div.smNavEl_2_here div.noLink
	{
	}
	
	/* Ebene 3 */
	div.smNavEl_3_here div.noLink,
	div.smNavEl_3_normal a,
	div.smNavEl_3_normal a:link, div.smNavEl_3_normal a:visited, div.smNavEl_3_normal a:hover,
	div.smNavEl_3_inPath a,
	div.smNavEl_3_inPath a:link, div.smNavEl_3_inPath a:visited, div.smNavEl_3_inPath a:hover
	{
		display: block;
		font-size: 11px;
	}
	
	div.smNavEl_3_normal a:hover, div.smNavEl_3_inPath a:hover
	{
	}
	
	div.smNavEl_3_here div.noLink
	{
	}
	
	/* Ebene 4 */
	div.smNavEl_4_here div.noLink,
	div.smNavEl_4_normal a,
	div.smNavEl_4_normal a:link, div.smNavEl_4_normal a:visited, div.smNavEl_4_normal a:hover,
	div.smNavEl_4_inPath a,
	div.smNavEl_4_inPath a:link, div.smNavEl_4_inPath a:visited, div.smNavEl_4_inPath a:hover
	{
		display: block;
		font-size: 11px;
	}
	
	div.smNavEl_4_normal a:hover, div.smNavEl_4_inPath a:hover
	{
	}
	
	div.smNavEl_4_here div.noLink
	{
	}
	
	/* Ebene 5 */
	div.smNavEl_5_here div.noLink,
	div.smNavEl_5_normal a,
	div.smNavEl_5_normal a:link, div.smNavEl_5_normal a:visited, div.smNavEl_5_normal a:hover,
	div.smNavEl_5_inPath a,
	div.smNavEl_5_inPath a:link, div.smNavEl_5_inPath a:visited, div.smNavEl_5_inPath a:hover
	{
		display: block;
		font-size: 11px;
	}
	
	div.smNavEl_5_normal a:hover, div.smNavEl_5_inPath a:hover
	{
	}
	
	div.smNavEl_5_here div.noLink
	{
	}
/* << */


/* >> Seitentitelelement Version: rel-1-0-0 */
	/*  Aeussere Elemethuelle */
	div.titlesShell
	{
		margin-bottom: 10px;
	}
	
	/* Links ausgerichtete Bildspalte */
	div.titlesShell table td.imgL
	{
		padding-right: 10px;
		vertical-align: bottom;
	}
	
	/* Links ausgerichtetes Bild */
	div.titlesShell table td.imgL div.img
	{
	}
	
	/* Rechts ausgerichtete Bildspalte */
	div.titlesShell table td.imgR
	{
		padding-left: 10px;
		vertical-align: bottom;
	}
	
	/* Rechts ausgerichtetes Bild */
	div.titlesShell table td.imgR div.img
	{
	}
	
	/* Linke Titelspalte */
	div.titlesShell table td.titlesL
	{
		vertical-align: bottom;
	}
	
	/* Rechte Titelspalte */
	div.titlesShell table td.titlesR
	{
		vertical-align: bottom;
	}
/* << */


/* >> Umfragen Uebersicht Version: rel-1-0-0 */
	/* Umfrage Tabelle */
	table.surveyOvShell
	{
	}
	
	/* Definition der Frage auf der Uebersichtsseite */
	table.surveyOvShell td div span.question
	{
		font-size: 13px;
		font-weight: bold;
	}
	
	/* Einstellungen fuer den Hinweis ueber das Ende der Umfrage */
	table.surveyOvShell td div span.date
	{
		font-size: 10px;
	}
	
	/* Umfrage Beschreibung  */
	table.surveyOvShell td div.desc
	{
	}
/* << */


/* >> Umfragen Detail Version: rel-1-0-0 */
	/* Umfrage Formular */
	form.surveyForm
	{
	}
	
	/* Anpassungen fuer die Tabellenzelle der Detailfrage */
	form.surveyForm td.question
	{
		font-weight: bold;
	}
	
	/* Einstellungen der Tabellenzelle fuer das Ende der Umfrage */
	form.surveyForm td.date
	{
		font-size: 10px;
	}
	
	/* Versenden Button */
	form.surveyForm td input.button
	{
		cursor: pointer;
		/cursor: hand;
	}
	
	/* Ergebnistabelle */
	table.surveyResult
	{
	}
	
	/*  Frage auf der Ergebnisseite */
	table.surveyResult td.question
	{
		font-weight: bold;
	}
	
	/* Einstellungen fuer den Hinweis ueber das Ende der Umfrage */
	table.surveyResult td.date
	{
		padding-top: 10px;
		font-size: 10px;
	}
	
	/* Anpassen des Teilnehmerzusatz */
	table.surveyResult td.participants
	{
	}
	
	/* Anpassungen der Grafik fuer den Ergebnissbalken */
	table.surveyResult td div.gfx
	{
		border-left: 1px solid #ffeea8;
		border-top: 1px solid #ffeea8;
		border-right: 1px solid #6a5503;
		border-bottom: 1px solid #6a5503;
		background: #f90 url(img/surveyGraphic.gif) repeat-x;
	}
	
	/* Anpassungen des Hintergrunds fuer den Ergebnissbalken */
	table.surveyResult td.gfxBg
	{
		background: #efefef;
		border: 1px inset #ccc;
		width: auto;
	}
/* << */


/* >> javascript RSS Element Version: rel-1-0-0 */
	div.jsRssElementContainer,
	td.leftBorderCol div.jsRssElementContainer,
	td.rightBorderCol div.jsRssElementContainer
	{
	}
	
	div.jsRssElementContainer div.item,
	td.leftBorderCol div.jsRssElementContainer div.item,
	td.rightBorderCol div.jsRssElementContainer div.item
	{
	}
	
	div.jsRssElementContainer div.odd,
	td.leftBorderCol div.jsRssElementContainer div.odd,
	td.rightBorderCol div.jsRssElementContainer div.odd
	{
		padding: 3px;
		background: #efefef;
	}

	div.jsRssElementContainer div.rssElementPubDate,
	td.leftBorderCol div.jsRssElementContainer div.rssElementPubDate,
	td.rightBorderCol div.jsRssElementContainer div.rssElementPubDate
	{
		font-size: 11px;
		margin-top: 5px;
		margin-bottom: 2px;
	}
	
	div.jsRssElementContainer div.rssElementTitle h3,
	td.leftBorderCol div.jsRssElementContainer div.rssElementTitle h3,
	td.rightBorderCol div.jsRssElementContainer div.rssElementTitle h3
	{
		font-size: 12px;
		margin: 3;
		margin-bottom: 2px;
	}

	td.leftBorderCol div.jsRssElementContainer div.rssElementTitle h3,
	td.rightBorderCol div.jsRssElementContainer div.rssElementTitle h3
	{
		font-size: 11px;
		margin-bottom: 2px;
	}
	
	div.jsRssElementContainer div.rssElementDesc,
	td.leftBorderCol div.jsRssElementContainer div.rssElementDesc,
	td.rightBorderCol div.jsRssElementContainer div.rssElementDesc
	{
		margin: 0;
		margin-bottom: 10px;
	}
	
	div.jsRssElementContainer div.rssElementDesc *,
	td.leftBorderCol div.jsRssElementContainer div.rssElementDesc *,
	td.rightBorderCol div.jsRssElementContainer div.rssElementDesc *
	{
		font-size: 12px;
	}

	td.leftBorderCol div.jsRssElementContainer div.rssElementDesc *,
	td.rightBorderCol div.jsRssElementContainer div.rssElementDesc *
	{
		font-size: 11px;
	}
/* << */


/* >> Lightbox 2.02 Version: rel-1-0-0 */
	#lightbox
	{
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		z-index: 1000;
		text-align: center;
		line-height: 0;
	}
	
	#lightbox a img
	{
		border: none;
	}
	
	#outerImageContainer
	{
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	
	#imageContainer
	{
		padding: 10px;
	}
	
	#loading
	{
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	
	#loadingImage
	{
		width: 32px;
		height: 32px;
		background: url(img/lightbox/loading.gif) top left no-repeat;
	}
	
	#hoverNav
	{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	
	#imageContainer>#hoverNav
	{
		left: 0;
	}
	
	#hoverNav a{
		outline: none;
	}
	
	#prevLink, #nextLink
	{
		width: 49%;
		height: 100%;
		background: transparent url(img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#prevLink
	{
		left: 0;
		float: left;
	}
	
	#nextLink{
		right: 0;
		float: right;
	}
	
	#prevLink:hover,
	#prevLink:visited:hover
	{
		background: url(img/lightbox/prevlabel.gif) left 15% no-repeat;
	}
	
	#nextLink:hover,
	#nextLink:visited:hover
	{
		background: url(img/lightbox/nextlabel.gif) right 15% no-repeat;
	}
	
	#imageDataContainer
	{
		font: 10px;
		font-family: Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
	}
	
	#imageData
	{
		padding: 0 10px;
	}
	
	#imageData #imageDetails
	{
		width: 70%;
		float: left;
		text-align: left;
	}
	
	#imageData #caption
	{
		font-weight: bold;
	}
	
	#imageData #numberDisplay
	{
		display: block;
		clear: left;
		padding-bottom: 1.0em;
	}
	
	#imageData #bottomNavClose
	{
		width: 105px;
		float: right;
		padding-bottom: 0.7em;
	}
	
	#bottomNavCloseImage
	{
		width: 105px;
		height: 22px;
		background: url(img/lightbox/closelabel.gif) top left no-repeat;
	}
	
	#overlay
	{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 500;
		width: 100%;
		height: 500px;
		background-color: #000;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		}
		
	
	.clearfix:after
	{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	* html>body .clearfix
	{
		display: inline-block;
		width: 100%;
	}
	
	* html .clearfix
	{
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* << */


/* >> generic multimedia element Version: rel-1-0-0 */
	div.genericMultimediaShell
	{
		margin-bottom: 12px;
		overflow: auto;
	}
	
	div.genericMultimediaShell div.gmD1
	{
	}
	
	div.genericMultimediaShell div.gmD2
	{
	}
	
	div.genericMultimediaShell div.gmD3
	{
	}
	
	div.genericMultimediaShell div.gmD4
	{
	}
/* << */


/* >> bookmark tool Version: rel-1-0-0 */
	div.bookmarkTool,
	td.leftBorderCol div.bookmarkTool,
	td.rightBorderCol div.bookmarkTool
	{
		margin-bottom: 8px;
	}
	
	div.bookmarkTool div.bmtDes1,
	div.bookmarkTool div.bmtDes2,
	div.bookmarkTool div.bmtDes3,
	div.bookmarkTool div.bmtDes4,
	td.leftBorderCol div.bookmarkTool div.bmtDes1,
	td.rightBorderCol div.bookmarkTool div.bmtDes1,
	td.leftBorderCol div.bookmarkTool div.bmtDes2,
	td.rightBorderCol div.bookmarkTool div.bmtDes2,
	td.leftBorderCol div.bookmarkTool div.bmtDes3,
	td.rightBorderCol div.bookmarkTool div.bmtDes3,
	td.leftBorderCol div.bookmarkTool div.bmtDes4,
	td.rightBorderCol div.bookmarkTool div.bmtDes4
	{
	}
	
	#bookmarksOuter div.bookmarkTitleOuter h3,
	td.leftBorderCol #bookmarksOuter div.bookmarkTitleOuter h3,
	td.rightBorderCol #bookmarksOuter div.bookmarkTitleOuter h3
	{
		font-size: 12px;
		margin-top: 0;
		margin-bottom: 3px;
	}
	
	td.leftBorderCol #bookmarksOuter div.bookmarkTitleOuter h3,
	td.rightBorderCol #bookmarksOuter div.bookmarkTitleOuter h3
	{
		font-size: 11px;
	}
	
	#bookmarksOuter div.bookmarkTextOuter p,
	td.leftBorderCol #bookmarksOuter div.bookmarkTextOuter  p,
	td.rightBorderCol #bookmarksOuter div.bookmarkTextOuter  p
	{
		margin-bottom: 3px;
	}

	td.leftBorderCol #bookmarksOuter div.bookmarkTextOuter  p,
	td.rightBorderCol #bookmarksOuter div.bookmarkTextOuter  p
	{
		font-size: 11px;
	}
	
	#bookmarksOuter div.imgOuter img,
	td.leftBorderCol #bookmarksOuter div.imgOuter img,
	td.rightBorderCol #bookmarksOuter div.imgOuter img
	{
		margin-right: 2px;
		margin-bottom: 2px;
		cursor: pointer;
		cursor: hand;
	}
	
	#bookmarksOuter span.bmDescSlice span,
	td.leftBorderCol #bookmarksOuter span.bmDescSlice span,
	td.rightBorderCol #bookmarksOuter span.bmDescSlice span
	{
		font-weight: bold;
		padding-left: 5px;
	}
/* << */


/* >> multiple column element Version: rel-1-1-0 */
	div.multipleColumnShellOuter
	{
	}
	
	div.multipleColumnShellOuter div.titleOuter h3
	{
	}
	
	div.multipleColumnShellOuter div.outerD2,
	div.multipleColumnShellOuter div.outerD3,
	div.multipleColumnShellOuter div.outerD4
	{
		text-align: center;
	}
	
	div.multipleColumnShellOuter table.multipleColumnShell
	{
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		margin-bottom: 12px;
		width: 100%;
	}
	
	div.multipleColumnShellOuter tr,
	div.multipleColumnShellOuter tr.odd,
	div.multipleColumnShellOuter tr.last
	{
	}
	
	div.multipleColumnShellOuter td.colSpacer img
	{
		width: 10px;
	}
	
	/* Use selector col_1, col_2, ... to modify specific columns */
	div.multipleColumnShellOuter td.col,
	div.multipleColumnShellOuter td.last
	{
	}
	
	div.multipleColumnShellOuter td div.itemD1,
	div.multipleColumnShellOuter td div.itemD2,
	div.multipleColumnShellOuter td div.itemD3,
	div.multipleColumnShellOuter td div.itemD4
	{
	}
	
	div.multipleColumnShellOuter td div.itemD1
	{
	}
	
	div.multipleColumnShellOuter td div.itemD2
	{
		padding: 3px 0px;
	}
	
	div.multipleColumnShellOuter td div.itemD3
	{
	}
/* << */


/* >> xpopup Version: rel-1-0-0 */
	div.xpopup,
	div.xpopup_fixed,
	div.xpopup_slideshow,
	div.xpopup_slideshow_fixed
	{
		display: inline;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 500001;
		border: 1px solid #000;
		background: #fff;
	}
	
	
	div.xpopup_fixed,
	div.xpopup_slideshow_fixed
	{
		position: fixed;
	}
	
	div.xpopup_slideshow,
	div.xpopup_slideshow_fixed
	{
		background: transparent;
		border: 1px solid transparent;
	}
	
	#xpopupCloseButton div.inner
	{
		padding: 4px 7px;
		text-align: right;
	}
	
	#xpopupCloseButton div.inner img
	{
		width: 17px;
		height: 17px;
		background: url(img/xpopup/xpopupCloseButton.gif) center no-repeat;
		cursor: hand;
		cursor: pointer;
	}
	
	div.xpopup_slideshow #xpopupCloseButton,
	div.xpopup_slideshow_fixed #xpopupCloseButton
	{
		visibility: hidden;
	}
	
	#xpopupContent
	{
		/* do not change this properties if you dont now what to do at javascript */
		padding: 0 7px 7px;
	}
	
	#xpopupAddOns
	{
	}
	
	div.xpopupImgTitle,
	div.xpopupImgTitle_slideshow
	{
		font-size: 11px;
		color: #666;
		padding: 0 10px 15px;
	}
	
	div.xpopupImgTitle_slideshow
	{
		color: #ccc;
	}
	
	#xpopupHoverMenuOuter
	{
		display: none;
	}
	
	#xpopupHoverMenuPos
	{
		position: relative;
		z-index: 10;
	}
	
	#xpopupHoverMenu
	{
		position: absolute;
		top: -70px;
		z-index: 20;
		height: 52px;
		width: 265px;
		background: url(img/xpopup/hoverMenuBg.png) center no-repeat;
	}
	
	#xpopupHoverMenuPlayPauseButton,
	#xpopupHoverMenuPreviousButton,
	#xpopupHoverMenuNextButton,
	#xpopupHoverMenuThumbsButton,
	#xpopupHoverMenuCloseButton
	{
		position: absolute;
		z-index: 10;
	}
	
	#xpopupHoverMenuPlayPauseButton
	{
		left: 20px;
		top: 16px;
		width: 20px;
		height: 22px;
	}
	
	#xpopupHoverMenu .playButton_pass,
	#xpopupHoverMenu .playButton_act,
	#xpopupHoverMenu .pauseButton_pass,
	#xpopupHoverMenu .pauseButton_act
	{
		opacity: 0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50%);
		background: url(img/xpopup/hoverMenuPlay_pass.png) center no-repeat;
	}

	#xpopupHoverMenu .pauseButton_pass,
	#xpopupHoverMenu .pauseButton_act
	{
		background: url(img/xpopup/hoverMenuPause_pass.png) center no-repeat;
	}
	
	#xpopupHoverMenu .playButton_act,
	#xpopupHoverMenu .pauseButton_act
	{
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100%);
		cursor: hand;
		cursor: pointer;
		background-image: url(img/xpopup/hoverMenuPlay_act.png);
	}

	#xpopupHoverMenu .pauseButton_act
	{
		background-image: url(img/xpopup/hoverMenuPause_act.png);
	}


	#xpopupHoverMenuPreviousButton
	{
		left: 63px;
		top: 16px;
		width: 31px;
		height: 22px;
	}
	
	#xpopupHoverMenu .previousButton_pass,
	#xpopupHoverMenu .previousButton_act
	{
		opacity: 0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50%);
		background: url(img/xpopup/hoverMenuPrevious_pass.png) center no-repeat;
	}
	
	#xpopupHoverMenu .previousButton_act
	{
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100%);
		cursor: hand;
		cursor: pointer;
		background-image: url(img/xpopup/hoverMenuPrevious_act.png);
	}


	#xpopupHoverMenuNextButton
	{
		left: 109px;
		top: 16px;
		width: 31px;
		height: 22px;
	}
	
	#xpopupHoverMenu .nextButton_pass,
	#xpopupHoverMenu .nextButton_act
	{
		opacity: 0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50%);
		background: url(img/xpopup/hoverMenuNext_pass.png) center no-repeat;
	}
	
	#xpopupHoverMenu .nextButton_act
	{
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100%);
		cursor: hand;
		cursor: pointer;
		background-image: url(img/xpopup/hoverMenuNext_act.png);
	}


	#xpopupHoverMenuThumbsButton
	{
		left: 165px;
		top: 14px;
		width: 30px;
		height: 25px;
	}
	
	#xpopupHoverMenu .thumbsButton_pass,
	#xpopupHoverMenu .thumbsButton_act
	{
		opacity: 0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50%);
		background: url(img/xpopup/hoverMenuThumbs_pass.png) center no-repeat;
	}
	
	#xpopupHoverMenu .thumbsButton_act
	{
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100%);
		cursor: hand;
		cursor: pointer;
		background-image: url(img/xpopup/hoverMenuThumbs_act.png);
	}


	#xpopupHoverMenuCloseButton
	{
		left: 223px;
		top: 16px;
		width: 22px;
		height: 22px;

	}
	
	#xpopupHoverMenu .closeButton_pass,
	#xpopupHoverMenu .closeButton_act
	{
		opacity: 0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50%);
		background: url(img/xpopup/hoverMenuClose_pass.png) center no-repeat;
	}
	
	#xpopupHoverMenu .closeButton_act
	{
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100%);
		cursor: hand;
		cursor: pointer;
		background-image: url(img/xpopup/hoverMenuClose_act.png);
	}
	
	/* gallery */
	#xpopupGalleryOverview
	{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 500002;
		overflow: auto;
	}
	
	#xpopupGalleryOverview div.xpopupGalleryImageDeco
	{
		float: left;
		padding: 15px;
	}
	
	#xpopupGalleryOverview a.inner1:link,
	#xpopupGalleryOverview a.inner1:visited,
	#xpopupGalleryOverview a.inner1:hover
	{
		display: block;
		width: 175px;
		height: 150px;
		background: url(img/xpopup/xpopupGalleryOverviewDeco_pass.png) center no-repeat;
		overflow: auto;
		text-decoration: none;
		border: none;
	}
	
	#xpopupGalleryOverview a.inner1:link img,
	#xpopupGalleryOverview a.inner1:visited img,
	#xpopupGalleryOverview a.inner1:hover img
	{
		opacity: 0.8;
		-moz-opacity: 0.8;
		filter: alpha(opacity=80%);
	}
	
	#xpopupGalleryOverview a.inner1:hover
	{
		background-image: url(img/xpopup/xpopupGalleryOverviewDeco_act.png);
	}
	
	#xpopupGalleryOverview a.inner1:hover img
	{
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100%);
	}

	#xpopupGalleryOverview span
	{
		display: block;
	}
	
	#xpopupGalleryOverview span.image
	{
		margin: 30px 20px;
		text-align: center;
	}
/* << */


/* >> jquery ui core Version: rel-1.6rc6 (Angaben nicht veraendern!!!) */
	.ui-helper-hidden { display: none; }
	.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
	.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
	.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.ui-helper-clearfix { display: inline-block; }
	* html .ui-helper-clearfix { height:1%; }
	.ui-helper-clearfix { display:block; }
	.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
	.ui-state-disabled { cursor: default !important; }
	.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
	.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* << */


/* >> jquery ui tabs Version: rel-1.6rc6 rel-1-0-0 */
	.ui-tabs,
	td.leftBorderCol .ui-tabs,
	td.rightBorderCol .ui-tabs
	{
		padding: 0 0 12px 0;
		margin-bottom: 10px;
	}
	
	td.leftBorderCol .ui-tabs,
	td.rightBorderCol .ui-tabs
	{
		padding: 0;
	}
	
	.ui-tabs .ui-tabs-nav,
	td.leftBorderCol .ui-tabs .ui-tabs-nav,
	td.rightBorderCol .ui-tabs .ui-tabs-nav
	{
		position: relative;
		padding: 0 10px;
		margin: 0;
	}
	
	.ui-tabs .ui-tabs-nav li,
	td.leftBorderCol .ui-tabs .ui-tabs-nav li,
	td.rightBorderCol .ui-tabs .ui-tabs-nav li
	{
		float: left;
		list-style: none;
		margin: 4px 4px -1px 0;
		padding: 0;
		border: 1px solid #c3c3c3;
		border-bottom: 0 !important;
		background: #f7f7f7;
		white-space: nowrap;
	}
	
	.ui-tabs .ui-tabs-nav li.tabHead_special,
	td.leftBorderCol .ui-tabs .ui-tabs-nav li.tabHead_special,
	td.rightBorderCol .ui-tabs .ui-tabs-nav li.tabHead_special
	{
		background: #d5232a;
		border-color: #c4baba;
	}
	
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
	td.leftBorderCol .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
	td.rightBorderCol .ui-tabs .ui-tabs-nav li.ui-tabs-selected
	{
		position: relative;
		padding-bottom: 2px;
		margin-top: 0;
		background: #fff;
	}
	
	.ui-tabs .ui-tabs-nav li a,
	td.leftBorderCol .ui-tabs .ui-tabs-nav li a,
	td.rightBorderCol .ui-tabs .ui-tabs-nav li a
	{
		display: block;
		text-decoration: none;
		font-weight: bold;
		padding: 1px 23px;
	}
	
	td.leftBorderCol .ui-tabs .ui-tabs-nav li a,
	td.rightBorderCol .ui-tabs .ui-tabs-nav li a
	{
		font-size: 11px;
		padding: 2px 5px;
	}
	
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
	td.leftBorderCol .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
	td.rightBorderCol .ui-tabs .ui-tabs-nav li.ui-tabs-selected a
	{
		font-size: 14px;
		color: #d5232a;
		padding-top: 3px;
		padding-bottom: 0px;
	}
	
	td.leftBorderCol .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
	td.rightBorderCol .ui-tabs .ui-tabs-nav li.ui-tabs-selected a
	{
		font-size: 12px;
		padding-top: 4px;
		padding-bottom: 1px;
	}
	
	.ui-tabs .ui-tabs-panel,
	td.leftBorderCol .ui-tabs .ui-tabs-panel,
	td.rightBorderCol .ui-tabs .ui-tabs-panel
	{
		display: block;
		border: 1px solid #e1e1e1;
		background: none;
		padding: 12px;
	}
	
	.ui-tabs .ui-tabs-hide {
		display: none !important;
	}
/* << */


/* >> jquery ui accordion Version: rel-1.6rc6 rel-1-0-0 */
	.ui-accordion .ui-accordion-header,
	td.leftBorderCol .ui-accordion .ui-accordion-header,
	td.rightBorderCol .ui-accordion .ui-accordion-header
	{
		position: relative;
		zoom: 1;
		cursor: pointer;
		margin-top: -2px;
	}
	
	div.teaserItem_first #uiAcc00 .ui-accordion-header
	{
		margin-top: 0;
	}
	
	.ui-accordion li,
	td.leftBorderCol .ui-accordion li,
	td.rightBorderCol .ui-accordion li
	{
		display: inline;
	}
	
	.ui-accordion .ui-accordion-header-active,
	td.leftBorderCol .ui-accordion .ui-accordion-header-active,
	td.rightBorderCol .ui-accordion .ui-accordion-header-active
	{
		border-bottom: 0 !important;
	}
	
	.ui-accordion .ui-accordion-header h3,
	td.leftBorderCol .ui-accordion .ui-accordion-header h3,
	td.rightBorderCol .ui-accordion .ui-accordion-header h3
	{
		margin: 0;
	}
	
	td.leftBorderCol .ui-accordion .ui-accordion-header h3,
	td.rightBorderCol .ui-accordion .ui-accordion-header h3
	{
		font-size: 12px;
		line-height: 19px;
	}
	
	.ui-accordion .ui-accordion-header a,
	td.leftBorderCol .ui-accordion .ui-accordion-header a,
	td.rightBorderCol .ui-accordion .ui-accordion-header a
	{
		display: block;
		font-size: 1em;
		border: 1px solid #dddbdb;
		border-bottom-color: #c3c3c3;
		background: #f7f7f7;
		padding: 3px 10px 3px 39px;
		text-decoration: none;
	}
	
	.ui-accordion .ui-accordion-header .ui-icon,
	td.leftBorderCol .ui-accordion .ui-accordion-header .ui-icon,
	td.rightBorderCol .ui-accordion .ui-accordion-header .ui-icon
	{
		position: absolute;
		left: 18px;
		top: 7px;
		width: 16px;
		height: 16px;
		background: url(img/jsElements/ui-icons.gif) -48px -192px no-repeat;
	}
	
	.ui-accordion .ui-accordion-header .ui-icon-triangle-1-s,
	td.leftBorderCol .ui-accordion .ui-accordion-header .ui-icon-triangle-1-s,
	td.rightBorderCol .ui-accordion .ui-accordion-header .ui-icon-triangle-1-s
	{
		background-position: -64px -192px;
	}

	/* Activ hover */
	.ui-accordion .ui-state-hover .ui-icon-triangle-1-s,
	td.leftBorderCol .ui-accordion .ui-state-hover .ui-icon-triangle-1-s ,
	td.rightBorderCol .ui-accordion .ui-state-hover .ui-icon-triangle-1-s
	{
		background-position: -64px -192px;
	}
	
	/* Passiv hover */
	.ui-accordion .ui-state-hover .ui-icon-triangle-1-e,
	td.leftBorderCol .ui-accordion .ui-state-hover .ui-icon-triangle-1-e,
	td.rightBorderCol .ui-accordion .ui-state-hover .ui-icon-triangle-1-e
	{
		background-position: -48px -192px;
	}
	
	.ui-accordion .ui-accordion-content,
	td.leftBorderCol .ui-accordion .ui-accordion-content,
	td.rightBorderCol .ui-accordion .ui-accordion-content
	{
		display: none;
		position: relative;
		top: 1px;
		overflow: auto;
		border: 1px solid #dddbdb;
		border-top: 0;
		padding: 10px;
		margin-top: -2px;
		margin-bottom: 2px;
	}
	
	.ui-accordion .ui-accordion-content-active,
	td.leftBorderCol .ui-accordion .ui-accordion-content-active,
	td.rightBorderCol .ui-accordion .ui-accordion-content-active
	{
		display: block;
	}
/* << */


/* >> javascript pager Version: rel-1-0-0 */
	div.jsPagerShell
	{
		padding: 10px 0;
	}
	
	div.jsPagerShell div.jsPagerButtons img
	{
		width: 19px;
		height: 19px;
		margin-right: 13px;
		background: url(img/jsElements/jsPager_icons.gif) 0px 0px no-repeat;
	}
	
	div.jsPagerShell div.jspb_hover img
	{
		background-position: -19px 0px;
	}
	
	div.jsPagerShell div.jsPagerButtons img.next
	{
		margin-right: 0;
		margin-left: 13px;
		background-position: 0px -19px;
	}
	
	div.jsPagerShell div.jspb_hover img.next
	{
		background-position: -19px -19px;
	}
	
	div.jsPagerContent
	{
		overflow: auto;
		text-align: left;
	}
	
	div.ms_grpShell
	{
		float: left;
		overflow: auto;
	}
/* << */


/* >> Content Navigation Version: rel-1-0-0 */
	div.contentNavigationShell
	{
		padding-top: 6px;
		background: #e1e1e1;
	}
	
	div.contentNavigationShell table td.spc,
	div.contentNavigationShell table td.spacerLeft,
	div.contentNavigationShell table td.spacerRight
	{
		border-bottom: 1px solid #c3c3c3;
	}

	div.contentNavigationShell table td.spacerLeft img,
	div.contentNavigationShell table td.spacerRight img,
	div.contentNavigationShell table td.spc img
	{
		width: 15px;
	}
	
	div.contentNavigationShell table td.spacerRight
	{
		width: 100%;
	}
	
	div.contentNavigationShell table td.contNavItem
	{
		font-size: 14px;
		font-weight: bold;
	}
	
	div.contentNavigationShell td a,
	div.contentNavigationShell td a:link,
	div.contentNavigationShell td a:visited,
	div.contentNavigationShell td a:hover,
	div.contentNavigationShell td div.here
	{
		width: 130px;
		display: block;
		background: #e9e9e9;
		border: 1px solid #c3c3c3;
		white-space: nowrap;
		padding: 3px 20px 4px 20px;
		overflow: auto;
	}
	
	div.contentNavigationShell td a:hover,
	div.contentNavigationShell td div.here
	{
		text-decoration: none;
		background: #fff;
	}
	
	div.contentNavigationShell td div.here
	{
		border-bottom-color: #fff;
	}
	
	div.contentNavigationShell span.pmt,
	div.contentNavigationShell img.icon
	{
		display: block;
		float: left;
	}
	
	div.contentNavigationShell span.pmt
	{
		margin-top: -2px;
	}
	
	div.contentNavigationShell img.icon
	{
		width: 16px;
		height: 16px;
		border: 0;
		vertical-align: top;
		margin-left: 6px;
		margin-right: 8px;
		background: url(img/jsElements/ui-icons.gif) -48px -192px no-repeat;
	}
/* << */


/* >> Mediaplayer flash video player Version: rel-1-0-0 */
	div.mediaplayerShell
	{
		margin-bottom: 30px;
	}
	
	div.mediaplayerShell div.mpDes1,
	div.mediaplayerShell div.mpDes2,
	div.mediaplayerShell div.mpDes3,
	div.mediaplayerShell div.mpDes4
	{
	}
/* << */


/* >> Teaser Stylenames */
	td.rightBorderCol div.rElCont div.el_jdc div.tDesOut1,
	td.leftBorderCol div.lElCont div.el_jdc div.tDesOut1
	{
		border-color: #069;
	}
	
	td.rightBorderCol div.rElCont div.el_jdc h4,
	td.leftBorderCol div.lElCont div.el_jdc h4,
	td.rightBorderCol div.rElCont div.el_jdc div.title h3,
	td.rightBorderCol div.rElCont div.el_jdc div.titleBL h3
	td.leftBorderCol div.lElCont div.el_jdc div.title h3,
	td.leftBorderCol div.lElCont div.el_jdc div.titleBL h3
	{
		color: #069;
	}
	
	td.rightBorderCol div.rElCont div.el_finanzierung div.tDesOut1,
	td.leftBorderCol div.lElCont div.el_finanzierung div.tDesOut1
	{
		border-color: #c90;
	}
	
	td.rightBorderCol div.rElCont div.el_finanzierung h4,
	td.leftBorderCol div.lElCont div.el_finanzierung h4,
	td.rightBorderCol div.rElCont div.el_finanzierung div.title h3,
	td.rightBorderCol div.rElCont div.el_finanzierung div.titleBL h3
	td.leftBorderCol div.lElCont div.el_finanzierung div.title h3,
	td.leftBorderCol div.lElCont div.el_finanzierung div.titleBL h3
	{
		color: #c90;
	}
	
	td.rightBorderCol div.rElCont div.el_investments div.tDesOut1,
	td.leftBorderCol div.lElCont div.el_investments div.tDesOut1
	{
		border-color: #c06;
	}
	
	td.rightBorderCol div.rElCont div.el_investments h4,
	td.leftBorderCol div.lElCont div.el_investments h4,
	td.rightBorderCol div.rElCont div.el_investments div.title h3,
	td.rightBorderCol div.rElCont div.el_investments div.titleBL h3
	td.leftBorderCol div.lElCont div.el_investments div.title h3,
	td.leftBorderCol div.lElCont div.el_investments div.titleBL h3
	{
		color: #c06;
	}
	
	td.rightBorderCol div.rElCont div.el_haftungsdach div.tDesOut1,
	td.leftBorderCol div.lElCont div.el_haftungsdach div.tDesOut1
	{
		border-color: #099;
	}
	
	td.rightBorderCol div.rElCont div.el_haftungsdach h4,
	td.leftBorderCol div.lElCont div.el_haftungsdach h4,
	td.rightBorderCol div.rElCont div.el_haftungsdach div.title h3,
	td.rightBorderCol div.rElCont div.el_haftungsdach div.titleBL h3
	td.leftBorderCol div.lElCont div.el_haftungsdach div.title h3,
	td.leftBorderCol div.lElCont div.el_haftungsdach div.titleBL h3
	{
		color: #099;
	}
	
	td.rightBorderCol div.rElCont div.el_versicherungen div.tDesOut1,
	td.leftBorderCol div.lElCont div.el_versicherungen div.tDesOut1
	{
		border-color: #9c0;
	}
	
	td.rightBorderCol div.rElCont div.el_versicherungen h4,
	td.leftBorderCol div.lElCont div.el_versicherungen h4,
	td.rightBorderCol div.rElCont div.el_versicherungen div.title h3,
	td.rightBorderCol div.rElCont div.el_versicherungen div.titleBL h3
	td.leftBorderCol div.lElCont div.el_versicherungen div.title h3,
	td.leftBorderCol div.lElCont div.el_versicherungen div.titleBL h3
	{
		color: #9c0;
	}
	
	td.rightBorderCol div.rElCont div.el_beteiligungen div.tDesOut1,
	td.leftBorderCol div.lElCont div.el_beteiligungen div.tDesOut1
	{
		border-color: #f60;
	}
	
	td.rightBorderCol div.rElCont div.el_beteiligungen h4,
	td.leftBorderCol div.lElCont div.el_beteiligungen h4,
	td.rightBorderCol div.rElCont div.el_beteiligungen div.title h3,
	td.rightBorderCol div.rElCont div.el_beteiligungen div.titleBL h3
	td.leftBorderCol div.lElCont div.el_beteiligungen div.title h3,
	td.leftBorderCol div.lElCont div.el_beteiligungen div.titleBL h3
	{
		color: #f60;
	}
/* << */


/* >> Specials */
	table.footerNav
	{
		width: auto;
	}
	
	table.footerNav td
	{
		padding: 0px 10px 0px 10px;
	}
	
	table.footerNav td a,
	table.footerNav td a:link,
	table.footerNav td a:visited,
	table.footerNav td a:hover
	{
		color: #555;
	}
/* << */


	table.mShell,
	table.contentMainTable
	{
		height: auto;
	}
	
	td.contentColumn,
	td.spacerColumnRight,
	td.rightBorderCol
	{
		background: url(img/bg_white.png) left top repeat;
	}
	
	div.tDesOut1 div.teaserLogin,
	div.tDesOut1 div.teaserLogout,
	div.tDesOut1 div.teaserDList,
	div.tDesOut1 div.teaserSearch
	{
		/width: 100%;
		padding: 8px;
	}

