/* Default ------------------------------------------------------- */
* {
	margin          :   0;
	padding         :   0;
	font-family     :   Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size       :   1em;
}

html, body {
	width           : 	100%;
	height			:   100%;
}

html {
	font-size       :   62.5%;
}
                    
body {
	font-size       :   1em; /* global page size setter (1em = 10px) */
}

img {
	border			:	none;
}

fieldset {
	border: 0px;
}

.clear {
	clear			:	both;
	line-height		:	0px;
	font-size		:	0px;
}

p {
	line-height		:	1.4em;
}

/* Navigation ---------------------------------------------------- */
/* Stimmt noch nicht, buttons sind nicht buending mit Oberkante des divs, siehe u. */

#header #mainNavi {
/*	padding-left	:	20px;*/
	padding-left	:	14px;
/*	width			:	950px;*/
	width			:	956px;
	height			:	42px;
	background-image:	url(/Content.Node/images/nav-bg.png);
	background-repeat:	repeat-x;
	position		:	relative;  /* wegen 3 Pixel weiß im FF über der Leiste! (bs) */
	top				:	-3px;      /*wegen 3 Pixel weiß im FF über der Leiste! (bs) */
}
#header #mainNavi ul {
	float			:	left;
	list-style		:	none;
}
#header #mainNavi li {
	float			:	left;
}
#header #mainNavi li a {
	display			:	block;
    font-size		:	14px;
	line-height		:	30px;
	text-decoration	:	none;
	text-transform	:	uppercase;
	color			:	#666666;
	padding-left	:	13px;
	cursor			:	pointer; /*for ie*/
}
#header #mainNavi li a span{
	height			:	30px;
	padding-right	:	13px;
	display			:	block;
}
#header #mainNavi li a:hover {
	background-color:	#be5a9d;
	background-image:	url(/Content.Node/images/nav-bg-left-ms.png);
	background-position:left;
	background-repeat:	no-repeat;
	
}
#header #mainNavi li a:hover span{
	background-image:	url(/Content.Node/images/nav-bg-right-ms.png);
	background-position:right;
	background-repeat:	no-repeat;
	color			:	#ffffff;
}
/*ms*/
#header #mainNavi li.active a {
	background-color:	#acabab;
	background-image:	url(/Content.Node/images/nav-bg-left-act.png);
	background-position:left;
	background-repeat:	no-repeat;
	
}
#header #mainNavi li.active a span{
	background-image:	url(/Content.Node/images/nav-bg-right-act.png);
	background-position:right;
	background-repeat:	no-repeat;
	color			:	#ffffff;
}

/* Main Layout --------------------------------------------------- */
#all {
	position: relative;
	width			:	990px;
	background-image:	url(/Content.Node/images/gen-bg-box.gif);
	background-repeat:	repeat-y;
	margin			:	0 auto;
}
#bottom {
	width			:	970px;
	min-height		:	383px;
	background-image:	url(/Content.Node/images/gen-bg-box-bottom.gif);
	background-position:	bottom;
	background-repeat:	no-repeat;
	padding			:	0px 10px 20px 10px;

}
#search {
	float			:	right;
	height			:	30px;
/*	width			:	194px;*/
	width			:	180px;
/*	margin-bottom	:	12px;*/
	position		:	absolute;
	top				:	-35px;
	right			:	0;
	
}
#search input {
	float			:	left;
/*	width			:	134px;*/ /*148px;*/
	width			:	120px;
	height			:	16px; /*17px;*/
	border-top		:	#ABADB3 solid 1px;
	border-right	:	#DBDFE6 solid 1px;
	border-bottom	:	#E3E9EF solid 1px;
	border-left		:	#E2E3EA solid 1px;
	margin-top		:	6px;
	
	padding-left	:	14px;
	padding-top		:	1px;
	color			:	#9b9a9a;
	font-size		:	12px;
	vertical-align	:	middle;

}
#search div.button,
#search button {
	background-color:	transparent;
	width: 21px;
	height: 21px;
	border			:	0px;
	margin-top		:	4px;
	margin-left		:	5px;
	cursor			:	pointer;
	background-image:	url(/Content.Node/images/gen-buttons-sprite.png);
	background-repeat:	no-repeat;
	background-position:	0px -90px;
}
#search div.button:hover,
#search button:hover {
	background-position:	-220px -90px;
}

#header {
    width           :   970px;
}

#content {
    clear           :   both;
    width           :   970px;
	position		:	relative;
	top				:	-4px;
}

#content .left {
    width           :   236px;
    float           :   left;
}

#content .narrowleft {
    width           :   90px;
    float           :   left;
}

#content .center {
    width           :   540px;
    float           :   left;
}

#content .wide {
    width           :   776px;
    float           :   left;
}

#content .semiwide {
    width           :   686px;
	/*margin-right	:	10px;*/
    float           :   left;
	/*background		:	url(/Content.Node/images/cont-bg-box-1col-small.png) center bottom no-repeat;*/	
}

#content .right {
    width           :   194px;
    float           :   left;
}

#page-margin-bottom {
	height			:	40px; /*margin-bottom an #all hat keinen Effekt*/
}

/* Home Content Column Layout ----------------------------------- */
.cont-bg-box-home {
	background-image:	url(/Content.Node/images/cont-bg-box-home.png);
	background-position:bottom;
	background-repeat:	no-repeat;
	width			:	500px;
	padding			:	0px 10px 0px 10px;
	margin			:	0px 10px;
	min-height		:	193px; /*218-25*/
}

.flowbox {
	position		:	relative;
	padding-bottom	:	20px;
	margin			:	0 50px;
}
.cont-bg-box-home .flowbox {
	margin			:	0 auto;
}
.flowbox .bottomlink {
	position		:	absolute;
	bottom			:	25px;
	right			:	10px;
	zoom			:	1;
}

.cont-bg-box-home .gluingsliderheadline {
	margin-left		:	20px;
	color			:	#C099B1;
	font-weight		:	normal;
	font-size		:	13px;
}

.cont-bg-box-home .linked-headline {
	margin-left		:	20px;
	margin-bottom	:	8px;
}

.cont-bg-box-home .linked-headline a {
	color			:	#C099B1;
	font-weight		:	normal;
	font-size		:	15px;
}

/* Ultra Wide Content Column Layout ----------------------------- */
#content .fullwidthcol {
	padding			:	0 0 0 26px;
	background		:	transparent !important;
	width			:	345px;
}

#content .fullwidthcol .article-block {
	height			:	auto;
	position		:	relative;
}

#content .fullwidthcol .article-block img {
	display			:	block;
	margin-bottom	:	6px;
}

#content .fullwidthcol .article-block .txt-bottom {
	width			:	auto;
	height			:	auto;
	float			:	none;
}

/* Wide Content Column Layout ----------------------------------- */
#content .tcleft {
	background-image:	url(/Content.Node/images/gen-bg-box-single.png);
}

#content .tcright {
	margin-left		:	-10px;
	background-image:	url(/Content.Node/images/gen-bg-box-single.png);
}

#content .tccenter {
	background		:	url(/Content.Node/images/cont-bg-box-1col.png) center bottom no-repeat;    
}

.one-col {
	width			:	724px;
	padding			:	0px 26px 26px;
	min-height		:	217px;
}

.one-col .products {
	margin			: 	0px 0px 20px;
	width			:	181px;
	float:left;
	position:relative;
}

.one-col .products h2 {
	font-size		:	14px;
	color			:	#b24d91;
	padding-left	:	1px;
	line-height     :   23px;
	text-transform  :   uppercase;
}

.one-col .products a {
	font-size		:	13px;
	text-decoration :   none;
	color			:	#b24d91;
	padding-left	:	1px;
	line-height     :   24px;
	text-transform  :   uppercase;
}

.one-col .products a:hover {
	color			:	#3f4144;
}

.one-col .designs {
	margin			: 	0px 0px 12px;
	width			:	205px;
	float			:	left;
	position		:	relative;
	zoom			:	1;
}

.one-col .designs .download {
	font-size		:	11px;
	color			:	#666;
	text-transform	:	uppercase;
}

