/* Inhaltsbereich */

#content {
	position: absolute;
	top: 338px;
	margin-left: 165px;
	width: 605px;
}


/* Startseite */
#homepage {
	position: relative;
	width: 604px;
	border-right: 1px solid #cc9;
}
#homepage.homepage_fixed {	/* Startseite, fest Höhe */
	height: 204px;
	overflow:hidden;
}

.homepage_teaser {
	float: left;
	width: 137px;
	height: 190px;
	padding: 7px 7px 6px 7px;
	background: #fff;
	background-image: url(../images/content/bg_homepage_teaser.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom: 1px solid #cc9;
	overflow: hidden;
	/** lieder@stulz.de - Teaserboxen klickbar machen **/
	cursor:pointer;
}

.homepage_teaser_pic {
	padding: 0 0 0 1px;
	width: 136px;
	height: 45px;
	overflow: hidden;
}

.homepage_teaser_body {
	padding: 0 0 5px 2px;
}


/* LÖSUNGEN EBENE 1 */
#solutions_lv1 {
	position: relative;
	width: 604px;
	border-right: 1px solid #cc9;
}

.solutions_teaser_body {
	border-bottom: 1px solid #cc9;
	padding: 25px 25px 20px 30px;
}

.solutions_teaser {
	position: relative;
	float: left;
	width: 137px;
	height: 122px;
	padding: 7px 7px 6px 7px;
	background: #fff;
	background-image: url(../images/content/bg_homepage_teaser.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom: 1px solid #cc9;
	overflow: hidden;
	/** lieder@stulz.de - Teaserboxen klickbar machen **/
	cursor:pointer;
}

.solutions_teaser_pic {
	padding: 0 0 0 1px;
}

.solutions_teaser_more {
	position: absolute;
	top: 98px;
}


/*
 * LÖSUNGEN EBENE 2
 */
#solutions_lv2 {
	position: relative;
	width: 452px;
	border-left: 1px solid #cc9;
	border-right: 1px solid #cc9;
	border-bottom: 1px solid #cc9;
}

#solutions_lv2.global {
	width: 555px;
}

#solutions_content_body {
	padding: 25px 20px 0 30px;
}

#solutions_content_body dd.csc-textpic-caption {	/* Bildunterschrift ausblenden */
	display: none;
}

.solutions_content_body_photo {
	float: right;
	padding: 0 0 0 5px;
}

#solutions_content_body_footer {
	position: relative;
	padding: 30px 10px 7px 15px;
}

/* Produkte mit Beschreibung und Photo */
.solutions_product {
	margin: 10px 0 20px 0;
}

.solutions_product_photo {
	float: left;
	width: 140px;
	margin: 0 5px 0 0;
}

.solutions_product_hl {
	width: 255px;
	float: right;
}

.solutions_product_description {
	width: 255px;
	float: right;
}

.solutions_product_more {
	width: 255px;
	float: right;
	padding: 10px 0 0 0;
}

/*
 * Bildergalerie
 */
/* a) mittels eigener Klassen realisiert */
.solutions_photogallery {
}
.solutions_photogallery_inner {
	width: 430px;
	margin: 0 0 0 -10px;
}
.solutions_photogallery_inner img {
	float: left;
	margin: 0 7px 7px 0;
}
/* b) mittels angepaßter css-styled-content Klassen realisiert: Bild muß dafür als oben mittig ausgewählt werden! */
DIV.csc-textpic.csc-textpic-center.csc-textpic-above {
	width: 430px;
	margin: 0 0 0 -10px;
}
.csc-textpic-clear {	/* notwendig für Abstand Bildergalerie nach unten im FF/Opera */
	clear:both;
	height:20px;
}
DIV.csc-textpic.csc-textpic-center.csc-textpic-above img {
	float: left;
	margin: 0 7px 7px 0;
}

/* alt:
.solutions_photogallery ul {
	list-style-type: none;
	margin: 0 0 0 -10px;
	width: 430px;
}
.solutions_photogallery li {
	float: left;
	margin: 0 7px 7px 0;
}
*/


/*
 * Tabelle
 */
.solutions_specs {
	padding: 15px 0 0 0;
}

/* eigene Klassen bzw. erweitert um die Modifikation der Standard css-styled-content Klassen, siehe auch http://www.typo3.net/forum/list/list_post//32590/?page=1&sword=tabellen%20gestalten#pid122447 */
.contenttable td {
	padding: 5px;
}
.solutions_table, .contenttable, .downloadtable {
	width: 400px;
	border-collapse: collapse;
	border: 1px solid #cc9;
	border-bottom: none;
	margin: 0 0 20px 0;
	cursor:default;
}

.solutions_table_uneven td, .contenttable .tr-odd td, .downloadtable .tr-odd td {
	padding: 5px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #cc9;
	border-left: 1px solid #cc9;
}
.solutions_table_uneven th, .contenttable .tr-odd.tr-0 td, .downloadtable .tr-odd.tr-0 td {
	width: 330px;
	padding: 5px;
	background-color: #fff;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #cc9;
}

.solutions_table_even td, .contenttable .tr-even td, .downloadtable .tr-even td {
	padding: 5px;
	background-color: #ebebd6;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #cc9;
	border-left: 1px solid #cc9;
}
.solutions_table_even th, .contenttable .tr-even.tr-0 td, .downloadtable .tr-even.tr-0 td {
	width: 330px;
	padding: 5px;
	background-color: #ebebd6;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #cc9;
}


