/**********************************************************************
																   PAGE
**********************************************************************/
body {
		margin:0px;
		padding:0px;
		font-family: Verdana, sans-serif;
		font-size: 12px;
		background-color:white;		
}

* {
		font-family: Verdana, sans-serif;
		font-size: 12px;
}

p, ul{
    line-height:1.4;
    margin-top:10px;
    margin-bottom:10px;
}

.align-right{
  float:right;
  padding-right:10px;  
  margin-top:0px;
  margin-bottom:0px;
  }

/**********************************************************************
													default styling
**********************************************************************/
a {
		text-decoration:none;
}
a.mail {
		padding-left:15px;
		background: url('/fileadmin/images/std/link_mailto.gif') 0px 4px no-repeat;
}
a.mail:hover {
		background: url('/fileadmin/images/std/link_mailto_a.gif')  0px 4px no-repeat;
}

a.internal-link {
		padding-left:15px;
		background: url('/fileadmin/images/std/link_intern.gif') 0px 3px no-repeat;
}
a.internal-link:hover {
		background: url('/fileadmin/images/std/link_intern_a.gif')  0px 3px no-repeat;
}

a.internal-link-back {
		padding-left:15px;
		background: url('/fileadmin/images/std/back.gif') 0px 3px no-repeat;
}
a.internal-link-back:hover {
		background: url('/fileadmin/images/std/back_hover.gif')  0px 3px no-repeat;
}



a.internal-link-new-window {
		padding-left:50px;
		padding-right:30px;
		padding-top:10px;
		padding-bottom:5px;
		background: url('/fileadmin/images/std/button.gif') 0px 7px no-repeat;
		color: #000000;
}
a.internal-link-new-window:hover {
		background: url('/fileadmin/images/std/button_hover.gif')  0px 7px no-repeat;
}

a.external-link,a.external-link-new-window {
		padding-left:15px;
		background: url('/fileadmin/images/std/link_extern.gif') 0px 4px no-repeat;
}
a.external-link:hover,a.external-link-new-window:hover {
		background: url('/fileadmin/images/std/link_extern_a.gif')  0px 4px no-repeat;
}

a.toplink {
		padding-left:15px;
		background: url('/fileadmin/images/std/link_top.gif') 0px 4px no-repeat;
}
a.toplink:hover {
		background: url('/fileadmin/images/std/link_top_a.gif')  0px 4px no-repeat;
}

a.download {
		padding-left:15px;
		background: url('/fileadmin/images/std/link_download.gif') 0px 4px no-repeat;
}
a.download:hover {
		background: url('/fileadmin/images/std/link_download_a.gif')  0px 4px no-repeat;
}
a.internal-link-klein {
		padding-left:15px;
		background: url('/fileadmin/images/std/link_intern.gif') 0px 2px no-repeat;
		font-size: 10px;
}
a.internal-link-klein:hover {
		background: url('/fileadmin/images/std/link_intern_a.gif')  0px 2px no-repeat;
}
ul li { 
	list-style-type:square; 
	font-weight:normal;
}
a:hover,
a:focus {
	outline: 0 none;
}
a IMG {
  border: none;
  background-color: transparent;
}


.containerPageContentHolder{
    width:730px;
    overflow:visible ;
}
/**********************************************************************
																toplink
**********************************************************************/
.containertoplink {text-align:right;}



/**********************************************************************
								CLEARER TO CLOSE FLOATS WHEN NECCESSARY
**********************************************************************/
.clear { clear:both; height:1px; line-height:1px; font-size:1px }


/**********************************************************************
										  WHOLE PAGE do not wrap floats
**********************************************************************/
#pageWidth {
		width:935px;
}

/**********************************************************************
															   LEFT COL
**********************************************************************/
#containerLeft {
		float:left;
		width:200px;
		display:none;
}
/**********************************************************************
															  RIGHT COL
**********************************************************************/
#containerRight {
		float:left;
		width:735px;
}
/**********************************************************************
													 SERVICE NAVIGATION
**********************************************************************/
#contentNavigationService {
		text-align:right;
		height:48px;
		display:none;
}
#contentNavigationService * {
		font-size:8pt;
		text-decoration:none;
		display:none;
}
#contentNavigationService div.menue {
		padding-top:26px;
		display:none;
}
#contentNavigationService div.menue div {
		display:inline;
		display:none;
}
/**********************************************************************
											   MAIN NAVIGATION 1. LEVEL
**********************************************************************/
#contentNavigationMain {
		padding-left: 10px;
		height:18px;
		overflow:hidden;
		display:none;
}
#contentNavigationMain * {
		white-space:nowrap;
		display:none;
}
#contentNavigationMain .lv1 {
		padding:2px 20px 2px 20px;
		float:left;
		display:none;
}
#contentNavigationMain .cur,#contentNavigationMain .act {
		display:none;
}
#contentNavigationMain a {
		text-decoration:none;	
        display:none;
}

