/* 				Name:	Frank Meyering (Agentur3B GmbH - www.agentur3b.de)
				Kunde:	HMD
				Date:	24.06.2010
------------------------------------------------------------------------------------------------------------------------------------*/



/* 01. GLOBAL
------------------------------------------------------------------------------------------------------------------------------------*/


html {
	overflow-y:scroll;
}

/* Reset */
html, body, div, p, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, fieldset, img {
    border: 0;
    margin: 0;
    padding: 0;
	list-style: none;
}

body {
	font: 62.5%/140%  Arial, Helvetica, sans-serif;
	color: #666;
	text-align:left;
	background:#fff;
}

.fixfloat {
	height:0px;
	font-size: 0;
	line-height: 0;
	clear: both;
	overflow:hidden;
}

.hidden {
	display: none;
}

body#hdm {background:#e6e6e6;}


/*	FRAMEWORK
--------------------------------------------------------------------------------------------------------------------------------------------------------*/


#wrap {
	position:relative;
	margin:30px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:996px;
	background:#FFFFFF url(../picts/bg/bg_body-y.gif) repeat-y;
}

/*	HEADER
--------------------------------------------------------------------------------------------------------------------------------------------------------*/

#header {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:103px;
	background:url(../picts/bg/bg_header.gif) no-repeat;
}

#header-logo {
	position:absolute;
	bottom:20px;
	left:20px;
	display:block;
	width:161px;
	height:39px;
	background:url(../picts/logos/elesgo-logo_header.gif) no-repeat;
}

#header-logo a,
#header-logo a:visited {
	display: block;
	width:161px;
	height:39px;
}

#header-logo a h1,
#header-logo a:visited h1 {
	display:none;
}

/*	SEARCH-Header	*/

#header-search {
	position:absolute;
	top:58px;
	right:118px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 6px;
	height:70px;
	width:400px;
}

.label_header-search {
	margin:0px 0px 0px 0px;
	padding:5px 10px 0px 0px;
	float:left;
	height:27px;
	width:114px;
	color:#666;
	text-align:right;
	font-size:12px;
	line-height:14px;
}

#header-search_field .tx-macinasearchbox-pi1 form {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

input#header-search-input {
	float:left;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 2px;
	border:none;
	outline:none;
	background:none;
	height:20px;
	width:200px;
	color:#666666;
	border:1px solid #666;
	background:#FFFFFF;
	font-size:12px;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header-search_field .tx-macinasearchbox-pi1 form input:hover {
	border:1px solid #999;
	background:#fefefe;
}

input.bt_header-search {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
	outline:none;
	height:26px;
	width:26px;
	background:#666666 url(../picts/arrow/arrow_header-search.gif) no-repeat;
	overflow:hidden;
}

/*	MENU | nav-languages
------------------------------------------------------------------------------------------------------------------------------------*/

#nav-languages {
	display:block;
	padding:10px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}

#nav-languages ul {
	list-style: none;
}

#nav-languages ul li { 
	display: block;
	float: left;	
	position: relative;
	padding:4px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	height:24px;
	width:24px;
}

#nav-languages ul li a { 
	display: block;
	float: left;
	height:24px;
	width:24px;
}

#nav-languages ul li.l-de a {background:url(../picts/flags/de.png) no-repeat;}
#nav-languages ul li.l-de a:hover {background:url(../picts/flags/de.png) no-repeat;}
#nav-languages ul li.l-de a.active {background:url(../picts/flags/de.png) no-repeat;}

#nav-languages ul li.l-en a {background:url(../picts/flags/gb.png) no-repeat;}
#nav-languages ul li.l-en a:hover {background:url(../picts/flags/gb.png) no-repeat;}
#nav-languages ul li.l-en a.active {background:url(../picts/flags/gb.png) no-repeat;}

#nav-languages ul li.l-us a {background:url(../picts/flags/us.png) no-repeat;}
#nav-languages ul li.l-us a:hover {background:url(../picts/flags/us.png) no-repeat;}
#nav-languages ul li.l-us a.active {background:url(../picts/flags/us.png) no-repeat;}

#nav-languages ul li.l-nl a {background:url(../picts/flags/nl.png) no-repeat;}
#nav-languages ul li.l-nl a:hover {background:url(../picts/flags/nl.png) no-repeat;}
#nav-languages ul li.l-nl a.active {background:url(../picts/flags/nl.png) no-repeat;}

#nav-languages ul li.l-pl a {background:url(../picts/flags/pl.png) no-repeat;}
#nav-languages ul li.l-pl a:hover {background:url(../picts/flags/pl.png) no-repeat;}
#nav-languages ul li.l-pl a.active {background:url(../picts/flags/pl.png) no-repeat;}

#nav-languages ul li.l-fr a {background:url(../picts/flags/fr.png) no-repeat;}
#nav-languages ul li.l-fr a:hover {background:url(../picts/flags/fr.png) no-repeat;}
#nav-languages ul li.l-fr a.active {background:url(../picts/flags/fr.png) no-repeat;}

#nav-languages ul li.l-es a {background:url(../picts/flags/es.png) no-repeat;}
#nav-languages ul li.l-es a:hover {background:url(../picts/flags/es.png) no-repeat;}
#nav-languages ul li.l-es a.active {background:url(../picts/flags/es.png) no-repeat;}

#nav-languages ul li.l-ru a {background:url(../picts/flags/ru.png) no-repeat;}
#nav-languages ul li.l-ru a:hover {background:url(../picts/flags/ru.png) no-repeat;}
#nav-languages ul li.l-ru a.active {background:url(../picts/flags/ru.png) no-repeat;}

