* {
	margin: 0;
	padding: 0;
	border: none;
}
html, body {
    height: 100%;
}
/* Hat im IE7 einen horizontalen Scrollbalken erzeugt!
html > body {
    overflow:auto;
}*/
body {
	background: #ffffff url(../bilder/allgemein/redesign/bodybg.gif) top left repeat-y;
}
body.single-two {
	background-image: url(../bilder/allgemein/redesign/bodybg2.gif); 
}
body.single-two#startseite { /* für knauf-weltweit Startseite knauf.com */
	background-image: url(../bilder/allgemein/redesign/bodybg3.gif); 
}
body.single-two-fixed {
	background-image: url(../bilder/allgemein/redesign/bodybg4.gif); 
}
html, body, table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* ============= Popup-Teaser ===============*/
.bodypopup {
    background-image:none;
}
.bodypopup #main {
    width:400px;
}
.bodypopup #mainbottom {
    margin-top:30px; 
    width:400px; 
    margin-left:-10px;
}
.bodypopup .teaser-wide {
    width:420px;
}
.bodypopup .teaser-wide-inner {
    padding-right:5px;
}
/* ============= Empty page (wie Popup-Teaser nur mit breiterem Teaser) ===============*/
.empty_page {
    background-image:none;
}
.empty_page #mainbottom {
    margin-top:30px;  
    margin-left:-10px;
}
.empty_page .teaser-wide-inner {
    padding-right:5px;
}

/* ============ SEITENBEREICHE ============ */
#page {
	min-height: 100%;
	width: 1000px;
	min-width: 1000px;
}
#header {
	height: 115px;
	background: url(../bilder/allgemein/redesign/headerbg.gif) top left repeat-y;
}
#header img {
	margin: 26px 0 0 16px; 
}	
#footer {
	/*float: left;*/
	margin-top: -20px;
	clear: both;
	height: 19px;
	background: url(../bilder/allgemein/redesign/bodybg.gif) top left repeat-y;
	border-top: 1px solid #dfdfdf;
	width: 100%;
}
#flash_footer { /* Für Flash-Banner in Fußzeile */
  clear: both; 
  margin-top:-99px; 
  height:78px; 
  /*border-top: 1px solid #dfdfdf; */
  width: 630px; 
  padding:0 0 20px 180px;
  text-align:center;
  margin-top:1px; /* Banner klebt sonst im IE direkt an den Teasern */
}
#landing_page_footer {
  clear: both; 
  /*margin-top:-5px; */
  height:78px; 
  width: 605px; 
  padding:0 0 20px 180px;
  text-align:right;
  margin-bottom:20px; 
}
#landing_page_footer img {
    padding:0 12px; 
    border-left:1px solid #dfdfdf;
}
#menu {
	float: left;
	width: 180px;
	border-top: 130px solid #869197;
	padding: 30px 0 20px 0; /*Padding unten fr Fu?eiste*/
}
body#startseite #menu, body#startseitetwocols #menu {
	border-top: 180px solid #869197;
}
#main {
	float: left;
	width: 630px; 
	color: #666;
	padding-bottom: 20px; /* für footer */
	background-position: top left;
	background-repeat: no-repeat;
}
.single-two #main, .single-two-fixed #main {
	 padding-bottom: 0;
}
#startseite #keyvisuallink {  
    background-color:transparent;
    width:315px;
    height:180px;
}
#keyvisuallink {   
    background-color:transparent;
    width:315px;
    height:130px;
}
#maintop {
	padding: 0 0 0 315px;
	min-height: 160px;
	/* START / TANTEK-HACK F? IE5.5 */
	width: 630px; 
	voice-family: "\" }\"";
	voice-family: inherit;
	/* STOP / TANTEK-HACK F? IE5.5 */
	width: 315px;
}
.single-two #maintop, .single-two-fixed #maintop {
	min-height: 130px;
}
/* Zusätze für rechts durchgehend (body-class auf "rdg") */
.twocolsrc #maintop, .twocols #maintop, .keyvisuallink { 
	float: right;
	padding: 0;
	width: 315px;
}
#startseite .keylink  #maintop { 
    padding: 0;
    margin-top: -180px;
}
.keylink  #maintop { 
    padding: 0;
    margin-top: -130px;
}
.twocolsrc #maintop h2, .twocols #maintop h2 {
	/*clear: both;*/
	margin: 0;
}
#twocolsrctop { /* Container fr durchgehenden Inhalt rechts oben */
	clear: both;
	padding: 52px 20px 10px 20px;
}
.single-two #twocolsrctop, .single-two-fixed #twocolsrctop {
	height: 30px;
	padding: 0; /* SG PFT */
}
#mainbottom {
	padding: 0 25px 0 45px;
	/* START / TANTEK-HACK F? IE5.5 */
	width: 630px; 
	voice-family: "\" }\"";
	voice-family: inherit;
	/* STOP / TANTEK-HACK F? IE5.5 */
	width: 560px;
}

/* Zus?e fr rechts durchgehend (body-class auf "rdg") */
.twocolsrc #mainbottom {
	margin: 145px 0 0 0;
	float: left;
	padding: 0;	
	width: 315px;
}

.twocols #mainbottom {
	clear: both;
	padding: 0 0 0 25px;
	width: 605px;
}

body#startseite #mainbottom {
	margin: 195px 0 0 0;
}

/* keyvisuallink rechtsdurchgehend */   
body#startseite .keylink #mainbottom, .twocolsrc .keylink #mainbottom {
    margin: 15px 0 0 0;
}
/* keyvisuallink zweispaltig */ 
.twocols .keylink #mainbottom {
    margin: 0 0 0 0;
}
/* keyvisuallink einspaltig */  
.keyvisualmainbottom {
    clear: both;
    margin: 0 0 0 0;
}

body#startseitetwocols #mainbottom {
	margin: 0;		/* 195px 0 0 0; */
	padding-top: 50px;
}
.single-two #mainbottom, .single-two-fixed #mainbottom {
	float: left;
	background: url(../bilder/allgemein/basislayout/knaufweltweit.gif) top right repeat-y;
	padding-right: 0px;
	width: 585px;
}
.single-two#startseite #mainbottom, .single-two-fixed #mainbottom {
	background-image: url(../bilder/allgemein/basislayout/knaufweltweit2.gif);
}
#mainbottom.light, .single-two-fixed #mainbottom {
	background-image: url(../bilder/allgemein/basislayout/knaufweltweit3.gif);
}