.one-col .designs .download a {
	text-decoration :   none;
	color			:	#b24d91;
	font-weight		:	bold;
	padding-left	:	1px;
	line-height     :   24px;
	text-transform	:	none;
}

.one-col .designs .download a:hover {
	text-decoration	:	underline;
}

.redcontent {
	font-size			:	12px;
	color			:	#666;
	padding			:	0px 35px 26px;
	line-height		:	18px;
}

.redcontent .one-col-semi {
	padding			:	0;
}

.inspiration-howto .redcontent {
	padding			:	0px;
}

.redcontent a {
	color			:	#B24D91;
}

.redcontent li {
	margin-left		:	15px;
	font-size			:	12px;
	color			:	#666;
}

.redcontent h2 {
	font-size			:	14px;
	color			:	#BAB291;
	padding			:	12px 0 4px;
	text-transform	:	uppercase;
	font-weight		:	bold;
}

.redcontent h3 {
	font-size			:	12px;
	color			:	#BEB6A1;
	padding			:	12px 0 3px;
	text-transform	:	uppercase;
	font-weight		:	bold;
}

.redcontent h4 {
	font-size			:	12px;
	color			:	#666;
	padding			:	7px 0 0;
	font-weight		:	bold;
}

.one-col-semi {
	padding			:	0px 35px 26px;
	margin-bottom	:	15px;
	background		:	url(/Content.Node/images/cont-bg-box-1col-small.png);
	background-position:	bottom;
	background-repeat:	no-repeat;
	min-height		:	217px;
	font-size			:	12px;
	color			:	#666;
}

.two-col {
	background-position:	bottom;
	background-repeat:	no-repeat;
	float			:	left;
	width			:	341px;
	padding			:	0px 26px 26px;
	min-height		:	216px;
}
.two-col h2 {
	text-transform  :   uppercase;
	font-size		:	16px;
	text-transform	:	uppercase;
	color			:	#b24d91;
	font-weight		:	normal;
	margin-bottom	:	10px;
}
.two-col img.instruction, .two-col .link_img {
	float			:	left;
	margin-right	:	13px;
	/*margin-bottom	:	15px;*/
	top				:	-4px;
}
.two-col h4 {
	font-weight		:	bolder;
	font-size		:	11px;
	margin-bottom	:	5px;
	color			:	#666666;
}
.two-col h3 a {
	display			:	block;
	color			:	#b24d91;
	font-weight		:	bold;
	margin-bottom	:	5px;
	margin-top		:	0px;
}
.two-col .txt-bottom p {
	margin-bottom	:	5px;
	color			:	#666666;
}
.two-col .txt-bottom p.date {
	margin-bottom	:	0px;
}
.two-col p {
	color			:	#666666;
}
.two-col .txt-bottom a {
	margin-bottom	:	8px;
	display			:	block;
}
.two-col select {
	width			:	184px;
	background-color:	#ffffff;
	border			:	#e1e1e1 solid 1px;
	border-top		:	#9b9a9a solid 1px;
	font-size		:	12px;
	margin-bottom	:	10px;
}
.two-col a, .one-col-semi a {
	color			:	#b24d91;
	margin-top		:	5px;
}
.two-col h2 a {
	text-decoration	:	none;
}
.two-col h2 a:hover {
	text-decoration	:	underline;
}
.two-col hr {
	clear			:	both;
	margin-bottom	:	15px;
	height			:	2px;
	width			:	336px;
	border			:	0;
	background-image:	url(/Content.Node/images/gen-bg-box1-seperator.png);
	background-repeat:	no-repeat;
	margin-top		:	15px;
}
.two-col a.bottomlink,
.one-col a.bottomlink,
.one-col-semi a.bottomlink,
.cont-bg-box-home a.bottomlink {
	display			:	block;
	text-decoration	:	none;
	text-transform	:	uppercase;
	text-align		:	right;
	font-weight		:	bold;
	font-size		:	11px;
	color			:	#3f4144;
	margin			:	15px 0px 0px 0px;
}
.two-col a.bottomlink:hover,
.one-col a.bottomlink:hover,
.one-col-semi a.bottomlink:hover,
.cont-bg-box-home a.bottomlink:hover {
	color			:	#b24d91;	
}
.two-col a.bottomlink:before,
.one-col a.bottomlink:before,
.one-col-semi a.bottomlink:before,
.cont-bg-box-home a.bottomlink:before {
	content			:	url(/Content.Node/images/gen-ico-textlink-pfeil.gif)" "; /* Nicht IE kompatibel, Optimierungsbedarf */		
}
.cont-bg-box-home a.bottomlink {
	margin			:	10px 20px 0px;
}

.article-block {
	height			:	189px;
}

#content p.wide {
	color			:	#666666;
	width			:	550px;
	margin			:	0px 26px 26px;
	font-size		:	12px;
	float			:	none;
}
#content p.semiwide {
	color			:	#666666;
	width			:	400px; //616px;
	margin			:	0px 35px 26px;
	font-size		:	12px;
	float			:	none;
	background		:	0;
}

#content p.questions {
	font-weight: bold;
	color: #B24D91;
	float: left;
}
#content p.questions span {
	text-transform: uppercase;
}

#content p a {
	color			:	#B24D91;
}


#content p a:hover {
	color			:	#666666;
}

#content #marketing_text_content {
	width			:	400px;
}

.specialheight {
	min-height		:	1px;
}

/* Footer ------------------------------------------------------- */

#footer {
	clear			:	both;
	width			:	970px; /*776px; (bs)*/
	text-align		:	right;
	margin			:	0 auto;
	padding			:	6px 0px 30px;
	color			:	#666666;
}

#footer a {
	font-size			: 	10px;
	text-transform	:	uppercase;	
	text-decoration	:	none;
	color			:	#666666;
	font-weight		:	bolder;
	margin-right		:	5px;
}

#footer a:hover {
	color			:	#b24d91;	
}

#footer a[href]:before {	 
   content			:	url(/Content.Node/images/gen-ico-textlink-pfeil.gif)" "; /* WICHTIG: Sp�ter im IE ab�ndern, kann kein :before! (bs) */		
}

/* Narrow Left Column -------------------------------------------- */

.wide a.back {
	display			:	block;
	text-decoration	:	none;
	text-transform	:	uppercase;
	font-weight		:	bolder;
	font-size			:	11px;
	color			:	#3f4144;
	margin			:	20px 9px 0px 17px;
	text-indent		:	-7px;
	width			:	73px;
	float				:	left;
}

.narrowleft a.back {
	display			:	block;
	text-decoration	:	none;
	text-transform	:	uppercase;
	font-weight		:	bolder;
	font-size		:	11px;
	color			:	#3f4144;
	margin			:	15px 0px 0px 17px;
	text-indent		:	-7px;
}
.wide a.back:hover,
.narrowleft a.back:hover {
	color			:	#b24d91;	
}
.wide a.back:before,
.narrowleft a.back:before {
	content			:	url(/Content.Node/images/gen-ico-textlink-pfeil-left.gif)" "; 	
}

/* Content ------------------------------------------------------- */
.searchresult {
	margin-bottom	:	20px;
	color			:	#666666;
}
.searchresult h2 a {
	color			:	#B24D91;
	font-size		:	16px;
	font-weight		:	normal;
	margin-bottom	:	10px;
	text-transform	:	uppercase;
	text-decoration	:	none;
}
.one-col-semi .inspiration-list .searchpager {
	padding-right	:	0px; 
}

