/* Display-Menü */
#displays {
	position: absolute;
	top: -21px;
	left: 1px;
	margin: 0;
	padding: 0;
	width: 284px;
	height: 521px;
}
/* Reiter im Display-Menü */
#disptabs {
	position: relative;
	width: 284px;
	height: 21px;
}
#disptabs a {
	display: block;
	float: left;
	height: 21px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#disptabs a#produkt {
	width: 141px;
	background-image: url(../images/touchprodinaktiv2.png);
}
#disptabs a#produkt:hover, #disptabs a#produkt.selected {
	width: 141px;
	background-image: url(../images/touchprodaktiv2.png);
}
#disptabs a#hersteller {
	width: 143px;
	background-image: url(../images/touchherstinaktiv2.png);
}
#disptabs a#hersteller:hover, #disptabs a#hersteller.selected {
	width: 143px;
	background-image: url(../images/touchherstaktiv2.png);
}

/* Einträge im Display-Menü */
#displist {
	position: relative;
	width: 284px;
	height: 470px;
	padding: 30px 0 0 0;
	margin: 0;
	background-image: url(../images/disp_hg.png);
	background-repeat: repeat-y;
}
#displist a {
	display: block;
	font-size: 11px;
	line-height: 15px;
	padding: 0 5px 0 15px;
	text-decoration: none;
	color: black;
}
/* #displist a:hover {color: #006699;} */
#displist a.selected, #displist a:hover {
	background-image: url(../images/pfeil3.png);
	background-repeat: no-repeat;
	color: rgb(204,0,0);
}

/* Hersteller Links unten im Display-Menü */
#infobox {
	position: absolute;
	bottom: 30px;
}
#infobox h1 {
	margin: 11px 5px 11px 15px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.3em;
}
#infobox p {
	margin: 2px 5px 2px 15px;
	padding: 0;
}
#infobox ul {
	list-style-image: url(../images/link_pfeil.png);
	list-style-position: outside;
	margin: 0 5px 0 35px;
}
#infobox li {
	margin: 2px 0;
}

/* Inhalt rechts neben dem Display-Menü */
#dispcontent {
	position: absolute;
	top: 0;
	left: 285px;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 500px;
}
#textbox {
	width: 720px;
	height: 200px;
	overflow: hidden;
	margin-top: 12px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#textbox p {
	margin: 6px 0 2px 0;
}
#textbox h1 {
	font-size: 15px;
	margin: 0;
}

/* Tabelle rechts neben dem Display-Menü */
#disptablehead {
	position: absolute;
	bottom: 250px;
	width: 701px;
	margin-right: 16px;
	height: 40px;
	border: 0;
	background-color: #becee1;
	overflow: hidden;
	z-index: 5;
}
#disptable {
	position: absolute;
	bottom: 0px;
	width: 717px;
	height: 290px;
	border: 0;
	overflow: auto;
	z-index: 4;
}
table.display {
	font-size: 10px;
	border-collapse: collapse;
	width: 700px;
}
table.display th, td {
	text-align: left;
	vertical-align: top;
	padding: 3px 0 3px 10px;
	border: 0;
}
table.display th {
	height: 40px;
	background-color: #becee1;
}
table.display tr.rowsecond td {
	background-color: #e4ecf2;
}

table.display td.found, table.display tr.rowsecond td.found {
	background-color: #BDCDE1;
}
table.display a {
	color: #000000;
	text-decoration: underline;
}
table.display a:hover {
	color: #CC0000;
	text-decoration: none;
}