#nav-languages ul li.l-cz a {background:url(../picts/flags/cz.png) no-repeat;}
#nav-languages ul li.l-cz a:hover {background:url(../picts/flags/cz.png) no-repeat;}
#nav-languages ul li.l-cz a.active {background:url(../picts/flags/cz.png) no-repeat;}



/*	BODY
--------------------------------------------------------------------------------------------------------------------------------------------------------*/

#body {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 3px 0px 3px;
	width:990px;
	color:#666;
	font-size:12px;
	line-height:17px;
	text-align:left;
}

#body_left {
	position:relative;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:160px;
}

#body_middle {
	position:relative;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 20px 30px 20px;
	width:630px;
}

#body_right {
	position:relative;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:160px;
	background:#254e9b;
}

#stripe_top,
#stripe_bottom {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:22px;
	background:#ccc;
}

#stripe_bottom {
	margin:1px 0px 0px 0px;
}
	

/*	FOOTER
--------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:150px;
	background:#e6e6e6 url(../picts/bg/bg_footer.gif) top left no-repeat;
}

#footer-logo {
	position:absolute;
	top:15px;
	right:20px;
	display:block;
	width:145px;
	height:45px;
	background:url(../picts/logos/hdm-logo_footer.gif) no-repeat;
}

#footer-logo a,
#footer-logo a:visited {
	display: block;
	width:126px;
	height:40px;
}

#footer-logo a h1,
#footer-logo a:visited h1 {
	display:none;
}

#footer-text {
	position:absolute;
	top:105px;
	left:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-size:11px;
	line-height:14px;
	color:#999;
}

#footer-text a,
#footer-text a:visited {
	color:#777;
}

#footer-text a:hover {
	color:#999;
}

#footer-logo-on-top {
	display:none;
	position:absolute;
	top:15px;
	right:180px;
	width:100px;
	height:60px;
	background:url(../picts/logos/elesgo-on-top.jpg) no-repeat;
}

#footer-logo-on-top a,
#footer-logo-on-top a:visited {
	display: block;
	width:100px;
	height:60px;
}

#footer-logo-on-top a h1,
#footer-logo-on-top a:visited h1 {
	display:none;
}



/*	NAV-MAIN
----------------------------------------------------------------------------------------------------------------------------*/

#nav-main {
	margin:1px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:160px;
}

#nav-main ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#nav-main ul li {
}

#nav-main li a {
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 20px;
	text-align:left;	
	color:#111;	
	text-decoration:none;
	height:auto;
	width:140px;
	font-weight: normal;
	background:#999;
	border-bottom:1px solid #fff;
	font-size:12px;
	font-weight: normal;
	line-height:15px;
}

#nav-main li a:hover {
	color:#fff;
}

#nav-main li a.active,
#nav-main li.open a.active,
#nav-main li.open a {
	color:#fff;
	font-weight:bold;
	background:#fff;
}

#nav-main li.common a {background:#ccc;}
#nav-main li.wand a {background:#99cccc;}
#nav-main li.boden a {background:#cc9933;}
#nav-main li.massivholz a {background:#cccc66;}
#nav-main li.moebelteile a {background:#cc99cc;}
#nav-main li.cinewall a {background:#000; color:#CCCCCC;}
#nav-main li.luxury-wall a {background:#ccab00; color:#000;}

#nav-main li.common a:hover {background:#ccc;color:#fff;}
#nav-main li.wand a:hover {background:#99cccc;}
#nav-main li.boden a:hover {background:#cc9933;}
#nav-main li.massivholz a:hover {background:#cccc66;}
#nav-main li.moebelteile a:hover {background:#cc99cc;}
#nav-main li.cinewall a:hover {background:#000; color:#fff;}
#nav-main li.luxury-wall a:hover {background:#ccab00; color:#fff;}

/*	ACTIVE	*/

#nav-main li.common a.active,
#nav-main li.open-common a.active,
#nav-main li.open-common a {background:#bbb;color:#fff;font-weight:bold;}

#nav-main li.wand a.active,
#nav-main li.open-wand a.active,
#nav-main li.open-wand a {background:#99cccc;color:#fff;font-weight:bold;}

#nav-main li.boden a.active,
#nav-main li.open-boden a.active,
#nav-main li.open-boden a {background:#cc9933;color:#fff;font-weight:bold;}

#nav-main li.massivholz a.active,
#nav-main li.open-massivholz a.active,
#nav-main li.open-massivholz a {background:#cccc66;color:#fff;font-weight:bold;}

#nav-main li.moebelteile a.active,
#nav-main li.open-moebelteile a.active,
#nav-main li.open-moebelteile a {background:#cc99cc;color:#fff;font-weight:bold;}

#nav-main li.cinewall a.active,
#nav-main li.open-cinewall a.active,
#nav-main li.open-cinewall a {background:#000;color:#fff;font-weight:bold;}

#nav-main li.luxury-wall a.active,
#nav-main li.open-luxury-wall a.active,
#nav-main li.open-luxury-wall a {background:#ccab00;color:#fff;font-weight:bold;}



/*	SECOND LEVEL	*/

#nav-main ul li ul {
	display: none;
} 

#nav-main ul li ul li,
#nav-main ul li.open ul li {
	width:140px;
}

#nav-main ul li.open-common ul,
#nav-main ul li.open-wand ul,
#nav-main ul li.open-boden ul,
#nav-main ul li.open-massivholz ul,
#nav-main ul li.open-moebelteile ul,
#nav-main ul li.open-cinewall ul {
	display:block;
} 

#nav-main ul li.open-common ul li a,
#nav-main ul li.open-wand ul li a,
#nav-main ul li.open-boden ul li a,
#nav-main ul li.open-massivholz ul li a,
#nav-main ul li.open-moebelteile ul li a,
#nav-main ul li.open-cinewall ul li a {
	display:block;
	float:left;
	padding:7px 15px 7px 25px;
	height:auto;
	font-weight:normal;
	color:#222;
	width:120px;
	background:none;
	border-bottom:1px solid #fff;
	font-size:11px;
	font-weight: normal;
	line-height:13px;
}