a.linkpfeil {
	color			:	#3f4144;
	font-size		:	11px;
	font-weight		:	bolder;
	text-decoration	:	none;
	text-transform	:	uppercase;
}
a.linkpfeil:hover {
	color			:	#b24d91;
}
a.linkpfeil:before {
	content			:	url(/Content.Node/images/gen-ico-textlink-pfeil.gif)" ";
}
a.linkpdf {
	text-decoration	:	none;
	text-transform	:	uppercase;
	font-weight		:	bolder;
	font-size		:	11px;
	color			:	#3f4144;
}
a.linkpdf:hover {
	color			:	#b24d91;	
}
a.linkpdf:before {
	/*content			:	url(/Content.Node/images/gen-icon-pdfdownload-no.png)" ";*/
}
a.linkpdf span.icon {	 
	background-image:	url(/Content.Node/images/gen-icon-pdfdownload-no.png);
	background-repeat:	no-repeat;
	display			:	block;
	float			:	left;
	height			:	18px;
	width			:	18px;
	margin-right	:	5px;
	position		:	relative;
	top				:	0px;
}
a.linkpdf:hover span {	 
	background-image:	url(/Content.Node/images/gen-icon-pdfdownload-ms.png);
}
.special-detail a.linkpdf span.icon {	 
	top				:	-2px;
}
.center h1.text {
	margin			:	10px 40px 20px;
	color			:	#bb99b1;
	font-size		:	12px;
	font-weight		:	normal;
	text-transform	:	uppercase;
}
.center h1.text span,
.center h1.text strong {
	color			:	#b24d91;
	font-size		:	16px;
	font-weight		:	normal;
}

.center h1.text strong a {
	color			:	#b24d91;
	text-decoration		:	none;
}

h1.text,
.semiwide h1.text1 {
	display			:	block;
	margin			:	10px 26px 20px;
	color			:	#bb99b1;
	font-size			:	12px;
	font-weight		:	normal;
	text-transform	:	uppercase;
}
.semiwide h1.text1 {
	margin-left		:	35px;
	margin-right		:	35px;
}
h1.text strong,
.semiwide h1.text1 strong {
	color			:	#b24d91;
	font-size			:	16px;
	font-weight		:	normal;
}
.semiwide h1.text {
	display			:	block;
	margin			:	15px 35px 20px;
	color			:	#a7a177;
	font-size			:	24px;
	font-weight		:	normal;
	text-transform	:	uppercase;
/**	line-height: 20px;*/
}
.semiwide h1.text span{
	color			:	#bab291;
	font-size			:	14px;
}

.semiwide h2.text {
	display			:	block;
	margin			:	-20px 35px 20px;
	color			:	#bab291;
	font-size		:	14px;
	font-weight		:	normal;

	text-transform	:	uppercase;
	line-height: 20px;
}

.txt-bottom {
  float				:	left;
  /*display			:	table-cell; wenn float funktioniert table-cell nicht mehr(bs)*/
  height			:	188px;
  width				:   140px;
  vertical-align	:	bottom;	
  position:relative;
}

.txt-bottom .txt-bottom-content {
	position		:	absolute;
	bottom			:	0;
}

#content .filter .select {
    float           :   left;
}
#content img.headline-home {
	margin			:	20px 40px 20px 40px;
}
#content img.headline {
	margin			:	20px 26px 20px 26px;

}

#content .semiwide .usercontent ol {
	padding-left	:	15px;
}

#content .semiwide .usercontent ul li,
#content .semiwide .usercontent ol li {
	margin-left		:	16px;
}

.one-col-semi a.print-list {
	float			:	right;
	clear			:	both;
/*	margin			:	15px 0px;*/
	margin			:	0px 0px 15px;
	width			:	78px;
	height			:	21px;
	background-image:	url(/Content.Node/images/gen-button-print-list-no.jpg);
	text-decoration	:	none;
}
.one-col-semi a.print-list span,
.myfavourites a.del span,
.one-col-semi a.del span,


.one-col-semi table.favourites td.col6 a span {
	visibility		:	hidden ;
}
.one-col-semi a.print-list:hover {
	background-image:	url(/Content.Node/images/gen-button-print-list-ms.jpg);
}

.one-col-semi table.favourites,
.one-col-semi table.downloads {
	width			:	616px;
	border-collapse	:	collapse;
	font-size			:	12px;
	text-align		:	left;
	color			:	#666666;
	clear			:	both;
	margin-bottom	:	12px;
}
.one-col-semi table.downloads {
	width			:	616px;
	margin-top		:	10px;
}
.one-col-semi table.favourites thead,
.one-col-semi table.downloads thead {
	background-color:	#efede5;
	background-image:	url(/Content.Node/images/gen-bg-cont-seperator.jpg);
	background-position:	bottom center;
	background-repeat:	no-repeat;
}
.one-col-semi table.favourites th,
.one-col-semi table.downloads th {
	text-transform	:	uppercase;
	padding			:	5px 0px 7px 0px;
	color			:	#a7a177;
	font-weight		:	normal;
}
.one-col-semi table.favourites td {
	padding			:	4px 0px; /*12 ohne bild*/
}
.one-col-semi table.downloads td {
	padding			:	12px 0px; /*12 ohne bild*/
}

.one-col-semi table.favourites td.col1 {
	text-align		:	center;
}

.one-col-semi table.favourites td.col4 {
	padding-right		:	10px;
}
.one-col-semi table.favourites td.col5,
.one-col-semi table.favourites td.col6 {
	text-align		:	left;
}

.one-col-semi table.favourites th.col1 {
	width			:	106px;
	padding-left		:	10px;
	font-weight		:	bold;
}
.one-col-semi table.favourites th.col2 {
	width			:	154px;
}
.one-col-semi table.favourites th.col3 {
	width			:	100px;
}
.one-col-semi table.favourites th.col4 {
	width			:	110px;
}
.one-col-semi table.favourites th.col5 {
	width			:	130px;
}
.one-col-semi table.favourites th.col6 {
	width			:	25px;
}

.one-col-semi table.downloads th.col1 {
	padding-left	:	20px;
}
.one-col-semi table.downloads td.col1 {
	padding-left	:	15px;
	width			:	30px;
}
.one-col-semi table.downloads th.col3,
.one-col-semi table.downloads th.col4,
.one-col-semi table.downloads th.col5 {
	width			:	100px;
}

.one-col-semi table.favourites td.col6 a {
	background-color:	transparent;
	background-image:	url(/Content.Node/images/gen-buttons-sprite.png);
	background-position:	0 -150px;
	background-repeat:	no-repeat;
	border			:	0 none;
	cursor			:	pointer;
	height			:	15px;
	width			:	15px;
	display			:	block;
	margin			:	0 auto;
	text-decoration	:	none;
}
.one-col-semi table.favourites td.col6 a:hover {
	background-position:	-221px -150px;
}


.one-col-semi table.downloads td a.linkpdf {
	text-decoration	:	none;
	text-transform	:	uppercase;
	font-weight		:	bolder;
	font-size		:	11px;
	color			:	#666666;
}
.one-col-semi table.downloads td a.linkpdf:hover {
	color			:	#b24d91;	
}
.one-col-semi table.downloads td a.linkpdf span.icon {	 
	background-image:	url(/Content.Node/images/gen-icon-pdfdownload-no.png);
	background-repeat:	no-repeat;
	display			:	block;
	height			:	18px;
	vertical-align	:	-4px;
	width			:	18px;
	margin-right	:	5px;
	float			:	left;
	position		:	relative;
	top				:	-2px;
}
.one-col-semi table.downloads td a.linkpdf:hover span.icon {
	background-image:	url(/Content.Node/images/gen-icon-pdfdownload-ms.png);	
}


/* Imageflow ----------------------------------------------------- */
#imageflow {
	width			:	460px;
	margin			:	0px 20px;
}
#imageflow #images {
	visibility      :   hidden;
}

#imageflow #images img { 
	position        :   absolute; 
	top             :   0px;
	border          :   none;
}

#imageflow #loading {
	margin-top      :   50px;
	text-align      :   center;
	width           :   100%;
}

#imageflow #loading img {
	margin-top      :   10px;
	position        :   relative; 
}

#imageflow #captions {
	/*font-weight     :   bold;*/
	position        :   absolute; 
	text-align      :   center;
	z-index         :   10000;




	top				:	210px;
	font-size		:	11px;
	color			:	#9b9a9a;
}
#imageflow #captions span {
	text-transform	:	uppercase;
	color			:	#666666;
}

#imageflow #scrollbar {
	visibility      :   hidden;
	position        :   absolute; 
	border-bottom   :   1px solid #b3b3b3;
	z-index         :   10001;
	top				:	240px;
}

