body{
  background: #DADADA url(../images/bg_start.png) repeat-x top left;
  font-family:Arial;
  color: #333333;
  width: 100%; height: 100%;
  font-size:12px; 
}
/* GENERAL */
a{
  text-decoration:none;
  color:#333333;
}

a:hover{
  color:#9C0000;
  font-weight:normal;
} 

h5 { display:none;}

#wrap{
  width: 1018px;
  position:relative;
  left: 50%;
  margin-left: -509px;

}
#container{
  background: url(../images/bg_container.png) no-repeat top;
  width: 1018px;
  height: 624px;
  position:relative;
  left: 50%;
  margin-left: -509px;
}
#mainContainer{
  width: 1018px;
  float:left;
  background: url(../images/border_y.gif) repeat-y left bottom;
}
/* HEADER */
#bgHeader{
  background: url(../images/bg_mainContainer.png) no-repeat;
  height: 633px;
}
#header{
  width:980px;
  height: 96px;
  margin: 0 0 0 18px;
  background: url(../images/bg_header.png) no-repeat;   
}

#headerBorder{
  background: url(../images/header_border.gif) no-repeat;
  position:absolute;
  width:682px; height: 8px;
  margin: 60px 0 0 20px;
  z-index:3;
}


.logo{
  float:right;
  margin: 8px 15px 0 0;
  width:245px; height:81px;
}
ul#headerMenu{
  float:left;
  width: 111px;
  margin: 10px 0 0 0;
}

ul#headerMenu2{
  float:left;
  /*width: 140px;*/
  margin: 10px 0 0 18px;
}
.tx-bblanguageselect-pi1 { float:left; padding: 0 0 0 15px;}


ul#headerMenu li, ul#headerMenu2 li{
  float:left;
  margin: 5px 0 0 5px;
  text-transform: uppercase;
  font-size: 11px;
}
ul#headerMenu li.bc_border, ul#headerMenu2 li.bc_border{
  background: url(../images/border_bc.png) no-repeat top;
  width: 3px;height:12px;
  margin: 6px 0 0 5px;
}
ul#headerMenu li.location, ul#headerMenu2 li.location{
  margin: 5px 0 0 0;
}
ul#headerMenu li.language1{
  margin: 5px 0 0 5px;
}



ul#headerMenu li.search{
  margin: 1px 0 0 25px;
}
ul#headerMenu2 li#aut{
  background: url(../images/flagge_aut.png) no-repeat top;
  width: 16px;height:13px;
}
ul#headerMenu2 li.standort a{
	display:block;
	height:13px;
	width:16px;
}

ul#headerMenu2 li#autInactive{
  background: url(../images/flagge_aut_inactive.png) no-repeat top;
  width: 16px;height:13px;
}
ul#headerMenu2 li#autInactive a:hover{
  background: url(../images/flagge_aut.png) no-repeat top;
  width: 16px;
  height:13px;

}
ul#headerMenu2 li#de{
  background: url(../images/flagge_de.png) no-repeat top;
  width: 16px;height:13px;
}
ul#headerMenu2 li#deInactive{
  background: url(../images/flagge_de_inactive.png) no-repeat top;
  width: 16px;height:13px;
}
ul#headerMenu2 li#deInactive a:hover{
  background: url(../images/flagge_de.png) no-repeat top;
  width: 16px;height:13px;
}
ul#headerMenu2 li#de a, ul#headerMenu li#aut a,ul#headerMenu li#deInactive a, ul#headerMenu li#autInactive a{
  color: rgba(255, 255, 255, 0);
}
ul#headerMenu li a, ul#headerMenu2 li a{
  color:#CCCCCC;
  text-decoration:none;
  font-weight:bold;
}

ul#headerMenu li a#lang0 { color:#9c0000;}

ul#headerMenu li a:hover, ul#headerMenu2 li a:hover{
   color:#9C0000;
}
ul#headerMenu li.active, ul#headerMenu2 li.active{
  color:#9C0000;
  text-decoration:none;
  font-weight:bold;
}
.searchContainer{ 
  float:left;
  height:25px;
  margin:10px 0 10px 35px;
  padding:0 0 0 2px;
  width:135px;
  background: url(../images/suche.png) no-repeat;
  
  
 }
