@charset "UTF-8";

/*************************************/
/* reset all browser default styling */
/*************************************/
@import "diewe_reset-min.css";



/***************************************************************/
/* import example.css for default styling of content elements  */
/***************************************************************/
@import "diewe_example.css" all;
html {
	overflow-y: scroll;
  background:#FFF;
	}

a:focus { outline: none; }

/***************/
/* GRID LAYOUT */
/***************/
div#navigationAids, div#footer h3, div#navigationFirstLevel h2, .navigationSecondLevel h2 {
	display:none;
	}
div#outerWrap {
	text-align:center;
	margin:0 auto;
	/* overflow needs to be changed due to vertical and horizontal scrollbars in pages overflow:auto; */
  overflow:hidden;
  width:980px; 
  height:auto;
  /* position: relative; */
  }
div#outerWrap div {
	text-align:left;
	}
div#header {
  background:#515151;
  /* background:#ffffff url('../images/diewe_header_bg.jpg') left top repeat; */
  width:auto; 
  position:relative;
  z-index:1; 
	height:540px; 
  }
  
div#header-bg1 {
  
  /* Kompabilit�t gradient f�r IE bis version 9 */
  
  width:980px; 
  height:160px; 
  position:absolute; 
  left:0px;
  top:0px;
  z-index:3;
}
div#header-bg2 {

  background:-webkit-linear-gradient(left, #626263, #979799);  
  background:   -moz-linear-gradient(left, #626263, #979799);
  background:     -o-linear-gradient(left, #626263, #979799);
  background:    -ms-linear-gradient(left, #626263, #979799);
  background:        linear-gradient(left, #626263, #979799);
  /* Kompabilit�t gradient f�r IE bis version 9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626263', endColorstr='#979799'); 
  width:980px; 
	height:53px; 
  position:absolute; 
  left:0px;
  top:103px;
  z-index:5;
}
div#header-bg3 {
  background:none;
  width:980px; 
	height:11px; 
  position:absolute; 
  left:0px;
  top:160px;
  z-index:5;
}
div#header-bg4 {
  background:#515151;
  width:980px; 
	height:355px; 
  position:absolute; 
  left:0px;
  top:171px;
  z-index:30 /* 8 */;
  display:block;
}
div#headerImg {
  float:left; 
  /* width:980px; 
	height:355px;  */
  /* position:absolute;  
  z-index:30; */
}
div#sliderImg {
  float:left;
  /* width:723px;
  height:355px;   */
  top:0px;
  left:0px;
  position:absolute; 
  z-index:31; 
}
div#actionImg {
  float:right;
  /* width:257px;
  height:366px;  */
  top:0px;
  left:723px;
  position:absolute;
  z-index:32; 
}
div#header-bg5 {
  background:#515151 url('../images/rot_weiss_ueber_hauptmenu_1x14.jpg') left top repeat;
  width:980px; 
	height:14px; 
  position:absolute; 
  left:0px;
  top:526px;
  z-index:10;
}
div#header-bg6 {
  position:absolute;
	right:0px;
	top:102px;
	width: 259px; 
	height: 53px;
  background: url(../images/gitter_suche_bg_transparent_254x53.png) repeat;
  z-index:14;
	} 
div#logoImg {
  position:absolute;
	right:758px;
	top:27px;
	width: 203px; 
	height: 110px;
  background: url(../images/diewe_logo_transparent_203x110.png) no-repeat;
  z-index:25;
	}   
div#main {
	/* width: 53%; */ 
	float:left;
  background:#fff;
  min-height: 100%; /* Mindesth�he f�r moderne Browser */
height:auto !important; /* Important Regel f�r moderne Browser */ 
height:100%; /* Mindesth�he f�r den IE */ 

	}
div#secondary {
	width:26%;
  float:right; 
  /* background �ber contentWrap integriert */
}
div#footer {
	clear:both;
	}
body.hideLeftColumn div#main {
	width:74% !important;
	float:left;
	position:relative;
  min-height: 1055px; /* is needed to make a white background in main column if the right column is higher; before facebook plugin like box: min-height: 725px; */
	}

  body.hideRightAndLeftColumn div#main {
	width:100%;
	}
 
/*******************/
/* GENERAL PADDING */
/*******************/
div#secondayContent, div#navigationContent, div#footer {
	padding:12px;
	}
div#mainContent {
	padding:30px 49px 30px 19px;
	overflow:hidden;
	}


