/**
 * @package: Burmester
 * @creator: Jan Konzack
 * @copyright New Image GmbH
 * @created: 04.09.2007
 *
 * CSS fuer die Produktliniendetailseite
*/


div#line_topcontent {
	background: transparent url(../pixel/line_detail_content_bg.jpg) no-repeat right bottom;
	float: right;
	width: 100%;
	
	position: relative;
}


/** Komponentenliste */
div#line_products {
	width: 49.2em;
	margin-left: 1.8em;
	padding-bottom: 4em;
	
}
/** Komponentenliste - grafische Ueberschrift */
div#line_products h1 {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0.2em;
}
div#line_products h1 img#line_title {
	height: 3.4em;
	margin-left: 17.7em;
}
/** Komponentenliste - Pulldown-Menue */
div#line_products div#productselectionwrapper {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 1em;
	margin-left: 18em;
}
/** Komponentenliste - Liste */
div#line_products ul#productlinklist li {
	list-style: none;
}
div#line_products a.productimglink img {
	border: none;
	width: 100%;
}
div#line_products a.producttxtlink {
	background: transparent url(../pixel/nav_left.gif) no-repeat left center;
	padding-left: 2em;
	line-height: 1.2em;
	font-size: 1.2em;
	margin-left: 15.2em;
}


/** Fließtext */
div#line_wrapper {
	float: right;
	width: 31.43em; /*(440px auf 1em)*/
	font-size: 1.4em;
	margin-top: 4em;
}
div#line_wrapper p#line_text {
	margin-right: 4em;
	padding-bottom: 6em;
}



/** Aktionselement */
div#line_aktionswrapper {
	float: right;
	width: 31.43em; /*(440px auf 1em)*/
}
p#line_aktions_text {
	float: left;
	width: 14.29em;
	padding-bottom: 1.5em;
}
a#line_aktionslink {
	display: block;
	float: right;
}
/* a#line_aktionslink span.img wird von line_detail.js benutzt */
a#line_aktionslink img, a#line_aktionslink span.img {
	display: block;
	border: none;
	width: 17.14em;
}