/**********************************************************************
											   MAIN NAVIGATION 2. LEVEL
**********************************************************************/

#contentNavigationSub {	
	padding-left:0px;
    display:none;
}

#contentNavigationSub * {
	background-color:#A1A88A;
		white-space:nowrap;
		display:none;
}

#contentNavigationSub div.lv2 {
		padding:2px 20px 2px 15px;
		float:left;
display:none;
}

#contentNavigationSub a {
		text-decoration:none;
		display:none;
}

.contentNavigationSubBG{

}

/**********************************************************************
											   MAIN NAVIGATION 3. LEVEL
**********************************************************************/

#contentNavigationSub2 {	
	padding-left:0px;
display:none;
}

#contentNavigationSub2 * {
	background-color:#ffffff;
		white-space:nowrap;display:none;
}

#contentNavigationSub2 div.lv3 {
		padding:2px 20px 2px 15px;
		float:left;
		display:none;
}

#contentNavigationSub2 a {
		text-decoration:none;	
		display:none;
}

#contentNavigationSub2 a:hover {
	color:#386630;
	display:none;
}


/**********************************************************************
														LEFT NAVIGATION
**********************************************************************/
#contentNavigationLeft {
	width: 185px;
	margin-left: 10px;
	display:none;
}

#contentNavigationLeft div.menue div {
	text-align:left;
	display:none;
}


/**********************************************************************
															 Breadcrumb
**********************************************************************/
#contentNavigationBreadcrumb {
	padding-top:10px;
	padding-left:40px;
	height: 30px;
display:none;
}

#contentNavigationBreadcrumb * {
	font-size:8pt;
	text-decoration:none;
	display:none;
}


/**********************************************************************
															  HEADLINES
**********************************************************************/
#containerHeadlines {
		height: 108px;
		padding-left:40px;
		page-break-after:avoid;
}

#contentTitle {
		height: 48px;
}
#contentSubTitle {
		height: 30px;
}
#contentSubTitle H2 {font-size:12pt;margin:0px;padding:0px;}
#contentUntersubTitle {
		height: 20px;
}	

h1 {font-size:21pt; font-weight:normal;margin:0px;padding:0px;}
h2 {font-size:18pt;font-weight:normal;}
h3 {font-size:12pt; font-weight:bold;margin:0px;padding:0px}
h4 {font-size:10pt; font-weight:bold;margin:0px ;padding:0px }
/*h5 {font-size:9pt; font-weight:normal;margin:0px;padding:0px;}*/
h5 {font-size:10pt; font-weight:bold;margin:0px;padding:0px; color:#FFFFFF;}
h6 {font-size:9pt; font-weight:normal;margin:0px;padding:0px; color:#386630;}

.csc-firstHeader{
font-size:14pt; 
font-weight:normal;
margin:0px;
padding:0px 0px 10px 0px;
clear:both;
}
/**********************************************************************
											 PAGECONTENT CONTENTNORMAL
**********************************************************************/

#contentNormalContent {
	margin-top:30px;
	margin-left:10px;
	margin-right:25px;
	/*overflow:hidden;*/
	padding:0;
	width:711px;

}

/**********************************************************************
											PAGECONTENT CONTENTCOLUMNS
**********************************************************************/
.contentColumnsHolder {	
	margin-left:2px;
	margin-right:2px;
	overflow:visible ;
	padding: 0;
}

.contentColumnsHolder .borderTable{
  border:1px solid #cccccc;
  padding-top:10px;
  padding-left:10px;
}

.contentColumnsHolder .tableSpace{
  width:10px;
}

.contentColumnsHolderHome{
	margin-left:0px;
	margin-right:0px;
	overflow:visible ;
	padding: 0;
}

#contentColumns_produktauswahl {	
	margin-left:38px;
	margin-right:25px;
	width: 672px;
	height: 460px;
	background: url('/fileadmin/images/Produkte/Produkteauswahl.jpg') 0px 0px no-repeat;
}

