/**
 * Style sheet screen
 */
html
{
	background-color:#000000;
	font-size:62.5%;
}

body
{
	width:100%;
	margin-top:7px;
	text-align:center;
	background-color:#fcfcfd;
	background-image:url("tl_files/website_images/bg_body.gif");
	background-position:center top;
	background-repeat:repeat-x;
	font-size:100.1%;
}

.invisible
{
	width:0px; 
	height:0px; 
	left:-1000px; 
	top:-1000px; 
	position:absolute; 
	overflow:hidden; 
	display:inline;
}

h1
{
	margin:0px 0px 12px 0px;
	font-family:Arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:2.8em;
	color:#ee7d0f;
	line-height:1.2em;
}

h2
{
	margin:0em 0em 0.6em 0em;
	font-family:Arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:2.2em;
	color:#ee7d0f;
	line-height:1.2em;
}

h3
{
	margin:0em 0em 0.6em 0em;
	font-family:Arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:1.4em;
	color:#ee7d0f;
	line-height:1.5em;
}

h4
{
	font-family:Arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:1.4em;
	color:#555555;
}

h5
{
	font-family:Arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	color:#555555;
}

h6
{
	margin:0em 0em 1.2em 0em;
	font-family:Arial, helvetica, sans-serif;
	font-size:1em;
	color:#555555;
}

em
{
	font-style:italic;
}

strong
{
	font-weight:bold;
}

.link
{
	color:#ee7d0f;
}

.link:hover
{
	color:#333333;
}

.standardtext
{
	margin:0em 0em 1.5em 0em;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-size:1.2em;
	color:#555555;
	line-height:1.5em;
}

.ce_text a
{
	color:#ee7d0f;
}

.ce_text a:hover
{
	color:#000000;
}

.ce_text a:link
{
	color:#ee7d0f;
}

.ce_text a:focus
{
	color:#000000;
}