/**********************************************************/
/* STYLING AND POSITIONING OF INDIVIDUAL GENERAL ELEMENTS */
/**********************************************************/
body {
	/* background: #FFF; */
  margin:0 auto;
  /* width:1200px; */
  height:auto; 
  
  background:url("/fileadmin/default/templates/images/bg.jpg") no-repeat fixed center top ; 
  
 /* Kompabilit�t gradient f�r IE bis version 9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99999b', endColorstr='#bbbbbd'); 
	}
html {
	background:#FFF; 
  }
strong {
	font-weight:bold;
	}
div#header {
	/* background:#3c8dd9 url(../images/header_overlay.png);*/
	}
div#contentWrap {
	/* background: url(../images/bg_contentWrap.gif) top left repeat-y; */
	overflow:hidden;
	clear:both;
  background:-webkit-gradient(linear,top,bottom,from(#dddddd),to(bottom, #fafafa)); 
  background:-webkit-linear-gradient(top, #dddddd, #fafafa);  
  background:   -moz-linear-gradient(top, #dddddd, #fafafa);
  background:     -o-linear-gradient(top, #dddddd, #fafafa);
  background:    -ms-linear-gradient(top, #dddddd, #fafafa);
  background:        linear-gradient(top, #dddddd, #fafafa); 
  /* Kompabilit�t gradient f�r IE bis version 9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99999b', endColorstr='#fafafa'); 
  height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */ 
	
	}
div#secondary {
	margin-top:48px;
	}
div#footer {
	background:#989898 url('../images/footer_bg_980x6.jpg') left top repeat;
  height:32px;
  margin:0 auto;
	}
div#footer .footerFrame,
div#footer .footerFrame-last {
	float:left;
	width: 200px;
	margin: 0 0 0 20px;
	}
div#footer .footerFrame-last {
	width: 410px;
	}
div#footer .footerFrame h4 { 
	margin: 0 0 1em 0;
	}
div#footer #licensebadge {
	margin-top: 3px;
	opacity: 0.3;
	}
div#topMenu ul li, div#languageMenu ul li {
	display:inline;
	padding-left:1em; 
	font-size:100%;
  }
div#topMenu ul li { font-weight:bold; }
div#topMenu {
  position:absolute;
  right:0px;
  z-index:5;
  padding:24px 0 0 0;
  top:50px;
	}
div#topMenu  ul .topMenuClass { margin:0px; padding:0px; color:#fff; }
div#topMenu a:link {
	color: #FFF;
	text-decoration: none;
	}
div#topMenu a:visited {
	color: #FFF;
	text-decoration:none;
	}
div#topMenu a:hover {
  color: #e20020;
	text-decoration:none;
	}
div#languageMenu  {
  position:absolute;
  right:0px; 
  z-index:7; 
  padding:24px 0 0 0;


}  
div#languageMenu  img { padding:0 10px; } 
div.secondaryContentSection {
	width:auto;
	border-top:none;
  margin:0 16px 0 12px;
	}
div.secondaryContentSection #fragen { margin-bottom:20px; }
div#navigationFirstLevel {
	margin: 0 auto;
  width:980px ;
  position:relative;
  padding-bottom: 0px;  
  height: 41px; 
  top:0px;
  z-index:999;
}
 div#navigationFirstLevelMenu {  background:#989898 url('../images/footer_bg_980x6.jpg') left top repeat; width:980px ; height: 41px; } 
div#navigationFirstLevelMenu ul {
	margin:0 19px;
  width:942px;
  }

div#navigationFirstLevelMenu ul li {
	display:inline-block;
	float:left;
  padding:0px;
  }
 
div#navigationFirstLevelMenu ul  li  a {
	padding: 12px 20px; 
	font-size:1.0em;
  font-style:Arial;
  text-transform: normal;
  }
div#navigationFirstLevelMenu ul  li.lp1 { margin-left:15px; }
div#navigationFirstLevelMenu ul  li.lp1  a {padding: 12px 5px;} 
div#navigationFirstLevelMenu ul  li  a { 
  text-transform: uppercase;  
  font-weight:bold;
	}
div#navigationFirstLevelMenu ul  ul li a {
  text-transform:none;
  }
ul#mainNav { display: inline-block;  }
#mainNav li { float: left; list-style: none outside none; }
#mainNav li a {     color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 13px;
    padding-left: 5px;
    text-align: left;
    text-decoration: none;
    }

div#breadcrumb {
  font-size: 90%;
  left: 15px;
  position: relative;
  top: 16px;
} 
div#breadcrumb a.active {
	color:#e20020; 
	}   
div#breadcrumb span {
	font-weight:bold;
	}