.space_produktauswahl {
	margin-left:30px;
	margin-right:30px;
}

/**********************************************************************
											PAGECONTENT CONTENTLEFT
**********************************************************************/
.contentLeftContentHolder {
	float:left;
	margin:0px;
	margin-right:10px;
	width: 325px;
}

.contentLeftContentHolderHome {
	float:left;
	margin:0;
	margin-right:10px;
	padding:10px;
	width: 465px;
	border:1px solid #cccccc;
}

.contentLeftContentTotal{
	float:left;
	margin:0;
	width: 498px;	
}

.contentLeftContentTotalImages{
	float:left;
    margin:10px 10px 0px 0px;
	width: 290px;	
	height:280px;
	border:1px solid #cccccc;
	padding:10px;
}

.contentLeftContentTotalTop{
	float:right;	
	margin:10px 12px 0px 0px;
	width: 160px;	
	height:120px;
	border:1px solid #cccccc;
	
	line-height:1.4;
}

.contentLeftContentTotalTop p{ 
  padding-top:0px;
  margin:10px;
}

.contentLeftContentTotalSub p{
  padding-top:0px;
  margin:10px;
}

.contentLeftContentTotalSub{
    float:right;
    margin:10px 12px 0px 0px;
	width: 160px;	
	height:167px;
	border:1px solid #cccccc;
	
}

.contentLeftContentTotalTop a, .contentLeftContentTotalSub a {
margin:10px;
}

.tx-photogals-pi1 {
  margin:0px;
  padding:0;
}

/**********************************************************************
											PAGECONTENT CONTENTRIGHT
**********************************************************************/
.contentRightContentHolder {
	width: 335px;
	float:left;
	margin:0;
}

.contentRightContentHolderHome {
	width: 215px;
	float:right;
	margin:0;	
}
/**********************************************************************
												Anwendungsbeispiel
**********************************************************************/
.contentAnwendung_text_left {
	clear: both;
	float:left;
}
.contentAnwendung_text_right {
	float:left;
	margin-left: 100px;
}

.contentAnwendung_text_left UL LI,
.contentAnwendung_text_right UL LI {
	margin-left: -25px;
}
.toplink_div {
	width: 100px;
	height: 40px;
}

.contentLeftContentTotalImages table {
  width:290px;
}

.contentLeftContentTotalImages table tr td{
  font-size:12px;
  line-height:1.4;
}

.image-link{
  margin-top:15px;
  margin-bottom:15px;
}
/**********************************************************************
			    											Produkte
**********************************************************************/
.space_produktauswahl #contentLeftContent {
	float:left;
	margin-top: 25px;
	width: 300px;
}
.space_produktauswahl #contentRightContent {
	margin-left: 30px;
	width: 280px;
	float:left;
	margin-top: 25px;
} 
.produkte_height {
	height: 190px;
}
.produkte_height A {
	text-decoration:underline;
}

#hidden_submit{
    height:2px;
}

.contentLeftContentHolder p {
  margin-top:0px;
margin-bottom:10px;
}

.contentRightContentHolder p {
  margin-top:0px;
  margin-bottom:10px;width:100%;
}

.contentRightContentHolder .contentright_bg p strong{
   
  margin-left:10px;
  
}

.tx-photogals-pi1{
    height:340px;
}

.csc-textpic-text{
  padding-top:20px;
}

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

.csc-textpic-imagewrap{
  margin-top:8px;
}

table.produkte_table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(241, 241, 241) rgb(241, 241, 241) rgb(241, 241, 241) rgb(241, 241, 241);
	border-collapse: collapse;
	background-color: white;
}
table.produkte_table th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: rgb(241, 241, 241) rgb(241, 241, 241) rgb(241, 241, 241) rgb(241, 241, 241);
	background-color: #F1F1F1;
	font-weight: bold;
	color:#386630;
	height: 25px;
}

table.produkte_table td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: rgb(241, 241, 241) rgb(241, 241, 241) rgb(241, 241, 241) rgb(241, 241, 241);
	background-color: white;
	height: 50px;
}
.contentright_bg {
	background-color: #F1F1F1;
	height:100%;
	margin: 0;
	padding: 0;
	overflow:visible ;
}
.contentright_bg H4 {
	margin-left: 15px;
}