#header
{
	background-image:url("tl_files/website_images/bg_header.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}

#custom_header
{
	width:830px;
	height:128px;
	margin:0px auto;
}

#header_startlink
{
	width:300px;
	height:70px;
	float:left;
	display:block;
	margin-top:35px;
}

#printlogo
{
	display: none;
}

#header_kontaktlinks
{
	width:200px;
	float:right;
	margin-top:15px;
	text-align:left;
}

#header_telfax
{
	width:180px;
	display:block;
	margin-bottom:7px;
	padding:7px 10px 8px 10px;
	background-color:#000000;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#ffffff;
	line-height:1.6em;
}

#header_maillink
{
	width:180px;
	display:block;
	margin-bottom:7px;
	padding:7px 10px 8px 10px;
	background-color:#000000;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#ffffff;
	line-height:1.6em;
}

#header_maillink:hover
{
	color:#ee7d0f;
}

#custom_navigation
{
	width:100%;
	text-align:left;
	background-color:#fcfcfd;
	background-image:url("tl_files/website_images/bg_navi.gif");
	background-position:center top;
	background-repeat:repeat-x;
}

#navigation
{
	width:830px;
	height:47px;
	margin:0px auto;
	min-height: 47px;
}

#navigation_homelink, #navigation_produktelink, #navigation_partnerlink, #navigation_leerlink1, #navigation_leerlink2, #navigation_kontaktlink
{
	width:138px;
	height:47px;
	float:left;
	display:inline;
	min-height: 47px;
}

#navigation_homelink a, #navigation_produktelink a, #navigation_partnerlink a, #navigation_leerlink1 a, #navigation_leerlink2 a, #navigation_kontaktlink a
{
	width:138px;
	height:32px;
	display:block;
	margin:1px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	text-align:center;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:1.4em;
	color:#333333;
	min-height: 32px;
}

#navigation_homelink a, #navigation_produktelink a, #navigation_partnerlink a, #navigation_leerlink1 a, #navigation_leerlink2 a
{
	border-right:1px solid #aaaaaa;
}

#navigation_kontaktlink, #navigation_kontaktlink a
{
	width:139px;
}

/* ie6 Boxfehler umgehen */
* html #navigation_kontaktlink, * html #navigation_kontaktlink a
{
	width:135px;
}

#navigation_homelink a:hover, #navigation_produktelink a:hover, #navigation_kontaktlink a:hover
{
	background-color:#000000;
	color:#ee7d0f;
}

#container
{
	width:100%;
	text-align:left;
	background-color:#fcfcfd;
	background-image:url("tl_files/website_images/bg_content.jpg");
	background-position:center top;
	background-repeat:repeat-x;
}

#main
{
	width:830px;
	margin:0px auto;
	padding:15px 0px 30px 0px;
	min-height: 200px;
}

.body_start #main
{
	background-image:url("tl_files/website_images/bg_contentlinien_start.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.body_produkte #main
{
	background-image:url("tl_files/website_images/bg_contentlinien_produkte.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.body_produkt #produkte_content
{
	background-image:url("tl_files/website_images/bg_contentlinien_einzelprodukt.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.body_produkt #main
{
	background-image:url("tl_files/website_images/bg_contentlinien_produkte.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.body_impressum #main
{
	background-image:url("tl_files/website_images/bg_contentlinien_produkte.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.body_default #main
{
	background-image:url("tl_files/website_images/bg_contentlinien_default.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.body_kontakt #main
{
	background-image:url("tl_files/website_images/bg_contentlinien_produkte.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.body_sitemap #main
{
	background-image:url("tl_files/website_images/bg_contentlinien_default.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

#bc_navi
{
	width:800px;
	margin-left:11px;
	padding-bottom:8px;
	background-image:url("tl_files/website_images/bg_breadcrumb.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

#bc_navi .bc_navi_content
{
	width:800px;
	margin-bottom:11px;
	padding-bottom:8px;
	border-bottom:1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#555555;
	line-height:1.5em;
}

#bc_navi a
{
	color:#555555;
}

#bc_navi a:hover
{
	color:#ee7d0f;
}

#bc_navi .active
{
	font-weight:bold;
}

#sidebar
{
	width:246px;
	float:left;
}

#sidebar .ce_text
{
	width:211px;
	margin-left:15px;
	border-bottom:1px solid #aaaaaa;
}

#sidebar h2
{
	width:211px;
	margin-top:30px;
	margin-bottom:10px;
}

#sidebar .ce_text p
{
	width:211px;
	padding-bottom:1em;
	color:#555555;
	font: normal 1.2em/1.5em Arial, sans-serif;
}

#sidebar .ce_hyperlink
{
	width:246px;
}

.ce_hyperlink h2
{
	margin:30px 20px 10px 15px;
}

#sidebar .caption
{
	width:233px;
	overflow:hidden;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#555;
	line-height:1.5em;
}

#sidebar .caption
{
	width:210px;
	margin-bottom:1em;
	margin-left:15px;
}

#produktgruppen_subnavi
{
	width:213px;
	float:left;
	padding:0px 0px 11px 0px;
}

#produktgruppen_subnavi ul
{
	width:154px;
	margin:0px 0px 11px 11px;
}

#produktgruppen_subnavi ul li
{
	width:154px;
	margin:0px 0px 3px 0px;
}

#produktgruppen_subnavi ul li a
{
	width:154px;
	display:block;
	padding:9px 8px 11px 15px;
	background-color:#000000;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-size:1.2em;
	color:#ffffff;
}

#produktgruppen_subnavi a:hover
{
	background-color:#ee7d0f;
	background-image:url("tl_files/website_images/pixelpfeil.gif");
	background-repeat:no-repeat;
	background-position: 160px center;
}

#produktgruppen_subnavi .active p
{
	padding:10px 8px 12px 15px;
	background-color:#fcfcfd;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	color:#ee7d0f;
}

#produktseite_headline
{
	width:594px;
	height:45px;
	margin-bottom:25;
	padding-top:15px;
	border-bottom:1px solid #aaaaaa;
}

#produktseite_headline h2
{
	width:596px;
	padding-bottom:15px;
	border-bottom:1px solid #aaaaaa;
}

.produkte_trennung_horizontal
{
	width:595px;
	height:19px;
	overflow:hidden;
	clear:both;
	margin-bottom:11px;
	margin-left:1px;
	line-height:0;
	background: url('tl_files/website_images/bg_linie_horizontal.gif') repeat-x center center;
}

#produktgruppen_vorschau
{
	width:616px;
	float:left;
	margin-bottom:30px;
	min-height: 350px
}

* html #produktgruppen_vorschau
{
	height:auto !important;
	height:350px;
}

#produktgruppen_vorschau .ce_text
{
	width:189px;
	height:135px;
	float:left;
	margin-right:15px;
	margin-bottom:20px;
}

* html #produktgruppen_vorschau .ce_text
{
	display:inline;
}

#produktgruppen_vorschau .ce_text a
{
	width:187px;
	height:133px;
	overflow:hidden;
	display:block;
	border:1px solid #fcfcfd;
	position: relative
}

#produktgruppen_vorschau .ce_text a:hover
{
	border-color: #ee7d0f;
}

#produktgruppen_vorschau .ce_text p
{
	width:187px;
	bottom:0px;
	left:0px;
	position:absolute;
	overflow:hidden;
	padding-top:9px;
	padding-bottom:11px;
	text-align:center;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#ffffff;
	z-index: 5;
}

* html #produktgruppen_vorschau .ce_text p
{
	bottom:-1px;
	left:0px;
	position:absolute;
}

#produktgruppen_vorschau .ce_text a:hover p
{
	background-color:#ee7d0f;
}

#produktgruppen_vorschau .ce_text img
{
	left:0px;
	top:0px;
	position:absolute;
	z-index: 2;
}

#aufmacher
{
	width:595px;
	height:250px;
	position:relative;
	overflow:hidden;
	float:left;
	margin-bottom:30px;
	border-bottom:1px solid #aaaaaa;
}

#aufmacher_headline
{
	width:500px;
	left:25px;
	top:20px;
	position:absolute;
	z-index: 5
}

#aufmacher_text
{
	width:300px;
	left:25px;
	top:80px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#555555;
	line-height:1.5em;
	z-index:3;
}

#aufmacherbild
{
	bottom:0px;
	left:0px;
	position:absolute;
	z-index:1;
}

#produkte_content
{
	width:616px;
	float:left;
}

#produktfotos
{
	width:271px;
	float:left;
	margin-bottom:1px;
}

#produktfotos h5
{
	width:258px;
	float:left;
	margin-top:20px;
}

#produktfotos h6
{
	width:258px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #aaa;
}

#hauptproduktfoto_container
{
	width:260px;
	margin-bottom:10px;
}

#hauptproduktfoto_container img
{
	padding:1px;
	border:1px solid #aaaaaa;
}

#produktvariationen_titel
{
	width:260px;
	margin-top:20px;
	margin-bottom:15px;
}

#produktvariation
{
	width:120px;
	height:100px;
	position:relative;
	overflow:hidden;
	float:left;
	margin-right:11px;
	margin-bottom:17px;
	padding:1px;
	border:1px solid #aaaaaa;
}

* html #produktvariation
{
	display: inline;
}

#produktvariation p
{
	width:120px;
	bottom:0px;
	left:1px;
	position:absolute;
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#555555;
	line-height:1.5em;
	z-index: 3;
}

#produktvariation img
{
	left:1px;
	top:1px;
	position:absolute;
	z-index: 2;
}

* html #produktfotos
{
	display:inline;
}

#produkttext_links
{
	width:323px;
	float:left;
	margin-bottom:1px;
	padding-bottom:30px;
	padding-left:11px;
	background-image:url("tl_files/website_images/bg_vertikallinie_grau.gif");
	background-position:left top;
	background-repeat:repeat-y;
	min-height: 350px
}

/* ie6 double margin fix und min-height fix */
* html #produkttext_links
{
	display:inline;
	height:auto !important;
	height :350px;
}

#produktfotos h5
{
	width:220px;
	margin-bottom:11px;
}

#produktfotos .ce_list
{
	width:260px;
	clear:both;
}

#produktfotos .ce_list ul
{
	width:250px;
}

#produktfotos li
{
	width:250px;
	margin-bottom:5px;
	padding:3px 3px 4px 4px;
	border:1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#555555;
	line-height:1.5em;
}

#produkt_headline
{
	width:323px;
	margin-top:30px;
	margin-bottom:15px;
}

#produkt_headline h5
{
	margin-bottom:10px;
}

#produktbeschreibung
{
	width:310px;
	padding-bottom:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#555555;
	line-height:1.5em;
}

#produktbeschreibung ul
{
	margin-bottom:0.5em;
	list-style-type:disc;
	list-style-position: inside
}

#produktbeschreibung p
{
	margin-bottom:0.5em;
}

#produkt_stadtmoebellink
{
	width:323px;
	padding-bottom:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#555555;
	line-height:1.5em;
}

#ausschreibungstext_link_container, #produkt_kontaktlink_container
{
	width:313px;
	clear:both;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px solid #aaaaaa;
}

#ausschreibungstext_link_container p, #produkt_kontaktlink_container p
{
	width:118px;
	float:left;
	padding:6px 6px 6px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#555555;
	line-height:1.5em;
	min-height: 3em;
}

#ausschreibungstext_link_container a
{
	width:125px;
	height:3em;
	float:left;
	display:block;
	padding:6px 45px 6px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	color:#333333;
	line-height:1.5em;
}

#produkt_kontaktlink_container a
{
	width:125px;
	height:27px;
	float:left;
	display:block;
	padding:15px 45px 6px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	color:#333333;
	line-height:1.5em;
}

#ausschreibungstext_link_container a:hover, #produkt_kontaktlink_container a:hover
{
	background-color:#ee7d0f;
	color:#ffffff;
}

#produktdaten
{
	width:569px;
	float:left;
	padding:48px 20px 20px 5px;
	background-image:url("tl_files/website_images/bg_produktdaten.gif");
	background-position:left top;
	background-repeat:repeat-x;
}

#produktdaten .ce_text
{
	width:260px;
	float:left;
	margin-bottom:15px;
	margin-left:15px;
}

#produktdaten h4
{
	width:230px;
	margin-bottom:30px;
}

#produktdaten ul li
{
	width:245px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#555555;
	line-height:1.5em;
}

#produktdaten h5
{
	margin-bottom:6px;
	line-height:1.5em;
}

#produktdaten ul
{
	width:270px;
	margin-bottom:18px;
}

#vorbehaltserklaerung
{
	width:595px;
	clear:both;
	padding-top:15px;
	text-align:right;
	background-color:#fcfcfd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#555555;
	line-height:1.5em;
}

#impressum-pflichtangaben
{
	width:163px;
	float:left;
	padding:11px 22px 0px 22px;
}

#ansprechpartner
{
	width:174px;
	float:left;
	padding:11px 22px 0px 11px;
}

#haftungsausschluss-und-copyright
{
	width:351px;
	float:left;
	padding:11px 22px 0px 22px;
	background-image:url("tl_files/website_images/bg_vertikallinie_grau.gif");
	background-position:left top;
	background-repeat:repeat-y;
}

#haftungsausschluss-und-copyright .ce_text
{
	width:351px;
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#555555;
	line-height:1.5em;
}

#kontaktdaten
{
	width:203px;
	float:left;
	padding:11px 0px 0px 22px;
}

#kontaktform-und-text
{
	width:510px;
	float:left;
	padding:11px 22px 0px 22px;
	background-image:url("tl_files/website_images/bg_vertikallinie_grau.gif");
	background-position:left top;
	background-repeat:repeat-y;
}

#kontaktform_danke
{
	width:510px;
	float:left;
	padding:11px 22px 0px 22px;
	background-image:url("tl_files/website_images/bg_vertikallinie_grau.gif");
	background-position:left top;
	background-repeat:repeat-y;
}

#kontaktform
{
	width:500px;
	display:block;
	margin:0px 0px 22px 0px;
	padding:21px 22px 22px 22px;
	background-color:#dfdfdf;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.1em;
	color:#333333;
}

#kontaktform table td
{
	padding-bottom:15px;
}

#kontaktform .col_0
{
	width:45%;
	padding-right:5%;
	padding-top:5px;
}

#kontaktform .col_1
{
	width:50%;
}

#kontaktform label
{
	width:100%;
	padding-bottom:7px;
	border-bottom:1px solid #aaaaaa;
}

#ctrl_1, #ctrl_2, #ctrl_3, #ctrl_4, #ctrl_5, #ctrl_6, #ctrl_8
{
	width:254px;
	display:block;
	margin-top:3px;
	padding:1px;
}

#ctrl_8
{
	height:15em;
	padding:2px;
}

#kontaktform .submit_container
{
	width:200px;
}

#kontaktform .error
{
	padding:5px 0px 6px 0px;
	color:#ee7d0f;
}

span.mandatory
{
	padding-left:0.5em;
}

#sitemap_modul
{
	width:819px;
	margin-left:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#555555;
	line-height:1.7em;
}

#sitemap_headline
{
	width:808px;
	margin-bottom:15px;
	margin-left:11px;
}

#sitemap_modul ul
{
	margin-bottom:15px;
}

#sitemap_modul li
{
	margin-bottom:3px;
}

#sitemap_modul .level_1
{
	width:808px;
}

#sitemap_modul li a
{
	width:808px;
	display:block;
	color:#555555;
}

#sitemap_modul li a:hover
{
	background-color:#ee7d0f;
	color:#ffffff;
}

#sitemap_modul li li a
{
	width:608px;
	display:block;
}

#sitemap_modul li li li a
{
	width:408px;
	display:block;
}

#sitemap_modul li li li li a
{
	width:208px;
	display:block;
}

#sitemap_modul a.submenu
{
	border-top:1px solid #aaaaaa;
}

#sitemap_modul li a .submenu
{
	border-top:1px solid #aaaaaa;
}

#sitemap_modul li li a .submenu
{
	border-top:1px solid #aaaaaa;
}

#sitemap_modul li li li a .submenu
{
	border-top:1px solid #aaaaaa;
}

#sitemap_modul .level_2
{
	width:608px;
	float:left;
	padding-left:200px;
}

#sitemap_modul .level_3
{
	width:408px;
	padding-left:200px;
}

#sitemap_modul .level_4
{
	width:208px;
	padding-left:200px;
}

#footer
{
	width:100%;
	text-align:left;
	background-color:#fcfcfd;
	border-top:1px solid #000000;
}

#footermenu
{
	width:830px;
	height:40px;
	margin:0px auto auto auto;
	text-align:left;
	background-image:url("tl_files/website_images/bg_footermenu.gif");
	background-position:left top;
	background-repeat:repeat-y;
}

#footermenu_impressumlink, #footermenu_sitemaplink, #footermenu_kontaktlink, #footermenu_leerlink1, #footermenu_leerlink2
{
	width:138px;
	height:40px;
	float:left;
	display:inline;
	text-align:center;
}

#footermenu_seitedrucken
{
	width:137px;
	height:40px;
	float:left;
	display:inline;
	text-align:center;
}

#footermenu_impressumlink a, #footermenu_kontaktlink a, #footermenu_sitemaplink a
{
	width:138px;
	height:28px;
	display:block;
	padding:12px 0px 0px 0px;
	text-align:center;
	border-right:1px solid #aaaaaa;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	color:#333333;
	min-height: 28px;
}

#footermenu_impressumlink a:hover, #footermenu_kontaktlink a:hover, #footermenu_sitemaplink a:hover
{
	color:#ee7d0f;
}

#footermenu_seitedrucken a
{
	width:122px;
	height:28px;
	padding:12px 0px 0px 16px;
	text-align:center;
	border-right:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	color:#333333;
	display: block;
	min-height: 28px;
	background: url('tl_files/website_images/printericon.gif') no-repeat 14px 12px;
}

* html #footermenu_seitedrucken a
{
	width:119px;
}

#footermenu_seitedrucken a:hover
{
	color:#ee7d0f;
	background-position: 14px -38px;
}