#nav-main ul li.open-common ul li a {background:#ddd;}
#nav-main ul li.open-wand ul li a {background:#bddede;}
#nav-main ul li.open-boden ul li a {background:#debd7a;}
#nav-main ul li.open-massivholz ul li a {background:#dede9b;}
#nav-main ul li.open-moebelteile ul li a {background:#debdde;}
#nav-main ul li.open-cinewall ul li a {background:#595959; color:#bbb;}

#nav-main ul li.open-common ul li a:hover {background:#bbb; color:#fff;}
#nav-main ul li.open-wand ul li a:hover {color:#fff;}
#nav-main ul li.open-boden ul li a:hover {color:#fff;}
#nav-main ul li.open-massivholz ul li a:hover {color:#fff;}
#nav-main ul li.open-moebelteile ul li a:hover {color:#fff;}
#nav-main ul li.open-cinewall ul li a:hover {color:#fff;}


/*	THIRD LEVEL	*/

#nav-main ul li ul li ul {
	display: none;
} 

#nav-main ul li.open-common ul li.open ul,
#nav-main ul li.open-wand ul li.open ul,
#nav-main ul li.open-boden ul li.open ul,
#nav-main ul li.open-massivholz ul li.open ul,
#nav-main ul li.open-moebelteile ul li.open ul,
#nav-main ul li.open-cinewall ul li.open ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
	width:160px;
}

#nav-main ul li ul li ul li {
	width:160px;
}

#nav-main ul li.open-common ul li.open ul li a,
#nav-main ul li.open-wand ul li.open ul li a,
#nav-main ul li.open-boden ul li.open ul li a,
#nav-main ul li.open-massivholz ul li.open ul li a,
#nav-main ul li.open-moebelteile ul li.open ul li a,
#nav-main ul li.open-cinewall ul li.open ul li a {
	display:block;
	float:left;
	padding:7px 15px 7px 35px;
	height:auto;
	font-weight:normal;
	color:#222;
	width:110px;
	background:none;
	border-bottom:1px solid #fff;
	font-size:11px;
	font-weight: normal;
	line-height:13px;
}

#nav-main ul li.open-common ul li.open ul li a {background:#ddd;}
#nav-main ul li.open-wand ul li.open ul li a {background:#e6f2f2;}
#nav-main ul li.open-boden ul li.open ul li a {background:#ebd6ad;}
#nav-main ul li.open-massivholz ul li.open ul li a {background:#f2f2d9;}
#nav-main ul li.open-moebelteile ul li.open ul li a {background:#f2e5f2;}
#nav-main ul li.open-cinewall ul li.open ul li a {background:#888; color:#222;}

#nav-main ul li.open-common ul li.open ul li a:hover {background:#e6f2f2; color:#9acccd;}
#nav-main ul li.open-wand ul li.open ul li a:hover {color:#83babb;}
#nav-main ul li.open-boden ul li.open ul li a:hover {color:#b68627;}
#nav-main ul li.open-massivholz ul li.open ul li a:hover {color:#baba52;}
#nav-main ul li.open-moebelteile ul li.open ul li a:hover {color:#cc99cc;}
#nav-main ul li.open-cinewall ul li.open ul li a:hover {color:#fff;}


/*	ACTIVE	*/

#nav-main li.common ul li.open ul li a.active,
#nav-main li.open-common ul li.open ul li a.active {background:#bbb;color:#fff;font-weight:bold;}

#nav-main li.wand ul li.open ul li a.active,
#nav-main li.open-wand ul li.open ul li a.active {background:#d7ebec;color:#61a5a6;font-weight:bold;}

#nav-main li.boden ul li.open ul li a.active,
#nav-main li.open-boden ul li.open ul li a.active {background:#e5cc99;color:#b68627;font-weight:bold;}

#nav-main li.massivholz ul li.open ul li a.active,
#nav-main li.open-massivholz ul li.open ul li a.active {background:#e5e5b2;color:#baba52;font-weight:bold;}

#nav-main li.moebelteile ul li.open ul li a.active,
#nav-main li.open-moebelteile ul li.open ul li a.active {background:#e5cce5;color:#cc66cc;font-weight:bold;}

#nav-main li.cinewall ul li.open ul li a.active,
#nav-main li.open-cinewall ul li.open ul li a.active {background:#333;color:#fff;font-weight:bold;}

















/*	BREADCRUMB
--------------------------------------------------------------*/

#nav-breadcrumb-box {
	display:block;
	padding:9px 0px 9px 0px;
	margin:0px 0px 20px 0px; 
	font-size:11px;
	line-height:14px;
	color:#999;
	border-bottom:1px solid #eee;
}

#nav-breadcrumb-text {
	float:left;
	display:block;
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
	text-shadow:#fff 1px 1px 0px;
}

#nav-breadcrumb {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#nav-breadcrumb ul {
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#nav-breadcrumb ul li {
	float:left;
	display:block;
	font-weight: normal;
	margin:0px 7px 0px 0px;
	padding:0px 12px 0px 0px;
	text-align:left;
	background: url(../picts/nav-breadcrumb/nav-breadcrumb_bullet-last.gif) right 5px no-repeat;
}

#nav-breadcrumb ul li a {
	float:left;
	display:block;
	width:auto;
	text-decoration:none;
	color:#999;
	text-shadow:#fff 1px 1px 0px;
	font-weight: normal;
}

#nav-breadcrumb ul li a:hover {
   color:#666;
}