/*  Table Header  */
.contenttable th, .downloadtable th {
	padding: 5px;
	color: #003163;
	background-color: #cc9;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #cc9;
	border-left: 1px solid #cc9;
	text-align:center;
	font-weight:bold;
}
.contenttable.tr-0 th, .downloadtable.tr-0 th {
	width: 330px;
	padding: 5px;
	color: #003163;
	background-color: #cc9;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #cc9;
	text-align:center;
	font-weight:bold;
}


/* WORLDWIDE */
#worldwide {
	position: relative;
	width: 603px;
	border-left: 1px solid #cc9;
	border-right: 1px solid #cc9;
	border-bottom: 1px solid #cc9;
}

#worldwide_content_body {
	padding: 10px 0 0 14px;
}

#worldwide_content_body_footer {
	position: relative;
	padding: 30px 10px 7px 15px;
}

.worldwide_content_countryselect {
	width: 145px;
	padding: 20px 0 0 0;
	list-style-type: none;
	float: left;
}

.worldwide_content_countryselect a {
	font-size: 11px;
	color: #b84a07;
	text-decoration: none;
	padding: 0 0 0 5px;
}

.worldwide_content_countryselect a:hover {
	text-decoration: underline;
}

.worldwide_content_countryselect li {
	padding: 0 0 5px 0;
}

/* TEASER RECHTS */
#teaser {
	position: absolute;
	top: 338px;
	margin-left: 618px;
	width: 152px;
}

#teaser_body {
	background-image: url(../images/content/bg_teaser.gif);
	background-repeat: repeat-y;
	margin: 0 0 20px 0;
}

/* TEASER */
/* Teaser Folgeseite: Downloads */
.teaser_downloads {
	background-image: url(../images/content/bg_teaser_downloads.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #cc9;
}
.teaser_downloads_hl {
	padding: 13px 0 9px 11px;
}
.teaser_downloads_body {
	padding: 0 5px 19px 11px;
}


/* Teaser Folgeseite: Kontakt */
.teaser_contact {
	border-bottom: 1px solid #cc9;
	/** lieder@stulz.de - Teaserboxen klickbar machen **/
	cursor:pointer;
}
.teaser_contact_photo {
	padding: 9px 0 0 8px;
}
.teaser_contact_photo a {
	background:none;
	padding:0px;
	width:136px !important;
}
.teaser_contact_hl {
	padding: 7px 0 7px 9px;
}
.teaser_contact_body {
	padding: 0 0 20px 9px;
}

/* Teaser Folgeseite: Text */
.teaser_text {
	border-bottom: 1px solid #cc9;
}
.teaser_text_hl {
	padding: 10px 0 4px 13px;
}
.teaser_text_photo {
	padding: 10px 0 5px 8px;
}
/* Test anstelle von .teaser_text_photo */
/*.teaser_text img {
	padding: 10px 0 5px 8px;
}*/
.teaser_text_body {
	padding: 0 5px 20px 13px;
}


/* Teaser Partnerseite: Logo */
.teaser_partner_logo {
	border-bottom: 1px solid #cc9;
}

.teaser_partner_logo_body {
	padding: 14px 0 14px 0;
	text-align: center;
}

/* Teaser Partnerseite: Kontakt */
.teaser_partner_contact_hl {	/* nicht mehr gebraucht */
	padding: 7px 0 10px 15px;
}

.teaser_partner_contact_body {
	padding: 10px 5px 15px 15px;
	margin: 0 0 0px 0;
	border-bottom: 1px solid #cc9;
}
	

/* FOOTER */
#footer {
	float: none;
	clear: both;
	text-align: center;
	padding: 13px 0 0 0;
	margin: 0 0 20px 0;
}

.dontshow {	/* Ausblendung z.B. für Klickpfad auf Startseiten */
	display:none;
}

.internal-link {
	color: #b84a07;
	background-image: url(../images/content/bg_homepage_teaser_more.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:10px;
	margin-right:10px;
	text-decoration: none;
}

.internal-link:hover {
	text-decoration:underline;
}

.normal-link {
	display: inline !important;
	color: #b84a07;
	background:none !important;
	text-decoration: none;
	padding-left:0 !important;
	margin-right:0 !important;
}

.normal-link:hover {
	text-decoration:underline;
}

.flat-link {
	padding-top:2px !important;
	background-position:0 8px !important;
}

.flat-link:hover {
	text-decoration:underline;
}

.glossary-link {
	display: inline !important;
	color: #b84a07;
	background:none !important;
	text-decoration: none;
	padding-left:0 !important;
	margin-right:0 !important;
	border-bottom:1px dotted #444;
}

.glossary-link:hover {
	background-color:#FFF1EE !important;
	text-decoration:none !important;
}

.producttable tr.tr-even td {
	background-color: #ebebd6;
	height: 30px;
}

.producttable tr.tr-odd td {
	background-color: #ffffff;
	height: 30px;
}

.techterm {
	background: none !important;
	color: #000 !important;
	display: inline !important;
	padding: 0px !important;
	margin: 0px !important;
	border-bottom: 1px dashed #999;
}
.techterm:hover {
	text-decoration: none !important;
	color: #999 !important;
}

/* "blindes" Mapping für TV, benötigt für dt. Startseite Flash-Header-Variante */
#tvinnner-mapping-blind {
	display:none;
}