input.search{
  border:medium none;
  float:left;
  margin:2px 0;
  width:102px;
  
}
input.lupe{
  float:left;
  margin:0px 0 0 0px;
  width: 22px; height: 20px;
}

/* MENU */
ul#menu{
  margin: 26px 0 0 10px;
  float:left;
  width: 650px;
}
ul#menu li{
  float:left;
  text-transform:uppercase;
}
ul#menu li.menuBorder{
  background: url(../images/border_menu.png) no-repeat;
  width:3px; height: 16px;
  margin:0;
}


ul#menu li.active a {
  color: #9C0000;
  border-bottom: 2px solid #9C0000;
  font-weight:bold;
  margin:0;
  padding:0 10px 5px;
}

ul#menu li.active a:hover {
 
}


ul#menu li a {
  display:block;
  margin:0 5px;
  padding:0 5px 5px;
}
ul#menu li a:hover {
  border-bottom: 2px solid #9C0000;
  padding:0 10px 5px;
  margin:0;
}


/* MAIN */
#main{
  margin: 1px 0 0px 18px;
  width: 980px;
  float:left;
}
ul#breadcrumb{
  color:#999999;
  margin: 2px 0 10px 20px;
  padding: 0 0 10px 0;
}
ul#breadcrumb li{
  float:left;
  margin:0 2px 0 3px;
}
ul#breadcrumb li a{
  color:#999999;
  text-decoration:underline;
}
ul#breadcrumb li a:hover{
  color:#9c0000;
  font-weight:normal;
}
ul#breadcrumb li.bc_border{
  background: url(../images/pfeil_bc.png) no-repeat;
  width:8px; height: 9px;
  margin: 2px 0;
}
/* LEFTCONTAINER */
#leftContainer{
  width: 230px;
  float:left;
  background: url(../images/border_leftContainer.png) no-repeat top right;
  margin: 35px 0 0 0;
  min-height:350px;
  padding: 0 0 35px 0;
}

#leftContainer h1 { 
	color:#9c0000; 
	font-size:19px;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #dadada;
	margin: 0 20px 0 0;
	
}

ul#mainMenu{
  padding: 0 0 0 0px;
  font-size:12px;
  color: #333333;
  
  width:210px;
}
ul#mainMenu li{
  border-bottom: 1px solid #dadada;
  width: 190px;
  padding: 3px 0 4px 20px;
}
ul#mainMenu li a:hover{
  font-weight:bold;
}
ul#mainMenu li.head{
  background: url(../images/mainMenu_uebersicht.png) no-repeat 20px;
  width: 88px; height:19px;
  width: 210px;
  padding: 0 0 20px;
}  
ul#mainMenu li.active{
  border:none;
  color: #9c0000;
  font-weight:bold;
  background: url(../images/pfeil_uMenu_active.png) no-repeat 10px 7px;
  border-bottom:1px solid #DADADA;
} 

ul#mainMenu li.activeSub{
  border:none;
  color: #9c0000;
  font-weight:bold;
  background: url(../images/pfeil_mainMenu_active.png) no-repeat 6px 7px;
} 

ul#mainMenu li.activeSub a{
	color: #9c0000;
}

ul#mainMenu li.activeSub ul#uMenu a{
	color: #333333;
}

ul#mainMenu li.activeSub ul#uMenu a:hover{
	color: #9c0000;
}

ul#mainMenu ul#uMenu{
  border-top: 1pt solid #dadada;
  margin: 4px 0;
  font-weight:normal;
}
ul#mainMenu ul#uMenu li.active{
  border-bottom: 1pt solid #dadada;
  color: #9c0000;
  background: url(../images/pfeil_uMenu_active.png) no-repeat left 7px;
}
ul#mainMenu ul#uMenu li{
  width: 170px;
  padding:3px 0 4px 10px;
  background: url(../images/pfeil_uMenu.png) no-repeat left 7px;
}
ul#mainMenu ul#uMenu li a:hover{
  background: url(../images/pfeil_uMenu_active.png) no-repeat left 4px;
  padding: 0 0 0 10px;
  margin: 0 0 0 -9px;
}
/* CONTENTCONTAINER */
#contentContainer{
  float:left;
  width: 720px;
  margin:35px 0 10px 0;
}