div#breadcrumb span.breadMargin { margin:0 4px; font-weight:normal; } 
#navigationFirstLevelMenu  .navigationSecondLevel {
    background: url("../images/sonstige/submenu_bg_rot_unten_final_trans97_980x370.png") no-repeat scroll left top transparent; 
    /* background: url("../images/sonstige/submenu_bg_rot_unten_bg_white_980x420.jpg") no-repeat scroll left top transparent; */
    bottom: 41px; 
    left: 0;
    line-height: 35px;
    max-height: 370px;
    overflow: hidden;
    position: absolute;
    width: 980px;
    z-index: 45;
    display:inline;
}
#navigationFirstLevelMenu .navigationSecondLevel ul.naviSecondLevel {
  background-color: #e20020;
  display: none;
    height: 35px;
    margin: 0;
    position: relative;
    top: 12px; 
    width: 980px;
    z-index: 46; 
    padding-left:19px;
}

#navigationFirstLevelMenu  ul#mainNav li:hover ul.naviSecondLevel, #navigationFirstLevelMenu  ul#mainNav li a:hover ul.naviSecondLevel  {
  display: block;
} 
  
#navigationFirstLevelMenu ul#mainNav .navigationSecondLevel ul.naviSecondLevel li.subnormal {
  margin: 0 15px 0 0 ;
  max-width: 179px; 
  min-width: 60px;
 }
#navigationFirstLevelMenu .navigationSecondLevel ul.naviSecondLevel li.active { 
  } 

#navigationFirstLevelMenu .navigationSecondLevel ul.naviSecondLevel li.subnormal a {
  font-size: 14px; 
  line-height: 30px;
  /* margin: 5px 0 15px 5px; */
  margin: 5px 0 15px 0px;
  padding: 0;
} 
#navigationFirstLevelMenu .navigationSecondLevel ul.naviSecondLevel li.selected a {
  color:#000;
}
#navigationFirstLevelMenu .navigationSecondLevel ul.naviSecondLevel li.active a {
  color:#000;
  font-weight: bolder;
}

/* heigth of the thirdlevel div is defined here */
.heightThirdLevel { height:335px; } 

div#navigationFirstLevelMenu .navigationSecondLevel .subnormal .heightThirdLevel .naviThirdLevel { 
    display: inline-block;
    left: 0;
    position: relative;
    top: 0px;
    z-index: 60;
    margin:0px; 
}
#navigationFirstLevelMenu .navigationSecondLevel ul.naviSecondLevel ul.naviThirdLevel li.sub2normal {
    background: none repeat scroll 0 0 transparent !important;
    clear: left;
    display: list-item;
    list-style-type: none;
    width: 100%;
	font-size:15px; 
} 
#navigationFirstLevelMenu .navigationSecondLevel ul.naviSecondLevel ul.naviThirdLevel li.sub2normal a {
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  height: 20px;
  line-height: 1em;
  margin:0px;
	font-weight:500;
}
#mainNav .navigationSecondLevel ul.naviSecondLevel ul.naviThirdLevel li.selected a {
  	font-weight:bold;
}
#navigationFirstLevelMenu ul.naviSecondLevel .navigationSecondLevel ul li { 
	list-style-type:none;
	margin-left:0;
  width:auto;
	float:left;
}
#navigationFirstLevelMenu .navigationSecondLevel ul.naviSecondLevel li ul.naviThirdLevel li {
	list-style-type:none;
	margin-left:0;
  width: 100%; 
	clear:left;
  background:none !important;
	}
#navigationFirstLevelMenu .navigationSecondLevel .active, #navigationFirstLevelMenu .navigationSecondLevel .selected {
  font-weight:bold;
  color:#e20020;
}  
#navigationFirstLevelMenu .navigationThirdLevel .active, #navigationFirstLevelMenu .navigationThirdLevel .selected {
  font-weight:bold;
  color:#000; 
} 
#mainNav li a.selected, #mainNav  li a.active, #topMenu ul li a.selected, #topMenu ul li a.active { 
 color: #e20020;
}


/*****************************/	
/* LINK COLORS AND TREATMENT */
/*****************************/
a:link {
	color: #000;
	text-decoration: none;
	}
a:visited {
	color: #000;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
div#footer a:link, div#footer a:visited {
	color:#646464;
	text-decoration:none; 
	}
div#footer a:hover {
	text-decoration: none; 
  color: #e20020;
	}
	div#topMenu ul li a, div#languageMenu ul li a {
	color:#fff;
	}
div#navigationFirstLevelMenu ul li a {
	color:#e9e9e9;
  display: block;
  font-size: 1em;
  padding: 0.75em 0.75em;
  }
#mainNav li a:hover {
	text-decoration: none;
  color: #e20020;
	}
