/* CSS Document */

#produktinformation {
	width: 440px;
	height:auto;
	border:2px solid #999;
	padding:0px;
	}
	
#produktinformation_eal {
	width: 440px;
	height:auto;
	border:2px solid #666;
	padding:0px;
	background-color:#ebebeb;
	}
	
#produktinformation_evs {
	width: 440px;
	height:auto;
	border:2px solid #3d7665;
	padding:0px;
	background-color:#e9eceb;
	}
	
#produktinformation_bild {
	
	width: 400px;
	height:100px;
	/*background-color:#FF0033;*/
	}

	
#zeile {
	width: auto;
	height:25px;
	border-bottom:1px solid #999;
	}
	
#zeile02 {
	width: auto;
	height:25px;
	}	


#produktinformation_text {
	width:220px;
	
	padding: 0px 0 10px 10px;
	float:left;

	}
	
#produktinformation_text4 {
	width:200px;
	
	padding: 0px 0 10px 10px;
	float:left;

	}
	
#produktinformation_text2 {
	width: auto;
	
	text-align:right;
	padding: 0px 10px 10px 10px;
	
	}
	
#produktinformation_text3 {
	width: auto;
	
	text-align:right;
	padding: 0px 10px 10px 10px;
	
	}

.prod_info_eing {
	margin-left:50px;
	padding:2px 6px 2px 6px;
	border:1px solid #ddd;
	text-align:right;
	}		
	
#trennlinie {
	border-bottom:1px solid #999;
	
	}
	