#nav-breadcrumb ul li a.active {
   color:#666;
}

#nav-breadcrumb ul li.last {
	background:none;
}

#nav-breadcrumb ul li.last a {
	color:#666;
	font-weight:bold;
}



/*	NAV-SERVICE + NAV-FOOTER
----------------------------------------------------------------------------------------------------------------------------*/

#nav-service,
#nav-footer {
	position:absolute;
	top:0px;
	left:160px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:auto;
}

#nav-service ul,
#nav-footer ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	width:auto;
}

#nav-service ul li,
#nav-footer ul li {
	float:left;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

#nav-service ul li a,
#nav-service ul li a:visited,
#nav-footer ul li a,
#nav-footer ul li a:visited {
	float:left;
	display:block;
	margin:0px 1px 0px 0px;
	padding:2px 10px 0px 10px;
	list-style:none;
	color:#eee;
	text-align:center;
	background:#999;
	height:20px;
}

#nav-service ul li a:hover,
#nav-footer ul li a:hover {
	color:#fff;
	background:#999;
}

#nav-service ul li a.active,
#nav-service ul li a:hover.active,
#nav-footer ul li a.active,
#nav-footer ul li a:hover.active {
	font-weight:bold;
	color:#fff;
	background:#999;
}



/*	PORTAL PAGE
-----------------------------------------------------------------------------------------------------------------------------------------------*/

/*	NAV-SERVICE + NAV-FOOTER
----------------------------------------------------------------------------------------------------------------------------*/

#nav-header-portal{
	position:absolute;
	top:1px;
	left:-233px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:745px;
	height:24px;
	background: url(../picts/bg/bg_nav-header-portal.gif) top left no-repeat;
}

#nav-footer-portal {
	position:absolute;
	top:15px;
	left:239px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:460px;
	height:24px;
	background: url(../picts/bg/bg_nav-footer-portal.gif) top left no-repeat;
}

#nav-header-portal ul,
#nav-footer-portal ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	width:auto;
}

#nav-header-portal ul li,
#nav-footer-portal ul li {
	float:left;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

#nav-header-portal ul li a,
#nav-header-portal ul li a:visited,
#nav-footer-portal ul li a,
#nav-footer-portal ul li a:visited {
	float:left;
	display:block;
	margin:0px 1px 0px 0px;
	padding:4px 10px 0px 10px;
	list-style:none;
	color:#000;
	font-size:12px;
	line-height:14px;
	text-align:center;
	height:20px;
}

#nav-header-portal ul li a:hover,
#nav-footer-portal ul li a:hover {
	color:#fff;
}

#nav-header-portal ul li a.active,
#nav-header-portal ul li a:hover.active,
#nav-footer-portal ul li a.active,
#nav-footer-portal ul li a:hover.active {
	font-weight:bold;
	color:#000;
}





#portal-selection {
	margin:0px 0px 0px 0px;
	padding:140px 0px 0px 235px;
	height:270px;
	width:755px;
	background: url(../picts/bg/bg_portal-selection.jpg) no-repeat;
}
    
    
div.portal-selection_col-01,
div.portal-selection_col-02,
div.portal-selection_col-03,
div.portal-selection_col-04,
div.portal-selection_col-05 {
	float:left;
	margin:0px 0px 0px 1px;
	padding:0px 0px 0px 0px;
	height:200px;
	width:150px;
}

div.selection-link a,
div.selection-link a:visited {
	display:block;
	margin:0px 0px 0px 0px;
	padding:15px 10px 0px 10px;
	height:185px;
	width:130px;
	text-align:center;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

div.portal-selection_col-01 div.selection-link a:hover,
div.portal-selection_col-02 div.selection-link a:hover,
div.portal-selection_col-03 div.selection-link a:hover,
div.portal-selection_col-04 div.selection-link a:hover,
div.portal-selection_col-05 div.selection-link a:hover {
	background-position:0px -200px;
	color:#999;
}

div.portal-selection_col-01 div.selection-link a { background:url(../picts/bg/bg_portal-selection_item_01.png) no-repeat;}
div.portal-selection_col-02 div.selection-link a { background:url(../picts/bg/bg_portal-selection_item_02.png) no-repeat;}
div.portal-selection_col-03 div.selection-link a { background:url(../picts/bg/bg_portal-selection_item_03.png) no-repeat;}
div.portal-selection_col-04 div.selection-link a { background:url(../picts/bg/bg_portal-selection_item_04.png) no-repeat;}
div.portal-selection_col-05 div.selection-link a { background:url(../picts/bg/bg_portal-selection_item_05.png) no-repeat;}


/* ------------ NEU ------*/


#portal-selection {
	margin:0px 1px 0px 0px;
	padding:140px 0px 0px 235px;
	height:270px;
	width:756px;
	background: url(../picts/bg/bg_portal-selection.jpg) no-repeat;
}
    
    
div.portal-selection-neu_col-01,
div.portal-selection-neu_col-02,
div.portal-selection-neu_col-03,
div.portal-selection-neu_col-04,
div.portal-selection-neu_col-05,
div.portal-selection-neu_col-06 {
	float:left;
	margin:33px 0px 0px 1px;
	padding:0px 0px 0px 0px;
	height:166px;
	width:125px;
}

