
/*
Formatierung Prodname in Prod Template
*/
#prodname { 
		text-align: left; 
		font-size: 1.4em; 
		letter-spacing: 1;
		font-weight: normal; 
		color: #0099FF; 
		margin-bottom: 0px; 
		margin-top: 32px; 
}


/*
Formatierung SubProdname in Prod Template
*/
#prodnamesub { 
		text-align: left; 
		font-size: 1.4em; 
		letter-spacing: 1;
		font-weight: normal; 
		color: #666666; 
		margin-bottom: 0px; 
		margin-top: 32px; 
}


/*
Zellenhöhe für Horizontale Linie
*/
#lineheight { 
      height: 35px; 
}


/*
Transparenter Hintergrund für Hauptnavigation oben
*/
.transparenzgallery { 
      filter: alpha(opacity=70); 
	  -moz-opacity: 0.7; 
      opacity: 0.7; 
	   height: 18px; 
}

/*
Formatierung Uberschriften in Prod Template
*/
#prodheadline { 
		text-align: left; 
		text-valign: top; 
		font-size: 1.4em; 
		letter-spacing: 1;
		font-weight: normal; 
		color: #0099FF; 
		width: 100%; 
		margin-bottom: 8px; 
		margin-top: 0px; 
}

/*
Formatierung Aufzählung in Prod Template
*/
#prodlist { 
  		list-style: disc;
		color: #666666; 
		font-size: 0.8em; 
		line-height: 180%; 
}


/*
Formatierung Breite Linke Spalte in Prod Template
*/
.prodleft {
		width: 46%; 
		text-align: left; 
		text-valign: top; 
}

/*
Formatierung Rechte Spalte in Prod Template
*/
.prodright {
		 padding-left: 0px; 
		 width: 46%; 
		 text-align: left; 
		 text-valign: top; 
}


/*
Formatierung Icons Anwendung in Prod Template
*/
#iconanwendung img {
		margin-right: 12px; 
		margin-top: 23px;
}


#prodbeschreibung p { 
		text-align: justify; 
}
	
/*
Plazierung Icon Kennlinie in Prod Template
*/
#iconkennlinie img {
		margin-right: 0px; 
		margin-top: 23px;
}

/*
Plazierung Icon Bemaßung in Prod Template
*/
#iconbemaßung img {
		margin-right: 0px; 
		margin-top: 19px;
}


/*
Formatierung Tabelle tech. Daten Module
*/
.datatable { 
     background-color: #EBEBEB; 
     border: 1px solid #0099FF;
     border-collapse: collapse;
     width: 100%; 
     
     
}

.datatable td { 
     border-bottom: 1px solid #0099FF; 
     color: #666666; 
     font-size: 0.8em; 
     font-weight: normal; 
     padding: 6px;  
}

.datatable th { 
     border: 0px solid #0099FF; 
     background-color: #999999; 
     color: #FFFFFF; 
     font-size: 0.8em; 
     font-weight: bold; 
     text-align: left; 
     padding-left: 4px;  
     padding-top: 4px; 
     padding-bottom: 4px; 
     
}


.datatable caption { 
     font: bold arial, helvetica, sans-serif;
     color: #FFFFFF; 
     text-align: left; 
     padding-top: 3px; 
     padding-bottom: 8px;  
     border: 0px solid #0099FF;
}


.datatable tr.altrow { 
    background-color: #FFFFFF; 
    color: #000000; 
}


#center { 
    text-align: center; 
}

#center1 { 
    text-align: center; 
    width: 70px; 
}

#center2 { 
    background-color: #EBEBEB; 
    width: 70px; 
    border: none; 
}

#einzug { 
     padding-left: 20px; 
}

#absatz {
     padding-top: 20px; 
}


/*
Formatierung Tabelle tech. Daten Regler
*/
.datatableregler { 
     background-color: #EBEBEB; 
     border: 1px solid #0099FF;
     border-collapse: collapse;
     width: 90%;      
}

.datatableregler td { 
     border-bottom: 1px solid #0099FF; 
     color: #666666; 
     font-size: 0.8em; 
     font-weight: normal; 
     padding: 6px;  
}

.datatableregler th { 
     border: 0px solid #0099FF; 
     background-color: #999999; 
     color: #FFFFFF; 
     font-size: 0.8em; 
     font-weight: bold; 
     text-align: left; 
     padding-left: 4px;  
     padding-top: 4px; 
     padding-bottom: 4px; 
     
}

.datatablereglercaption { 
     font-weight: bold;
     color: #FFFFFF; 
     text-align: left; 
     padding-top: 3px; 
     padding-bottom: 8px;  
     border: 0px solid #0099FF;
}


.datatableregler tr.altrow { 
    background-color: #FFFFFF; 
    color: #000000; 
}



