/* ************************************************/
/* k_drift.css - Standard-Style                   */
/* ************************************************/
/* "#" -> "id"-Selektor; "." -> "class"-Selektor  */
/* ************************************************/

/* --- Produkt-Auswahlliste - Bild "Kontinentaldrift" --- */
/* --- Die Höhe ist fest eingestellt */
#bereich_mitte img.produkt_kdr {
 position:absolute;
 left:414px;
 top:0px; 
 width:208px;
 height:205px;
 border-width:1px;
 border-style:solid;
 border-color:#999999;
 background-color:#F0F0F0;
}

/* --- Produkt-Auswahlliste - Unterschrift unter rechtsseitiges Bild "Kontinentaldrift" --- */
#bereich_mitte p.produkt_kdr {
 position:absolute;
 top:210px;
 left:410px;
 width:208px;
 font-size:11px;
 font-weight:bold;
 text-align:center;
}