/* ---------------------------------------------- */
/* ---- Two Columns Large Keyvisual - START ----- */
.twocolslargevisual #header {    
    height:245px; 
    width:810px;
}
body#startseite.twocolslargevisual #header {
    height:295px;     
}
.twocolslargevisual #logo {
    float:left;
    width:180px;     
    height:245px; 
    background: url(../bilder/allgemein/redesign/bg_header_bigvisual.gif) repeat-x;
}
body#startseite.twocolslargevisual #logo {
    height:295px; 
    background: url(../bilder/allgemein/redesign/bg_header_bigvisualhome.gif) repeat-x;    
}
.twocolslargevisual #bigvisual {
    float:left; 
    width:630px; 
    height:245px; 
}
body#startseite.twocolslargevisual #bigvisual {
    float:left; 
    width:630px; 
    height:295px;  
}
.twocolslargevisual #menu, body#startseite.twocolslargevisual #menu {
   border:none;   
}
.twocolslargevisual #twocolsrctop {
    padding: 30px 20px 10px 20px;
}
.twocolslargevisual #maintop{ 
    float: right;
    padding: 0;
    width: 315px;
}
.twocolslargevisual #maintop h2{
    /*clear: both;*/
    margin: 0;
}
.twocolslargevisual #mainbottom, body#startseite.twocolslargevisual #mainbottom {
    margin: 15px 0 0 0;
    float: left;
    padding: 0;    
    width: 315px;
}
.twocolslargevisual #searchbox {
    padding: 0;
    margin-top:-130px;
}
.twocolslargevisual #right {
    margin-top: -99px;
    padding: 0 0 10px 0; 
}
body#startseite.twocolslargevisual #searchbox {
    padding: 0;
    margin-top:-180px;
}
body#startseite.twocolslargevisual #right{
    margin-top: -149px;
}
/* Normal ohne Suche */
/*
.twocolslargevisual #right{
    margin-top: -130px;
    padding: 0 0 10px 0; 
}
body#startseite.twocolslargevisual #right{
    margin-top: -180px;
}
*/
/* ---- Two Columns Large Keyvisual - ENDE ------ */
/* ---------------------------------------------- */

/* BIG HEAD - START */
#page.keyvisual_enormous_right {
    /*float: left;*/
    background-repeat: no-repeat;
    background-position: 250px bottom;
}
.keyvisual_enormous_right #footer {
    float: left;
}
.keyvisual_enormous_right #menu {
    border-top: none;
}
body .keyvisual_enormous_right #menu {
    border-top: none;
}
.twocolsrc .keyvisual_enormous_right #mainbottom {
    margin: 16px 0 0 0;
}
body .keyvisual_enormous_right #mainbottom {
    margin: 0;
}
#maintopspacer { /* für Abstand eines Teasers, wenn keine h2-Überschrift vorhanden ist */
    margin-bottom: 14px; /* 31px */
}

/* --------------Keyvisual Enormous Right - START -------------------- */
.keyvisual_enormous_right #header {
    float:left; 
    background:url(../bilder/allgemein/redesign/bg_enormous_right.gif) top left repeat-x;
    height: 295px;    
}
.keyvisual_enormous_right #header #logo {
    width:180px; 
    float:left; 
    height:115px;
}
.keyvisual_enormous_right #header img {
    margin:25px 0 0 16px; 
    padding:0;
    /*width:148px;*/
}   
.keyvisual_enormous_right #bigvisual {
    width:820px; 
    height:295px; 
    float:right;
}
#bigvisual object { /* Flash-Keyvisual */
    padding: 0; 
    margin: 0; 
    float: none; /* ausrichtung nach rechts */
    width: 820px;
}
/* Two Columns Right continuous Big Head */
.twocolsrc .keyvisual_enormous_right #maintop {
    float: right;
    padding: 0;
    width: 315px;   
}
/* Two Columns Big Head / Single Column Big Head */
.keyvisual_enormous_right #maintop {
    /*padding: 0 0 0 25px;*/
    min-height: 70px;
    float: none;
    padding: 0;
    width: 605px;    
}
.keyvisual_enormous_right #twocolsrctop { /* Container für durchgehenden Inhalt rechts oben */
    clear: both;
    padding: 30px 20px 10px 45px;
    /*padding: 30px 20px 10px 20px;*/
}
/* Für Suche-Box */
.keyvisual_enormous_right #right {
    padding: 30px 0 0 0; /* ohne Suchbox */        
    /*height: 500px;
    width: 190px;
    padding: 40px 0 0 0;
    background-repeat: no-repeat; */   
}
.keyvisual_enormous_right #searchbox {
    margin-top:31px;
    /*margin-bottom:-21px;*/
}

/* Formate for Mouseover-Copyrights */
.copy8white {
	font-size:8pt;
	color:white;
}
.copy8black {
	font-size:8pt;
	color:black;
}
.copy8whitebold {
	font-size:8pt;
	color:white;
	font-weight:bold;
}
.copy8blackbold {
	font-size:8pt;
	color:black;
	font-weight:bold;
}
/* --------------Keyvisual Enormous Right - ENDE --------------------- */
/* BIG HEAD - ENDE */

/* --------------Knauf weltweit - START --------------------- */
.picteaser #twocolsrctop {
    padding: 0;
}
.picteaser #mainbottom, body#startseite .picteaser #mainbottom {
     margin-top: 50px;
}
.single-two .picteaser .teaser-small, .single-two-fixed .picteaser .teaser-small { /* 1px abstand von knauf weltweit auf knauf.com Startseite */
  width: 260px;
  margin-right:-16px;
}
.single-two .picteaser #mainbottomleft h2, .single-two-fixed .picteaser #mainbottomleft h2 { /* 1px abstand von knauf weltweit auf knauf.com Startseite */
  margin-right:-16px; 
}
/* --------------Knauf weltweit - ENDE --------------------- */

