

/* Language Selector Start */

#language {
    position: absolute;
    top: 31px;
    right: 0px;
    padding-right: 30px;
    line-height: 16px;
    font-weight: bold;
    text-align: right;
}

#language a {
	display: block;
}

#languageSelector {
    display: block;
    position: absolute;
    top: 31px;
    right: 0px;
    padding-left: 10px;
    padding-right: 35px;
    height: 20px;
    width: 115px;
    line-height: 20px;
    font-weight: bold;
    background-image: url(../img/slices/languageSelector.gif);
    background-repeat: no-repeat;
    background-position: right 1px;
}

#languageSelector.active {
    background-color: #fff;
}

#languageSelectorContainer {
    display: block;
    position: absolute;
    top: 51px;
    right: 0px;
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 3px;
    width: 150px;
    background-color: #ffffff;
}

#languageSelectorContainer a {
    display: block;
    margin-bottom: 2px;
    color: #ef8a1e;
    font-weight: bold;
}

#languageSelectorContainer a:hover {
    text-decoration: underline;
}
/* Language Selector End */

/* Main Navigation Start */

#navigation ul li {
    margin-left: 43px;
    float: left;
}

#navigation ul li.first {
    margin-left: 22px;
    _margin-left: 12px;
}

#navigation ul li a.active {
    color: #ef8a1e;
}

#navigation ul li a {
    font-size: 17px;
    line-height: 35px;
    text-transform: uppercase;
}

#navigation ul li a:hover {
    color: #ef8a1e;
}
/* Main Navigation End */

/* Search Element Start */

#searchForm {
    float: right;
    margin-top: 10px;
    padding-right: 21px;
    
}

#searchForm input {
    float: left;
    display: block;
    margin-top: 1px;
    margin-right: 10px;
    padding-left: 5px;
    padding-bottom: 1px;
    width: 109px;
    height: 13px;
    border: 1px solid #a2a2a2;
    color: #99999b;
}

#searchForm .submitbutton {
    float: left;
    display: block;
    width: 18px;
    height: 17px;
    border: none;
    background-image: url(../img/slices/submit.gif);
    background-repeat: no-repeat;    
}


/* Search Element End */

/* Grid Element Start */

.gridContainer {
    position: relative;
}
/*
.gridContent {
    cursor: pointer;
}
*/
.nopointer {
    cursor: default;
}

.gridContainerXXL .gridContent {
    position: absolute;
    left: 12px;
    top: 10px;
    padding-left: 417px;
    padding-top: 33px;
    height: 283px;
    width: 404px;
    border: 1px solid #ef8a1e;
}

.gridContainerXL .gridContent {
    position: absolute;
    right: 0px;
    top: 7px;
    padding-left: 259px;
    padding-top: 22px;
    padding-right: 12px;
    height: 226px;
    width: 210px;
    border: 1px solid #ef8a1e;
}

.gridContainerXL .gridContent h1 {
    margin-bottom: 6px;
}

.gridContainerS {
    float: left;
    margin-left: 20px;
    margin-bottom: 17px;
    height: 123px;
}

.gridContainerS .gridContent {
    position: absolute;
    left: 3px;
    top: 3px;
    padding-left: 6px;
    padding-top: 97px;
    height: 24px;
    width: 136px;
    border: 1px solid #ef8a1e;
}

.gridContainerS .gridContent a {
   float: left;
   display: block;
   height: 22px;
   line-height: 22px;
   font-weight: normal;
}

.gridContainerS .gridContent a.infoButton {
   float: right;
   display: block;
   width: 21px;
   height: 22px;
   line-height: 22px;
   font-weight: bold;
   background-image: url(../img/slices/infoButton.gif);
   background-repeat: no-repeat;
   background-position: right;
}

.gridContainerS .gridContent a.link {
   display: block;
   position: absolute;
   top: -3px;
   left: -3px;
   width: 148px;
   height: 98px;
   line-height: 22px;
}

