/* die Farbangaben sind schwachsinn */

colors
{
	color:#B11F30; /* Rot */

	color:#BFC0C1; /* 60% weiss */

	color:#D8D9D9; /* 20% grau */
	color: #9B9E9F; /* 50% grau */
	color:#606466; /* 80% grau */
	color:#373c3f; /* 100% grau */
}


/* Infobox über Tabellen */
table.liste-info
{
	background-color: #9B9E9F; /* 50% grau */
	margin:0px;
	width:100%; 
	text-align:left;
	
	
/*	font-family:"Arial" , "Helvetica" , "Verdana"; */
	font-size:12px;

	vertical-align:top;
}

table.liste-info thead th
{
	color:white;
	padding-left:12px;
	padding-right:12px;
	padding-top:12px;
	padding-bottom:2px;
}

table.liste-info tbody td
{
	color:#373c3f; /* 100% grau */
/*	border-right:12px solid #9B9E9F;*/
	padding-left:12px;
	padding-right:12px;
	padding-top:0px;
	padding-bottom:2px;
}

table.liste-info tbody td p
{
	margin:0px;
	padding:0px;
	
	
}

/* Infobox über Tabellen Ende */




/* helle Infobox */
table.info
{
	background-color:#D8D9D9; /* 20% grau */
	margin:0px;
	width:100%; 
	text-align:left;
	
	
/*	font-family:"Arial" , "Helvetica" , "Verdana"; */
	font-size:12px;

	vertical-align:top;

	border-bottom:1px solid #ffffff;
	
	padding-left:12px;
	padding-right:12px;
	padding-top:4px;
	padding-bottom:4px;

}

table.liste thead th
{
	color:white;
	padding-left:12px;
	padding-right:12px;
	padding-top:12px;
	padding-bottom:2px;
}

table.liste tbody td
{
	color:#373c3f; /* 100% grau */
/*	border-right:12px solid #9B9E9F;*/
	padding-left:12px;
	padding-right:12px;
	padding-top:0px;
	padding-bottom:2px;
}

table.liste tbody td p
{
	margin:0px;
	padding:0px;
	
	
}

/* Infobox über Tabellen Ende */




/* Endbox unter der Tabelle für irgendwelchen Quatsch */

/* Endbox unter der Tabelle für irgendwelchen Quatsch Ende */









/* Listen */

/* Container für Liste mit Reitern */
table.reiter-liste
{
	background-color:#9B9E9F; /* 50% grau */
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
	
	font-family:"Arial" , "Helvetica" , "Verdana";
	font-size:12px;

	border-collapse:collapse;
}

table.reiter-liste tr.oben
{
	background-color:#9B9E9F; /* 50% grau */
}

table.reiter-liste tr.links
{
	background-color:#D8D9D9; /* 20% grau */
}

table.reiter-liste tr.unten
{
	background-color:#606466; /* 80% grau */
}
/* Container für Liste mit Reitern Ende */
















/* Reiter oben */
table.liste-reiter-oben
{
	margin:0px;
	padding: 0px;
	border:0px;

	margin-left:auto;
	margin-right:0px;
	empty-cells:show;

	border-collapse:collapse;
	white-space:nowrap;
	
	
}

table.liste-reiter-oben td.rS
{
	background-color:#D8D9D9; /* 20% grau */
	color:#373C3F; /* 100% grau */
	padding-left: 8px;
	padding-right: 8px;
	margin:0px;
	
	border-top:1px solid white;
	border-bottom:1px solid #D8D9D9; /* 20% grau */

	font-weight:bold;

	white-space:nowrap;
	
}

table.liste-reiter-oben td.rN
{
	background-color:#606466; /* 80% grau */
	color:#BFC0C1; /* 60% weiss */
	padding-left: 8px;
	padding-right: 8px;
	margin:0px;

	border-top:1px solid white;
	border-bottom:1px solid white;

	font-weight:bold;

	white-space:nowrap;
}

table.liste-reiter-oben td.rN a
{
	color:#BFC0C1; /* 60% weiss */
	
}

table.liste-reiter-oben td.rNN,table.liste-reiter-oben td.rNS,table.liste-reiter-oben td.rSN
{
	width:0px;
	min-width:0px;
	
	margin:0px;
	padding:0px;
	border-right:1px solid white;
	background-color:white;
}