#contentContainer a { text-decoration:underline;}
h1.headline{
  margin: 0 0 20px 0;
  background: url(../images/content_headline.png) no-repeat;
  height:27px;
}
#contentContainer h1{
	font-size: 26px;
	padding: 0 0 10px 10px;
}
#contentContainer p{
  line-height: 18px;
  margin: 0 0 10px 10px;
}


#contentContainer .contenttable p { margin:4px;}





/* FOOTER */
#footer{
  float:left;
  background: url(../images/border_footer.png) no-repeat bottom;
  margin:0 0 30px;
  padding:5px 0;
  width: 1013px; 
}
#footer .leftText{
  float:left;
  margin: 0 0 0 10px;
}
ul#footerList{
  float:right; 
  margin: 0 10px 0; 
}
ul#footerList li{
  float:left;
  margin: 0 0 0 5px;
}
ul#footerList li.footerBorder{
  background: url(../images/border_footerList.png) no-repeat;
  width:3px; height:13px;
}
#footerBorder{
  background: url(../images/border_footer.gif) no-repeat top;
  width:1013px; height: 34px;
  float:left;
}
#footerBorder .toTop{
  border-top: 3pt solid #D4D4D4;
  float:right;
  width: 970px;
  margin: 0 20px
}
#footerBorder .toTop a{
  float:right;
  color: #9c0000;
  margin: 5px 0;
  font-weight: bold;
  background: url(../images/link_pfeil.png) no-repeat right;
  padding:0 10px;
}

/* Suche */
.searchField { float:left;}
.searchBox { width:195px; #width:193px; border: 1px solid #CCCCCC; height:14px; font-size:11px;}
.sel-3 .searchBox { width:137px; #width:135px;  border: 1px solid #CCCCCC; height:14px; font-size:11px;}
*html .searchBox {#width:190px;}
*html #searchform { border:1px solid #fffff; margin:0; padding:0}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
color:red;
display:inline;
}
.tx-indexedsearch-icon { float:left;}
.tx-indexedsearch-title { float:left;}
.tx-indexedsearch-percent { float:right;}
.sucheInput { 
	width:146px; 
	border:1px solid #C8C7C8; 
	color:#2a577b;
	padding:2px;
	height:17px;
	
	}

.tx-indexedsearch-browsebox { padding: 0 0 10px 0;}
.tx-indexedsearch-browsebox p strong {display:inline;}
.clear {clear:both;}
.advancedSearch { padding:10px 0 0 10px;}

.tx-indexedsearch-whatis, .res-tmpl-css { padding: 0 0 0 10px;}

.tx-indexedsearch-searchbox select { 
	width:153px; 
	margin:7px 0 0 0; 
	background:#ffffff; 
	height:auto; 
	color:#333333;
	font-size:12px;
	border:1px solid #C8C7C8; 
	}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	background: url(../pics/button.jpg) no-repeat;
	border:none;
	height: 22px;
	color:#2a577b;
	width: 75px;
}

.tx-indexedsearch td { border:none;}
.tx-indexedsearch table { border:none;}
.middleColumn .searchContainer { width:160px; margin:10px 0 0 0; height:auto;}
.firstColumnSearch {width:110px; padding:2px 0 0 0}

.resultHeaderRow {
	background-color:#D4D4D4;
	padding: 1px 0;
}


.tx-indexedsearch-title { padding:3px;}
.tx-indexedsearch-percent { padding:3px;}
.tx-indexedsearch-descr {  background:#ffffff; margin:0; padding:3px 0 0 0;}
.tx-indexedsearch-descr p { margin:0;}
.tx-indexedsearch-icon { padding: 0 3px;}

/* Sitemap */
#contentContainer .expAll a { text-decoration:none;}
.ce .tx-dropdownsitemap-pi1 ul li { background:none; padding:0;}
.ce .tx-dropdownsitemap-pi1 ul { margin:0;}
#contentContainer .tx-dropdownsitemap-pi1 a { text-decoration:none; color:#333333;}
#contentContainer .tx-dropdownsitemap-pi1 a:hover { text-decoration:underline;}
#contentContainer .tx-dropdownsitemap-pi1 .ifsub a { color:#9c0000;}
#contentContainer .tx-dropdownsitemap-pi1 .ifsub a:hover { text-decoration:underline; font-weight:bold;}

.tx-dropdownsitemap-pi1 div.expAll {
	background-color:#FFFFFF;
	border:1px solid #9C0000;
	color:inherit;
	padding:5px;
	margin: 10px 0;
}

/* 3 Spalten */
.threeColumns { 
	background-image:url(../images/bg3columns.gif);
	background-repeat:repeat-y; 
	margin: 30px 0 0 0;
}

#contentContainer .threeColumns h1 { font-size:15px; font-weight:bold;} 

.columnLeft { width:226px; margin: 0 10px 0 0; float:left;}
.columnMiddle {width:226px; margin: 0 10px; float:left;}
.columnRight {width:226px; margin: 0 0 0 10px; float:left;}

/* 2 Spalten Layout */
.linkeSpalte { width:480px; float:left; overflow:hidden;}
.rechteSpalte { width:225px; float:right; overflow:hidden;}

#contentContainer .rechteSpalte h1 {
	color:#9C0000;
	font-size:19px;
	border-bottom:1px solid #DADADA;

} 

#contentContainer .rechteSpalte .ce p {
}