/* --------Seitenvorlage 2 CLS RC Overlap Keyvisual - START ------- */                                
.keyvisual_overlap #header {                                                              
    height: 295px; 
    width:810px;                                                                            
    background: url(../bilder/allgemein/bg_keyvisual_overlap.gif) top left repeat-y;      
}                                                                                                
.keyvisual_overlap #logo {                                                                
    height: 115px;
    width:495px;
    background-color:#fff;
} 
.keyvisual_overlap #logo.flashmovie{                                                                
    float:left; 
    width:180px;
} 
#visual_overlap #flashmovie {
    float:left; 
    width:630px; 
    height:295px;
}
#visual_overlap .overlap_transparent_logo {
    float:left;
}
#visual_overlap div#transparentdiv { 
    float:right; 
    width:630px; 
    height:180px;
} 
                                                                                              
.keyvisual_overlap #visual_overlap, .keyvisual_overlap #visual_overlap_background {                                                                                                                              
    float:left;
    height: 295px;
    width:810px;
}
#visual_overlap_background {
    background-position: bottom right;
    background-repeat: no-repeat;
}   
                                                                                              
#startseite .keyvisual_overlap #menu {                                                    
    border:none;                                                                                 
}                                                                                                
.keyvisual_overlap #maintop {                                                             
    background-color:#fff;                                                                       
    min-height: 30px;                                                                            
    height: 30px;                                                                                
}                                                                                                
#page.keyvisual_overlap #mainbottom {                                                     
    margin-top:0;                                                                                
}                                                                                                

#overlap_left {
    float:left; 
    margin-top: -15px; 
    width:270px;
}
#overlap_right {
    float:right; 
    width:290px;
}
                                                                                                                                                                                            
.keyvisual_overlap #right {                                                              
    padding:0 0 10px 0;    
    margin:-150px  0 0 0;  /* IE CSS: margin-left: -25px*/
    clear:right;                                                                 
}                                                                                                
.keyvisual_overlap .indented {                    
    float:left;            
}
.keyvisual_overlap #searchbox {       
    padding: 0;                
    margin-top:-180px;         
}
/* --------Seitenvorlage 2 CLS RC Overlap Keyvisual - ENDE ------- */

#right {
	float: left;
	width: 190px;
	padding: 40px 0 10px 0;
}

/* ---------------------------------- */
/* ============ ELEMENTE ============ */
/* ---------------------------------- */

a.link, a.maillink, .teaser-small p a, ul.sitemaplevel1 a {
	text-decoration: underline;
	zoom: 1; /* Für IE7 */  
	color: #00A6EB;
	padding: 0 0 0 6px;
	background: url(../bilder/allgemein/redesign/linkpfeil2.gif) left no-repeat;
}
a.maillink {
	text-decoration: none;
	padding: 0 58px 0 0;
	background: url(../bilder/allgemein/projectspecific/atknaufde.gif) bottom right no-repeat;
}
ul a.link {
	padding: 0;
	background: none;
}

.default-link {
    color: #00A6EB;
    text-decoration: underline;
}
/* Links in Teaser mit Icon */
a .icon_pdf {
    background: url(../bilder/allgemein/icoons/pdf_download.gif) right no-repeat; 
    text-decoration:underline; 
    padding: 0 38px 0 0;
}
a .icon_zip {
    background: url(../bilder/allgemein/icoons/zip_download.gif) right no-repeat; 
    text-decoration:underline; 
    padding: 0 38px 0 0;
}
a .icon_details {
    background: url(../bilder/allgemein/icoons/details.gif) right no-repeat; 
    text-decoration:underline; 
    padding: 0 16px 0 0;
}
a.divlink { /* Unternehmensbereiche */
	width: 140px;
	padding-top: 0;
	margin: 15px 0 0 15px;
	background-repeat: no-repeat;
	float: left;
}
.divlink img {
    border-left: 3px solid #00a6eb; 
    padding-left:1px;
}
/* Überschriften */
h1 {
	display: none;
}
h2 {
	/*margin: 20px 0 0 0;*/
	height: 30px;
	text-indent: -999em;
	font-size: 1px;
	background-repeat: no-repeat;
}
h3 {
	height: 30px;
	text-indent: -999em;
	font-size: 1px;
}
h3.tworows, h2.tworows {
	height: 30px;
	padding: 30px 0 0 0;
}
.teaser-wide h3.tworows {
    padding: 20px 0 0 0;
}
h3 span, h2 span {
	height: 30px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}
.teaser-small h3 {
	height: auto;
	text-indent: 0;
}
h4.flag {
	display: none;
}
hr {
	display: none;
}
p {
	color: #666;
	margin: 0 0 15px 0;
}
.single-two #mainbottomright p, .single-two-fixed #mainbottomright p { /* SG PFT */
    margin: 5px 10px 30px 10px;
}
.single-two #mainbottomright p.outro, .single-two-fixed #mainbottomright p.outro { /* SG PFT */
    clear: left;
    margin: 0 10px 30px 10px;
}

.small, tr.small td  {
	font-size: 10px;
}
/* Tabellen */
table {
	background: #fdfdfd;
	color: #666;
	margin: 0 0 15px 0;
	width: 100%;
}
th {
	padding: 3px;
	text-align: left;
}
td {
	padding: 3px;
	border-top: 1px solid #efefef;
	vertical-align: top;
}
td.middle {
	vertical-align: middle;
}
table caption {
	text-align: left;
	padding: 3px;
	font-weight: bold;
	background: #fdfdfd url(../bilder/allgemein/redesign/tablecaption.jpg) top right repeat-y;
	border-bottom: 1px solid #efefef;
	letter-spacing: 0;
}
td.number, th.number {
	text-align: right;
}
td.icon, th.icon {
	text-align: center;
}
td.nobr, th.nobr {
	white-space: nowrap;
}
td.grey_background {
    background-color:#EFEFEF; /* z.B. Verwendung für Movie Gallery Hintergrund */
}
tr.link {
    cursor: pointer;
}
tr.link:hover, tr.alt {
    background-color: #f3f3f3;
}
#topnav {
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	text-align: center;
	width: 311px;
	float: left;
	padding: 2px 0 2px 4px;
}	
#topnav ul {
	display: inline;
	list-style: none;
	float: left;
}
#topnav li {
	padding: 0 13px 0 14px;
	float: left;
	border-right: 1px solid #DFDFDF;
}
#topnav li.last {
	border: none;
}
#topnav a, #footer a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