.gridContainerM {
    float: left;
    margin-left: 20px;
    margin-bottom: 23px;
    height: 276px;
}

.gridContainerM .gridContent {
    position: absolute;
    left: 7px;
    top: 7px;
    padding-left: 6px;
    padding-top: 232px;
    padding-bottom: 10px;
    width: 213px;
    border: 1px solid #ef8a1e;
}

dd.csc-textpic-caption {
	margin: 0;
	padding: 0 7px 0 7px;
}

dd.csc-textpic-caption p {
	padding: 8px 8px 10px 8px;
	border-right: 1px solid #ef8a1e;
	border-bottom: 1px solid #ef8a1e;
	border-left: 1px solid #ef8a1e;
}

.contentContainerXL .csc-textpic {
	margin-bottom: 10px;
}

.gridContainerL {
    margin-bottom: 20px;
}

.gridContainerL .gridContent {
    position: absolute;
    left: 7px;
    top: 7px;
    padding-left: 255px;
    padding-top: 20px;
    padding-right: 20px;
    height: 223px;
    width: 207px;
    border: 1px solid #ef8a1e;
}

.gridContainerXLBottom {
    float: left;
    margin-left: 20px;
    margin-bottom: 23px;
    height: 306px;
}

.gridContainerXLBottom .gridContent {
    position: absolute;
    left: 7px;
    top: 7px;
    padding-left: 8px;
    padding-top: 260px;
    padding-right: 12px;
    padding-bottom: 10px;
    width: 455px;
    border: 1px solid #ef8a1e;
}

.gridContainerFirst {
    margin-left: 0px;
}

.gridOverlay {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 17px;
    padding-top: 20px;
    padding-right: 24px;
    width: 278px;
    height: 169px;
    background-color: #ffffff;
    border: 1px solid #ef8a1e;
}

.gridOverlay a.gridOverlayCloseButton {
    position: absolute;
    top: 9px;
    right: 10px;
    color: #ff9600;
}

.single {
    margin-right: 28px;
}

/* Grid Element End */

/* News Start */

.newsContainer {
	margin-bottom: 15px;
}

.newsContainer a {
	line-height: 20px;
}

.newsContainer a:hover {
	color: #5a5959;
}

.newsContainer .newsContent img {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1px;
}

.newsContainer .newsContent div {
    line-height: 11px;
    margin-bottom: 8px;
    font-weight: bold;
}

.newsContainer .newsContent p {
	display: inline;
	line-height: 14px;
}

.newsContainer .newsContent img.small {
	width: 92px;
}

.newsContainer .newsContent div a {
    padding-right: 20px;
    line-height: 18px;
    background-image: url(../img/slices/collection_toggle_close.gif);
    background-repeat: no-repeat;
    background-position: right center;
    color: #ef8a1e;
    font-weight: normal;
}

.newsContainer .newsContent div a.open {
    line-height: 23px;
    background-image: url(../img/slices/collection_toggle_open.gif);
}

/* News End */

/* Content Start */

.contentContainerS h3 {
    margin-bottom: 17px;
    padding-left: 8px;
}