.rechteSpalte h2 {
	padding:10px 0 10px 20px;
	font-size:15px;
	font-weight:bold;
	
}

/* Content Images*/
.csc-textpic-imagewrap {
margin:0 0 0 10px;
}
/* Ansprechpartner */
.ansprechpartner { background:#ECECEC; padding:10px; margin: 0 0 10px 0;}
.imageAn{ 
  float:left; 
  /*width:145px;*/
  width:115px;
}
.imageAnOhne { 
	float:left; 
	width:90px; 
	margin: 0 25px 0 0; 
	height:90px; 
	background:#D6D6D6;
	font-size:12px;
	text-align:center;
	padding:30px 0 0 0;
	
	}

.ansprechpartnerData { float:left; padding:5px 0 0 0 }
#contentContainer .ansprechpartnerData h2 { font-size:15px; font-weight:bold; padding: 0 0 4px 0; border-bottom:none; margin:0;}
.ansprechpartnerLabel { 
  float:left; 
  width:70px;
  font-weight:bold;
}

.languages {padding:5px 0 0 0;}
.ansprechpartnerPosition{
  padding: 0 0 4px 0;
  font-weight:bold;
}
.ansprechpartnerField { float:left; width:250px;}

#contentContainer h2 {font-size:15px; font-weight:bold;  border-bottom:1px solid #DADADA; margin:10px 0; padding:0 0 0 10px;}

/* Trommelabfrage */
.trommelAbfrageImage { float:right;}

.trommelAbfrage { float:left; width:370px;}

.submitTrommelabfrage { background-image:url(../images/bg_trommel.gif); color:#FFFFFF; padding:1px 6px; border:none; margin: 0 0 30px 0;}
#contentContainer .tx-trommelabfrage-pi1 h2 {
	font-size:15px; 
	font-weight:bold;  
	border-bottom:1px solid #DADADA; 
	margin:0 0 10px 0; 
	padding:10px 0 10px 10px;
}
.inputTrommelabfrage { width:180px; margin: 0 0 30px 10px;}
.noResult { padding:0 0 0 10px;}

.trommelLabel { 
	float:left; 
	width:160px; 
	padding:0 0 10px 10px; 
	margin:0 0 10px 0; #margin: 0;
	border-bottom:1px solid #DADADA; 
}

.trommelField { 
	float:left; 
	width:200px; 
	padding:0 0 10px 0; 
	margin:0 0 10px 0; #margin: 0;
	border-bottom:1px solid #DADADA; 
}

/* Trommelrückholservice Formular */
.contactTrommel { float:left;}
.trommelPic { float:right;}
.parkLabel { float:left; padding:0 0 0 10px; width:110px;}
.parkLabel1 { float:left; padding:10px 0 0 10px; width:110px;}
.parkField { float:left;}
.inputPark { width:250px; margin:0 0 8px 0; #margin:0;}
.inputParkCountry { width:30px;}
.inputParkZip { width:45px; margin:0 0 8px 0; #margin:0;}
.inputParkCity { width:150px; margin:0 0 8px 0; #margin:0;}
.parkFieldCountry { float:left; margin:0 0 8px 0; #margin:0;}
.parkFieldZip { float:left; padding:0 0 0 8px;}
.parkFieldCity { float:left; padding:0 0 0 9px;}
.separatorTrommel { float:left; background:url(../images/bgTrommelSeparator.gif) repeat-y right; height:30px; width:2px; }
.separatorTrommelField { float:left; background:url(../images/bgTrommelSeparator.gif) repeat-y right; height:35px; width:2px; }

.trommelDataHeader { background:#F2F2F2 url(../images/bgTrommelHeader.jpg) repeat-x; }
.positionTrommelHeader { 
	float:left; 
	width:50px; 
	padding:5px 10px; 
	background:#F2F2F2 url(../images/bgTrommelHeader.jpg) repeat-x;
	line-height:20px;

}
.fieldTrommelNumberHeader { 
	float:left; 
	width:150px; 
	padding:5px 10px; 
	background:#F2F2F2 url(../images/bgTrommelHeader.jpg) repeat-x;
	line-height:20px;
}
.fieldTrommelVermerkHeader { 
	float:left; 
	padding:5px 10px; 
	background:#F2F2F2 url(../images/bgTrommelHeader.jpg) repeat-x; 
	line-height:20px;
}

.positionTrommel { 
	float:left; 
	width:50px; 
	padding:7px 10px; 
	line-height:20px;

}

.labelAdd { 
	width:52px; 
	padding:7px 10px; 
	line-height:20px;
	background:url(../images/bgTrommelSeparator.gif) repeat-y right;
		display:block;
	float:left;

}

.labelVermerk {
	width:2px; 
	padding:7px 0;
	line-height:20px;
	background:url(../images/bgTrommelSeparator.gif) repeat-y right;
	display:block;
	float:left;
}
.fieldTrommelNumber { 
	float:left; 
	width:150px; 
	padding:7px 10px; 
	
	line-height:20px;
}
.fieldTrommelVermerk { 
	float:left; 
	padding:7px 10px; 
	line-height:20px;
}

.trommelEntryOdd { background:#F2F2F2; }
.trommelEntryEven { background:#E7E7E7; }

*html .trommelEntryOdd { background:#F2F2F2;  margin:0 0 1px 0; }
*html .trommelEntryEven { background:#E7E7E7; margin:0 0 1px 0; }


.inputTrommelNr { width:150px; margin:0;}
*html .inputTrommelNr { width:145px; margin:0;}
.inputTrommelPosition { width:45px; margin:0;}
.inputTrommelVermerk {width:350px; margin:0;}

.addFields { padding:10px 0; background:#ffffff;}
.formField { float:right; padding:10px;}



.inputTrommelNrAdd { width:146px; margin:7px 10px; line-height:20px; display:block; float:left}
*html .inputTrommelNrAdd { width:145px; }
.inputTrommelVermerkAdd {width:350px; margin:7px 10px; line-height:20px; display:block; float:left}

#moreFields { text-decoration:underline; border:none; background-color:#FFFFFF; margin:0 0 0 10px; cursor:pointer;}



/* ----------------IMAGE SLIDER------------- */
#newscontainer #newsitem_outer {
background:transparent url(../images/bg_newscontainer.png) no-repeat scroll right center;
height:120px;
margin:-120px 0 0 120px;
overflow:hidden;
position:absolute;
width:550px;
}

#newscontainer #newsLogo {
background:transparent url(../images/news_logo.png) no-repeat scroll 0;
cursor:pointer;
height:120px;
width:120px;
}


#newsitem_outer {
	padding:0 0 0 0; 
	width:920px;
	margin: 0 0 0 30px;
}
/* create custom forward-backward buttons for this container */
#newsitem_outer .SlideItMoo_forward,
#newsitem_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:30px; 
	height:110px; 
	bottom:12px; 
	right:20px; 
	background:transparent url(../images/navi_rechts.png) no-repeat scroll 0
}
#newsitem_outer .SlideItMoo_back { 
	left:21px; 
	background:transparent url(../images/navi_links.png) no-repeat scroll 0;  
}

/* the width is set to show the number of thumbnails that will be visible */
#newsitem_inner{ 
	position:relative ; 
	overflow:hidden ; 
}
/* the thumbnails container; set a width on it so everything will be fine */
#newsitems { 
	display:block; 
	position:relative; 
}

/* NEWSCONTAINER */
#newsContainer{
  width:980px;
  height: 110px;
  margin: 5px 0 0 18px;
  float:left;
  background: url(../images/bgNewsContainer.gif) no-repeat 0 bottom;
}
#newsContainer .news{
  float:left;
  width:230px; height: 108px;
  background: url(../images/bg_news.png) no-repeat;
  margin:2px 0 0 0;
}
#newsContainer .news_4{
  float:left;
  width:245px; height: 110px;
  background: url(../images/bg_news_4.png) no-repeat;
}
#newsContainer .news .newsText, #newsContainer .news_4 .newsText{
  margin: 15px 0 0 0px;
  width: 130px;
  float:left;

}