#footer ul {
	margin: 0 0 0 210px;
	display: inline;
	list-style: none;
	float: left;
}
#footer li {
	margin: 2px 0 2px 0;
	float: left;
	vertical-align:middle;
	padding: 0 15px 0 15px;
	border-right: 1px solid #DFDFDF;
}
#footer li.last {
	/*padding: 0 0 0 511px;*/ /* nach rechts */
	border: none;
}
#footer a {
	/*color: #9EA7AC;*/
}

/* SUCHE */
#searchbox {
  float: left;
  width: 190px;
  padding: 0;
  margin:0;
  background: #869197 url(../bilder/allgemein/redesign/useractionarrow.gif) top left no-repeat; 
  height: 21px; 
}
#searchbox input.button {
  background: #869197 url(../bilder/allgemein/redesign/useractionarrow.gif) top left no-repeat;
}
#searchbox #searchfield {
  float:left;
  height: 92%;
  font-size: 11px; 
  width: 90px;
  margin:1px 0 0 22px;   
  vertical-align:top;  
}
#searchbox #gb {
  width:68px;
	float:right;
  height: 21px;
  margin: 0 5px 0px 1px; 
  padding: 0 1px -1px 22px; 
  font-size:11px;   
  border: none;
	background-color: #869197;
  /* background-color: #dfdfdf; */
}

/* CONTENT-NAVI */
#right dl {
	margin: 0 0 10px 1px;
}
#right img {
	margin: 0 0 7px 0;
}
#right object.context_flash { /* Abstand unten für IEs */
    margin-bottom:10px;
}
#right .context_flash embed { /* Abstand unten für Mozilla, Opera,... */
    margin-bottom:7px;
}
#right dt a {
	background: #869197 url(../bilder/allgemein/redesign/useractionarrow.gif) top left no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 2px 25px;
	text-decoration: none;
}
#right dt.highlight a {
	background-color: #00A6EB;
}
#right .box_bg { /* für wechselndes Bild in Box */
    width:140px; 
    height:80px; 
    background:top left no-repeat;
}
#right dd {
	padding: 10px 10px 10px 20px;
	background: #fff;
}
#right dd a {
	display: block;
	font-size: 10px;
	color: #00a6eb;
	text-decoration: none;
	padding: 0 0 0 4px;
	background: none;
}
#right dd a img {
    padding-left: 1px;
} 
/* BILDER IN CONTENT-NAVI */
.hoverbox {
    border: 1px solid #869197;
    background: #fff;
    width:200px;
    padding: 4px;
    color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:center;  
}    
.hoverbox img {
    width: 200px;
    height: 164px;
}
/* MOUSEOVER für mehrere Detailblätter */
.big_hoverbox {
    border: 1px solid #869197;
    background: #fff;
    padding: 4px;
    color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:left;  
}


/* TEASER BREIT */
.teaser-wide { /* ?erer container fr breiten teaser */
	border-left: 3px solid #00a6eb;
	padding: 0 0 1px 2px;
	margin: 0 0 20px 0;
	background: #efefef url(../bilder/allgemein/basislayout/1x1_white.gif) top left repeat-y;
	/*float: left; /* deaktiviert fr collapsing margins */
	width: 555px;
}
.teaser-wide-inner { /* innerer container fr breiten teaser; macht das linke padding */
	padding: 0 0 0 15px;
}
.teaser-wide-inner h3 { 
    background-position: top left;
    background-repeat: no-repeat;
}
.teaser-wide h3 {
	margin: 10px 0 0 0;
	float: left;
	width: 324px;
}
.teaser-wide h3.txt, .mediachooser_teaser-wide h3.txt {
	background: #dfdfdf;
	text-indent: 0;
	font-size: 12px;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	float: none;
	width: auto;
	height: auto;
}
.contentblock { /* container für bild und absatz im teaser. sorgt dafr, dass der absatz immer beim bild steht. */
	clear: both;
}
.indented {
	/*margin-top:30px;*/
	margin-left:20px;
	padding-right:25px;
}
.highlight_color {
	color: #00A6EB;
}
.teaser-wide p.opener { /* einziger absatz im zugeklappten teaser, darf nach unten keinen abstand haben */
	margin: 0;
}
.teaser-wide p { /* einrückung rechts um breite des teaser-bildes, sonst wird bild umflossen */
	/*margin-right: 205px;*/
	/* ist jetzt erst mal deaktiviert, weil die bilder vom text umflossen werden sollen! */
}
/* Neue Angaben für Popup-Icon */
.teaser-wide p.popupimg  { /* bild nach rechts floaten */
    /* wichtig: im xhtml-flow steht immer erst der IMG-, dann der P-tag */
    clear: right; /* stellt sicher, dass die bilder nicht nebeneinander floaten und immer bei ihren abs?en stehen */
    float: right;
    margin: 0 0 10px 10px;
    font-style: italic;
    width: 200px;
    height:164px; 
    padding-bottom:10px;
    background-repeat: no-repeat;
    background-position: top right;
}
.popupimg span {
    display:block;
    width:200px; 
    height:164px; 
    cursor:pointer;
}
.popupimg .popupicon {
    width:16px;
    margin-top:143px;
    margin-right:2px;
    display: block;
    clear:right;
    float:right;
}
/* Neue Angaben für Popup-Icon ENDE */
.teaser-wide p.img, .teaser-wide img  { /* bild nach rechts floaten */
	/* wichtig: im xhtml-flow steht immer erst der IMG-, dann der P-tag */
	clear: right; /* stellt sicher, dass die bilder nicht nebeneinander floaten und immer bei ihren abs?en stehen */
	float: right;
	margin: 0 0 10px 10px;
	font-style: italic;
	width: 200px;
}
.teaser-wide p.img img, .teaser-wide table img {
	clear: none;
	float: none;
	margin: 0;
	display: block;
}
.teaser-wide table img {
	width: auto;
	display: inline;
}
.teaser-wide table img {
	width: auto;
}
.teaser-wide-bottom {
	clear: both; /* beide vorhergehende floatings beenden */
	border-top: 1px solid #fff;
	display: block; /* gesamte breite des divs */
	height: 20px;
	background: #dfdfdf url(../bilder/allgemein/redesign/teaser-breit-opener.gif) top right no-repeat;
	width: 100%;
}
.teaser-wide-bottom#closer {
	background: #dfdfdf url(../bilder/allgemein/redesign/teaser-breit-closer.gif) top right no-repeat;
	text-decoration:none;
}
/* Für ein span-Element wenn im Bottom eines aufgeklappten Teaser ein Text stehen soll*/
#bottom-closer-text {	
	float: right; 
	margin: 3px 25px 3px 0; 
	text-align:right; 
	color:#666;
}
.teaser-wide img.closed {
	margin: 0 0 0 10px;
}
.teaser-wide table {
	clear: both;
	/* START / TANTEK-HACK F? IE5.5 */
	width: 534px;
	voice-family: "\" }\"";
	voice-family: inherit;
	/* STOP / TANTEK-HACK F? IE5.5 */
	width: 100%;
}
.teaser-wide ul, .teaser-wide ol {
	margin: 0 0 15px 20px;
}
.teaser-wide dl {
	margin: 0 0 10px 0;
}
.teaser-wide dl dt {
	font-weight: bold;
	margin: 10px 0 0 0;
}
.teaser-wide dl dd {
	padding: 0 0 0 10px;
}