div.selection-neu-link a,
div.selection-neu-link a:visited {
	display:block;
	margin:0px 0px 0px 0px;
	padding:10px 5px 0px 5px;
	height:156px;
	width:115px;
	text-align:center;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

div.portal-selection-neu_col-01 div.selection-neu-link a:hover,
div.portal-selection-neu_col-02 div.selection-neu-link a:hover,
div.portal-selection-neu_col-03 div.selection-neu-link a:hover,
div.portal-selection-neu_col-04 div.selection-neu-link a:hover,
div.portal-selection-neu_col-05 div.selection-neu-link a:hover,
div.portal-selection-neu_col-06 div.selection-neu-link a:hover  {
	background-position:0px -166px;
	color:#999;
}

div.portal-selection-neu_col-01 div.selection-neu-link a { background:url(../picts/bg/bg_portal-selection-neu_item_01.png) no-repeat;}
div.portal-selection-neu_col-02 div.selection-neu-link a { background:url(../picts/bg/bg_portal-selection-neu_item_02.png) no-repeat;}
div.portal-selection-neu_col-03 div.selection-neu-link a { background:url(../picts/bg/bg_portal-selection-neu_item_03.png) no-repeat;}
div.portal-selection-neu_col-04 div.selection-neu-link a { background:url(../picts/bg/bg_portal-selection-neu_item_04.png) no-repeat;}
div.portal-selection-neu_col-05 div.selection-neu-link a { background:url(../picts/bg/bg_portal-selection-neu_item_05.png) no-repeat;}
div.portal-selection-neu_col-06 div.selection-neu-link a { background:url(../picts/bg/bg_portal-selection-neu_item_06.png) no-repeat;}





/*	BANNER
--------------------------------------------------------------------------------------------------------------*/

#banner-left {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:160px;
}

#banner-right {
	margin:0px 0px 0px 0px;
	padding:1px 0px 0px 0px;
	width:160px;
	background:#fff;
}


/*	TEASER
--------------------------------------------------------------------------------------------------------------*/

div.teaser_box_01 {
	margin:0px 0px 20px 0px;
	padding:10px 10px 10px 10px;
	border:1px solid #254e9b;
}





/*	SPALTENAUFBAU
-----------------------------------------------------------------------------------------------------------------------------------------------*/

/*	2-spaltiger Aufbau (50% 50%)*/

.col_2sp_01 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

.col_2sp_01_left {
	float:left;
	margin:0px 30px 0px 0px;
	padding:0px 0px 0px 0px;
	width:300px;
}

.col_2sp_01_right {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:300px;
}

/*	2-spaltiger Aufbau (70% 30%)*/

.col_2sp_02 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

.col_2sp_02_left {
	float:left;
	margin:0px 30px 0px 0px;
	padding:0px 0px 0px 0px;
	width:400px;
}

.col_2sp_02_right {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:200px;
}

/*	2-spaltiger Aufbau (30% 70%)*/

.col_2sp_03 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

.col_2sp_03_left {
	float:left;
	margin:0px 30px 0px 0px;
	padding:0px 0px 0px 0px;
	width:150px;
}

.col_2sp_03_right {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:450px;
}

/*	3-spaltiger Aufbau (33% 33% 33%)*/

.col_3sp_01 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

.col_3sp_01_1,
.col_3sp_01_2,
.col_3sp_01_3 {
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	width:200px;
}

.col_3sp_01_3 {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:200px;
}

/*	3-spaltiger Aufbau (30% 20% 50%)*/

.col_3sp_02 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

.col_3sp_02_1 {
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	width:150px;
}

.col_3sp_02_2 {
	float:left;
	margin:0px 30px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100px;
}


.col_3sp_02_3 {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:335px;
}


/*	5-spaltiger Aufbau (30% 70%)*/

.col_5sp_01 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

.col_5sp_01_1,
.col_5sp_01_2,
.col_5sp_01_3,
.col_5sp_01_4 {
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	width:118px;
}

.col_5sp_01_5 {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:118px;
}


/*	Einleitung Boden */

.col_2sp_boden {
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
}

.col_2sp_boden_01 {
	float:left;
	margin:0px 30px 0px 0px;
	padding:0px 0px 0px 0px;
	width:450px;
	font-size:15px;
}

.col_2sp_boden_02 {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:140px;
}


/*	NEWS
-----------------------------------------------------------------------------------------------------------------------------------------------*/

/*	NEWS-LIST	*/	