div#breadcrumb a {
  color:#000;
	margin:0 4px;
	}
div#breadcrumb a breadActive   {  
  color:#e20020; 
 margin:0 4px; 
}
div#breadcrumb a.active:hover  { text-decoration:none; }
div#breadcrumb span {
	margin:0 4px; 
	}

#mainNav ul.naviSecondLevel  li a {
	color:#FFF;
	}
#mainNav ul.naviSecondLevel  li.subnormal:hover, #mainNav ul.naviSecondLevel  li.subnormal a:hover {
	color:#000;
	}
#mainNav ul.naviSecondLevel  li:hover, #mainNav .naviSecondLevel  li a:hover {
	text-decoration: none;
  color:#000;
 	}
#mainNav ul.naviSecondLevel ul.naviThirdLevel li.sub2normal a:hover {
  color: #e20020;
  text-decoration: none;
}
#mainNav ul.naviSecondLevel ul.naviThirdLevel li.sub2normal .selected {
  color: #e20020;
  margin:0px;
  padding:0px;
}


/******************/
/* FONT TREATMENT */
/******************/
body {
	/* font: 87.5%/1.3125em Arial, Verdana, Geneva, sans-serif; */
  font: 14px/1.3125em Arial, Verdana, Geneva, sans-serif;
	color:#000; 
  }
div#mainContent {
	font-size:87.5% 
	}
h1, h2, h3 {
	font-weight:bold;
	margin:0.5em 0; 
	color: #353535;
	}
h1 {
	font-size:150%;
	}
div#header h1 {
	color:#fff;
	font: 400% Georgia, "Times New Roman", Times, serif;
	color: #f2f2f2;
	margin-left:20px;
	position:absolute;
	font-style:italic;
	}
div.secondaryContentSection .csc-header h1, div.secondaryContentSection .csc-header h2, div.secondaryContentSection .csc-header h3 {
	color:#000;
	padding: 6px 10px;
	margin:0 0 1em -11px; 
	width:157px;
	}
h2 {
	font-size:130%;
	}
h3 {
	font-size:115%;
	}
h4, h5 {
	font-size:105%;
	}
.csc-frame-frame1 { 
	color:#353535;
	}
p {
	margin-bottom:1em;
  margin-top: 0.5em;
	}
blockquote {
	margin:1em 0 1em 2em;
	padding-left:2em;
	border-left:1px solid #ccc;
	}
div#footer {
	}
.navigationSecondLevel h2 {
	margin-left: 12px;
	padding-top:12px;
	}



/*************/
/* SEARCHBOX */
/*************/
div#searchLabel {
position:absolute;
	left:727px;
	top:124px;
	width: 50px;
	height: 26px; 
  z-index:20;
  font-size:140%;
  color:#fff; 
  text-transform: uppercase;
  } 

div#searchBox input.inputText {
	width:130px; 
	}
  div#indexedsearch { float:right; }
div#searchBox {
  position:absolute;
	/* right:19px; */
  left:812px;
	top:120px;
	width: 159x;
	height: 31px; 
  background: url(../images/suchfeld_transparent_159x26.png) no-repeat;
  z-index:15;
  display:inline-table;
  overflow:hidden; 
  }
div#searchBox input#inputText {
  margin: 0 0 0 5px;
	border: 0;
	width: 125px;
	background: none;
	color:#515151;
  font-size:16px;
  position:relative;
  top:-3px;
   }
div#searchBox input#inputButton {
	margin-top: 2px;
	cursor: pointer;
	}
div#searchBox legend {
	display:none;
	}

/********************************/
/* INDEXED_SEARCH - BASIC STYLING */
/********************************/
.tx-indexedsearch .tx-indexedsearch-browsebox li { 
	display:inline; 
	margin-right:5px;
	}
.tx-indexedsearch-redMarkup {
	font-weight: bold;
	}
.tx-indexedsearch .tx-indexedsearch-title {
	background: #e5e5e5; 
	padding: 1px 5px;
	}
div.tx-indexedsearch-res dt, div.tx-indexedsearch-res dt {
	float:left;
	}
dl.tx-indexedsearch-info {
	font-size:80%;
	color: #999;
	text-transform:uppercase;
	line-height:1.4em;
	}
dt.item-crdate, dt.item-mtime, dt.item-path {
	font-weight:bold;
	}
div.tx-indexedsearch-res {
	margin-bottom:2em;
	}
.tx-indexedsearch td {
	padding:2px;
	}
.tx-indexedsearch .tx-indexedsearch-searchbox {
	}
input#tx-indexedsearch-searchbox-sword {
	width:250px;
	}
.tx-indexedsearch select {
	width:156px;
	}