.contentright_bg P A {
	margin-left: 15px;
}

/**********************************************************************
													              HOME
**********************************************************************/
.flash_img {
	width: 690px;
	height: 390px;
	background: url('/fileadmin/images/flash/homeflash_img.jpg') 0px 0px no-repeat;
}

/**********************************************************************
													      Kurzanleitung
**********************************************************************/
.kurzleft1 {
	height: 495px;
	width: 310px;
}
.kurzleft2 {
	height: 300px;
	width: 310px;
}
.kurzright1 {
	height: 475px;
}
.kurzright1_bg {
	background-color: #F1F1F1;
	height: 260px;
}
.kurzright1_text {
	height: 50px;
	margin-top: 15px;
}
.kurzright1 IMG {
	margin-left: 30px;
}
.kurzright1 TABLE {
	margin-left: 10px;
	margin-top: 10px;
}
.kurzright1 TD {
	width: 160px;
}
.kurzright1 A {
	font-size: 10px;
}
.kurzright2 {
	margin-top: 65px;	
	height: 300px;
}
.kurzright2 B,
.kurzright2 A {
	margin-left: 10px;
}
.kurzright2_bg {
	background-color: #F1F1F1;
	height: 255px;

}
.kurzright2 SPAN { 
	margin-left: 10px;
	margin-top: 50px;
}
.kurzspace {
	height: 15px;
}


/**********************************************************************
															   Filelink
**********************************************************************/
.csc-header {
	margin:0px;
	padding:0px;
	
}

.csc-header h4 {

}

TABLE.csc-uploads {
	width: 335px;
	margin:0;
}
.csc-uploads-0 {
	
}
.csc-uploads-fileName A {
    padding-left:20px;
	background: url('/fileadmin/images/std/link_download.gif') 10px 4px no-repeat;
}

TABLE.csc-uploads TR TD P {
	margin:0;
	padding: 0;
}


/**********************************************************************
											PAGECONTENT CONTENTBORDER
**********************************************************************/
#contentBorderContent {
	margin-left: 40px;
	width: 670px;
	margin-top: 30px;
}

/**********************************************************************
												PAGECONTENT wheels
**********************************************************************/
#contentWheels {
	width:200px;
	height:155px;
	overflow:visible ;
	padding-top:2px;
}


/**********************************************************************
												PAGECONTENT Leftbar
**********************************************************************/
#contentLeftbar {
		margin-top: 110px;
		width:200px;
		height:18px;
	
}


/**********************************************************************
																 FOOTER
**********************************************************************/
#containerFoot {
	clear:both;
	width:935px;
	display:none;
}
#containerSicher {
	width:200px;
	background-color:white;
	display:none;
}
#containerFootLeft {
	float:left;
	width:200px;
	height:18px;
	display:none;
}
#containerFootRight {
	float:left;
	width:735px;
	height:18px;
	display:none;
}
#containerFootRight .menu {
	margin-left:10px;
	display:none;
}
#containerFootRight .lv1 {
	padding:2px 30px 2px 30px;
	float:left;
display:none;
}
#containerFootRight a {
	text-decoration:none;
display:none;
}

/**********************************************************************
													   MACINA SEARCHBOX
**********************************************************************/
#tx-indexsearch .itemHolder .item * {margin:0px; padding:0px;}
#tx-indexsearch .itemHolder .item form {margin:0px; padding:0px;}
#tx-indexsearch .itemHolder .item {text-align:right;}
#tx-indexsearch .itemHolder .item .swordinput { 
		width:150px; 
		height:16px;
		font-family: Verdana,sans-serif;
		font-size:10pt;
		border:1px solid #999999;
}
#tx-indexsearch .itemHolder .item .sword {
	float:right;
}
#tx-indexsearch .itemHolder .item .submitItem {
	float:right;
	margin-right:5px;
}

/**********************************************************************
															SITEMAP
**********************************************************************/
.level1{
  display:none;
}
.level2 li a{
  font-weight:bold;
}
/**********************************************************************
													      TIP A FRIEND
**********************************************************************/

.tipafriends INPUT,
.tipafriends TEXTAREA {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #CDCCCA;
}
.tipafriends SPAN.info_text {
	font-size: 10px;
}


/**********************************************************************
															COMMERCE
**********************************************************************/