.news-list-container {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.news-list-item_01,
.news-list-item_02 {
	display:block;
	margin:0px 0px 0px 0px;
	padding:15px 0px 15px 0px;
	height: auto;
	border-bottom:1px solid #ddd;
}

.news-list-item-img {
	float:left;
	display:block;
	width:100px;
	margin:0px 15px 0px 0px;
	padding:0px 0px 0px 0px;
}
                
.news-list-item-text {
	float:left;
	display:block;
	width:400px;
	margin:0px 40px 0px 0px;
	padding:0px 0px 0px 0px;
}
                
span.news-list_date {
	display:block;
	font-size:11px;
	line-height:14px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
}
                    
.news-list-item-text h2 {
	font-size:15px;
	line-height:17px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
  
.news-list-item-text h2 a,
.news-list-item-text h2 a:visited {
	color:#254e9b;
}

.news-list-item-text h2 a:hover {
	color:#999;
}
                   
span.news-list-morelink {
	display:block;
	font-size:12px;
	line-height:14px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
}

span.news-list-morelink a,
span.news-list-morelink a:visited {
	color:#254e9b;
}

span.news-list-morelink a:hover {
	color:#999;
}

/*	NEWS-DETAILS - SINGLE-VIEW	*/

.news-single-item {
	margin:0px 0px 0px 0px;
	padding:0px 0px 40px 0px;
	border-bottom:1px solid #ddd;
}

h1.news-single-item_headline {
	margin:5px 0px 15px 0px;
	padding:0px 0px 30px 0px;
	font-size:16px;
	line-height:15px;
	color:#254e9b;
}

.news-single-item_text {
	float:left;
	margin:0px 30px 0px 0px;
	padding:0px 0px 0px 0px;
	width:300px;
}

.news-single-item_img {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:300px;
}

.news-single-img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

p.news-single-imgcaption {
	margin:0px 0px 25px 0px;
	padding:0px 0px 0px 0px;
}

.news-single-item_more {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.news-single-item_more a,
.news-single-item_more a:visited{
	font-weight:normal;
	color:#254e9b;
}

.news-single-item_more a:hover {
	font-weight:normal;
	color:#999;
}




/*	NEWS-LIST-BROWSE	*/
.news-list-browse {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	background:#FFFFFF;
}

.tx-ttnews-browsebox{
	margin:0px 0px 0px 0px;
	padding:10px 20px 10px 20px;
}

.tx-ttnews-browsebox_items {
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px 0px 10px 0px;
	font-weight:bold;
}

.tx-ttnews-browsebox-strong {}

.tx-ttnews-browsebox_list ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.tx-ttnews-browsebox_list ul li {
	float:left;
	list-style:none;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	color:#254e9b;
}

.tx-ttnews-browsebox_list ul li a,
.tx-ttnews-browsebox_list ul li a:visited {
	font-weight:normal;
	color:#254e9b;
}

.tx-ttnews-browsebox_list ul li a:hover {
	font-weight:normal;
	color:#999;
}









/*	KONTAKTFORMULAR
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.tx-powermail-pi1 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:300px;
}

.tx-powermail-pi1 fieldset {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:300px;
}

.tx-powermail-pi1 fieldset legend {
	display:none;
}

.tx-powermail-pi1 fieldset label {
	float:none;
	display:block;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 0px;
	height:16px;
	width:300px;
}

.tx-powermail-pi1 fieldset input,
.tx-powermail-pi1 fieldset textarea,
.tx-powermail-pi1 fieldset select {
	float:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 15px 0px;
	padding:2px 2px 2px 2px;
	height:16px;
	width:294px;
	border:1px solid #ccc;
	color:#666;
	font-size:12px;
	line-height:16px;
}

div.tx_powermail_pi1_fieldwrap_html_select label {
	display:block;
	height:auto;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-weight: normal;
}

.tx-powermail-pi1 fieldset select {
	width:300px;
	height:22px;
}

.tx-powermail-pi1 fieldset input:hover,
.tx-powermail-pi1 fieldset textarea:hover,
.tx-powermail-pi1 fieldset select:hover {
	border:1px solid #ddd;
}

.tx-powermail-pi1 fieldset textarea {
	height:100px;
	overflow:auto;
}

.tx-powermail-pi1 fieldset input.powermail_submit,
.tx-powermail-pi1_mandatory input.tx-powermail-pi1_mandatory_submit {
	margin:0px 0px 15px 0px;
	padding:2px 2px 2px 2px;
	height:24px;
	width:296px;
	border:1px solid #d9d9d9;
	background:#efefef;
	color:#666;
	cursor:pointer;
}

.tx-powermail-pi1 fieldset input.powermail_submit:hover,
.tx-powermail-pi1_mandatory input.tx-powermail-pi1_mandatory_submit:hover {
	border:1px solid #ddd;
	background:#fff;
	color:#777;
}

.tx-powermail-pi1_mandatory input.tx-powermail-pi1_mandatory_submit {
	margin-bottom:500px;
}

/*	CHECKBOXES	*/
p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-weight: bold;
}

.tx-powermail-pi1 fieldset input.powermail_check {
	text-align:left;
	width:50px;
}

/*	RADIOBUTTONS	*/
div.tx_powermail_pi1_fieldwrap_html_radio {
	margin:0px 0px 20px 0px;
}

div.powermail_radio_inner label {
	float:right;
	width:250px;
	text-align:left;
}

p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-weight: normal;
}

.tx-powermail-pi1 fieldset input.powermail_radio {
	text-align:left;
	width:50px;
}


/*FEHLERMELDUNG*/

.powermail_mandatory_list {
	display:block;
	margin:0px 0px 30px 30px;
	padding:0px 0px 0px 30px;
}

.powermail_mandatory_list li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

ul li.powermail_mandatory_listitem strong {
	font-weight:normal;
}







/*	REFERENZEN
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.tx-rgsmoothgallery-pi1 {
	position:relative;
	float:left;
	margin:0px 20px 25px 0px;
	padding:0px 0px 0px 0px;
}

.myGallery {
	display: none;
	border:none;
	text-align:center;
}

.rgsgcontent {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:630px;
	height:330px;
	border:1px solid #ccc;
	text-align:center;
	overflow:hidden;
}


.thumbnail {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	display:block;
	float:left;
	cursor:pointer;
	background:#fefefe;
	border:1px solid #ccc;
	width:80px;
	height:59px;
}

.open,
.full,
.imageElement {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:80px;
	height:59px;
}

#externalthumbs {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:630px;
	overflow:hidden;
}

#externalthumbs p.label {
	display:none;
}

.jdGallery {
	overflow: hidden;
	position: relative;
}

.jdGallery img {
	border: 0;
	margin: 0;
}

.jdGallery .slideElement {
	width: 100%;
	height:330px;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position:left top;
	position: absolute;
	left:0;
	right:0;
	margin:0;
	padding:0;
	opacity:0;
	text-align: center;
	background-position: top center;
}

.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../picts/lightbox/loading.gif');
}

.jdGallery .slideInfoZone {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	margin: 0px;
	height: 30px;
	background: #fff;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone {
	bottom: -1px;
}

.jdGallery .slideInfoZone h2 {
	padding:1px 80px 0px 10px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color: #777;
	text-align:left;
}

.jdGallery .slideInfoZone p {
	display:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	color: #000;
}

.jdGallery div.carouselContainer {
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

/*	BUTTONS - PREV,NEXT,ZOOM	*/

.jdGallery a.right,
.jdGallery a.left,
.jdGallery a.open {
	display:block;
	position: absolute;
	cursor: pointer;
	z-index:30;
	bottom:25px;
}

.jdGallery a.left {
	position: absolute;
	display:block;
	right:55px;
	height: 20px;
	width: 20px;
	background: url(../picts/arrow/arrow_prev.gif) no-repeat;
}

.jdGallery a:hover.left {
	background: url(../picts/arrow/arrow_prev-hover.gif) no-repeat;
}

.jdGallery a.right {
	position: absolute;
	display:block;
	right:5px;
	height: 20px;
	width: 20px;
	background: url(../picts/arrow/arrow_next.gif) no-repeat;
}

.jdGallery a:hover.right {
	background: url(../picts/arrow/arrow_next-hover.gif) no-repeat;
}

.jdGallery a.open {
	position: absolute;
	display:block;
	right:30px;
	height: 20px;
	width: 20px;
	background: url(../picts/arrow/arrow_zoom.gif) no-repeat;
}

.jdGallery a:hover.open {
	background: url(../picts/arrow/arrow_zoom-hover.gif) no-repeat;
}








/*	SEARCH-PAGE
--------------------------------------------------------------------------------------------------------------------------------------------------------*/

div.tx-indexedsearch {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#search-form {
	display:block;
	margin:0px 0px 20px 0px;
	padding:30px 0px 0px 0px;
	width:630px;
	height:70px;
	border-bottom:1px solid #ddd;
}

#search-form h1 {
	float:left;
	margin:0px 15px 0px 0px;
	padding:7px 0px 0px 20px;
	width:70px;
	font-size:16px;
	line-height:18px;
	color:#666;
	font-weight:bold;
	text-align:right;
}