/* Definitionslisten-Layout mit Rahmen (z.b. bei 'Referenzen') */
.teaser-wide dl.box, .teaser-wide dl.whitebox {
	clear: both;
	border: 1px solid #dedede;
	margin: 0 1px 10px 0;
}
.teaser-wide dl.whitebox {
	background: #FDFDFD;
}
.teaser-wide dl.box dt, .teaser-wide dl.whitebox dt {
	background: #dedede;
	padding: 3px 0 3px 5px;
	margin: 0;
}
.teaser-wide dl.box dd, .teaser-wide dl.whitebox dd {
	padding: 0 0 0 10px;
	margin: 5px 0 5px 0;
}
.teaser-wide dl.box dl dd, .teaser-wide dl.whitebox dl dd {
	padding: 0 0 0 10px;
}
.teaser-wide dl.box dl dt, .teaser-wide dl.whitebox dl dt {
	margin: 10px 0 0 0;
	background: #fff;
	padding: 2px 5px;
}

/* TEASER KLEIN */
.teaser-small { /* ?erer container fr breiten teaser */
	border-left: 3px solid #00a6eb;
	padding: 0 0 0 2px;
	margin: 15px 0 0 0;
	background: #dfdfdf url(../bilder/allgemein/basislayout/1x1_white.gif) top left repeat-y;
	float: right; /* ausrichtung nach rechts */
	width: 265px;
}
.single-two .teaser-small, .single-two-fixed .teaser-small { /* 1px abstand von knauf weltweit auf knauf.com Startseite */
  width: 264px;
  margin-right:1px;
}
.teaser-small-inner { /* innerer container fr breiten teaser; macht das linke padding */
	padding: 0 0 0 7px;
}
.teaser-small h3 {
	color: #000;
	font-size: 12px;
	margin: 5px 0 0 0;
	float: left;
	width: 162px;
	height: 32px;
}
.teaser-small img { /* bild nach rechts floaten */
	/* wichtig: im xhtml-flow steht immer erst der IMG-, dann der P-tag */
	/*clear: right; /* stellt sicher, dass die bilder nicht nebeneinander floaten und immer bei ihren abs?en stehen */
	float: right;
	margin: 0 0 0 1px;
}
.teaser-small p {
	margin: 0;
	font-size: 10px;
}

/* TEASER KLEIN WEISSE LINIE */
/* (Selbe Klasse wie kleiner Teaser ohne wei? Linie. Der Teaser erkennt an der Body-Klasse "zweispaltig", dass er eine wei? Linie braucht) */
body.twocols .teaser-small {
	border: none;
	padding: 0;
	margin: 0 0 15px 20px;
	background: #fff url(../bilder/allgemein/redesign/teaser-wl-bg.gif) top left repeat-y;
	float: left; /* automatische aufteilung auf zwei spalten */
	display: inline; /* fixt bug der randverdoppelung im ie */
	width: 270px;
}
body.twocols .teaser-small-inner { /* macht im prinzip goarnix, wird aber fr gleichbleibende xhtml-teaser-struktur benötigt */
	padding: 0;
}
body.twocols .teaser-small h3 {
	margin: 0;
	padding: 5px 0 0 10px;
	height: 20px;
	text-indent: 0;
	border-bottom: 2px solid #fff;
	/* START / TANTEK-HACK F? IE5.5 */
	width: 174px; 
	voice-family: "\" }\"";
	voice-family: inherit;
	/* STOP / TANTEK-HACK F? IE5.5 */
	width: 170px;
}
body.twocols .teaser-small p {
	float: left;
	padding: 10px 0 0 10px;	
	width: 167px;
}
body.twocols .teaser-small img {
	margin: 0;
}

.teaser-small#last {
	margin-bottom: 15px;
}

/* TEASER NUR MIT REITERN */
#flagteaser {
    padding: 15px 5px 0 10px;
}
#flagteaser.teaser-wide-inner h3 {
    width: 540px; /* längere Überschrift zulassen */
}