.csc-form-fieldcell {
	width: 200px;
}
.csc-form-fieldcell INPUT {
	width: 200px;

}
.upload_status INPUT {
	width: 150px;
	font-size: 12px;
}

.error {
	margin-top: 50px;
	height: 150px;
	font-size: 12px;
	color:#386630;
	font-weight: bold;
}
.space1 {
	height: 10px;
}
.kalkulation_image {
	height: 75px;
}
.kalkulation1 {
	width: 700px;
	height: 17px;
	border: 1px solid #CDCCCA; 
}
.kalkulation {
	width: 710px;
	height: 620px;
	border: 1px solid #CDCCCA; 
	position:relative;
}

.tx-commerce-pi1{
    width:711px;

}

.label1 {
	width: 325px;
	height: 17px;
	float: left;
	background-color: #A1A889;
	border-right: 1px solid #CDCCCA;
}
.label1 SPAN {
	margin-left: 15px;
	color: #000000;
	font-weight: bold;
}
.input {
	width: 20px;
	height: 17px;
	float: left;
	background-color: #A1A889;
}
.input_gray {
	width: 20px;
	height: 17px;
	float: left;
	background-color: #CDCCCA;
}
.input INPUT,
.input_gray INPUT {
	height: 15px;
	width: 12px;
	margin-top:1px;
	margin-left: 3px;
	padding: 0;
}
.label2 {
	width: 151px;
	height: 17px;
	float: left;
	background-color: #A1A889;
	border-right: 1px solid #CDCCCA;
}
.label2_gray {
	width: 151px;
	height: 17px;
	float: left;
	background-color: #CDCCCA;
	border-right: 1px solid #CDCCCA;
}
.label2 SPAN,
.label2_gray SPAN {
	margin-left: 5px;
	color: #000000;
	font-weight: bold;
}
.label3 {
	width: 152px;
	height: 17px;
	float: left;
	background-color: #A1A889;
}
.label3_gray {
	width: 152px;
	height: 17px;
	float: left;
	background-color: #CDCCCA;
}
.label3 SPAN,
.label3_gray SPAN  {
	margin-left: 5px;
	color: #000000;
	font-weight: bold;
}
.kalkulation_form{
	float: left;
	width: 700px;
		height:520px;
}

.kalkulation_preisstaffel {
	float: left;
	width: 710px;
    margin-top:25px;
}

.singleStaffelBox_small{
  width:110px;
  background-color:#F1F1F1;
  border:1px solid #999999;
  height:30px;
  padding:5px; 
  
}


.singleStaffelBox{
  width:120px;
  background-color:#F1F1F1;
  border:1px solid #999999;
  height:30px;
  padding:5px; 
  
}

.singleStaffelBox_medium{
  width:129px;
  background-color:#F1F1F1;
  border:1px solid #999999;
  height:30px;
  padding:5px; 
 
}

.singleStaffelBox_large{
  width:140px;
  background-color:#F1F1F1;
  border:1px solid #999999;
  height:30px;
  padding:5px; 
 
}


.titleStaffelSingle{
  float:left;
  font-size:9px;
}

.priceStaffelSingle{
  float:right;
  font-size:9px;
}

.titleStaffelTotal{
  float:left;
  color:#386630;
  font-size:9px;
}

.priceStaffelTotal{
  float:right;
  color:#386630;
  font-size:9px;
}


.kalkulation_contentleft_oben {
	font-weight: bold;
	margin-left: 15px;
	margin-top: 15px;
	height: 100px;
}
.kalkulation_contentleft_oben_mass {
	font-weight: bold;
	margin-left: 15px;
	margin-top: 15px;
	height: 100px;
}

#kalkulation_contentleft_oben_content_mass IMG {
	margin-left: 6px;
}

.kalkulation_contentleft_oben A {
	font-weight: normal;
}
.kalkulation_contentleft_unten {

}

.linkMass{
padding-left: 44px;	

left:10px;
margin-left: 100px;	
}


#kalkulation_contentleft_unten_content {
	margin-top: 5px;
}
.space2 {
	width: 10px;
	float: left;
}

.kalkulation_contentrechts {
	float: left;
	padding-top:15px;

}

.kalkulation_contentrechts_mass {
	float: right;
	margin-right:20px;

}