#search-form input.search-field {
	float:left;
	padding:4px 0px 0px 10px;
	border:none;
	outline:none;
	background:none;
	height:24px;
	width:400px;
	color:#666666;
	border:1px solid #666;
	background:#FFFFFF;
	font-size:12px;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#search-form input.bt-search {
	float:left;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
	outline:none;
	height:30px;
	width:30px;
	background:#666666 url(../picts/arrow/arrow_header-search.gif) 2px 2px no-repeat;
	overflow:hidden;
	cursor:pointer;
}



div.search-result {
	display:block;
	margin:0px 0px 10px 0px;
	padding:15px 0px 25px 0px;
	width:630px;
	height: auto;
	border-bottom:1px solid #dedede;
}

div.search-result-left {
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:50px;
	text-align:right;
}

div.search-result-left h2 {
	font-size:24px;
	line-height:20px;
	color:#254e9b;
	text-shadow:#fff 1px 1px 0px;
}

span.search-rating {
	font-size:12px;
	line-height:14px;
	color:#999;
}

div.search-result-right {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:500px;
	text-align:left;
}

div.search-result-right h1 a {
	font-size:15px;
	line-height:18px;
	color:#254e9b;
	text-shadow:#fff 1px 1px 0px;
}

div.search-result-right h1 a:hover {
	color:#999;
}

strong.tx-indexedsearch-redMarkup {
	color:#3074b8;
}

div.search-result-desc {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	height: auto;
	display:block;
}

div.search-result-info {
	height:10px;
	display:block;
	font-size:11px;
	line-height:13px;
	color:#999;
}

div.search-result-info a {
	color:#999;
	text-shadow:#fff 1px 1px 0px;
}

div.search-result-info a:hover {
color:#254e9b;
	text-shadow:#fff 1px 1px 0px;
}


div.tx-indexedsearch-whatis {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	font-size:22px;
	line-height:24px;
	color:#ddd;
	font-weight:bold;
}

span.tx-indexedsearch-sw {
	color:#254e9b;
}

div.tx-indexedsearch-browsebox {
	margin:0px 0px 0px 0px;
	padding:0px 0px 30px 20px;
}

ul.browsebox {
	margin:0px 0px 0px 0px;
	padding:15px 0px 10px 0px;
}

ul.browsebox li {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

ul.browsebox li a,
ul.browsebox li a:visited {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#999;
	text-shadow:#fff 1px 1px 0px;
}

ul.browsebox li a:hover {
	color:#254e9b;
	text-shadow:#fff 1px 1px 0px;
}

ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
	color:#254e9b;
	text-shadow:#fff 1px 1px 0px;
}





/*	SITEMAP
--------------------------------------------------------------------------------------------------------------------------------------------------------*/

#sitemap {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	width:956px;
	background:url(../picts/framework/bg/bg_sitemap.jpg) no-repeat;
}

.tx-dropdownsitemap-pi1 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 28px;
}

.tx-dropdownsitemap-pi1 UL,
.tx-dropdownsitemap-pi1 OL {
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.tx-dropdownsitemap-pi1 A,
.tx-dropdownsitemap-pi1 A:link,
.tx-dropdownsitemap-pi1 A:visited,
.tx-dropdownsitemap-pi1 A:active {
	color: #666;
	background-color:none;
}

.tx-dropdownsitemap-pi1 A:hover {
	color: #254e9b;
	background-color:none;
}

.tx-dropdownsitemap-pi1 DIV {
	margin-left: 20px;
	margin-top: 2px;
	padding: 2px;
}

.tx-dropdownsitemap-pi1 LI.open OL {
	display: block;
}

.tx-dropdownsitemap-pi1 LI.closed OL {
	display: none;
}

.tx-dropdownsitemap-pi1 LI.open UL {
	display: block;
}

.tx-dropdownsitemap-pi1 LI.closed UL {
	display: none;
}

.tx-dropdownsitemap-pi1 SPAN.ifsub {
	text-transform:none;
	font-weight: normal;
}

.tx-dropdownsitemap-pi1 SPAN.spc {
	text-transform:none;
	font-style: normal;
}
.tx-dropdownsitemap-pi1 .description {
	font-style: normal;
	font-size: 80%;
	margin-left: 5px;
}

.tx-dropdownsitemap-pi1 DIV {

}

.tx-dropdownsitemap-pi1 DIV.level_2 {
}

.tx-dropdownsitemap-pi1 DIV.level_3 {
}

.tx-dropdownsitemap-pi1 DIV.level_4 {
}

.tx-dropdownsitemap-pi1 DIV.level_5 {
}

.tx-dropdownsitemap-pi1 DIV.expAll {
	margin:0px 0px 70px 0px;
	padding:0px 0px 0px 28px;
	color: inherit;
	border:none;
	background:none;
}

.tx-dropdownsitemap-pi1 IMG {
	margin-right: 5px;
}




/*	DEKORE
------------------------------------------------------------------------------------------------------------------*/
#dekor-list {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#dekor-list h1 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-size:22px;
	line-height:20px;
	color:#666;
}