table.liste-reiter-oben td.rXS,table.liste-reiter-oben td.rXN
{
	width:100%;
	margin:0px;
	padding:0px;
	border-bottom:1px solid white;
	border-right:1px solid white;
/*	background-color:transparent; */
}


table.liste-reiter-oben td.rNX,table.liste-reiter-oben td.rSX
{
	visibility:hidden;
}
/* Reiter oben Ende */

















/* Reiter links */
table.liste-reiter-links
{
	background-color:#D8D9D9; /* 20% grau */
	margin:12px;
	padding: 0px;
	border:0px;

	margin-right:auto;
	empty-cells:show;

	border-collapse:collapse;
	
	
}

table.liste-reiter-links td.rS, table.liste-reiter-links td.rN
{
	padding-right:12px;
	
}

table.liste-reiter-links td.rS
{
	color:#B11F30; /* Rot */
	font-weight:bold;
}

table.liste-reiter-links td.rN a
{
	color:#373c3f; /* 100% grau */
	font-weight:bold;
	text-decoration:underline;
	
}
/* Reiter links Ende */

/* Reiter rechts */
table.liste-reiter-rechts
{
	background-color:#D8D9D9; /* 20% grau */
	margin:12px;
	padding: 0px;
	border:0px;

	margin-left:auto;
	empty-cells:show;

	border-collapse:collapse;
	
	
}

table.liste-reiter-rechts td.rS, table.liste-reiter-rechts td.rN
{
	padding-left:12px;
	
}

table.liste-reiter-rechts td.rS
{
	color:#B11F30; /* Rot */
	font-weight:bold;
}

table.liste-reiter-rechts td.rN a
{
	color:#373c3f; /* 100% grau */
	font-weight:bold;
	text-decoration:underline;
	
}
table.liste-reiter-rechts td.rN
{
	color:#373c3f; /* 100% grau */
	font-weight:bold;
}

/* Reiter rechts Ende */











/* Liste fuer Layout recht-links */
table.layout-rechts-links
{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
	width:100%;
	
	
}

table.layout-rechts-links td.rechts
{
	text-align:right;
}

/* Liste fuer Layout recht-links Ende */















/* Liste */

table.liste
{
	margin:0px;
	padding: 0px;
	width:100%;
	
	border-top:1px solid white;

	empty-cells:show;

	border-collapse:collapse;
}

table.liste thead tr
{
	background-color:#606466; /* 80% grau */
}

table.liste thead th
{
	padding-top:6px;
	padding-bottom:7px;
	padding-left:6px; /* fake - ist vermutlich 12 */
	padding-right:6px; /* fake - ist vermutlich 12 */
	
	height:35px;
	vertical-align:middle;
	font-size:12px;

	border-bottom:1px solid white;
	color:#BFC0C1; /* 60% weiss */
	border-right:1px solid white;
}

table.liste thead th.ende
{
	border-right:0px solid white;
}

table.liste tbody
{
	color:#373c3f; /* 100% grau */
}

table.liste tbody tr
{
	background-color:#D8D9D9; /* 20% grau */
}

table.liste tbody tr.swap
{
	background-color:#C3C5C6; /* 30% grau */
}

table.liste tbody td
{
	padding-top:6px;
	padding-bottom:7px;
	padding-left:12px;
	padding-right:12px;
	
	
	height:35px;
	vertical-align:middle;
	font-size:12px;

	border-bottom:1px solid white;
	border-right:1px solid white;
}

table.liste tbody td a
{
	text-decoration:underline;
}


table.liste tbody td.ende
{
	border-right:0px solid white;
}

table.liste tbody td.swap
{
	color:#B11F30; /* Rot */
	font-weight:bold;
}

/* Liste Ende */








/* Uebersicht */

table.uebersicht
{
	margin:0px;
	padding: 0px;
	width:100%;
	
	border-top:10px solid white;

	empty-cells:show;

	border-collapse:collapse;
}

table.uebersicht thead tr
{
	background-color:#606466; /* 80% grau */
}

table.uebersicht thead th
{
	padding-top:6px;
	padding-bottom:7px;
	
	height:35px;
	vertical-align:middle;
	font-size:12px;

	border-bottom:1px solid white;
	color:#BFC0C1; /* 60% weiss */
	border-right:0px solid white;
}

table.uebersicht thead th a
{
	color:inherit;
}

table.uebersicht thead th.ende
{
	border-right:0px solid white;
}

