
table.SortList
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.SortList th
{
	background-color: #BECEDD;
	padding: 4px 4px 4px 16px;
}
.sortedASC 
{
	background: url(/images/up.gif) no-repeat 2px 10px #eee;
}

.sortedDESC 
{
	background: url(/images/down.gif) no-repeat 2px 10px #eee;
}

.tableHeaderOver 
{
	cursor: pointer;
	color: blue;
}
tr.over
{
	background-color: #C3D6E8;
	color: blue;
	cursor: default;
}
.InfoBox
{
	position: relative;
}
.InfoBox div.Info
{
	position: absolute;
	display: none;
	top: -250px;
	left: -400px;
	width: 350px;
	height: 200px;
	background-color: #C3D6E8;
	color: black;
	border: outset blue 5px;
	padding: 1em;
	overflow: hidden;
}
.InfoBox:hover div.Info
{
	display: block;
}
.Info div h1
{
	color: blue;
	margin: auto;
	padding: 0;
	font-size: 1.4em;
}
.Minpreis:before
{
	content: "ab ";
}



/* CSS für t-Home */

table.Struktur
{
	width: 788px;
	border: none;
	border-collapse: collapse;
	width: 788px;
	margin: auto;
}
table.Struktur tr td.Kopf
{
	width: 788px;
	height: 210px;
	background-image: url(/online-shop/t-home/Bilder/kopf_bg.gif);
}
table.Struktur tr td.Fuss
{
	width: 788px;
	height: 13px;
	background-image: url(/online-shop/t-home/Bilder/foot_bg.gif);
}
table.Struktur tr td.Navi
{
	margin:0;
	width: 150px;
	background-image: url(/online-shop/t-home/Bilder/navi_bg.png);
	padding-left: 10px;
	vertical-align: top;
}
table.Struktur tr td.Inhalt
{
	margin:0;
	padding-left: 20px;
	width: 627px;
	background-image: url(/online-shop/t-home/Bilder/inhalt_bg.png);
	text-align: left;
	vertical-align: top;
}

div.Button
{
	width: 142px;
	background-image: url(/online-shop/t-home/Bilder/menupunkt_bg.png);
	margin: 1em 0;
	padding: 2px 0 2px 8px;
	text-decoration: none;
	color: black;
}
div.Button:hover
{
	background-image: url(/online-shop/t-home/Bilder/menupunkt_hover_bg.png);
}
div.ButtonAktiv
{
	width: 142px;
	background-image: url(/online-shop/t-home/Bilder/menupunkt_aktiv_bg.png);
	margin: 1em 0;
	padding: 2px 0 2px 8px;
	text-decoration: none;
	color: black;
}
div.Button a
{
	text-decoration: none;
	color: black;
}
div.Button a:hover
{
	text-decoration: underline;
}
div.ButtonAktiv a
{
	text-decoration: none;
	color: black;
}
div.Spacer
{
	margin-top: 2em;
}

div.Box
{
	position: relative;
	//margin-top: 0.5em;
	width: 450px;
	height: 163px;
	background-image: url(/online-shop/t-home/Bilder/box_bg.gif);
	color: white;
	text-align: center;
	padding: 0px;
	z-index: 1;
}
div.Box div
{
	color:white;
}
div.Box h2
{
	color:white;
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
div.Box a
{
	color: white;
	text-decoration: none;
	border-bottom: solid #E20074 1px;
}
div.Box a:hover
{
	color: #E20074;
	border-bottom: solid white 1px;
}
div.InfoBox
{
	border: none;
}
div.Stoerer
{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 90;
}
div.Stoerer img
{
	position: absolute;
	left: 350px;
	top: 190px;
	z-index: 100;
}
div.Klein
{
	font-size: 8pt;
}
div.Banner
{
	float: right;
	width: 120px;
	height: 620px;
	padding: 0;
	margin-left: 1em;
}

span.Produkt
{
	font-size: 1.1em;
	font-weight: bold;
}
span.Alt
{
	text-decoration: line-through;
}

span.Preis:after
{
	content: " *";
	font-size: 6pt;
	vertical-align: top;
}
span.Preis1:after
{
	content: " 1";
	font-size: 6pt;
	vertical-align: top;
}
span.Preis2:after
{
	content: " 2";
	font-size: 6pt;
	vertical-align: top;
}
span.Preis3:after
{
	content: " 3";
	font-size: 6pt;
	vertical-align: top;
}
span.Preis4:after
{
	content: " 4";
	font-size: 6pt;
	vertical-align: top;
}
span.Preis5:after
{
	content: " 5";
	font-size: 6pt;
	vertical-align: top;
}