#imageflow #slider {
	background		:	url(/Content.Node/images/gen-icons-sprite.png) -80px -40px no-repeat;
	height			:	10px;
	width			:	10px;
	margin-top		:	-5px;
	position		:	absolute;
}

/* Teaser -------------------------------------------------------- */
.teaser {
	background		:	url(/Content.Node/images/left-bg-box1.png) top;
	background-repeat: no-repeat;
	margin-bottom	:	10px;
	background-color: #e1e1e1;
}

.teaser h2 {
	text-transform	:	uppercase;	
	background		:	url(/Content.Node/images/left-bg-box1.png) top;
	line-height		:	30px;
	color			:	#A7A177;
	font-size		:	16px;
	padding			:	0 15px;
	font-weight		:	normal;
}

.teaser h2 a {
	color			:	#A7A177;
	text-decoration	:	none;
}

.teaser h2 a:hover {
	color			:	#b24d91;
}

.teaser h2.right-teaser {
	background		:	url(/Content.Node/images/right-bg-box1.png) top left no-repeat;
}

.teaser h3 {
	text-transform	:	uppercase;	
	color			:	#BEB6A1;
	padding			:	9px 15px 8px;
	font-size		:   11px;
	position		:	relative;
}

.teaser h3 + div[class="linklist"] {  /* wenn kein h2 vorhanden linklist weniger stark absetzen! (bs) */
	padding-top		:	0px;
}
.teaser .imgborderbox {
	position 		:	relative;
	padding			:	0 15px;
}

.teaser h2 + div[class="imgborderbox"] {  /* wenn kein h3 vorhanden Bildbox von h2 absetzen! (bs) */
	margin-top		:	10px;
}

.teaser hr {
	height			:	5px;
	border			:	0;
	background		:	url(/Content.Node/images/right-seperator.png) center center no-repeat;
}

.teaser .text {
	padding			:	6px 15px;
}

.teaser a {
	display			:	inline;
}

.left .teaser a.instruction-link {
	display			:	block;
	width			:	210px;
	height			:	120px;
	margin			:	5px auto;
}

.right .teaser a.instruction-link {
	display			:	block;
	width			:	171px;
	height			:	171px;
	margin			:	5px auto;
}

.teaser .text p{
	/* teaserbox text styles here */
}

.teaser .linklist {
	padding			:	6px 15px 1px;
}

.myfavourites .singlefav {
	padding-top		:	0px;
}

.teaser .favoriteBox table .myfavs-td2 a {
	text-decoration	:	none;
	font-weight		:	bold;
	color			:	#3F4144;
}

.teaser .favoriteBox table .myfavs-td2 a:hover {
	color			:	#B24D91;
}

.linklist ul {
    margin-bottom	:	7px;		
}
.linklist li {
	list-style      :   none;
	font-size		:	11px;
    margin-bottom	:	4px;
	color			:   #666;	
}
.linklist li > a.pdf {
	line-height		:	18px;
}

.linklist li > p {
	font-size		:	11px;
	text-indent		:	7px;
	color			:	#666666;
}

.linklist li a {
	font-size		: 	11px;
	text-transform	:	uppercase;	
	text-decoration	:	none;
	color			:	#3f4144;
	font-weight     :	bolder;
}

.teaser .linklist li a.pdf span {	 
	background-image:	url(/Content.Node/images/gen-icon-pdfdownload-no.png);
	background-repeat:	no-repeat;
	display			:	block;
	float			:	left;
	height			:	18px;
	margin-right	:	5px;
	position		:	relative;
	top				:	-1px;
	width			:	18px;
}
.teaser .linklist li a.pdf:hover span {	 
	background-image:	url(/Content.Node/images/gen-icon-pdfdownload-ms.png);
}

.teaser .linklist li a:hover {
	color			:	#b24d91;		
}
#news {
	background-image: none;
}

.teaser .round {
	background		:	#ffffff url(/Content.Node/images/left-bg-box1.png) center bottom;
	height			:	8px;
	width			:	236px;
}
.teaser .roundright {
	background		:	#ffffff url(/Content.Node/images/right-bg-box1.png) center bottom;
	height			:	6px;
	width			:	194px;
	padding-top		:	6px;
}

/* My Favourites ------------------------------------------------- */

.myfavourites {
	background		:	#E1E1E1 url(/Content.Node/images/right-bg-box1.png) top repeat-x;
	padding-bottom	:	5px;
}

.myfavourites h2 {
	background		:	url(/Content.Node/images/right-bg-headerbar1.png) top repeat-x;
	color			:	#FFF;
}

.myfavourites > h2 + div {
	height			:	10px;	
	background		:	url(/Content.Node/images/right-bg-headerbar1.png) bottom repeat-x;
}	

.myfavourites table {
	padding			:	0px 15px 3px 15px;
	table-layout	:	fixed;
	color			:	#666666;
}

.myfavourites tr {
	height			:	35px;
	width			:	194px;
}

.myfavourites td.myfavs-td1 {
	width			:	30px;
}

.myfavourites td+td {
	width			:	113px;
	font-size		:	11px;
}

.myfavourites td+td+td {
	width			:	18px;
}

.myfavourites a.del,
.one-col-semi a.del {
	background-color:	transparent;
	width			:	17px;
	height			:	15px;
	border			:	0px;

	cursor			:	pointer;
	background-image:	url(/Content.Node/images/gen-buttons-sprite.png);
	background-repeat:	no-repeat;
	background-position:0px -150px;
	display			:	block;
	text-decoration:none;
}
.myfavourites a.del:hover,
.one-col-semi a.del:hover {
	background-position:	-221px -150px;
}
/*td+td+td>button:hover*/


.favoriteList tr td.col2 a,
.favoritePrint tr td.col2 a,


.downloads tr td.col2 a {
	text-decoration	:	none;
	font-weight		:	bold;
	color			:	#B24D91;
}

.favoriteList tr td.col2 a:hover,
.favoritePrint tr td.col2 a:hover,
.downloads tr td.col2 a:hover {
	text-decoration	:	underline;
}

/* Communitybox -------------------------------------------------- */
.community {
	background		:	url(/Content.Node/images/right-bg-box2.png) bottom center no-repeat;	
}

.community h2 {
	background		:	url(/Content.Node/images/right-bg-box2.png) top center no-repeat;	
	color			:	#7d8dac;
}

.community h3 {
	color			:	#8caec2;
}

.community .imgtwinbox {
	position		:	relative;
	padding			:	8px 15px 0;
}

.community .imgtwinbox+div+hr {
	margin			:   15px 0 0 0;
}


.community .imgtwinbox .comml  {
	float			:	left;
}

.community .imgtwinbox .commr  {
	margin-left		:	15px;
	float			:	left;
}

.community form {
	padding			:	15px;
	font-size		:	11px;
	font-weight		:	bolder;
	color			:	#666666;

}

.community form label {
	display			:	block;
	padding			:	5px 0 5px 0;
}

.community form label[for=community-form-password] {
	padding			:	5px 0 5px 0;
}
	

.community form input[type=text],
.community form input[type=password] {
	display			:	block;
	height			:	17px;
	width			:	164px;
	border			: 	#ffffff 1px inset;
}

.community form input[type=submit] {
	text-transform	:	uppercase;	
	position		:	relative;
	right			:	-1px;
	font-weight		:	bolder;
	color			:	#fff;
	padding			:	1px 5px 1px 5px;
	border			:	none;
	background-image:	url(/Content.Node/images/gen-button-login-no.jpg);
	background-repeat:	no-repeat;
	/*background-position:-15px 0px; *//* Org. 0 0 Fehler in der Darstellung, abgerundete Ecke nur oben links! (bs) */
	cursor			:	pointer;
	width			:	52px;
	height			:	21px;
	float			:	right;
}

.community form input[type=submit]:hover {
	/*background-position:-235px 0px; *//* Org. -230 0 Fehler in der Darstellung, abgerundete Ecke nur oben links! (bs) */
	background-image:	url(/Content.Node/images/gen-button-login-ms.jpg);
}