.newsText h1 { width:130px; font-size:14px; font-weight:bold; height:18px; overflow:hidden; margin:0 0 4px 0;}

#newsContainer .news .newsText p, #newsContainer .news_4 .newsText p{
  font-size: 12px;
  padding: 20px 0 5px 15px;
  width: 120px;
}
#newsContainer .news .newsText a, #newsContainer .news_4 .newsText a{
  font-size: 12px;
  color: #9c0000;
  background: url(../images/pfeil_details.png) no-repeat right;
  padding:0 10px 0 15px;
}
#newsContainer .news .pic, #newsContainer .news_4 .pic{
  position:absolute;
  margin:15px 0 0 130px;
}
#newsContainer .headline{
  position:absolute;
  height:11px;
  padding: 0 0 0 15px;
}
#newsitem_inner{
overflow:hidden;
position:relative;
width:920px;
}
#newsitems{
  width: 2000px;
  overflow:hidden;
}

/* News Single */
.news-single-item { padding: 0 0 0 10px}
#contentContainer .news-single-item h1 { padding:0;}
.newsSingleImage { float:right;}
.newsSingleSubheader { font-weight:bold; padding: 5px 0;}
#contentContainer .newsSingleSubheader p { margin:0;}

iframe{
  border:none;
}

/* Pdf Downloads */