/* REITER-NAVIGATION */
.flagnavarea {
	clear: both;
  padding: 0 0 0 0px;
  margin: 0 0 0 10px;
	background: url(../bilder/allgemein/redesign/flagbordertop.gif) bottom left no-repeat;
} 
ul.flagnav-1, ul.flagnav-2, ul.flagnav-3, ul.flagnav-4 {
    margin: 0;
    list-style: none;
    min-height: 0;
}
ul.flagnav-2 {
    margin: 0 0 0 20px;
}
ul.flagnav-3 {
    margin: 0 0 0 40px;
}
ul.flagnav-4 {
    margin: 0 0 0 60px;
}
ul.flagnav-1 li, ul.flagnav-2 li, ul.flagnav-3 li, ul.flagnav-4 li {
	float: left;
	background: #869197 url(../bilder/allgemein/redesign/flag-corner.gif) top right no-repeat; 
}
ul.flagnav-1 a, ul.flagnav-2 a, ul.flagnav-3 a, ul.flagnav-4 a {
  float: left;
  display: block;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  background: url(../bilder/allgemein/redesign/useractionarrow.gif) top left no-repeat;
  padding: 2px 8px 2px 25px;
	font-weight:bold;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
ul.flagnav-1 a {
    border-bottom: 1px solid #fff;
}
ul.flagnav-1 a.flagactive {
    background-color: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    color: #000;
    font-weight: bold;
}
.flagcontentarea p { /* vererbte einrckung rechts auf null */
    margin-right: 10px;
}
.flagcontentarea, .flagcontentarea-active {
    margin: 0 0 15px 0;
    padding: 10px 0 0 10px;
    clear: both;
    float: right;
    background: #f7f7f7;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    /*border-top: 1px solid #DFDFDF;*/
    display: none; /*neu rsg */
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 540px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 534px;
}
.flagcontentarea-active {
    display: block;
}
/* Breiten fr die Reiter. Zu beachten ist, dass bei Reihen mit 3 oder 6 Reitern das letzte Element
/* der Reihe ber eine andere Klasse ([...]-last) den verbleibenden Platz auffllt. */

/* EBENE 1 (VORDERSTE) */
/* EBENE 1 (VORDERSTE) */
ul.flagnav-1 li.flag-1 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 540px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 511px;
}
ul.flagnav-1 li.flag-2 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 270px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 238px;
}
ul.flagnav-1 li.flag-2-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 270px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 239px;
}
ul.flagnav-1 li.flag-3 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 180px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 148px;
}
ul.flagnav-1 li.flag-3-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 179px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 147px;
}
ul.flagnav-1 li.flag-4 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 135px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 102px;
}
ul.flagnav-1 li.flag-4-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 135px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 103px;
}
ul.flagnav-1 li.flag-5 a, ul.flagnav-1 li.flag-5-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 108px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 75px;
}
/* EBENE 2 */
ul.flagnav-2 li.flag-1 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 520px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 491px;
}
ul.flagnav-2 li.flag-2 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 260px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 228px;
}
ul.flagnav-2 li.flag-2-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 260px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP /8TANTEK-HACK FUER IE5.5 */
    width: 229px;
}
ul.flagnav-2 li.flag-3 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 173px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 141px;
}
ul.flagnav-2 li.flag-3-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 173px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP /8TANTEK-HACK FUER IE5.5 */
    width: 140px;
}
ul.flagnav-2 li.flag-4 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 130px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 97px;
}
ul.flagnav-2 li.flag-4-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 130px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 98px;
}
ul.flagnav-2 li.flag-5 a, ul.flagnav-2 li.flag-5-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 104px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 71px;
}
/* EBENE 3 */
ul.flagnav-3 li.flag-1 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 500px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 471px;
}
ul.flagnav-3 li.flag-2 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 250px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 218px;
}
ul.flagnav-3 li.flag-2-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 250px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP /8TANTEK-HACK FUER IE5.5 */
    width: 219px;
}
ul.flagnav-3 li.flag-3 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 167px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 134px;
}
ul.flagnav-3 li.flag-3-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 166px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP /8TANTEK-HACK FUER IE5.5 */
    width: 135px;
}
ul.flagnav-3 li.flag-4 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 125px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 92px;
}
ul.flagnav-3 li.flag-4-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 125px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 93px;
}
ul.flagnav-3 li.flag-5 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 100px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 67px;
}
ul.flagnav-3 li.flag-5-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 100px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 66px;
}
/* EBENE 4 */
ul.flagnav-4 li.flag-1 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 480px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 451px;
}
ul.flagnav-4 li.flag-2 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 240px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 208px;
}
ul.flagnav-4 li.flag-2-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 240px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 209px;
}
ul.flagnav-4 li.flag-3 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 160px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 127px;
}
ul.flagnav-4 li.flag-3-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 160px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 128px;
}
ul.flagnav-4 li.flag-4 a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 120px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 87px;
}
ul.flagnav-4 li.flag-4-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 120px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 88px;
}
ul.flagnav-4 li.flag-5 a, ul.flagnav-4 li.flag-5-last a { 
    /* START / TANTEK-HACK FUER IE5.5 */
    width: 96px;
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK FUER IE5.5 */
    width: 63px;
}

/* FORMULARELEMENTE */
form td {
	padding: 0 1px 0 5px;
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #efefef;
}
td.input, td.submit {
	text-align: left;
	padding: 0 2px 0 0;
}
td.input {
	width: 300px;
}
td.submit, tr.lastrow td {
	border: none;
}
form td.textrow {
	padding: 3px 1px 3px 5px;
}
input.text, select, textarea {
	width: 99%;
	border: 1px solid #c9c9c9;
	padding: 1px;
}
select {
	/*width: 310px;*/
	max-width: 343px;
}
td.longinput select {
	max-width: none;
}
tr.error td {
	color: #FF0000;
}
tr.error input.text, tr.error select, tr.error textarea {
	background: #FFE1E1;
	border: 1px solid #FF0000;
}
input.submit, input.button {
	background: #869197 url(../bilder/allgemein/redesign/useractionarrow.gif) top left no-repeat;
	color: #fff;
	padding: 1px 4px 1px 24px;  /*1px 4px 0 24px*/     
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	width: auto; /* Fix fuer den IE, damit die Buttons vergroessert werden */
	overflow: visible; /* Fix fuer den IE, damit die Buttons vergroessert werden */
}
.bold, form td.textrowbold {
	font-weight: bold;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
}
.textarea {
	width:545px; 
	background-color:#EFEFEF;
}
/* - - -KNAUF WELTWEIT - - - */
/* - - - - ACHTUNG: !!! CMS_REF HIER REIN !!! - - - */

/*#weltweit {
	width: 585px;
	float: left;
	background: url(../bilder/allgemein/basislayout/knaufweltweit.gif) repeat-y top left;
}*/