.contentContainerS a {
    display: block;
    margin-bottom: 4px;
    padding-left: 8px;
}
.contentContainerS a:hover {
    text-decoration: underline;
    background-image: url(../img/slices/collection.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
.contentContainerS a.active {
    text-decoration: underline;
    background-image: url(../img/slices/collection.gif);
    background-repeat: no-repeat;
    background-position: left center;
    color: #ef8a1e;
}

.contentContainerS a.indent {
    margin-left: 15px;
}


.contentContainerS {
    margin-bottom: 28px;
}

.contentContainerXS {
    margin-bottom: 20px;
}

.contentContainerXS h3 {
    margin-bottom: 7px;
}

.contentContainerXS p {
    margin-bottom: 7px;
}

.contentContainerTopSpacer {
    margin-top: 28px;
}

.contentContainerSmallTopSpacer {
    margin-top: 18px;
}

.contentContainerSmallestTopSpacer {
    margin-top: 10px;
}

.contentContainerXL p {
    margin-bottom: 15px;
}

.contentContainerXL a.pdf {
    display: block;
    padding-left: 21px;
    line-height: 16px;
    color: #ef8a1e;
    background-image: url(../img/signs/pdf.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.contentContainerXL a.pdf:hover {
    text-decoration: underline;
}

.contentContainerXL h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contentContainerXL ul {
    margin-bottom: 15px;
}

.contentContainerXL ul li {
    padding-left: 11px;
    background-image: url(../img/slices/list.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
}

.contentContainerXL ul.right {
    margin-left: 261px;
    *margin-left: 263px;
    _margin-left: 265px;

}
/* Content End */

/* Contact Start */

div.contactForm h3 {
    margin-top: 14px;
    text-transform: none;
}

div.contactForm div.error{
    margin-bottom: 15px;
}

div.contactForm div.error p {
    margin-bottom: 0px;
    color: #ef8a1e;
}

div.contactForm label span, div.contactForm p span {
    color: #ef8a1e;
}

div.contactForm label {
    float: left;
    display: block;
    width: 168px;
    margin-bottom: 6px;
}

div.contactForm .spacer {
    margin-bottom: 23px;
}

div.contactForm input {
    float: left;
    display: block;
    margin-bottom: 6px;
    margin-top: 1px;
    margin-right: 10px;
    padding-left: 5px;
    padding-bottom: 1px;
    width: 259px;
    height: 14px;
    border: 1px solid #a2a2a2;
    color: #707070;
}

div.contactForm input[type="checkbox"] {
	width: 20px;
}

div.contactForm select {
    float: left;
    display: block;
    margin-bottom: 6px;
    margin-top: 1px;
    margin-right: 10px;
    padding-left: 5px;
    padding-bottom: 1px;
    width: 99px;
    height: 18px;
    *height: 20px;
    font-size: 11px;
    border: 1px solid #a2a2a2;
    color: #707070;
}

div.contactForm textarea {
    float: left;
    display: block;
    margin-bottom: 16px;
    margin-top: 1px;
    margin-right: 10px;
    padding-left: 5px;
    padding-bottom: 1px;
    width: 259px;
    height: 125px;
    border: 1px solid #a2a2a2;
    color: #707070;
}

div.contactForm input.zip {
    width: 99px;
}

div.contactForm input.error {
    border: 1px solid #ef8a1e;
}

div.contactForm .submitbutton {
    float: right;
    margin-right: 56px;
    padding-bottom: 2px;
    *padding-bottom: 0px;
    width: 83px;
    height: 19px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    background-image: url(../img/slices/bedarfbutton.gif);
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

div.loginForm .loginbutton {
    float: right;
    margin-right: 56px;
    padding-bottom: 2px;
    *padding-bottom: 0px;
    width: 80px;
    height: 19px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    background-image: url(../img/slices/login.gif);
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

/* Contact End */

/* Search Start */

div.resultSearchForm h1 {
    margin-bottom: 11px;
}


div.resultSearchForm form {
    margin-bottom: 15px;
}

div.resultSearchForm div.label {
	padding-right: 9px;
	float: left;
    line-height: 18px;
    font-weight: bold;
    color: #5a5a5a;
}

div.resultSearchForm input {
    float: left;
    display: block;
    margin-top: 1px;
    margin-right: 10px;
    padding-left: 5px;
    padding-bottom: 1px;
    width: 149px;
    height: 14px;
    border: 1px solid #a2a2a2;
    color: #99999b;
}

div.resultSearchForm .searchbutton {
    float: left;
    display: block;
    width: 18px;
    height: 17px;
    border: none;
    background-image: url(../img/slices/submit.gif);
    background-repeat: no-repeat;    
}

div.tx-indexedsearch-res {
	margin-top:40px;
}

.searchResultRow p {
    margin-bottom: 5px;
}

.searchResultRow {
    margin-bottom: 25px;
}

.searchResultRow p strong {
    color: #5a5a5a;
}

/* Search End */

/* Pagination Start */

.tx-indexedsearch-browsebox {
    margin-top: 40px;
    margin-bottom: 20px;
    *margin-bottom: 0px;
	padding-top: 5px;
	height: 22px;
	border-top: 1px solid #ef8a1e;
}

.browsebox {
	margin-bottom: 10px;

}

tx-indexedsearch ul.browsebox {
	list-style: none;
	margin: 0;
	padding: 0;
}

tx-indexedsearch ul.browsebox li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch ul.browsebox li a {
	color: #ef8a1e;
	background-color: #fff;
	margin: 0;
}

ul.browsebox li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pageinationContainer span {
    padding-left: 5px;
    padding-right: 5px;
    color: #ef8a1e;
    background-image: url(../img/slices/pageing.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.pageinationContainer a {
	background-image: none;
	color: #ef8a1e;
}

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

.pageinationContainer a.active {
	color: #ef8a1e;	
	font-weight: bold;
}

.pageinationContainer .pageination {
	float: left;
	width: 80%;
    text-align: center;
}

.pageinationContainer .pageinationControlLeft {
	float: left;	
	font-weight: bold;
}

.pageinationContainer .pageinationControlRight {
	float: right;	
	font-weight: bold;
}
/* Pagination End */


/* Collection Start */

.collectionContainer img {
    display: block;
    margin-top: 24px;
    border: 1px solid #7b7c80;
}

.collectionGrid {
    float: left;
    margin-left: 10px;
    margin-bottom: 6px;
}

.collectionGridFirst {
    margin-left: 0px;
}

.collectionGrid img {
    display: block;
    margin-top: 0px;
    border: none;
    border-bottom: 4px solid #ffffff;
}

.collectionGrid img.active {
    border-bottom: 4px solid #ef8a1e;
}

.collectionToogle {
    margin-bottom: 10px;
    height: 29px;
    background-image: url(../img/slices/collection_shade.gif);
    background-repeat: repeat-x;
}

.collectionToogle a {
    padding-left: 4px;
    padding-right: 20px;
    line-height: 29px;
    background-image: url(../img/slices/collection_toggle_open.gif);
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: bold;
}

.collectionToogle a.open {
    background-image: url(../img/slices/collection_toggle_close.gif);
}

.collectionDetail p {
    margin-bottom: 6px;
}

.collectionDetail p.headline {
    font-weight: bold;
    color: #ef8a1e;
}

/*****  neu ***/


#collectionPatternDetail {
	margin: 0 0 10px 4px;
	width: 100%;
}



.collectionDetail .infoRow {
	clear:both;
}

.collectionDetail .leftCol label {
	width:130px;
	display:block;
	float:left;
}

.collectionDetail .leftCol .infoRow span {
	display:block;
	float:right;
	width:120px;
}

.collectionDetail  label {
	font-weight:bold;
}

span#art_nrValue {
	font-weight:bold;
}

.collectionDetail .leftCol{
	float:left;
	width: 260px;
	border-right:1px solid #CCC;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-right: 20px;

}

.collectionDetail .rightCol{
	float:left;
	width: 180px;
}

span#qualityValue {
	display:block;
	width:135px;
	float:right;	
}

/*********/

.collectionDetail p.label {
    float: left;
}
/*
.collectionDetail ul {
    float: left;
}*/
.collectionDetail li {
    background-image: url(../img/slices/list-square.gif) !important;
    
}


/* Collection End */

/* TeaserBox Element Start */

.teaserBoxContainer {
    padding: 5px 5px 0px 5px;
    min-height:100px;
    background-color: #f3f2f3;
}

.teaserBoxContainer img {
    display: block;
    float: left;
}

.teaserBoxContainer .teaserBoxContent {
    float: left;
    margin-left: 10px;
    padding-top: 5px;
    width: 245px;
}

/* TeaserBox Element End */

/* Sitemap Start */

ul.sitemap {
    width: 470px;
    margin-top: 12px;
    margin-bottom: 5px;
}

ul.sitemap li {
    font-weight: bold;
    margin-bottom: 3px;
    padding-left: 0px;
    background-image: none;
    border: 1px solid #fff;
    
}

ul.sitemap li ul {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 23px;
    
}

ul.sitemap a.toplevel {
    text-transform: uppercase;
    font-weight: bold;
}

ul.sitemap li ul li ul {
    margin: 0px;
    margin-top: 5px;
    margin-left: 23px;
    margin-bottom: 0px;
}

/* Sitemap End */

/* Footer Start */
#footerWrapper #footerRight a {
    padding-left: 7px;
    padding-right: 7px;
}

#footerWrapper #footerRight a.last {
    padding-right: 0px;
}

#footerWrapper a.active {
    text-decoration: underline;
}

/* Footer End */

.none {
	display: none;
}

/* extension bedarfsermittlung */
.w4_bedarfsermittlung label {
	margin: 0px;
	line-height: 24px;
}

.w4_bedarfsermittlung input {
    margin-bottom: 6px;
    margin-top: 1px;
    margin-right: 10px;
    padding-left: 5px;
    padding-bottom: 1px;
}

.bedarfraum label {
	display: block;
	float: left;
	width: 110px;
}

.bedarfraum input {
    width: 150px;
    height: 14px;
    border: 1px solid #a2a2a2;
    color: #707070;
}

.w4_bedarfsermittlung .button {
    padding-bottom: 2px;
    *padding-bottom: 0px;
	width: auto;
    height: 19px;
    text-align: center;
    border: none;
    background-image: url(../img/slices/bedarfbutton.gif);

    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

.w4_bedarfsermittlung .spacer {
	display: block;
	float: left;
	width: 130px;
	margin: 2px 0 2px 0;
}

.imgborder {
    position: absolute;
	margin-left: 7px;
	margin-bottom: 10px;
	margin-right: 0px;
    border-left: 1px solid #ef8a1e;
    border-top: 1px solid #ef8a1e;
    border-right: 1px solid #ef8a1e;
}


.collectionpopup {
	position: relative;
	margin-top: -274px;
	margin-left: 0px;
	display: none;
	width: 487px;
	height: 515px;
	z-index: 100;
	border: 2px solid #ef8a1e;
	background-color: white;
	margin-bottom:20px;	
}

.collectionpopup a {
	position: absolute;
	top: 486px;
	left: 458px;
	width: 18px;
	height: 18px;
	font-size: 13pt;
	line-height: 11pt;
	text-align: center;
	color: #ef8a1e;
	border: 1px solid #ffffff;
	background-color: white;
}

.collectionpopup a span {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ef8a1e;
}

.collectionpopup a:hover {
	color: #ef8a1e;
	border: 1px solid #ef8a1e;
}

#zoom {
	position: absolute;
	top: 230px;
	left: 225px;
	width: 18px;
	height: 18px;
	z-index: 100;
	font-size: 12pt;
	line-height: 12pt;
	text-align: center;
	color: #ef8a1e;
	border: 1px solid #ffffff;
	background-color: white;
	
}

#zoom span {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ef8a1e;
}

#zoom:hover {
	color: #ef8a1e;
	border: 1px solid #ef8a1e;
	cursor:pointer;
}

.img {
	position: relative;
}

.img a.infoButton {
   position: absolute;
   top:0;
   left: 0;
   width: 21px;
   height: 22px;
   background-image: url(../img/slices/infoButton.gif);
}