.tx-indexedsearch label {
	display:block;
	margin-top:1em;
	text-transform:uppercase;
	font-size:90%;
	}
.tx-indexedsearch legend {
	display:none;
	}
.tx-indexedsearch-search-submit {
	padding:1em 0;
	}


/***************************/
/* TT_NEWS - BASIC STYLING */
/***************************/
.news-latest-item h3, .news-latest-item p {
	margin-bottom: 0;
	}
.news-list-subheader p {
	display:inline;
	}
.news-list-item {
	padding: .4em 0 1em;
	clear:both;
	}
.news-list-container img {
	float:left;
	margin: 0 10px 10px 0;
	}
.news-single-img {
	float:left;
	margin: 0 20px 10px 0;
	}
.news-list-category {
	font-size: 90%;
	}


/************************/
/* THEME COLOR OVERIDES */
/************************/
.themeColorForeground {
	color:#F18F0B;
	}
.themeColorBackground {
	background-color:#F18F0B !important;
	}
a:link, a:visited {
	/* color:#F18F0B; */
  color: #000;
	}
div#navigationFirstLevel {
	width:980px;
	}
div#navigationFirstLevel ul {
	text-align:justify;
 }
div#navigationFirstLevel ul span { padding-left: 100%; }


/* Content-Element 2 spaltig mit Text */
#farbenBtn  { font-size:1.125em; line-height:1.5em; margin:50px 0 30px; }  
.letterRed { color:#e20020; }  


/* *** Footer *** */
div#footer div#pageInfo { float:left; width:70%; display:block; }
div#footer div#pageInfo p, div#footer div#pageInfo p a { height:32px; line-height:32px; font-size:11px; padding-left:10px; text-align:left; margin: 0; color:#FFF;  }
div#footer div#pageInfo p a { text-decoration:none; cursor:pointer; /* color:#FFF !important; */ font-weight:normal; }
div#footer div#pageInfo ul { margin-left:10px; } 
div#footer div#pageInfo ul li { display:inline; color:#FFF; line-height:32px; font-size:11px; margin:0px; }
div#footer div#pageInfo ul li a { text-decoration:none; font-size:11px; line-height:32px; color:#FFF;  }
div#footer div#pageInfo ul li a, div#footer div#pageInfo ul li a:visited { font-weight:normal; }
div#footer div#pageInfo ul li a:hover, div#footer div#pageInfo p a:hover { color: #e20020; } 
div#footer div#pageInfo ul li a.active, div#footer div#pageInfo ul li a.selected { color: #e20020; } 
/* div#footer div#pageInfo p a:active { outline: none; } */
	
div#footer div#pageInfo li.topMenuClass a { margin: 0 10px; }
div#footer div#socialFooter { float:right; height:20px;  }
div#footer div#socialFooter .socialBookmark ul { width:30%; }
div#footer div#socialFooter .socialBookmark  li { list-style: none; float: right; margin:5px 0 0 0; } 
div#footer div#socialFooter .socialBookmark  li a { text-decoration:none; } 
div#footer div#socialFooter .socialBookmark  li a  img { line-height:20px; }  

/* Landingpage Schaltfl�chen auf HOME - rechte Spalte */
.shadow-top { width:226px; height:13px; }
.clearBoth { clear:both; }
.floatLeft { float:left; }
.floatRight { float:right; } 

/* new version for lp list */
.lpLinks { background: url("../images/sonstige/lp_links_bg_whiter_btn_226x234.png") no-repeat scroll left top transparent; width:226px; height:204px; font-size:16px; color:#e20020; font-weight:bold; font-style:Arial; z-index:10; position:relative; margin: 0;} 
p#lpText1 { position:relative; top:31px; left:0px; }
p#lpText2 { position:relative; top:33px; left:0px; }
p#lpText3 { position:relative; top:36px; left:0px; } 
p#lpText1 a, p#lpText3 a { /* padding-right:100px; */ display:block; color:#e20020; }
p#lpText2 a { /* padding-right:135px;*/ display:block; color:#e20020; }
p#lpText1 a:hover, p#lpText2 a:hover, p#lpText3 a:hover { text-decoration:none; color:#000; }

/* Zielgruppen Schaltfl�chen auf LP Anwenderprofis - rechte Spalte */
.anwenderLinks { background: url("../images/sonstige/lp_anwender_226x318.png") no-repeat scroll left top transparent; width:226px; height:318px; font-size:14px; color:#000; font-weight:normal; font-style:Arial; z-index:10; position:relative; margin: 0;}
.anwenderLinks p {   margin: 12px 0;}
.anwenderLinks a:hover { text-decoration:none; color:#e20020; } 
#anwenderText { position:relative; top:30px; left:0; width:226px; padding-bottom:35px; } 

/* Zielgruppen Schaltfl�chen auf Home - Hauptspalte */ 
.productDownload { background: url("../images/sonstige/pdf_download_produkte_226x200.png") no-repeat scroll left top transparent; width:226px; height:200px; font-size:14px; color:#000; font-weight:normal; font-style:Arial; z-index:10; position:relative; margin: 0; }
.productDownload #pdfLink1, .productDownload #pdfLink2, .productDownload #pdfLink3, .productDownload #pdfLink4 { margin: 5px 0; position:relative; left:0px; width:226px; top:24px; height:30px; } 
.productDownload p#pdfText1, .productDownload p#pdfText2, .productDownload p#pdfText3, .productDownload p#pdfText4 { position:absolute; left:0px; z-index:20; width:226px; top:0px;   }
.productDownload p#pdfBtn1, .productDownload p#pdfBtn2, .productDownload p#pdfBtn3, .productDownload p#pdfBtn4 { position:absolute; left:195px; z-index:15; width:20px; top:0px; }
.productDownload hr { position:relative; top:26px; left:0px; margin:0px; padding:0px; z-index:25; width:226px; } 
.productDownload p#pdfText1 a { padding-right:94px; } 
.productDownload p#pdfText2 a { padding-right:87px; }  
.productDownload p#pdfText3 a { padding-right:79px; } 
.productDownload p#pdfText4 a { padding-right:90px; } 
.productDownload a:hover { text-decoration:none; color:#e20020; } 

/* Fragen - rechte Spalte HOME */
#fragen { background: url('../images/diewe_kontakt_bg.png') /*url('../images/fragen_mit_rand_226x247_no_letters.png')*/ left top no-repeat; with:auto; /*width:226px; */ height:248px; overflow:visible; margin-top:20px;  }
/*
#frage1 { padding:40px 0 0px 5px; color:#fff; font-size:19px; font-weight:bold; }
#frage2 { padding:20px 0 0 5px; font-size:14px; font-weight:bold; }
#frage3 { padding:14px 0 0 5px; color:#fff; font-size:18px; } 
#frage4 { padding:10px 0 0 5px; font-size:14px; font-weight:bold; }
*/
#frage1 {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
    padding: 0 0 0 5px;
    position: relative;
    top: 40px;
}
#frage2 {
    font-size:14px;
    font-weight: bold;
    padding: 0 0 0 5px;
    position: relative;
    top: 58px;
    height:60px;
}
#frage3 {
    color: #FFFFFF;
    font-size:17px;
    font-weight: bold;
    padding: 0 0 0 5px;
    position: relative;
    top: 52px;
}
#frage4 {
    font-size:14px;
    font-weight: bold;
    padding: 0 0 0 5px;
    position: relative;
    top: 60px;
}
p#frage1, p#frage2, p#frage3, p#frage4 { margin-bottom:0px; } 
p#frage4 a:link, p#frage4 a:visited {
    color:#0170bb; 
    text-decoration:underline;
}

/* RSS Image */
.rssImg  { padding:2px 2px 0 0; } 

/* Produkte Link - HOME */
p#produkteBtnText { position:relative; top:44px; left:7px; z-index:10; width:200px; } 
p#produkteBtnText a { font-size:13px; color:#fff; padding-right: 50px; }
p:hover#produkteBtnText  a { color:#000; text-decoration:none;  } 
p#produkteBtn { position:relative; top:10px; left:0px; z-index:5; width: 200px; }

/* Zielgruppen - Buttons */
p#anwenderBtnText, p#fachhandelBtnText, p#hobbyBtnText  { width:150px; position:relative; top:44px; left:7px; z-index:10; margin-top: -35px;}
p#fachhandelBtnText a { font-size:13px; color:#fff; padding-right: 80px; }
p#anwenderBtnText a, p#hobbyBtnText a { font-size:13px; color:#fff; padding-right: 60px;  }
p:hover#anwenderBtnText a, p:hover#fachhandelBtnText a, p:hover#hobbyBtnText a { color:#000; text-decoration:none;  } 
p#anwenderlpBtn, p#fachlpBtn , p#hobbylpBtn { position:relative; top:10px; left:0px; z-index:5; margin-bottom:30px; width: 200px; }  


/* Link-Buttons Kontaktformular */
p#contactBtnText, p#contactpremiumBtnText { width:150px; position:relative; top:46px; left:7px; z-index:10; margin: -35px 0 14px; /* margin-top: -35px; */}
p#contactBtnText a , p#contactpremiumBtnText a { font-size:13px; color:#fff; padding-right: 50px; } 
p:hover#contactBtnText a , p:hover#contactpremiumBtnText a { color:#000; text-decoration:none;   } 
p#contactBtn, p#contactpremiumBtn { position:relative; top:10px; left:0px; z-index:5; width: 200px; padding: 0 0 15px; } 

/* Link zu den Anwenderprofis - Subseiten */
p#anwenderBtnText a.elektriker  { padding-right: 88px; }
p#anwenderBtnText a.gala-bauer { padding-right: 74px; }
p#anwenderBtnText a.fliesenleger  { padding-right: 74px; }
p#anwenderBtnText a.dachdecker  { padding-right: 74px; }
p#anwenderBtnText a.bauprofis { padding-right: 89px; }


.topMenuClass .selected, .topMenuClass .active {
  color: #e20020;
}

.csc-default { margin-bottom:0px; }

.rotRteBtn { margin-left:25px; } 

.sizeSlider { width:980px; height:355px; overflow:hidden; }
.sizeNoSlider  { width:0px; height:0px; }
.sizeActionImg  { width:257px; height:366px; }
.sizeNoActionImg  { width:0px; height:0px; } 

.redH1 { color:#e20020; }

/* hr.bottomLine { border-bottom:0.3px dotted #000; } */
hr.bottomLine  {border: 0px; border-bottom: 0.2px dotted #333;}
.rightColDiv { display:inline-block; width:227px; } 
.rightColInnerLeft { float:left; }
.rightColInnerLeft p { font-size:14px; }
.rightColInnerRight { float:right; } 
.rightColInnerLeft  p a:hover { color:#e20020; text-decoration:none; }

DIV#secondary DIV#secondaryContent DIV.csc-textpic DIV.csc-textpic-single-image IMG {
    margin: 0 21px 10px 12px;
    width:226px;
}

/* Multi-Content auf HOME-Seite: DIEWE - Ihr Spezialist ... */
.tx-jfmulticontent-pi1 .subcolumns .subcl, .tx-jfmulticontent-pi1 .subcolumns .subcr { float:left; } 

 
/* PRODUKTE Styles */
.tx-jfmulticontent-pi1 h2 a { color:#000; text-decoration:none; }
.tx-jfmulticontent-pi1 .csc-textpic-text { clear:left; } 
.ui-widget-content { 
    background: none; 
}
 
/* Accordion */
#jfmulticontent_c502 h3.ui-accordion-header { background: url("../images/sonstige/green_btn_130x35.png") no-repeat scroll right top transparent;  position: relative; top: 0px; right:0px; height:35px; } 
#jfmulticontent_c365 h3.ui-accordion-header { background: url("../images/sonstige/blue_btn_130x35.png") no-repeat scroll right top transparent;  position: relative; top: 0px; right:0px; height:35px; }
#jfmulticontent_c503 h3.ui-accordion-header { background: url("../images/sonstige/red_btn_130x35.png") no-repeat scroll right top transparent;  position: relative; top: 0px; right:0px; height:35px;}
#jfmulticontent_c504 h3.ui-accordion-header { background: url("../images/sonstige/black_btn_130x35.png") no-repeat scroll right top transparent; position: relative; top: 0px; right:0px; height:35px; }  
 
 
/* FORM - Mailform */ 
form#mailform { padding-top:20px; }

/* LOGIN - FORM Column right */
.loginForm { margin-top:20px; }
.userName label, .userName input {  }
#main #mainContent .tx-felogin-pi1 a { color:#e20020; }
#main #mainContent .tx-felogin-pi1 .loginForm { margin-bottom:30px; }
.tx-felogin-pi1 input, .tx-felogin-pi1 select, .tx-felogin-pi1 textarea { border:0.1px solid #8F8F8F; /* #e20020;*/ margin-top: 5px; }
.tx-felogin-pi1 input[type="submit"] { background-Color:#CCC; border: 0.1px solid #8F8F8F; margin-top: 10px; }
.tx-felogin-pi1 input[type="submit"]:hover { background-Color:#e20020; color:#FFF; cursor: pointer;  }
/* for IE */
form#tx_felogin_loginform input.loginBtn { background-Color:#CCC; border: 0.1px solid #8F8F8F; margin-top: 10px; }  
form#tx_felogin_loginform .loginBtn:hover { background-Color:#e20020; color:#FFF;  } 

/* Target-Group - Sidebar */ 
#slideOut {
    background: #FFF url('../images/slideout_bg_193x226.png') left top no-repeat;
    border-radius: 5px 0px 0px 5px;
    height:226px;
    width:190px;
    z-index:1000;
}
ul.zielgruppeMenu { 
    margin: 25px 5px 16px;
    background:none;
}     
li.sidebar, li.sidebarLast { line-height:60px; list-style:none; margin-left:5px; } 
li.sidebarActive {}
li.sidebar a, li.sidebarLast a { color:#e20020; line-height:60px; font-size:16px; font-weight:normal; text-decoration:none; position:relative; }
li.sidebar a img, li.sidebarLast a img { left: 140px; margin-right: 0; position: absolute; top: 0; }
li.sidebar a:active, li.sidebarLast a:active, li.sidebar a:selected, li.sidebarLast a:selected { font-color:#666666; }

/* NEWS - Aktuelles */
.wrapNewsBody { display:block; font-family:Arial, Verdana, Geneva, sans-serif; }
.wrapNewsBody  p { font-size:14px; line-height:16px; }
/* override inline styles */
span[style]{
    color: inherit !important;
    font-family: inherit !important;
    font-size:inherit !important;
}
.newsImg { float:left; width:100px; }
.news-list-subheader { float:left; margin: 0 20px; width:400px; }
.news-list-subheader  span a { padding-top:15px; color:#3B3B3B; float:right;} 
.newsCatImg { float:left; width:100px; } 
.news-single-subheader { margin: 10px 0; font-weight:bold; } 
.news-single-timedata { margin: 11px 0; }
.news-list-container h3 a { text-decoration:none; }
.news-list-item h3 span { padding-right:36px; }
.news-single-backlink a { color:#3B3B3B;  float: right; padding-top: 15px; }

/* Mailform - Kontaktformular */
.csc-mailform .csc-mailform-field input, .csc-mailform .csc-mailform-field select, .csc-mailform .csc-mailform-field textarea { border: 1px solid #8F8F8F; /* border:0.1px solid #8F8F8F;*/ /*#e20020; */ outline:none; }  
input.csc-mailform-submit[type="submit"]:hover { background-Color:#e20020; color:#FFF; }
input.csc-mailform-submit[type="submit"] { background-Color:#CCC; border:0.1px solid #8F8F8F; }

/* BackLink button */
#backButton { margin: 10px 0 10px 19px;  width:250px; height:30px; }
#backButton div.showBack { background:transparent url('../images/sonstige/roter_btn_250x24.png') top left no-repeat; } 
#backButton a { color:#FFF; text-decoration:none; padding: 0 85px 0 5px; line-height:26px; font-size: 13px; } 
#backButton a:hover { color:#000; }

div#mainContent .csc-textpic-text { clear:left; }


div#topMenu li.colorLogin a { color: #8B2323; }
div#topMenu li.colorLogin li:hover, div#topMenu li.colorLogin a:hover { color:#e20020; }

/* Routenplaner */
div.tx-go-maps-ext p.routeLink a { color:#e20020; }
/* div.tx-go-maps-ext p.bodytext { font-size:12px; line-spacing:1px; line-height:12px; margin-bottom: 0px;  } */
div.tx-go-maps-ext form { margin: 20px 0 30px; }
input.gme-saddress { width:500px; }
input.gme-submit { margin: 0 0 0 38px; font-size:12px; }
input.gme-submit:hover { background-Color:#e20020; color:#FFF;  }

/* Button Routenplaner auf Kontaktseite */
p#routenBtnText { margin: -35px 0 14px; position: relative; top: 46px; width: 150px; z-index: 10; }
p#routenBtnText a { color: #FFFFFF; font-size: 13px; padding-right: 35px; padding-left: 3px; }
p:hover#routenBtnText a { color:#000; text-decoration:none;   } 

/* Facebook Plugin - Like Box */
.secondaryContentSection iframe { background-Color:#fff; } 

/* Aktionen */
/* #aktionenBtn { position:relative; bottom:40px; left:0px; z-index:5; width: 200px; padding: 0 0 15px; } */
p#aktionenBtnText { width:150px; position:relative; top:46px; left:7px; z-index:10; margin: -35px 0 14px; }
p#aktionenBtnText a  { font-size:13px; color:#fff; padding-right: 50px; } 
p:hover#aktionenBtnText a { color:#000; text-decoration:none;   } 
p#aktionenBtn { position:relative; top:10px; left:0px; z-index:5; width: 200px; padding: 0 0 15px; } */


/* Nav für Youtubemovies */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav li {
	list-style-type: none;
	text-align: center;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

ul.videogallery li {
	list-style-type: none;
}

/* Grid system */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.csc-textpic-imagewrap{   
width: 109px;      
}