/* DARSTELLUNG ABWECHSELNDE ZEILEN */

.tablerow0 {
  background-color:#ffffff;
  vertical-align:middle;
}

.tablerow1 {
  background-color:#eeeeee;
  vertical-align:middle;
}


/* DARSTELLUNG TABELLE STANDARD, MIT ORDNEN-REITERN */

.ordertable {
	font-size:11px;
	width:100%;
	background:#acacac url('../bilder/elemente/header_tabelle.gif');
	background-repeat: no-repeat;
}

.ordertable th {
	color:#ffffff;
	text-align:left;
	margin:0px;
	padding:0 0 0 10px;
	height:20px;
	font-weight:normal;
}

.ordertable_th1 {
	width:300px;
}

.ordertable_th2 {
	width:90px;
}

.ordertable_th3 {
	width:70px;
}

.ordertable_th4 {
	width:60px;
}

.ordertable_th5 {
	width:60px;
}

.ordertable td {
	padding:5px 0 5px 10px;
}

.ordertable_th1 a, .ordertable_th2 a, .ordertable_th3 a, .ordertable_th4 a {
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}

.ordertable_th1 a:hover, .ordertable_th2 a:hover, .ordertable_th3 a:hover, .ordertable_th4 a:hover {
	text-decoration: underline;	
}

.detailBOXaddon {
	width: 100%;
	float: right;
}

.order1INFOBOX, .vidlistBOX {
	width: 100%;
	position: relative;
	margin: 0 0 20px 0;
}

.order1INFOBOX img, .vidlistBOX img {
	float: left;
	margin: 0 15px 0 0;
}


/* DARSTELLUNG TABELLE AUSWAHL KATEGORIE */

.kategoriewahlRAHMEN {
	width: 100%;
	display: block;
}

.kategoriewahl {
	width:100%;
	background:#acacac url('../bilder/elemente/header_tabelle.gif');
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
}

.kategoriewahl th {
	color:#ffffff;
	text-align:left;
	margin:0px;
	padding:0 0 0 10px;
	height:20px;
}

.kategoriewahl td {
	padding:5px 0 5px 10px;
	vertical-align:middle;
}

.kategoriewahl_th1 {
	width:360px;
}

.kategoriewahl_th2 {
	width:100px;
}

.kategoriewahl_th3 {
	width:50px;
}

.kategoriewahl_th4 {
	width:60px;
}


/* DARSTELLUNG TABELLE WEITERE TERMINE VERFUEGBAR */

.weiteretermine {
	width: 570px;
	background:#acacac url('../bilder/elemente/header_tabelle.gif');
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
}

.weiteretermine th {
	color:#ffffff;
	text-align:left;
	margin:0px;
	padding:0 0 0 10px;
	height:20px;
}

.weiteretermine_th1 {
	width:240px;
}

.weiteretermine_th2 {
	width:95px;
}

.weiteretermine_th3 {
	width:145px;
}

.weiteretermine_th4 {
	width:70px;
}

.weiteretermine td {
	padding:5px 0 5px 10px;
	vertical-align:middle;
}



/* DARSTELLUNG TABELLE UND ELEMENTE WARENKORB */

.warenkorbinhalt table, .checklistware table { /* AEUSSERE RAHMEN DER TABELLE */
	margin: 4px 0 10px 10px;
	width:550px;
}

.warenkorbinhalt th, .checklistware th {
	text-align:left;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	height:20px;
	vertical-align:top;
	padding-right:6px;
}

.warenkorbinhalt td, .checklistware td {
	padding-top:7px;
	padding-bottom:7px;
	background: url('../bilder/elemente/warenkorb_trenner.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}

.warenkorbinfotext {
	float:left;
	font-size:9px;
	color:grey;
}

.warenkorbsumme {
	width:100%;
	height:30px;
	text-align:right;
	color:#000000;
}

.warenkorbsumme strong {
	color:#000000;
}

.eintragentfernen { /* PAPIERKORB ZUM ENTFERNEN EINER WARENKORBEINTRAGES */
	cursor: pointer;
	padding-left:5px;
}



/* DARSTELLUNG WARENKORB-ZUSAMMENFASSUNG BZW UNTERSCHIEDE ZUM NORMALEN WARENKORB */

.checklisttabelle {
	width:410px;
	margin:20px 0 0 10px;
}

.checklistware .warenkorbinfotext {
	float:left;
	margin:0 0 0 10px;
	font-size:9px;
	color:grey;
}

.checklistware .warenkorbsumme {
	width:100%;
	height:30px;
	text-align:right;
	color:#000000;
	margin: 0 0 0 -10px;
}

.checklistangaben tr {
	height:20px;
	vertical-align:top;
}

.checklistangaben_td1 {
	width:210px;
	height:40px;
}

.checklistangaben_td2 {
	width:200px;
	height:40px;
}


/* DARSTELLUNG TABELLE ZAHLUNGSDATEN */

.zahlungsdaten {
	width:500px;
	margin:0;
	padding:0;
}

.zahlungsdaten th {
	padding:0;
	height:20px;
	vertical-align:middle;
}

.zahlungsdaten td {
	padding: 10px 0 10px 0;
}

.zahlungsdaten_th1 {
	width:370px;
	padding:0;
	margin:0;
}

.zahlungsdaten_th2 {
	width:90px;
	padding:0;
	margin:0;
}

.zahlungsdaten_th3 {
	width:90px;
	padding: 0 10px 0 0;
	margin:0;
}


/* weitere termine neue Box */

.weiteretermineHOLDER {
	background: green;
	width: 100%;
	margin: 30px 0 0 0;
}


/* SONSTIGE TABELLEN */

.formtabellestandard { /* TABELLE IN UEBERSICHT MEINE BESTELLUNGEN */
	width:98%;
}