table.uebersicht tbody
{
	color:#373c3f; /* 100% grau */
}

table.uebersicht tbody tr
{
	background-color:#D8D9D9; /* 20% grau */
}

table.uebersicht tbody tr.swap
{
	background-color:#C3C5C6; /* 30% grau */
}

table.uebersicht tbody td,table.uebersicht tbody th
{
	padding-top:6px;
	padding-bottom:7px;
	padding-left:12px;
	
	
	height:22px;
	vertical-align:middle;
	font-size:12px;

	border-bottom:1px solid white;
	border-right:0px solid white;
}

table.uebersicht tbody th
{
	background-color:#C3C5C6; /* 30% grau */
	font-weight:bold;
	text-align:left;
	
}

table.uebersicht tbody td a
{
	text-decoration:underline;
}


table.uebersicht tbody td.ende
{
	border-right:0px solid white;
	
}

table.uebersicht tbody td.rechts,table.uebersicht tbody th.rechts
{
	text-align:right;
	padding-right:12px;
}

table.uebersicht tbody td.swap
{
	color:#B11F30; /* Rot */
	font-weight:bold;
}

/* Uebersicht Ende */















/* Toolbar Unten */

table.toolbar-unten
{
	margin:0px;
	padding: 0px;
	border:0px;
	width:100%;
	

	empty-cells:show;

	border-collapse:collapse;
	
	
}

table.toolbar-unten td
{
	white-space:nowrap;

	padding:12px;
}

table.toolbar-unten td, table.toolbar-unten td a
{
	color:#BFC0C1; /* 60% weiss */
	font-weight:bold;
}

table.toolbar-unten td a
{
	text-decoration:underline;
}

table.toolbar-unten td.mitte
{
	width:100%;
	text-align:center;
	
}

table.toolbar-unten a.button-weiter
{
	background-color: #f0f0f0;
	background-image:url("/bg/images/partner/dr-klein/background-button-pfeil-gross.gif");
	background-position:right;
	background-repeat:no-repeat;
	color:#373c3f; /* 100% grau */
	font-weight:bold;

	border-top:1px solid #BFC0C1; /* 60% weis */
	border-left:1px solid #BFC0C1; /* 60% weis */

	border-right:1px solid #373c3f; /* 100% grau */
	border-bottom:1px solid #373c3f; /* 100% grau */

	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:16px;

	vertical-align:middle;
	text-align:center;
	
	
	

	height:16px;
	font-size:11px;
	
	text-decoration:none;
	
	
/*
	padding:0px;
	margin:0px;
*/

/*	height:20px; */
	
}

table.toolbar-unten a.button-online
{
	background-color: #f0f0f0;
	background-image:url("/bg/images/partner/dr-klein/background-button-pfeil-gross-rot.gif");
	background-position:right;
	background-repeat:no-repeat;
	color:#B11F30; /* Rot */
	font-weight:bold;

	border-top:1px solid #BFC0C1; /* 60% weis */
	border-left:1px solid #BFC0C1; /* 60% weis */

	border-right:1px solid #373c3f; /* 100% grau */
	border-bottom:1px solid #373c3f; /* 100% grau */

	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:16px;

	vertical-align:middle;
	text-align:center;
	
	
	

	font-size:13px;
	height:20px;
	
	
	text-decoration:none;
}

/*
table.liste-reiter-links td.rS, table.liste-reiter-links td.rN
{
	padding-right:12px;
	
}

table.liste-reiter-links td.rS
{
	color:#B11F30; * Rot *
	font-weight:bold;
}

table.liste-reiter-links td.rN a
{
	color:#373c3f; * 100% grau *
	font-weight:bold;
	text-decoration:underline;
	
}
*/

/* Toolbar Unten Ende */


/* Listen Ende */























/* Formulare */
form.transparent
{
	margin:0px;
	padding:0px;
	border-top:12px solid #9B9E9F; /* 50% grau */
	
}

table.form
{
	background-color:#D8D9D9; /* 20% grau */
	width:100%;
/*	padding-top:12px; padding does not work in IE */ 
	border-top:12px solid #D8D9D9; /* 20% grau */

}

table.form tbody td
{
	vertical-align:middle;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:13px;
	
}

table.form tbody td.links
{
	width:271px;
	text-align:right;
	font-weight:bold;
	
}

