/* tables */

.gerade td {
	background: #eee;
}
.ungerade td {
	background: #fff;
}

.seitenueberschrift h1 {
 font-size: 14px;
 color: #fff;
 padding: 3px;
 background-image: url(bg_headline.gif);
 background-repeat: repeat-x;
 background-position: center left;
 border: 1px solid #000066;
 margin: 0;
}

table.tableprodukt td .betriebsanleitung {
	background-color: #F5CDCD;
	padding:2px;
	border: 1px solid #cc0000;
}

table.tableprodukt td.letztespalte input {
	border: none;
}

table.tableheader,
table.tableprodukt {
	margin-top: 20px;
	width: 600px;
}

table.tableheader th,
table.tableprodukt th {
  padding: 4px;	
  text-align: left;
}

table.tableheader th.tablesortname {
 padding-left: 15px;
}

table.tablesorter {
	font-family: verdana, arial, sans-serif;
	margin: 0px 0pt 15px;
	width: 600px;
	font-size: 1.1em;
	text-align: left;
	border-collapse: collapse;
}

table.tablesorter td,
table.tableheader th,
table.tableprodukt td,
table.tableprodukt th {
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
}

table.tablesorter td.letztespalte,
table.tableheader th.bestellen,
table.tableprodukt td.letztespalte,
table.tableprodukt th.letztespalte {
	border-right: 1px solid #d1d1d1;
}

table.tableheader th.bestellen
 {
	background: #fff;
}

table.tablesorter th.tablesortname {
	padding-left: 15px;
}

table.tablesorter td.markeninfo {
	text-align: center;
}

table.tablesorter td.letztespalte {
	text-align: center;
}


table.tablesorter .preis {
	font-weight: bold;
	font-size: 1.1em;
}

table.tablesorter thead tr th, 
table.tablesorter tfoot tr th,
table.tableprodukt tfoot tr th {
	border: 1px solid #d1d1d1;
	font-size: 8pt;
	padding: 4px;
	
}

table.tablesorter th.bestellen {
	background-image: url(_img_wg-table-bg-headline_1.0.0.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

table.tablesorter thead tr .header {
	background-image: url(_img_wg-table-bg-normal_1.0.0.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	cursor: pointer;
	color: #fff; 
}
.tableheader #header1 img,
.tableheader #header2 img,
.tableheader #header3 img,
.tableheader #header4 img,
.tableheader #header7 img,
html table.tablesorter thead tr .header img {
	display: block;
}

table.tablesorter tbody td {
	color: #000;
	padding-top: 15px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody td.markeninfo {
	padding: 15px 5px 5px 5px;
}

table.tablesorter tbody td.produktinfo {
	padding: 15px 5px 5px 15px;
}

table.tablesorter tbody tr.odd td {
	/* background-color:#F0F0F6; */
	background-image: url(bg_tablesort_tablerow.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
	background-repeat: no-repeat;
 	background-position: bottom right;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
	background-repeat: no-repeat;
 	background-position: bottom right;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
 	color: #010268;
}

.produktinfo a {
	font-weight: bold;
}

table.tablesorter .letztespalte a {
	margin-top: 5px;
	display: block;
}

table.tablesorter td.footer {
	border: none;
	border-top: 1px solid #d1d1d1;
}