.community form .linklist {
	vertical-align	:	middle;
	padding			:	0;
	line-height		:	17px;
}

.community .intro {
	background		:	url(/Content.Node/images/visual-ambassador-login-kristall.png) 12px 9px no-repeat;
	padding-left	:	46px;	
}

.community .intro h3 {
	padding			:	9px 15px 0 0;
}

.community .intro p {
	padding			:	4px 15px 6px 0;
	color			:	#666;
	font-size		:	11px;
}

.community .intro a {
	background-image:	url(/Content.Node/images/gen-button-takealook-sprite.gif);
	background-position:	0 0;
	display			:	block;
	width			:	135px;
	height			:	21px;
}

.community .intro a:hover {
	background-position:	0 21px;
}

.community .divider {
	display			:	block;
	margin-top		:	10px;
}

.community .ambassador h3 {
	color			:	#BEB6A1;
	padding			:	9px 15px 4px;
}

.community .ambassador form {
	padding			:	0 15px 15px;
}

/* Besonderheiten für instructions rechts */
.right .imgborderbox {
	position 		:	relative;
	background		:	none; 
	padding			:	0 15px;
}

/* klickbare Images mit Schattenwurf und Hover-Effekt (bs) */
.link_img { 
	position  		:	relative;
}

.w23h30 {
	width     		:	23px;
	height    		:	30px;
	margin-bottom	:	4px;
	background		:	white;
}

.w40h52 {
	width     		:	40px;
	height    		:	52px;      	
} 

.w44h58 {
	width     		:	44px;
	height    		:	58px;      	
} 

.w73h97 {
	width     		:	73px;
	height    		:	97px;
}

.w110h145 {
	width     		:	110px;
	height    		:	145px;              
}

.w164h164 {
	width     		:	164px;
	height    		:	164px;              	
}

.w168h97 {
	width     		:	168px;
	height   		:	97px;              
}

.w171h171 {
	width     		:	171px;
	height    		:	171px;              
}

.w188h188 {
	width   		:	188px;
	height    		:	188px;              
}	  

.w210h120 {
	width    		:	210px;
	height    		:	120px;                    	
}

.w274w364 {
	width     		:	274px;
	height    		:	364px;              
}	  

.link_img a {
	text-decoration :	none;
	display         :	block;
	position        : 	relative;
	left            :	0;
	top             :	0;
}


.link_img div.nolink img,
.link_img a img {
	border    		:	0;
	display   		:	block;      
	position  		:	absolute;
	left      		:	0;
	top       		:	0;
	z-index   		:	1;
}

.link_img div.nolink img+img,
.link_img a img+img {
	border    		:	0;
	display   		:	none;
	position  		:	absolute;
	left      		:	0;
	top      	 	:	0;
	z-index   		:	3;
}

.link_img a:hover img+img,
.link_img a:focus img+img {
	display   		:	block;
}

.link_img div.nolink img+img+img,
.link_img a img+img+img {
	border    		:	0;
	display   		:	block;
	position  		:	absolute;
	left      		:	1px;
	top       		:	1px;
	z-index   		:	2;
}
    
/* AUSNAHMEN: Content ohne Shadow */	
.w23h50 a img+img+img { 	
	left			:	0px;
	top				:	0px;
}

.w73h97 a img+img+img {
	left			:	0px;
	top				:	0px;
}

/* AUSNAHME: Inhalt zentriert zum Shadow */

.w44h58 .content { 	
	left			:	1px;
	top				:	1px;
	width			:	40px;
	height			:	54px;
}

/* Inspirations details-----------------------------*/

.selector-3-cols {
	min-height		:	136px;
	background		:	#F8F7F6 url(/Content.Node/images/cont-bg-filtergradient.png) center top no-repeat;
	margin			:	20px 10px 20px 10px;
	padding			:	5px 16px 16px 16px;
}

.semiwide .selector-3-cols {
	/*min-height		:	20px;*/
	background		:	url(/Content.Node/images/cont-bg-filtergradient.png) center top no-repeat;
	margin			:	0px 10px;
	padding			:	16px;
	padding-bottom:0px;
	/*width			:	616px;*/
	height			:	100px;
}

.selector-3-cols a {
	color			:	#b24d91;
}	

.selector-3-cols a:hover {
	color			: 	#666666;
}

.selector-3-cols fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#filter-inspirations,
#filter-downloads {
	font-size		:	12px;
}

#filter-inspirations p {
	line-height		:	30px;
	color			:	#666666;
}

#filter-downloads p {
	color			:	#666666;
}

#filter-inspirations #check-show,
#filter-inspirations #design-instruction {
	margin-left		:	25px;

}

#filter-inspirations span {
	color			:	#666666;
}

#filter-downloads a.resetFilter,
#filter-inspirations a.resetFilter {
	float			:	right;
	position		:	relative;
	top				:	-16px;
	right			:	55px;
	color			:	#666666;
}

#filter-downloads a.resetFilter:hover,
#filter-inspirations a.resetFilter:hover {
	color			:	#b24d91;
}

#filter-inspirations #btn-show,
#filter-downloads #btn-show {
	display			:	block;
	position		:	relative;
	top				:	-20px;
	right			:   50px;
    float			:	right;

	text-transform	:	uppercase;	
	font-weight		:	bolder;
	color			:	#fff;
	padding			:	1px 5px 1px 5px;
	margin-left		:	15px;
	border			:	none;

	cursor			:	pointer;
	width			:	51px;
	height			:	21px;
	background-image:	url(/Content.Node/images/gen-button-show-no.jpg);
	background-color:	transparent;
	background-repeat:	no-repeat;
	/*background-position:-15px 0px; *//* Org. 0 0 Fehler in der Darstellung, abgerundete Ecke nur oben links! (bs) */
}
#filter-downloads #btn-show {
	position		:	relative;
	bottom			:	-20px;
	right			:   26px;
}

#filter-inspirations #btn-show:hover,
#filter-downloads #btn-show:hover {
	/*background-position:-235px 0px; *//* Org. -230 0 Fehler in der Darstellung, abgerundete Ecke nur oben links! (bs) */
	background-image:	url(/Content.Node/images/gen-button-show-ms.jpg);
}


.filter-select {
    float			:	left;		
	height			:	70px;
	margin-left		:	25px;
	width			:	143px;
	display         :   inline;
}
#filter-downloads .filter-select {
	margin-left		:	23px;
	width			:	153px;
	height			:	50px;
}

#filter-downloads .filter-select select {
	width			:	157px;
}

.semiwide .one-col-semi select {
    float			:	left;		
	margin-left		:	20px;
	width			:	145px;
}
.semiwide .one-col-semi #filter-downloads p {
    float			:	left;
	margin-left		:	20px;
	color			:	#666666;
}

.filter-select select {
	width			:	117px;
	border			: 	#ffffff 1px inset;
}

.vertical-ruler {
	background		:	url(/Content.Node/images/gen-bg-seperator-vertikal.jpg) center center no-repeat;
    float			:	left;
	width			:	8px;			
	height			:	70px;		
}

.selector-3-cols + div[class="two-col tcleft"] > div[class="link_img w188h188"],
.selector-3-cols + div[class="two-col tcleft"] + div[class="two-col tcright"] > div[class="link_img w188h188"] {
	margin-bottom 	:	0;
}

.cont-bg-box-1col {
	width			:	740px;
	padding			:	0px 10px 10px 10px;
	margin			:	0px 10px;
	min-height		:	115px;
}

/* Inspiration Details ----------------------*/
#accordion {
	margin-top: 10px;
}
.inspiration-detail {
	float			:	left;
	width			:	274px;
}

.inspiration-detail .zoomFirstImage {
	display			:	none;
}

.inspiration-detail .zoom-details {
	padding-top		:	5px;
	font-size		:	11px;
	font-weight		:	bolder;
	color			:	#b24d91;
	width			:	274px; /*FF2*/
}

.inspiration-detail .zoom-details a {
	color			:	#666;
	text-decoration	:	none;
}

.inspiration-detail .zoom-details a:hover {
	color			:	#b24d91;
}