a img{
  border:none;
}
.tx-pdfdownloads-pi1 table{
  width: 720px;
  border-collapse: collapse;
  font-family:Arial;
  font-size:12px;
  color:#333;
}
.tx-pdfdownloads-pi1 tr.pdfHead{
	background: url(../images/th_bg_2.jpg) repeat-x;
}
.tx-pdfdownloads-pi1 th{
  background: url(../images/td_border_2.jpg) right repeat-y;
  height:41px;
  text-align:left;
  padding:0 5px;
  font-weight:bold;
  width:160px;
  
}

.tx-pdfdownloads-pi1 td{
  height: 27px;
  border-top: 1pt solid #fff;
  border-bottom: 1pt solid #fff;
  padding:0 0 0 10px;
}


.tx-pdfdownloads-pi1 tr.first td{
  background:#F2F2F2 url(../images/td_border_1.jpg) right bottom repeat-y;
}
.tx-pdfdownloads-pi1 tr.second td{
  background: #E7E7E7 url(../images/td_border_2.jpg) right bottom repeat-y;
}

.pdf-table th, .pdf-table td{
text-align:center;
}
.tx-pdfdownloads-pi1 td.product, .tx-pdfdownloads-pi1 th.product{
text-align:left;
padding: 0 10px;
width:480px;
}
.tx-pdfdownloads-pi1 .annotation{
  margin: 10px;
}
/* Kupferzuschläge*/

.tx-coppersurcharges-pi1 table{
  width:98%;
  font-family:Arial;
  font-size:12px;
  color:#333;
  border-collapse:separate;
}

.tx-coppersurcharges-pi1 th{
  background: url(../images/th_bg_2.jpg) repeat-x;
  height:41px;
  text-align:center;
  padding:0 0 0 2px;
  font-weight:bold;
  border-left:1px solid #ffffff;
  border-right:1px solid #b8b8b8;

}
.tx-coppersurcharges-pi1 th.first {
	border-left:0px solid #ffffff;
  	border-right:1px solid #b8b8b8;
}

.tx-coppersurcharges-pi1 th.last {
	border-left:1px solid #ffffff;
  	border-right:0px solid #b8b8b8;
}

