
TABLE#layout TR.lt-head TD.lt-middle { vertical-align: top; }
TABLE#layout TR.lt-head TD.lt-middle DIV.lt-middle { background-color: #eee; padding-bottom: 120px; }
TABLE#layout TR.lt-head TD.lt-middle { border-bottom: none; }
TABLE#layout TR.lt-head TD.lt-middle TABLE.threecols { width: 100%; background-color: #eee; border-collapse: collapse; border-bottom: 3px solid #fff; }
TABLE#layout TR.lt-head TD.lt-middle TABLE.threecols TR TD { width: 33%; }

TABLE.threecols { font-size: 80%; line-height: 1.6em; }
TABLE.threecols TD { width: 200px; vertical-align: top; } 
TABLE.threecols TD H2 { margin: 0; padding: 0; width: 100%; }
/* Header graphisch bereits BG der Tabelle */
TABLE.threecols TD H2 A {
	display: block;
	margin: 0;
	padding: 0;
	height: 0px;
	overflow: hidden;
	padding-top: 105px;
	font-size: 10px; /* fix 1px bug in IE */
}

TABLE.threecols TD.col-sachbuch { background: url(../images/hirzel/HirzelStart-SB-Header.gif) no-repeat; border-right: 3px solid #fff; }
TABLE.threecols TD.col-ratgeber { background: url(../images/hirzel/HirzelStart-RG-Header.gif) no-repeat; border-right: 3px solid #fff; }
TABLE.threecols TD.col-fachbuch { background: url(../images/hirzel/HirzelStart-FB-Header.gif) no-repeat; }

TABLE.threecols TD.col-sachbuch DIV.highlightarea {	background-image: url(../images/hirzel/HirzelStart-SB-Header.gif); }
TABLE.threecols TD.col-ratgeber DIV.highlightarea { background-image: url(../images/hirzel/HirzelStart-RG-Header.gif); }
TABLE.threecols TD.col-fachbuch DIV.highlightarea { background-image: url(../images/hirzel/HirzelStart-FB-Header.gif); }

TABLE.threecols TD.col-sachbuch H2 A { background: url(../images/hirzel/Pfeil-SB.gif) no-repeat 22px 59px; }
TABLE.threecols TD.col-ratgeber H2 A { background: url(../images/hirzel/Pfeil-RG.gif) no-repeat 22px 59px; }
TABLE.threecols TD.col-fachbuch H2 A { background: url(../images/hirzel/Pfeil-FB.gif) no-repeat 22px 59px; }

TABLE.threecols DIV.highlightarea {
	padding-bottom: 1em;
	background-color: #eee;
	background-position: -1px -1px;
	background-repeat: no-repeat;
}
TABLE.threecols DIV.highlightover {
	background-color: #ccc;
}
TABLE.threecols DIV.highlightover DIV.image IMG {
	background-image: none;
}

TABLE.threecols DIV.highlightarea DIV.text {
	height: 250px;
}

TABLE.threecols TD UL { list-style: none; margin: 10px 24px 10px 24px; height: 100px; padding: 0; }
TABLE.threecols TD LI { font-weight: bold; margin-bottom: 0.5em; }

TABLE.threecols TD.col-sachbuch UL LI,
TABLE.threecols TD.col-sachbuch UL LI A { color: #ff6600; }
TABLE.threecols TD.col-ratgeber UL LI,
TABLE.threecols TD.col-ratgeber UL LI A { color: #006699; }
TABLE.threecols TD.col-fachbuch UL LI,
TABLE.threecols TD.col-fachbuch UL LI A { color: #666666; }

TABLE.threecols DIV.image { position: relative; height: 200px; width: 200px; overflow: hidden; }
TABLE.threecols DIV.image IMG {
	/* Shadow */
	background-image: url('../images/book-drop-shadow-100.gif');
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-left: 100px;
}
TABLE.threecols DIV.image IMG {
	/* Position */
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 6;
}
TABLE.threecols DIV.image IMG.hidden {
	display: none;
}


TABLE.threecols DIV.text { padding: 0 24px 0 24px; margin: 0 0 10px 0; border-top: 3px solid #fff; }