.inspiration-detail .zoom-details span {
	margin-top		:	4px;
}
.inspiration-detail a#zoom {
	float				:	left;
	position			:	relative;
	top				:	-3px;
	margin-top		:	0px;
}
.inspiration-detail a#zoom {
	width			:	15px;
	height			:	15px;
	background-image:	url(/Content.Node/images/gen-icon-zoom-no.png);
	background-repeat:	no-repeat;
	background-position:	center center;
	background-color:	transparent;
	border			:	0;
	margin-right	:	5px;
	cursor			:	pointer;
	top				:	-1px;
}
.inspiration-detail a#zoom:hover {
	background-image:	url(/Content.Node/images/gen-icon-zoom-ms.png);
}
.inspiration-detail a#zoom span {
	visibility		:	hidden;
}

.inspiration-detail .zoom-details span {
	float			:	left;
}

.inspiration-detail .zoom-details .link_img {
	float			:	right;
	padding-left	:	5px;
	padding-right	:	2px;
}

.inspiration-howto {
	float			:	left;
	width			:	322px;

	margin-left		:	20px;
	font-size		:	12px;
	line-height		:	18px;	
}

.inspiration-howto {
	color			:	#666666;
}

.inspiration-howto #experience {
	color			:	#BEB6A1;
	font-size		:	12px;
	text-transform	:	uppercase;
	text-align		:	right;
	margin-bottom	:	2px;
	padding-right	:	62px;
	
}

.inspiration-howto #experience.beginner {
	background		:	url(/Content.Node/images/skill-levels-sprite.gif) right 2px no-repeat;
}


.inspiration-howto #experience.intermediate {
	background		:	url(/Content.Node/images/skill-levels-sprite.gif) right -18px no-repeat;
}

.inspiration-howto #experience.advanced {
	background		:	url(/Content.Node/images/skill-levels-sprite.gif) right -38px no-repeat;
}

.inspiration-howto p {
	margin-bottom	:	10px;
}

.inspiration-howto .related-details {
/*	display			:	none;*/
	width			:	322px; /*FF2, vorher 332*/
	height			:	70px;
}

.inspiration-howto .mini {
	background		:	url(/Content.Node/images/gen-bg-box1-mini.png) center bottom no-repeat;	
}

.inspiration-howto .mini > div {
	padding			:	0 15px;
}

.inspiration-howto .mini > div > ul > li {
	float			:	left;
	padding-left	:	5px;
}

.inspiration-howto .maxi {
	height			:	auto;
	padding-bottom	:	15px;
	background		:	url(/Content.Node/images/gen-bg-box1-maxi.png) center top no-repeat #EAE9E2;
}

.inspiration-howto .maxi > div {
	padding			:	0 25px;
}

.inspiration-howto .maxi h3 {
	color			:	#BEB6A1;
	font-size		:	12px;
	padding			:	3px 0px;
	text-transform	:	uppercase;
	font-weight		:	normal;
}

.inspiration-howto .maxi h3+div {
	float			:	left;	
}

.inspiration-howto .maxi div>p>img {
	border			:	1px solid #d8d7d3;
}

.inspiration-howto .maxi div>p {



	font-size		:	9px;
	font-weight		:	bold;
}
.inspiration-howto .maxi p.inspirationpdf {
	line-height		:	2.4em;
}

/*.inspiration-howto .maxi h3+div+div,*/
.inspiration-howto .techniques {
 	margin-right	:	10px;
	float			:	left;	
}

.inspiration-howto .techniques a img {
	border		:	1px solid #d8d7d3;
}

.inspiration-howto table#elements .col2 a {
	color			:	#3F4144;
	text-decoration	:	none;
}

.inspiration-howto table#elements .col2 a:hover {
	color			:	#B24D91;
}

.inspiration-howto .maxi h3+table td {
	width			:	38px;
	height			:	37px;
}

.inspiration-howto .maxi h3+table td+td {
	width			:	138px;
	height			:	37px;
}


.inspiration-howto .maxi hr {
	border			:	0;
	height			:	15px;
	background		:	url(/Content.Node/images/gen-bg-box1-seperator.png) center center no-repeat;
}

.inspiration-howto .maxi p > a[class=pdf]:before {	 
   content			:	url(/Content.Node/images/gen-icon-pdfdownload-no.png)"  "; /* WICHTIG: Spaeter auswechseln gegen img-url! (bs) */		
}


.inspiration-howto .linklist a.link-related,
.inspiration-howto .linklist a.link-question,
.inspiration-howto .linklist a.link-show,
.inspiration-howto .linklist a.link-add {
	line-height		:	25px;
}
.inspiration-howto .linklist a.link-related:hover,
.inspiration-howto .linklist a.link-related:focus,
.inspiration-howto .linklist a.link-question:hover,
.inspiration-howto .linklist a.link-question:focus,
.inspiration-howto .linklist a.link-show:hover,
.inspiration-howto .linklist a.link-show:focus,
.inspiration-howto .linklist a.link-add:hover,
.inspiration-howto .linklist a.link-add:focus {
	color			:	#b24d91;
}
.inspiration-howto .linklist a.link-related span.icon,
.inspiration-howto .linklist a.link-question span.icon,
.inspiration-howto .linklist a.link-show span.icon,
.inspiration-howto .linklist a.link-add span.icon,
.inspiration-howto .linklist a.link-remove span.icon {
	display			:	block;
	float			:	left;
	vertical-align	:	-5px; /*fuer IE6+7*/
	height			:	25px;
	width			:	25px;
	background-image:	url(/Content.Node/images/gen-icons-sprite.png);
	background-repeat:	no-repeat;
}
.inspiration-howto .linklist a.link-add span.icon,
.inspiration-howto .linklist a.link-remove span.icon {
	background-image:	url(/Content.Node/images/gen-buttons-sprite.png);
}
.inspiration-howto .linklist a.link-related span.icon {
	background-position:	0px -313px;
}
.inspiration-howto .linklist a.link-related:hover span.icon,
.inspiration-howto .linklist a.link-related:focus span.icon{
	background-position:	-80px -313px;
}
.inspiration-howto .linklist a.link-question span.icon {
	background-position:	0px -232px;
}
.inspiration-howto .linklist a.link-question:hover span.icon,

.inspiration-howto .linklist a.link-question:focus span.icon{


	background-position:	-80px -232px;
}
.inspiration-howto .linklist a.link-show span.icon {
	background-position:	0px -273px;
}
.inspiration-howto .linklist a.link-show:hover span.icon,
.inspiration-howto .linklist a.link-show:focus span.icon{
	background-position:	-80px -273px;
}
.inspiration-howto .linklist a.link-add span.icon {
	background-position:	0px -119px;
}
.inspiration-howto .linklist a.link-add:hover span.icon,
.inspiration-howto .linklist a.link-add:focus span.icon{
	background-position:	-220px -119px;

}
.inspiration-howto .linklist a.link-add span.icon.remove {
	background-position:	0px -146px;
}
.inspiration-howto .linklist a.link-add:hover span.icon.remove,
.inspiration-howto .linklist a.link-add:focus span.icon.remove {
	background-position:	-220px -146px;
}
.inspiration-howto .linklist a.link-remove span.icon {
	background-position:	0px -30px;
}
.inspiration-howto .linklist a.link-remove:hover span.icon,
.inspiration-howto .linklist a.link-remove:focus span.icon {
	background-position:	-220px -30px;
}

.inspiration-howto .linklist li.selected a.link-related,

.inspiration-howto .linklist li.selected a.link-question,
.inspiration-howto .linklist li.selected a.link-show,
.inspiration-howto .linklist li.selected a.link-add {
	color			:	#BEB6A1;
}
.inspiration-howto .linklist li.selected a.link-related span.icon {
	background-position:	-160px -313px;
}
.inspiration-howto .linklist li.selected a.link-question span.icon {
	background-position:	-160px -232px;
}
.inspiration-howto .linklist li.selected a.link-show span.icon {
	background-position:	-160px -273px;
}

/* Inspiration List mit pager ----------------------*/