.kalkulation_contentrechts SPAN,
.kalkulation_contentrechts_mass SPAN {
	height: 30px;
	display: block;
}
.kalkulation_contentrechts SPAN SELECT,
.kalkulation_contentrechts_mass SPAN SELECT {
	font-size: 12px;
	width: 280px;
	background-color: #FFFFFF;
	border: 1px solid #DBDBDB;
	margin-left: 30px;
}
.kalkulation_contentrechts_mass SPAN INPUT {
	font-size: 12px;
	width: 275px;
	background-color: #FFFFFF;
	border: 1px solid #DBDBDB;
	margin-left: 30px;
}
.kalkulation_contentrechts_mass SPAN TEXTAREA {
	font-size: 12px;
	width: 275px;
	background-color: #FFFFFF;
	border: 1px solid #DBDBDB;
	margin-left: 30px;
}

.preisstaffel{
  margin-left:5px;
}
.auflage {
	font-weight: bold;
	color:#386630;
	margin-left: 30px;
}

.temp_warenkorb_input INPUT {
	display: block;
}

#warenkorb_input {
	margin-left:520px;

}
	
#warenkorb_input INPUT {
	width: 80px;
}


#warenkorb_button {
margin-left:575px;
	margin-top: 20px;
	margin-bottom:10px;
}


.com-basket-main-container{	
    position:absolute;
  margin-top: -285px;
  margin-left:1px;
  float:left;
 
}

.com-basket-box {
	background-color:#ffffff;
	width: 710px;
}

.com-basket-box table{ 
  width: 710px;
}
TD.com-bold-com-text-right {
	width: 570px;
	text-align: right;
}

TD.com-text-right {
	width:90px;
	text-align: right;

}

TD.com-text-right-space {
	width: 10px;
}
TD.com-text-right B {
	color: #000000;
}
TD.warenkorb_line {
	border-bottom: 1px solid #CDCCCA;
	width: 670px;
	height: 2px;
	font-size: 2px;
	background-color: #F1F1F1;
}
TD.warenkorb_line_white {
	border-bottom: 1px solid #CDCCCA;
	width: 670px;
	height: 2px;
	font-size: 2px;
	background-color: #FFFFFF;
}
TR.warenkorb_white {
	background-color: #FFFFFF;
	width: 700px;
	height: 23px;
}

TR.warenkorb_gray {
	background-color: #F1F1F1;
	height: 23px;
}

.com-basket-next {    
   position:absolute;  
   width:20px;
   left:614px;
   top:530px;
}

.com-basket-next a{       
       
}

.com-basket-pstext {
	float:left;
	font-size: 10px;
	width: 450px;
}
.com-basket-pstext1 {
	font-size: 10px;
	width: 450px;
}

#checkout_checkbox {
	position: absolute;
	top: 279px;
	left: 600px;
	width: 250px;
}
#checkout_checkbox INPUT {
	padding: 0;
	margin: 0;
	font-size: 8px;
}
#checkout_checkbox b {
	padding-left:10px;
	margin: 0;

}



#table_billing {
    margin-top:0px;
    float:left;
}

.billing_title{
    margin-right:60px;
    float:left;
}

#radiocheck-billing {
	margin-left:0px;
	padding-top:35px;
	width: 282px;
	z-index: 2;
}

#table_billing TD SELECT {
	width: 140px;	
}

#radiocheck-delivery {
	position: absolute;
	width: 250px;
	top: 310px;
	left: 586px;
	z-index: 1;
} 

#checkout_pruefen2 #table_delivery {
	position: absolute;
	top: 200px;
	left: 405px;
	z-index: 0;
}

#table_delivery {
	position: absolute;
	top: 330px;
	left: 585px;
	z-index: 0;
}
#table_middle {
	position: absolute;
	top:480px;
	left: 220px;
	z-index: 0;
	height: 25px;
}
.table_middle {
	width: 670px;
}
#table_delivery TD SELECT {
	width: 140px;
}

#weiterbutton_billing {
	position: absolute;
	top: 725px;
	left: 840px;
	height: 100px;
}
#weiterbutton_billing INPUT { 
	display: block;
}
#backbutton_billing {
	position: absolute;
	top: 725px;
	left: 225px;
	height: 100px;
}
#backbutton_billing INPUT {
	display: block;
}
.nextbutton_delivery {
	position: absolute;
	top: 755px;
	left: 810px; 
	height: 100px;
}

#backbutton_delivery {
	position: absolute;
	top: 756px;
	left: 225px;
	height: 100px;
}

#backbutton_delivery INPUT {
	display: block;
}