#mainbottomleft {
	float: left; 
	width: 270px; 
	padding-top: 30px; 
}
/* Absatnd rechte Spalte nach rechts für Single Column 2CLs; gilt nur für normalen Text */
.single-two #mainbottomleft, .single-two-fixed #mainbottomleft { /* SG PFT */
    width: 250px; 
    padding-right: 20px; 
}
#mainbottomleft h2, h3 {
    text-align: left;
}
.textteaser #mainbottomleft h3 {
    margin-left: 60px;
}
.textteaser #mainbottomleft .teaser-small {
    width:263px;
    background-color:#EFEFEF;
    margin-right: 1px;
    /*margin-bottom: 20px;*/
}
.textteaser #mainbottomleft .teaser-small-inner {
    text-align:left;
    padding: 15px;
    padding-top: 10px;
}
.textteaser #mainbottomleft .teaser-small p a {
    background: none;
    padding: 0;
    margin: 0;
}
.textteaser #mainbottomleft p {
    font-size: 12px;
    padding-bottom: 5px;
    padding-right: 5px;
}
#mainbottomleft p.last {
    padding-bottom: 0;
}
#mainbottomright {
	/*clear: both;*/
    float: left; 
	width: 315px;
	/*background-color: #3300FF;*/
}
#blueheadline {
	background-color: #00A6EB;
	background-repeat: no-repeat;
	background-position: center;
}
.greytable {
	/*float: left; 
	padding: 20px 0 0 0;
	width: 100px;
	background-color: #869197;
	border: none;
	margin: 0 0 0 1px; */    
    float: left; 
    padding: 20px 0 0 0;
    width: 102px;
    /*background-color: #869197;*/
    background: none;
    border: none;
    /*margin: 0 0 0 1px;*/
    margin: 0;
}
.greytable#firstgreytable {
	border-left: 10px solid #869197; /* padding/margin erzeugte im IE 6 fehler - darum border */
}
#startseite .greytable {
    border-bottom:40px solid #efefef;
}
#startseite .greytable#firstgreytable {
    border-left: 10px solid #efefef; /* padding/margin erzeugte im IE 6 fehler - darum border */
}
.greytablecol {
	padding-top:0px; 
	height:16px; 
	border:none; 
	vertical-align:top;
}
.greytablecol a:hover {
    font-weight:bold;
}
#mainbottomright a {
	color:#EFEFEF;
	text-decoration:none;
}
#startseite #mainbottomright a {
    color:#748796;
}
#mainbottomright a.blacklink {
	color:#000;
}

/* IFRAME im Content */
iframe.content_iframe {
    padding: 0;
    margin: 0;
    border: none;
    width:100%;
}

/* ABSATZVORLAGE (einspaltig) CONTENTNAVI MOUSEOVER */ 
#contentnavi {
    float:right; 
    padding-right:25px; 
    padding-top:30px;
}
#contentnavi ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#contentnavi ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 255px;
	/* Tantek-Hack fr IE5 */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 241px;
}
#contentnavi ul a:link, #contentnavi ul a:visited {
	display: block;
	background: url(../bilder/allgemein/basislayout/contentnavi_bg.gif) repeat-y;
	height: auto;
	width: 100%;
	margin-bottom: -5px; /* 2px */
	padding: 8px 0 8px 14px; /* 5px 0 5px 14px */
	text-decoration: none;
	color: #869197;
  border-bottom: 8px solid #fff; /* dazu für nahtlosen übergang von mouseover-bildern */ 
}
#contentnavi ul a:hover, #contentnavi ul a:active {
	background: url(../bilder/allgemein/basislayout/contentnavi_bg_hover_blau.gif) repeat-y;
	height: auto;
	width: 100%;
	margin-bottom: -5px; /* 2px */
	padding: 8px 0 8px 14px; /* 5px 0 5px 14px */
	text-decoration: none;
	color: #869197;
  border-bottom: 8px solid #fff; /* dazu für nahtlosen übergang von mouseover-bildern */ 
}
#contentnavipic {
    width:270px; 
    float:left;
}
.div-smallhead {
    font-weight:bold;
}
#bild {
    width:270px; 
    height:180px; 
    padding:0; 
    margin:0;
}
#motext {
    clear:both; 
    padding-top:10px;
}
/* ABSATZVORLAGE CONTENTNAVI MOUSEOVER - ENDE*/

/* ABSATZVORLAGE LINK SUMMARY CONTENTNAVI MOUSEOVER - START*/
.contentnavi {
    float:left;                                                                                          
    padding-right:22px;                                                                                   
    padding-top:0; 
    padding-left:0;
}
.contentnavi ul {                                                                                         
    padding: 0;                                                                                           
    margin: 0;                                                                                            
    list-style-type: none;                                                                                
}
.contentnavi ul li {                                                                                      
    list-style-type: none;                                                                                
    margin: 0;                                                                                            
    padding: 0;                                                                                           
    width: 255px;                                                                                         
    /* Tantek-Hack fr IE5 */                                                                              
    voice-family: "\"}\"";                                                                                
    voice-family: inherit;                                                                                                                                                                                          
    width: 241px;                                                                                         
}
.contentnavi ul a:link, .contentnavi ul a:visited {                                                       
    display: block;                                                                                       
    background: url(../bilder/allgemein/basislayout/contentnavi_bg.gif) repeat-y;                       
    height: auto;                                                                                         
    width: 100%;                                                                                          
    margin-bottom: -5px; /* 2px */                                                                        
    padding: 8px 0 8px 14px; /* 5px 0 5px 14px */                                                         
    text-decoration: none;                                                                                
    color: #869197;                                                                                       
  border-bottom: 8px solid #fff; /* dazu für nahtlosen übergang von mouseover-bildern */                  
}                                                                                                         
.contentnavi ul a:hover, .contentnavi ul a:active {                                                       
    background: url(../bilder/allgemein/basislayout/contentnavi_bg_hover_blau.gif) repeat-y;              
    height: auto;                                                                                         
    width: 100%;                                                                                                                                                                                                    
    margin-bottom: -5px; /* 2px */                                                                        
    padding: 8px 0 8px 14px; /* 5px 0 5px 14px */                                                         
    text-decoration: none;                                                                                
    color: #00A6EB;                                                                                   
  border-bottom: 8px solid #fff; /* dazu für nahtlosen übergang von mouseover-bildern */                  
}
/* BILDER IN CONTENT-NAVI */                                                          
.hoverbox_linksummary {                                                                           
    border-left: 3px solid #00A6EB; 
    padding-left: 3px;                                                       
    background: #fff;                                                                 
    width:140px;
    height:80px;                                                                                                                                           
    color:#000;                                                                       
    font-family: Arial, Helvetica, sans-serif;                                        
    font-size: 12px;                                                                  
    text-align:center;                                                                
}                                                                                     
.hoverbox_linksummary img {                                                                       
    width: 140px;                                                                     
    height: 80px;                                                                    
}
/* ABSATZVORLAGE LINK SUMMARY CONTENTNAVI MOUSEOVER - ENDE*/ 