.inspiration-list {
	/*padding			:	0 0px 0 22px; 
	margin-bottom	:	6px;*/


}

.inspiration-list .pager {
	float			:	right; 
	font-size		:	14px; 
	padding-right	:	35px; 
	line-height		:	20px;
}

.inspiration-list .top {
	margin-bottom	:	16px;
}

.inspiration-list .bottom {
	/*margin-top		:	18px;*/
}

.inspiration-list .pager ul {
	list-style		:	none;
}

.inspiration-list .pager ul li {
	float			:	left;
	font-size		:	14px;
	margin-left	:	0;
}

.inspiration-list .pager ul li div.button,
.inspiration-list .pager ul li button {
	border			:	none;
	height			:	21px;
	width			:	21px;
	margin-right	:	3px;
}

.inspiration-list .pager ul li div.button div.pager-prev,
.inspiration-list .pager ul li button[name=pager-prev] {
	background-image:	url(/Content.Node/images/gen-buttons-sprite.png);
	background-color:	transparent;
	background-repeat:	no-repeat;
	background-position:	0px -60px;	
	width			:	21px;
	height			:	21px;
}

.inspiration-list .pager ul li div.button div.pager-prev:hover,
.inspiration-list .pager ul li div.button div.pager-prev:focus,
.inspiration-list .pager ul li button[name=pager-prev]:hover,
.inspiration-list .pager ul li button[name=pager-prev]:focus {
	background-position:	-220px -60px;
	cursor			:	pointer;
}

.inspiration-list .pager ul li div.button div.pager-next,
.inspiration-list .pager ul li button[name=pager-next] {
	background-image:	url(/Content.Node/images/gen-buttons-sprite.png);
	background-color:	transparent;
	background-repeat:	no-repeat;
	background-position:	0px -90px;
	margin-right	:	9px;	
	width			:	21px;
	height			:	21px;
}

.inspiration-list .pager ul li div.button div.pager-next:hover,
.inspiration-list .pager ul li div.button div.pager-next:focus,
.inspiration-list .pager ul li button[name=pager-next]:hover,

.inspiration-list .pager ul li button[name=pager-next]:focus {
	background-position:	-220px -90px;
	cursor			:	pointer;
}

.inspiration-list .pager ul li a {
	text-decoration	:	none; /*underlinne oder border? (bs) */
	border-bottom   :   1px solid #b24d91;
	color			:	#b24d91;
}
.inspiration-list .pager ul li a.selected {
	text-decoration	:	none;
	color			:	#666666;
	border-bottom   :   1px solid #ffffff; 
	font-weight		:	bolder;	
	cursor			:	default;
} 

.inspiration-list .pager ul li a.first,
.inspiration-list .pager ul li a.last {
	border-bottom	:	none;
}

.inspiration-list .pager ul li a:hover,
.inspiration-list .pager ul li a:focus {

	text-decoration	:	none;
	border-bottom   :   1px solid #ffffff;
	font-weight		:	bolder;
}

.inspiration-list .list-entry {
	float			:	left; 
	margin-right	:	10px;
	margin-bottom   :   20px;
} 

.inspiration-list .list-entry>p {
	color			:	#9b9a9a;
}
.inspiration-list .list-entry>p {
	font-size		:	11px; 
	text-indent		:	2px; 
	margin-top		:	5px;
	line-height		:	13px;
} 

.inspiration-list .list-entry>p + p {
	margin-top		:	0px;
	text-indent		:	0;
}

/* Special detailview -------------------------*/
.special-detail {
	/*padding			: 	0 10px 18px 10px;	? */
}

.special-detail h3.gluing-promo {
	color			:	#BAB291;
	font-size		:	14px;
	font-weight		:	normal;
	text-transform	:	uppercase;
}

.special-detail h4 {
	padding-top		:	20px;
	line-height		:	20px;
	font-size		:	12px;
	font-weight		:	bolder;
	color			:	#666666;
}
.special-detail p {
	padding-bottom	:	7px;
	font-size		:	12px;
	color			:	#666666;
}

.special-detail .pdflink {
	font-size		:	11px;
	color			:	#666;
	text-transform	:	uppercase;
}

.special-detail .pdflink a {
	font-weight		:	bold;
	color			:	#B24D91;
	text-decoration	:	none;
	text-transform	:	none;
}

.special-detail .pdflink a:hover {
	text-decoration	:	underline;
}

.special-detail img.technique {
	display			:	block;
	float			:	left;
	border			:	1px solid #C6C7C8;
	margin-right	:	8px;
}

/* about Swarovski -------------------------*/
.about-swarovski {
	padding			: 	0 10px 18px 5px;		
}

.about-swarovski img {
	float			:	left;	
} 
.about-swarovski p {
	float			:	left;
	width			:	316px;
	padding-left	:	20px;
	padding-bottom	:	20px;
	line-height		:	17px;
	font-size		:	12px;
}

/* carousel home mit texten unterm Bild--------------------------------*/

.jcarousel-list-horizontal .list-entry>p {
	font-size		:	11px; 
	margin			:	5px 2px 0;
	line-height		:	13px;
	color			:	#666666;
} 

.jcarousel-list-horizontal .list-entry>p + p {
	margin-top		:	0px;
	text-indent		:	0;
	color			:	#9b9a9a;
}








.jcarousel-skin-inspiration,
.jcarousel-skin-productdetail {
	margin-left		:	-8px;
}

/* carousel subnavi --------------------------------------------------*/
.jcarousel-skin-smallvertical li {
	list-style-type	:	none;
}

/* Inspiration Detail Lightbox ---------------------------------------*/
		
#lightbox-image-details-currentNumber {
	color			:	#9B9A9A;
	font-size		:	11px;
}

#cluetip {
	margin-top		:	7px;
	z-Index			:	100;
}

#cluetip-outer {
	background		:	#E2E2E2;
	padding			:	5px;
}

.cluetip-arrows {
	background		:	url(/Content.Node/images/gen-arrow-left.gif) no-repeat;


	display			:	none;
	position		:	absolute;
	top				:	0;
	left			:	-6px;
	height			:	11px;
	width			:	6px;
	margin-top		:	6px;
}

#cluetip #cluetip-title {
	color			:	#666;
}

/* Text with image ---------------------------------------------------*/
.textwimage {
	clear			:	both;
}

.textwimage img.posleft {
	float			:	left;
	margin			:	0 5px 5px 0;
}

.textwimage img.posright {
	float			:	right;
	margin			:	0 0 5px 5px;
}

/* Inline Download Link ----------------------------------------------*/

.inlinedownload div {
	padding			:	8px 0 8px 32px;
	margin-top		:	4px;
}

.inlinedownload div.download-pdf {
	background		:	url(/Content.Node/images/icon-download-pdf.gif) 0 0 no-repeat;
}	

.inlinedownload div.download-jpg {
	background		:	url(/Content.Node/images/icon-download-jpg.gif) 0 0 no-repeat;
}	

.inlinedownload a {
	font-weight		:	bold;
	text-decoration	:	none;
}

.inlinedownload a:hover {
	text-decoration	:	underline;
}

/* FlippingBook ----------------------------------------------------*/
#flippingBook {
	margin-left		:	-304px;
}

/* CMS ---------------------------------------------------------------*/
div.lock {
	z-index			:	1000;
}

/* External Color Carousel Page --------------------------------------*/
div.color-carousel-ext {
	padding-bottom	:	0;
}
div.color-carousel-ext img {
	float			:	right;
	margin-top		:	46px;
}
div.color-carousel-ext .textcontent {
	padding-top		:	16px;
	margin-left		:	178px;
}
div.color-carousel-ext .textcontent p {
	margin-bottom	:	10px;
}
div.color-carousel-ext .textcontent p a.linkpfeil {
	text-transform	:	none;
}

/* Event Series ------------------------------------------------------*/
.clearLeft {
	clear: left;
	line-height: 0px;
	font-size: 1px;
}

.address {
	margin-top: 22px;
	font-size: 11px;
}

.redcontent h2.workshops {
	color: #666;
	font-weight: normal;
	font-size: 14px;
}