#weiterbutton_delivery{
    position: absolute;
	top: 750px;
	left: 765px;
	height: 100px;
}



#pstext {
	position: absolute;
	top: 680px;
	left: 225px;
	font-size: 10px;
}

.checkout_pruefen1_button_right{
float:right;

}

.checkout_pruefen1_button_left {
    margin-top:15px;
    width:100px;
    float:left;
}

.com-chkout-address-title {
	font-weight: bold;
	color:#386630;
	width: 500px;
	padding-left:10px;
	font-size: 14px;
}

/* Listing */
#checkout_pruefen {
	display: none;
	width: 660px;
	font-weight: bold;
	color:#386630;
	margin-top: 20px;
}
#checkout_pruefen1 {
	display: block;
	width: 650px;
}
.com-chkout-listing-disclaimer-ps {
	height: 50px;
	font-size: 11px;
	margin-left: 5px;
}
.checkout_pruefen1_button {
	width: 670px;
}
.checkout_pruefen1_button INPUT {
	margin-left: 400px;
}
#seite_drucken_div1 {
	display: none;
}
#seite_drucken_div1 A:hover{
	color: #FFFFFF;
}
#checkout_pruefen2 {
	display: none;
}

#checkout_pruefen2 #table_billing{
    position: absolute;
	top: 200px;
	left: 40px;
	z-index: 0;
}
TD.commerce_buttonleft {
	text-align: left;
	width: 260px;
	/*margin-top: 150px;*/
}

TD.commerce_buttonright {
	text-align: left;
	width: 220px;
	/*margin-top: 150px;*/
}
TD.commerce_buttonleft1 {
	text-align: left;
	width: 210px;
	margin-top: 150px;
}
TD.commerce_buttoncenter1 {
	text-align: center;
	width: 240px;
}
TD.commerce_buttonright1 {
	text-align: right;
	width: 220px;
	margin-top: 150px;
}

.commerce_buttonleft A,
.commerce_buttonright A,
.commerce_buttoncenter A {
	text-decoration: underline;
}
#lieferadress_label {
	adisplay: none;
	font-weight: bold;
	color:#386630;
}
.com-basket-list {
	width: 670px;
	margin-top: 175px;
}
TD.com-basket-header-artikel {
	width: 330px;
	text-align: left;
	font-size: 13px;
	background-color: #A0A788;
	color: #FFFFFF;
	border-left: 1px solid #CDCCCA;
	height: 30px;
	font-weight: bold;
}
TD.com-basket-header-preisstk {
	width: 90px;
	text-align: center;
	font-size: 13px;
	background-color: #A0A788;
	color: #FFFFFF;
	border-left: 1px solid #CDCCCA;
	height: 30px;
	font-weight: bold;
}
TD.com-basket-header-auflage {
	width: 90px;
	text-align: center;
	font-size: 13px;
	background-color: #A0A788;
	color: #FFFFFF;
	border-left: 1px solid #CDCCCA;
	height: 30px;
	font-weight: bold;
}
TD.com-basket-header-preis {
	width: 90px;
	text-align: center;
	font-size: 13px;
	background-color: #A0A788;
	color: #FFFFFF;
	border-left: 1px solid #CDCCCA;
	border-right: 1px solid #CDCCCA;
	height: 30px;
	font-weight: bold;
}
TD.com-basket-even-artikel {
	width: 330px;
	text-align: left;
	border-left: 1px solid #CDCCCA;
	border-top: 1px solid #CDCCCA;
	padding-left:10px;
	/*height: 45px;
	margin-top: 20px;*/
	color: #37662F;
}
TD.com-basket-even-preisstk { 
	text-align: center;
	border-left: 1px solid #CDCCCA;
	border-top: 1px solid #CDCCCA;
	color: #37662F;
}
TD.com-basket-even-auflage {
	text-align: center;
	border-left: 1px solid #CDCCCA;
	border-top: 1px solid #CDCCCA;
	color: #37662F;
}
TD.com-basket-even-preis { 
	text-align: right;
	border-left: 1px solid #CDCCCA;
	border-top: 1px solid #CDCCCA;
	border-right: 1px solid #CDCCCA;
	color: #37662F;
}
TD.com-basket-att-artikel {
	width: 330px;
	text-align: left;
	border-left: 1px solid #CDCCCA;
	border-bottom: 1px solid #CDCCCA;
	padding-left:10px;
	/*height: 75px;
	margin-top: 20px;*/
	color: #37662F;
}
TD.com-basket-att-preisstk { 
	text-align: center;
	border-left: 1px solid #CDCCCA;
	border-bottom: 1px solid #CDCCCA;
	color: #37662F;
}
TD.com-basket-att-auflage {
	text-align: center;
	border-left: 1px solid #CDCCCA;
	border-bottom: 1px solid #CDCCCA;
	color: #37662F;
}
TD.com-basket-att-preis { 
	text-align: center;
	border-left: 1px solid #CDCCCA;
	border-bottom: 1px solid #CDCCCA;
	border-right: 1px solid #CDCCCA;
	color: #37662F;
}
TD.com-basket-label-left-space {
	width: 10px;
}
TD.com-basket-label-left {
	width: 500px;
	height: 23px;
	text-align: left;
	border-bottom: 1px solid #CDCCCA;
	color: #37662F;
}
TD.com-basket-label-right {
	height: 23px;
	text-align: right;
	border-bottom: 1px solid #CDCCCA;
	color: #37662F;
}
.mass_maillist TD {
	height: 25px;
}
.mass_maillist_column1 {
	width: 140px;
}
.mass_maillist_column2 {
	width: 160px;
}
.mass_maillist_column3 {
	width: 40px;
}
#delivery-title,
#billing-title {
	display: block;
}

