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

/* Oberer Komponenteninhalt (Titel, Headline, Beschreibungstext, Detailbild) */
div#component_topcontent {
	padding: 0 4em;
	position: relative;
}

/* Komponententitel ist Grafik */
div#component_topcontent h1 {
	font-size: 1em;
}
img#component_title {
	height: 3.4em;
}

h2#component_headline {
	margin-bottom: 1em;
	margin-top: 0.3em;
	font-weight: bold;
	font-size: 1.4em;	
}

/* Komponentenillustration */
div#component_illu {
	text-align: center;
}
div#component_illu img {
	width: 86.7em;
	/* width: 87.3em; -- IE6, IE7 */
	margin-top: 4em;
	margin-bottom: 4em;
}

/* Komponentenbeschreibung */
div#component_text {
	font-size: 1.4em;
	color: #acacac;
}


/* Wrapper fuer Komponentenillustration & Slideshow Widget */
div#component_illu_wrapper {
	position: relative;
}


/* Komponentenpulldown */
div#component_navigation {
	position: absolute;
	top: -2em;
	right: 3em;
}

/* Slideshow Widget */
div#component_slider {
	position: absolute;
	left: 70em;
	bottom: 0;
	padding-bottom: 6em;
	width: 10em; /* IE7 - Angabe der maximalen Breite, ansonsten horizontaler scrollbalken */
}