ul.workshops {
	margin: 0;
	padding: 0;
}

ul.workshops li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 1px 0 0 0;
	list-style-type: none;
	background: url(/Content.Node/images/bg-workshops.gif) 0 0 repeat-x;
	height: 70px;
}

ul.workshops li span.calendar {
	display: inline-block;
	float: left;
	background: url(/Content.Node/images/visual-calendar.gif) 0 0 no-repeat;
	padding: 17px 7px 10px 7px;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
}

ul.workshops li span.calendar-from {
	margin: 5px 0 0 9px;
}

ul.workshops li span.calendar-until {
	margin: 5px 16px 0 0;
}

ul.workshops li span.calendar span.month {
	display: block;
	line-height: 14px;
	text-align: center;
	width: 38px;
	font-weight: normal;
	text-transform: uppercase;
}
ul.workshops li span.calendar span.day {
	font-size: 22px;
	display: block;
	text-align: center;
	width: 38px;
}

ul.workshops li img.arrow {
	display: block;
	float: left;
	margin: 33px 4px 22px 4px;
}

ul.workshops li span.title {
	display: block;
	margin-left: 77px;
	font-weight: bold;
}

ul.workshops li span.three-line {
	margin-top: 6px;
}

ul.workshops li span.two-line {
	margin-top: 16px;
}

ul.workshops li span.date {
	display: block;
	margin-left: 77px;
}

/* Partnerintegration Store Lists */
.redcontent .print-button {
	float: right;
}

.redcontent .storearea {
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
	min-height: 200px;
	padding: 0;
}

.storearea .stores {
	position: relative;
	width: 298px;
	background: url(/Content.Node/images/left-bg-box1.png) center top repeat-x #e1e1e1; 
	min-height: 200px;
}

.storearea .stores .storename {
	font-weight: bold;
}

.storearea .online-stores {
	float: left;
}

.storearea .offline-stores {
	float: right;
}

.storearea .stores h2 {
	background: url(/Content.Node/images/left-bg-box1.png) repeat-x;
	color: #a7a177;
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	padding: 0 9px;
	text-transform: uppercase;
}

.storearea .stores p {
	padding: 8px 9px 3px;
}

.storearea .stores ul {
	margin: 0;
	padding: 0 9px 33px 9px;
}

.storearea .stores ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.storearea .stores ul li a {
	text-decoration: none;
}

.storearea .stores ul li a:hover {
	text-decoration: underline;
}

.storearea .stores .additional-stores {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 7px 9px 9px 9px;
}

.redcontent .one-col-semi #store {
	padding-bottom: 24px;
}

.one-col-semi #store .map {
	background: #ccc;
	width: 283px;
	height: 249px;
	float: right;
}

.one-col-semi #store #store-map-canvas {
	width: 283px;
	height: 249px;
}

.one-col-semi #store  .storeinfo {
	margin-right: 263px;
}

.one-col-semi #store  .storeinfo h2 {
	padding: 0;
}

.one-col-semi #store  .storeinfo .address {
	margin: 5px 0;
	font-size: 12px;
}

.one-col-semi #store  .storeinfo .address address {
	font-style: normal;
}

.one-col-semi #store  .storeinfo .description {
	margin: 19px 0 0 0;
}

#shoppinglist {
	position: relative;
	height: 187px;
	text-align: center;
	overflow: hidden;
}

#shoppinglist #header {
	width: 100%;
	background: #F8F8F8;
	border-bottom: 1px solid #F1F1F1;
}

#shoppinglist #header .inner {
	position: relative;
	width: 913px;
	height: 25px;
	margin: 0 auto;
	text-align: left;
}

#shoppinglist #header .inner a#list-close {
	position: absolute;
	right: 0;
	bottom: 5px;
	color: #A3A3A3;
	font-size: 12px;
	background: url(/Content.Node/images/shoppinglist-close.gif) right 2px no-repeat;
	padding-right: 14px;
	cursor: pointer;
	text-decoration: none;
}

#shoppinglist #header .inner a#list-close:hover {
	text-decoration: underline;
}

#shoppinglist #itemlist {
	width: 100%;
	height: 135px;
	background: url(/Content.Node/images/shoppinglist-itemlist-bg.gif) repeat-x;
	overflow: hidden;
}

#shoppinglist #itemlist .inner {
	width: 929px;
	margin: 0 auto;
	text-align: left;
}

#shoppinglist #itemlist h1 {
	margin: 8px 0 6px 10px;
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
}

#shoppinglist #itemlist ul {
	margin: 0;
}

#shoppinglist #itemlist ul li {
	list-style-type: none;
	padding: 10px;
	margin: 0 8px;
	width: 272px;
	cursor: pointer;
}

#shoppinglist #itemlist ul li.selected {
	background: #F6E7F1;
}

#shoppinglist #itemlist ul li .element {
	width: 73px;
	height: 73px;
	overflow: hidden;
	border: 1px solid #F6F6F6;
	background: #fff;
	float: left;
}

#shoppinglist #itemlist ul li .element img {
	display: block;
	padding: 9px;
}

#shoppinglist #itemlist ul li .info {
	margin-left: 95px;
	color: #666;
	padding: 4px 0;
	font-size: 12px;
	line-height: 17px;
}

#shoppinglist #itemlist ul li .info span {
	display: block;
}

#shoppinglist #itemlist ul li .info span.article {
	font-weight: bold;
}

/* jCarousel specific styles */
#shoppinglist #itemlist .jcarousel-list li,
#shoppinglist #itemlist .jcarousel-item {
	height: auto;
}

#shoppinglist #itemlist .jcarousel-clip-horizontal {
	width: 916px;
}

#shoppinglist #itemlist .jcarousel-next-horizontal {
    position: absolute;
    top: 44px;
    right: 0;
    width: 8px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/Content.Node/images/gen-icons-sprite.png) no-repeat 0 -96px;
}
#shoppinglist #itemlist .jcarousel-next-horizontal:hover {
    background-position: -80px -96px;
}

#shoppinglist #itemlist .jcarousel-next-horizontal:active {
    background-position: -80px -96px;
}

#shoppinglist #itemlist .jcarousel-next-disabled-horizontal,
#shoppinglist #itemlist .jcarousel-next-disabled-horizontal:hover,
#shoppinglist #itemlist .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -95px -96px;
}

#shoppinglist #itemlist  .jcarousel-prev-horizontal {
    position: absolute;
    top: 44px;
    left: -5px;
    width: 8px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/Content.Node/images/gen-icons-sprite.png) no-repeat 0 -66px;
}

#shoppinglist #itemlist  .jcarousel-prev-horizontal:hover {
    background-position: -80px -66px;
}

#shoppinglist #itemlist .jcarousel-prev-horizontal:active {
    background-position: -80px -66px;
}

#shoppinglist #itemlist .jcarousel-prev-disabled-horizontal,
#shoppinglist #itemlist .jcarousel-prev-disabled-horizontal:hover,
#shoppinglist #itemlist .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -95px -66px;
}

#shoppinglist #footer {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #ccc;
	position: absolute;
	bottom: 1px;
	left: 0;
}

#shoppinglist #footer .inner {
	width: 913px;
	height: 25px;
	margin: 0 auto;
	text-align: right;
}

#shoppinglist #footer p {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	padding: 8px 0 15px;
	margin: 0 55px 0 0;
	font-weight: bold;
}

#shoppinglist #footer p.help {
	float: left;
}

#shoppinglist #footer p.help a.helpLink {
	text-decoration: none;
	padding: 0;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(/Content.Node/images/icon-info.png) 0 0 no-repeat;
	padding: 1px 0 2px 22px;
}

#shoppinglist #footer p.help a.helpLink:hover {
	text-decoration: underline;
}

#shoppinglist #footer p.questions {
	float: right;
}

#shoppinglist #footer a[href]:before {
	content: '';
}
#shoppinglist #footer p.questions a.mail {
	padding: 0;
	color: #fff;
	text-transform: none;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
}

#shoppinglist-help {
/*	padding:10px; */
/*	font-size: 14px; */
}