/* ABSATZVORLAGE MULTIPLE MEDIACHOOSER POPUP - START*/
.mediachooser_teaser-wide {
    border-left: 3px solid #00a6eb; 
    padding: 0 0 1px 2px; 
    margin: 0 0 20px 0;
    background: #efefef url(../bilder/allgemein/basislayout/1x1_white.gif) top left repeat-y;
    /* START / TANTEK-HACK F? IE5.5 */
    width: 535px; 
    voice-family: "\" }\"";
    voice-family: inherit;
    /* STOP / TANTEK-HACK F? IE5.5 */
    width: 555px;
}
.mediachooser_teaser-wide .teaser-wide-inner {
    padding-top:10px;
}
.mediachooser_teaser-wide .jcarousel-skin-ie7 {
    margin-bottom:15px;
}
.mediachooser_teaser-wide .jcarousel-skin-ie7 img {
    clear: right; 
    float: none;
    margin: 0;
    width:75px;
    height:75px;
}
.mediachooser_teaser-wide .jcarousel-skin-ie7.jcarousel-container {
    background: #dfdfdf;
    border: 1px solid #dfdfdf; /* Rahmen für Box */
} 
.mediachooser_teaser-wide .jcarousel-skin-ie7.jcarousel-container-horizontal {
    width: 417px;  /* Breite der Box */ 
    padding: 20px 60px;
}
.mediachooser_teaser-wide .jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  413px; /* Breite des Bildanzeige-Scrollings */ 
    height: 77px;
}
.mediachooser_teaser-wide .jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 7px; /* Abstand zwischen den Bildern */
}
/* ABSATZVORLAGE MULTIPLE MEDIACHOOSER POPUP - ENDE*/

/* ABSATZVORLAGE MENU PICTURE (Leadgoal) - START*/ 
.leadgoal_link {
  text-decoration:none;
}
.leadgoal {
    background: url(../bilder/allgemein/bg_leadgoal.jpg) top left repeat-x; 
    text-align:center; 
    margin:0 24px 0 24px;
}
.leadgoal p {
    text-align:left;
    padding:10px 10px 0 10px; 
    font-weight:bold;    
}
.leadgoal img {
    vertical-align:bottom;
    padding:0;
    margin:0;    
}
.leadgoal_button {
    margin:0 16px;
    padding:0;
    background-color: #00a6eb;
}
.leadgoal_button img {
    padding:0;
    margin:0;   
}
.leadgoal_bottom {
    height:30px; 
    background: url(../bilder/allgemein/bg_leadgoal_2.jpg) top left repeat-x; 
    text-align:center; 
    margin:0 24px 20px 24px;
}
/*.piktogramme {
    width:180px;
    padding-top:32px;
}
#visual_overlap .piktogramme img {
    height:23px;
    margin-top:10px;   
}*/
.piktogramme {
    width:180px;
    padding-top:13px;
    padding-left:20px;
}
#visual_overlap .piktogramme img {
    padding-right:17px;
    margin-top:10px;   
}
#visual_overlap .piktogramme a {
    text-decoration:none;
}
.piktogramme .single { /* Angaben für nur ein einziges Piktogramm */    
    padding-top:21px;
    padding-left:5px;
}
/* ABSATZVORLAGE MENU PICTURE (Leadgoal) - ENDE*/ 

/* FAQ */
div.faqanswer_hide, div.faqanswer_show {
    border-left: 3px solid #00A6EB;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 1px;
    display: none;
}
div.faqanswer_show {
    display: block;
}

/*
// zerhaut das Flash in der Fußzeile!!!
.twocolsrc object { //Flash-Ticker in Zweispaltig-rdg 
    padding: 0 0 0 2px; 
    margin: 15px 0 0 0; 
    float: right; // ausrichtung nach rechts 
    width: 269px;
}*/



/* OFFER LINKS */
ul.offerslist { /* SG PFT */
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px 0;
}
li.offerslist { /* SG PFT */
    clear: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.offerslink { /* SG PFT */
    list-style-type: none;
    background-position: top right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 2px 0;
    height: 70px;
}
ul.offerslink li.price { /* SG PFT */
    float: left;
    width: 80px;
}
ul.offerslink li p, .single-two #mainbottomright ul.offerslink li p, single-two-fixed #mainbottomright ul.offerslink li p { /* SG PFT */
    padding-top: 0;
    margin: 0;
}

/*#bookmarking { /* für Bookmarking-Button-Zeile 
  clear: both;  
  height:30px; 
  width: 630px; 
  padding:0 0 20px 155px;
  text-align:right;
  margin-top:1px; /* das klebt sonst im IE direkt an den Teasern  
}
.addthis_default_style .at300b,
.addthis_default_style .at300m,
.addthis_default_style .at300bs{
    float:left; /* Floaten der Icons       
}
*/

.addthis_default_style .at300b,.addthis_default_style .at300m{
    padding:0 5px; /* Abstand zwischen den Icons */
}
#bookmarking { /* für Bookmarking-Button-Zeile */   
    clear: both;   
    /*width: 150px; /* muss bei mehreren Icons angepasst werden*/
    /*margin-top:-43px; */
    margin-top:-1px; 
    margin-left: 660px; /* muss bei mehreren Icons angepasst werden*/
    padding:0 0 7px 0;        
    height:36px;

}

.webedit_icons { 
  margin: 0 0 5px -10px;
  padding:0;
}
.webedit_icons img {
  clear: right; 
  float:left;
  width: 20px;
}

.glossary_item, .glossary_content {
    background:#fff; 
    padding-left:5px; 
    padding-top:5px;
}
.glossary_item a {
    cursor:pointer; 
}
.glossary_content img {
    float:none; 
    margin:0;
    width:auto;
}