/*
- Stylesheets für Projekt: Parterremedia.de
- Projektteil: Referenzen
- Erstellt: 14-12-2004 durch Peter Bergner (ParterreMedia.de)
- Feel free to Copy & Paste
*/
body#leistungen #bannerbox h2 { 
font-size:1.0em;
height:8.3125em;
background: #3F605F url(../gfx/bg-leistungen.gif) no-repeat top left;
}
#grafikbox {
background: #3F605F url(../gfx/headgfx-zahnraeder.jpg) no-repeat top left;
}

#leftcol p.desc, #leftcol h4 {margin-left:130px;} /* p.desc enthält Beschreibung der referenzen */

/* :: Bild mit Legende */
dl.meImgLeft { /* umschließt Bild und Legende */
float: left; 
width: 114px;
background:/* #D0E0DF */#ECF3F3;
border:1px solid #3F605F;
}
dl.meImgLeft dt {
/* padding:5px; */
padding-bottom:0;
border-bottom:1px solid #3F605F;
background:white;
}
dl.meImgLeft dt img {border: 0 none; margin:0; margin-bottom:-7px;} /* margin-bottom:-6px; damit leerraum unter Grafik verschwindet -- nur Geckos und Opera */
* html dl.meImgLeft dt img {margin-bottom:0;}
dl.meImgLeft dd {margin: 3px; font-size:0.75em; color:#5F5E5B;}/* Bildunterschrift */

/* :: Liste mit farbigen Bullets */
body#leistungen ul.farbig {margin-bottom:20px;}
body#leistungen ul.farbig li {color:#3F605F; list-style-type: square;margin-left:130px;}
body#leistungen ul.farbig li span {color:#5F5E5B;}