table.form tbody td input
{
	margin-top:3px;
	margin-bottom:3px;
	vertical-align:middle;
	
}

table.form tbody td p
{
	margin:0px;
	padding:0px;
	
}

table.form tbody td.fehler,table.form tbody td.fehler p
{
	font:bold;
	color:#B11F30; /* Rot */
}

table.form input,table.form select
{
	font-family:"Arial" , "Helvetica" , "Verdana";
	font-size:12px;
	
}

table.form input.button-weiter
{
	background-color: #f0f0f0;
	background-image:url("/bg/images/partner/dr-klein/background-button-pfeil-gross.gif");
	background-position:right;
	background-repeat:no-repeat;
	
	text-align:center;
	
	padding-right:16px;
	padding-left:2px;
	padding-top:0px;
	padding-bottom:0px;

	margin-top:0px;
	margin-bottom:0px;
	
	
	color:#373c3f; /* 100% grau */
	font-weight:bold;

	border-top:1px solid #BFC0C1; /* 60% weis */
	border-left:1px solid #BFC0C1; /* 60% weis */

	border-right:1px solid #373c3f; /* 100% grau */
	border-bottom:1px solid #373c3f; /* 100% grau */

/*
	padding:0px;
	margin:0px;
*/

	font-size:11px;
	height:16px;
	
}

table.form input.button-online
{
	background-color: #f0f0f0;
	background-image:url("/bg/images/partner/dr-klein/background-button-pfeil-gross-rot.gif");
	background-position:right;
	background-repeat:no-repeat;
	
	text-align:center;
	
	padding-right:16px;
	padding-left:2px;
	padding-top:0px;
	padding-bottom:0px;
	
	color:#B11F30; /* Rot */
	font-weight:bold;
	

	border-top:1px solid #BFC0C1; /* 60% weis */
	border-left:1px solid #BFC0C1; /* 60% weis */

	border-right:1px solid #373c3f; /* 100% grau */
	border-bottom:1px solid #373c3f; /* 100% grau */

	
/*
	padding:0px;
	margin:0px;
*/

	font-size:13px;
	height:20px;
}

table.form input.button-weiter:focus
{
	background-color: #cccccc;
}

table.form td.formular-absenden
{
	text-align:right;
	padding-right:12px;
	
	
}


/* Formulare Ende */


/* ungeordnete Listen */

table.info ul li
{
/*	background-image:url("http://www.drklein.de/uploads/RTEmagicC_btn_header_97ae36.gif.gif");
	background-position:center;
	background-repeat:no-repeat;
	width:11px;
	height:11px;

	display:block;
	visibility:visible;
*/
	list-style-image:url("http://www.drklein.de/uploads/RTEmagicC_btn_header_97ae36.gif.gif");

}

/* ungeordnete Listen Ende */






/* Grafiken */
span.bild-info
{
	width:9px;
	height:10px;
	max-height:10px;
	min-width:9px;

	background-image:url("/bg/images/partner/dr-klein/info-button.gif");
	background-position:center;
	background-repeat:no-repeat;
	
	display:block;
	visibility:visible;

	vertical-align:middle;

	padding:0px;
	margin-top:auto;
	margin-bottom:auto;
	
	
}

span.bild-empfehlung
{
	width:71px;
	height:64px;
	max-height:71px;
	min-width:64px;

	background-image:url("http://www.drklein.de/uploads/RTEmagicC_empfehlung_08.jpg.jpg");
	background-position:center;
	background-repeat:no-repeat;
	
	display:block;
	visibility:visible;

	vertical-align:middle;

	padding:0px;
	margin-top:auto;
	margin-bottom:auto;
	margin-left:12px;
	margin-right:12px;
}

span.bild-pfeil-auf-rot
{
	background-image:url("http://www.drklein.de/uploads/RTEmagicC_btn_header_97ae36.gif.gif");
	background-position:center;
	background-repeat:no-repeat;
	width:11px;
	height:11px;

	display:block;
	visibility:visible;

}

ul
{
	list-style-image:url("http://www.drklein.de/uploads/RTEmagicC_btn_header_97ae36.gif.gif");
}


table.noborder,table.noborder td,table.noborder tbody td
{
	border:0px solid red;
	vertical-align:top;
	
	margin:0px;
	padding:2px;
	height:auto;
}


/* Grafiken Ende */

/* Links */
a:hover
{
	cursor:pointer;
	
}

/* Links Ende */






