.produkt {
position: relative;
left:5px; 
top:10px; 
width:590px; 
height:220px; 
background-color: #efce5d; 
padding: 10px 8px 10px 8px;
}

.infoboard {
position: relative; left:5px; top:0px; width:340px; height:200px;background-color:#FFFFFF; padding:5px 5px 5px 2px;
}

.infoboard2 {
position: relative;  left:0px; top:0px; width:340px; height:40px; padding:0px 5px 5px 15px; border-bottom: dashed 2px #a7a7a7; font-size:1.3em;color:#505050;font-weight:bold;
}

.infoboard3 {
position: relative; left:0px; top:0px; width:340px; height:25px; padding:5px 5px 5px 15px; border-bottom: dashed 2px #a7a7a7; color:red;font-weight:bold;
}

.infoboard4 {
position: relative; left:0px; top:0px; width:340px; height:50px; padding:10px 5px 5px 15px; border-bottom: dashed 2px #a7a7a7; font-size:0.85em;
}

.korb {
background-color: #fffaaa; border-top: solid 2px brown; width:220px; height:20px; padding:10px 10px 5px 10px;
}


.zoomdiv {z-index:99;}
.zoomdiv a span {display:none;}
.zoomdiv a:hover span {position:absolute; top:+250px; left: 40%; width:320px; height: 230px; padding:10px 10px 10px 10px; border: solid 2px #3333ff; z-index:99;display:block; background-color: #ffffff  } /*Hier wird das Fenster positioniert; Nach persönlichen Vorstellungen anpassen*/
.zoomdiv a:hover span img {border: 6px solid #ffcc66; width: 121%;}