.tx-coppersurcharges-pi1 td{
  height: 27px;
  border-bottom: 1pt solid #fff;
  padding:0 10px 0 10px;
  text-align:right;
  background:#f2f2f2;
  border-left:1px solid #ffffff;
  border-right:1px solid #b8b8b8;
}

.tx-coppersurcharges-pi1 td.first {
	font-weight:bold;
	border-left:0px solid #ffffff;
  	border-right:1px solid #b8b8b8;
}

.tx-coppersurcharges-pi1 td.last {
	border-left:1px solid #ffffff;
  	border-right:0px solid #b8b8b8;
}
.tx-coppersurcharges-pi1 .introduction { padding: 5px 10px;}

/* Feedback Formular */
.feedbackHeader {
background:#F2F2F2 url(../images/bgTrommelHeader.jpg) repeat-x scroll 0 50%;
float:left;
line-height:20px;
padding:5px 17px;
text-align:center;
}
.feedbackHeaderFirst {
	background:#F2F2F2 url(../images/bgTrommelHeader.jpg) repeat-x scroll 0 50%;
	float:left;
	line-height:20px;
	padding:5px 10px;
	text-align:center;
	width:120px;
}

.labelFeedback {
display:block;
float:left;
line-height:20px;
padding:5px 10px;
width:120px;
}

*html .labelFeedback {
	padding:5px 0 5px 10px;
	width:130px;
}


.radio1 { float:left; padding:10px 0 0 0; #padding:7px 0 0 0; width:96px; text-align:center;}
.radio2 { float:left; padding:10px 0 0 0; #padding:7px 0 0 0; width:68px; text-align:center;}
.radio3 { float:left; padding:10px 0 0 0; #padding:7px 0 0 0; width:120px; text-align:center;}
.radio4 { float:left; padding:10px 0 0 0; #padding:7px 0 0 0; width:107px; text-align:center;}
.radio5 { float:left; padding:10px 0 0 0; #padding:7px 0 0 0; width:175px; text-align:center;}

.anmerkungenWrap {
	margin:0 0 25px 0;
}
.labelAnmerkungen {
	display:block;
	float:left;
	line-height:20px;
	padding:7px 10px 37px 10px; #padding:7px 10px 39px 10px;
	width:120px;
	border-right:1px solid #cccccc;
	background:#E7E7E7 none repeat scroll 0;
}

.labelCompany {
	display:block;
	float:left;
	line-height:20px;
	padding:7px 10px 13px 10px; #padding:7px 10px 13px 10px;
	width:250px;
	border-right:1px solid #cccccc;
	background:#E7E7E7 none repeat scroll 0;
}
.anmerkungen { 
	background:#E7E7E7 none repeat scroll 0;
	padding:10px 17px;  float:left; border-left:1px solid #ffffff;
}
.anmerkungenWrapOdd {
	margin:0 0 25px 0;
}
.labelAnmerkungenOdd {
	display:block;
	float:left;
	line-height:20px;
	padding:7px 10px 37px 10px; #padding:7px 10px 39px 10px;
	width:120px;
	border-right:1px solid #cccccc;
	background:#F2F2F2 none repeat scroll 0;
}
.anmerkungenOdd { 
	background:#F2F2F2 none repeat scroll 0;
	padding:10px 17px;  float:left; border-left:1px solid #ffffff;
}

.textareaAnmerkungen { width:540px; height:40px;}
#contentContainer .feedback h2 { font-size:12px; margin:10px 0 0 0;}
.feedback .h2Wrap { font-size:10px; line-height:10px;}
.feedback .labelAdd { width:58px; #width:48px;}
.radio { float:left; padding:11px 0 0 52px; #padding:9px 0 0 52px;}
.radioWrap {background:#F2F2F2 none repeat scroll 0; margin:0 0 25px 0; }
.feedback .formField { padding:0;}

.feedback .parkField { padding:10px 17px 2px 17px;}

.datenFeedback .separatorTrommel { height:40px;}
.datenFeedback  .labelFeedback { padding:10px 10px 0;}

.datenFeedback .parkFieldCountry{ padding:10px 0 0 17px;}
.datenFeedback .parkFieldZip { padding:10px 0 0 8px;}
.datenFeedback .parkFieldCity{ padding:10px 0 0 8px;}

.inputCompany {width:410px;}

.divider hr{
 border: none;
 background: #cccccc;
 height: 1px;
}