/*  Massanfertigung Style  */
.kalkulation_mass {
	width: 710px;
	height: 470px;
	border: 1px solid #CDCCCA; 
}

.kalkulation_mass .formTable{
  margin-top:20px;
  width:100%;
  margin-left:10px;
}
.kalkulation_contentrechts .productTable{
  margin-left:10px;
  margin-right:10px;
  margin-bottom:20px;
}

.kalkulation_contentrechts .productTable tr .productTableHead {
    width:200px;
}

.kalkulation_mass .productTable tr .productTableHead {
    width:200px;
}

.kalkulation_contentrechts .productTable2{
  margin-left:44px;

}

.kalkulation_contentrechts .productTable tr td{
  width:165px;
}


.kalkulation_mass .productTable {
  margin-top:20px;
  margin-left:10px;
}

.kalkulation_mass .productTable tr td{
  width:165px;
}

.kalkulation_mass .formTable tr td input{
  width:200px;
}

.lbFooter{
  color:#000000; 
  font-size:11px;
  width:300px;
  padding-top:10px;
}

.lbForm{
  color:#000000; 
  font-size:12px;
  padding-top:10px;  
}
.lbFormSmall{
  color:#000000; 
  font-size:12px;
  padding-top:10px;  
  width:100px;
  overflow:visible ;
  white-space:nowrap;
}
.lbFormBold{
    font-weight:bold;
    color:#000000; 
    font-size:12px;
    padding-top:10px; 
}

.tableConfirm tr .lbFormBold{
    width:150px;
}

.lbFormMedium{
    width:450px;
  color:#000000; 
  font-size:12px;
  height:50px; 
  margin-top:10px;
  border:1px solid #cccccc;
  overflow:auto;
}

.lbFormHide{
  display:none;
}

.confirm_mass{
  width: 710px;
	height: 450px;
	border: 1px solid #CDCCCA; 
}

.confirm_mass_title{
  padding:10px;
  font-size:14px;
  font-weight:bold;
}

.tableConfirm{
  margin-top:20px;
  width:100%;
  margin-left:10px;
}


.tableConfirm tr td{
  width:165px;
}

.address_mass{
	width: 710px;
	height: 450px;
	border: 1px solid #CDCCCA; 
}

.address_mass_title{
  padding:10px;
  font-size:14px;
  font-weight:bold;
  color: #386630;
}



.tableAddress{
  margin-top:20px;
  width:100%;
  margin-left:10px;
}


.tableAddress tr td{
  width:165px;
}

.tableAddress tr td input.radio{
  width:20px;
}

.tableAddress tr td input{
  width:200px;
}

.standardText{
  padding:10px;
}

.productLinkInactive a{
  color:#000000;
  font-size:12px;
  font-weight:normal;
}

.productLinkActive a{
  color:#000000;
  font-weight:bold;
  font-size:12px;
}

.com-chkout-address-error_mass {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	width: 300px;
	margin-left: 20px;
}

.tx-newloginbox-pi1 p{

}