/** #######################################################################################
    CSS Dokument zur Formatierung der Elemente der Anwendung do-the-dew
	
    @author          Nicki-Manuel Pries
    @version         1.0
	      
    Erstelldatum:    12.02.2006
    Letzte Änderung: 29.03.2006
    ####################################################################################### */

body {
	background-color: #e3eab8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #00663d;  
	cursor: default;
	text-align: center;
}

body.iFrame {
	margin: 0px 6px 0px 6px;
	scrollbar-face-color: #e3eab8;				/* Farbe für Oberfläche */
	scrollbar-highlight-color: #00663d;			/* Farbe für oberen und linken Rand */
	scrollbar-shadow-color: #00663d;			/* Farbe für unteren und rechten Rand */
	scrollbar-3dlight-color: #e3eab8;			/* Farbe für 3d-Effekte */
	scrollbar-arrow-color: #cb1929;				/* Farbe für Verschiebe-Pfeile */
	scrollbar-track-color: #e3eab8;				/* Farbe für freibleibenden Verschiebeweg */
	scrollbar-darkshadow-color: #e3eab8;		/* Farbe für Schatten */
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.tabs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00663d;
	font-weight: bold;
    padding-left: 7px;
	/* padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	text-align: center;
	vertical-align: middle; */
}

a.tabs:hover {
	color: #cb1929;
	text-decoration: none;
}

a.link9DarkGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00663d;
	font-weight: normal;
}

a.link10DarkGreenBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00663d;
	font-weight: bold;
}

a.link11DarkGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00663d;
	font-weight: normal;
}

a.link10LemonBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e3eab8;
	font-weight: bold;
}

a.link11Lemon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3eab8;
	font-weight: normal;
}

a.link11LemonBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3eab8;
	font-weight: bold;
}

/* Nummerierte Aufzählungsliste allgemein */
ol.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3eab8;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 23px;
}

/* Ober-Aufzählungsliste allgemein */
ul.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3eab8;
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 0px;
}

/* Unter-Aufzählungsliste allgemein */
ul.sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3eab8;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom: 0px;
}

/* Oberpunkt der Liste */
li.11LemonBold {
	font-weight: bold;
	padding-bottom: 5px;
}

/* Unterpunkte innerhalb der Liste */
li.11Lemon {
	font-weight: normal;
	padding-bottom: 5px;
}

/* Aufzählungsliste bei Bezahlung & Versand */
ul.payment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3eab8;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 23px;
}

/* Bereich für Mail-Body auf Bestellung-Seite */
div.mailBody {
	width: 450px;
	height: 80px;
	margin: 0px;
	padding: 5px;
	overflow: auto;
	background-color: #e3eab8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00663d;
	font-weight: normal;
	text-align: justify;
	border: 1px solid #ffffff;
}

/* Bereich für HTML-Code auf Werbung-Seite */
div.htmlCode {
	width: 500px;
	height: 80px;
	margin: 0px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
	overflow: auto;
	background-color: #e3eab8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00663d;
	font-weight: normal;
	text-align: left;
	border: 1px solid #ffffff;
}

/* Kopfzeile Tabellen rechte Spalte Index */
tr.hdrDarkGreen {
	background-color: #00663d;
}

/* Body Tabellen rechte Spalte Index */
tr.lemon {
	background-color: #e3eab8;
}

td.data12Lemon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e3eab8;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	/* border-color: #cb1929;
	border-width: 1px 1px 0px 1px;
	border-style: dashed dashed none; */
}

td.data10DarkGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00663d;
	font-weight: normal;
	padding: 7px 0px 8px 0px;
	border-color: #cb1929;
	border-width: 1px;
	border-style: none dashed dashed;
}

/* Preise */
table.mainPriceLayout {
	/* background-color: #00663d; */
	border-color: #e3eab8;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
}

/* Verschachtelte Tabelle in Preise */
table.subPriceLayout {
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
}

/* Preise Überschriften */
td.dataPriceHeader {
	background-color: #e3eab8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00663d;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-color: #00663d;
	border-width: 1px;
	/* border-style wird spezifisch für jede Zelle gemacht, da es in jeder anders sein soll */
	/* border-collapse,empty-cells,table-layout funktionieren irgendwie nicht in dieser CLASS */
}

/* Preise Überschriften */
td.dataPriceHeaderBold {
	background-color: #e3eab8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00663d;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-color: #00663d;
	border-width: 1px;
	/* border-style wird spezifisch für jede Zelle gemacht, da es in jeder anders sein soll */
	/* border-collapse,empty-cells,table-layout funktionieren irgendwie nicht in dieser CLASS */
}

/* Inhalt Preise */
td.dataPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3eab8;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-color: #e3eab8;
	border-width: 1px;
	/* border-style wird spezifisch für jede Zelle gemacht, da es in jeder anders sein soll */
	/* border-collapse,empty-cells,table-layout funktionieren irgendwie nicht in dieser CLASS */
}

/* Bezahlung & Versand Überschriften */
td.dataPaymentHeaderBold {
	background-color: #e3eab8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00663d;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	border-color: #00663d;
	border-width: 1px;
	/* border-style wird spezifisch für jede Zelle gemacht, da es in jeder anders sein soll */
	/* border-collapse,empty-cells,table-layout funktionieren irgendwie nicht in dieser CLASS */
}

/* Bezahlung & Versand Inhalt */
td.dataPayment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3eab8;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-color: #e3eab8;
	border-width: 1px;
	/* border-style wird spezifisch für jede Zelle gemacht, da es in jeder anders sein soll */
	/* border-collapse,empty-cells,table-layout funktionieren irgendwie nicht in dieser CLASS */
}

/* Gestrichelt Linie um iFrame-Header */
td.borderTopRightDashedLemon {
	border-color: #e3eab8;
	border-width: 1px;
	border-style: dashed dashed none none;
	padding-top: 3px;
	padding-right: 7px;
	/* Hiermit könnte man steuern wieweit die (gestrichelte) nach unten/links übersteht,
	   wird momentan über Tabelle gemacht
	padding-bottom: 15px;
	padding-left: 7px; */
}

/* Gestrichelt Linie um iFrame-Header */
td.borderTopLeftDashedLemon {
	border-color: #e3eab8;
	border-width: 1px;
	border-style: dashed none none dashed;
	padding-top: 3px;
	padding-left: 7px;
	/* Hiermit könnte man steuern wieweit die (gestrichelte) nach unten/links übersteht,
	   wird momentan über Tabelle gemacht
	padding-bottom: 15px;
	padding-right: 7px; */
}

.headerLemon23 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #e3eab8;
	font-weight: bold;
}

.headerLemon18 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e3eab8;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.headerGreenLemon15 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c5ff15;
	font-weight: bold;
}

.boxBodyBorderRed {
	border-color: #cb1929;
	border-width: 1px;
	border-style: none dashed dashed;
}

/* rechter Kasten Index-Seite */
.txt10DarkGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00663d;
	font-weight: normal;
}

.txt11Lemon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3eab8;
	font-weight: normal;
}

.txt11LemonBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3eab8;
	font-weight: bold;
}

.txt11LemonItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3eab8;
	font-weight: normal;
	font-style: italic;
}

.txt11LemonBoldHeight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3eab8;
	font-weight: bold;
	line-height: 1.5em;
}

.txt11LemonJustifyHeight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3eab8;
	font-weight: normal;
	text-align: justify;
	line-height: 1.5em;
}

.pfeil {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cb1929;
	font-weight: bold;
}

.fusszeile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #00663d;
    font-weight: normal;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    border-top: 1px dashed #cb1929;
}