a.dekor-item {
	float:left;
	display:block;
	margin:0px 20px 20px 0px;
	padding:0px 0px 0px 0px;
	width:100px;
	height:100px;
	border:1px solid #ccc;
}

a:hover.dekor-item {
	border:1px solid #254f9b;
}

/*	DETAILS	*/
#dekor-details {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.dekor-details_left {
	float:left;
	margin:0px 30px 20px 0px;
	padding:0px 0px 0px 0px;
	width:300px;
}

div.dekor-details_left img {
	border:1px solid #ccc;
}

div.dekor-details_left img:hover {
	border:1px solid #254f9b;
}

div.dekor-details_right {
	float:left;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	width:300px;
	text-align:right;
}

#dekor-details h1 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-size:22px;
	line-height:20px;
	color:#666;
}

#dekor-details h2 {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	line-height:16px;
	color:#254f9b;
}

table.dekor-table {
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
}

table.dekor-table th {
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 10px;
	background:#254f9b;
	color:#fff;
}

th.col_art_num {width:70px;}
th.col_art_details {width:140px;}
th.col_art_class {width:115px;}
th.col_art_sonst1 {width:130px;}
th.col_art_sonst2 {width:130px;}

table.dekor-table tr.td-color-1 td,
table.dekor-table tr.tr-color-1 td {
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 10px;
	background:#c8d3e5;
	color:#222;
}

table.dekor-table tr.td-color-2 td,
table.dekor-table tr.tr-color-2 td {
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 10px;
	background:#e9edf6;
	color:#222;
}


/*	ACCESSOIRS*/

#accessories {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#accessories h2 {
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	line-height:16px;
	color:#254f9b;
}

#accessories table.dekor-table {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	font-size:11px;
	line-height:14px;
}

#accessories a.gruppe,
#accessories a.gruppe:visited {
	margin:0px 0px 1px 0px;
	padding:6px 0px 6px 0px;
	display: block;
	width:630px;
	color:#222;
	font-size:12px;
	line-height:14px;
	border-bottom:1px solid #ccc;
}

#accessories a.gruppe:hover,
#accessories a.gruppe:hover h3 {
	color:#fff;
	background:#254f9b;
}

#accessories a.gruppe h3 {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 15px;
	font-size:13px;
	line-height:15px;
	color:#222;
	font-weight:normal;
}

#accessories a.active,
#accessories a.active:hover {
	margin:0px 0px 1px 0px;
	padding:6px 0px 0px 0px;
	display: block;
	width:630px;
	font-size:12px;
	line-height:14px;
	color:#fff;
	background:#254f9b;
}

#accessories a.active h3 {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 15px;
	font-size:13px;
	line-height:15px;
	color:#fff;
	font-weight:bold;
}

#gruppeartikel {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#gruppeartikel table.dekor-table {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#fff;
	color:#fff;
	border:1px solid #254f9b;
}


/*	HAENDLERSUCHE - CUSTOMERSEARCH
------------------------------------------------------------------------------------------------------------------*/

#customersearch {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#customersearch h1,
#customersearch_results h1 {
	margin:0px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	line-height:20px;
}

#customersearch fieldset {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:600px;
}

#customersearch fieldset legend {
	display:none;
}

#customersearch fieldset label {
	float:none;
	display:block;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	height:16px;
	width:300px;
	color:#254f9b;
	font-weight:bold;
}

#customersearch fieldset input,
#customersearch fieldset textarea,
#customersearch fieldset select {
	float:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 15px 0px;
	padding:2px 2px 2px 2px;
	height:18px;
	width:290px;
	border:1px solid #ccc;
	color:#666;
	font-size:12px;
	line-height:16px;
}

#customersearch fieldset select {
	width:296px;
	height:24px;
}

#customersearch fieldset input:hover,
#customersearch fieldset textarea:hover,
#customersearch fieldset select:hover {
	border:1px solid #254f9b;
}

/*	CHECKBOXES	*/
#customersearch fieldset input.customersearch_check {
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	width:50px;
	height:15px;
}


#customersearch fieldset input.customersearch_submit {
	margin:0px 0px 15px 0px;
	padding:2px 2px 3px 2px;
	height:28px;
	width:296px;
	border:1px solid #d9d9d9;
	background:#efefef;
	font-weight:bold;
	color:#666;
	cursor:pointer;
}

#customersearch fieldset input.customersearch_submit {
	border:1px solid #ddd;
	background:#fff;
	color:#777;
}


/*	RESULTS	*/

div.customersearch_results_item,
div.customersearch_results_item-2 {
	margin:0px 0px 1px 0px;
	padding:10px 0px 10px 20px;
	background:#c8d3e5;
	color:#222;
}

div.customersearch_results_item-2 {
	background:#e9edf6;
}
