/**
 *  author:   Gregor Martynus <g.martynus@roxea.de>
 *  file:     prodsols.start.css
 *  package:  www.prodanet.com
 *
 *  these formattings are only used on page "Products & Solutions"
 *  (dt.: Produkte & L&ouml;sungen).
 */

 
#wraptype00 {
    background:         url(../img/layout/bg.bar.right.gif) repeat-y right top;
}

h3 {
    margin:             0;
    padding:            2px 5px;
    border-top:         1px solid #555;
    border-left:        1px solid #555;
    border-bottom:      1px solid #3F3F3F;
    border-right:       1px solid #3F3F3F;
    
    color:              #FFF;
    font-size:          .8em;
    background:         #4a4a4a;
}

/**
 *  products
 */
 
#products ul {
    margin:             0;
    padding:            0; 
    
    border-top:         1px solid #000;
    background:         url(../img/prodsols.bg.jpg) repeat-y;
}
#products ul li {
    display:            inline;
    margin:             0;
    padding:            0;
    
    list-style:         none;
    font-style:         normal;
}
#products ul strong {
    display:            block;
    padding-bottom:     .2em;
    
    font-size:          1.2em;
    font-style:         normal;
    letter-spacing:     1px;
}
#products ul a {
    background:         #CEDFFF;
}
#products ul li.diff a {
    background:         #94B2EF;
}

#products ul a {
    display:            block;
    
    width:              569px;
    margin-left:        50px;
    padding:            13px 10px 12px;
    
    
    /* bmh */   
    voice-family:       "\"}\"";    
    voice-family:       inherit;
    width:              499px;
}
html>body #products ul a {
    width:              499px;
}
#products.noadbar ul a {
    width:              749px;
    
    /* bmh */   
    voice-family:       "\"}\"";    
    voice-family:       inherit;
    width:              679px;
}
html>body #products.noadbar ul a {
    width:              679px;
}

#products ul a:link,
#products ul a:visited {
    color:              #000;
    text-decoration:    none;
}

#products ul a:focus,
#products ul a:hover {
    margin:             0px;
    border-left:        50px solid #FF8200;
    
    color:              #000;
    background:         #FFF !important;
    font-style:         italic;
}
/** /products **/

/**
 *  <ADBAR>
 */ 
#adbar {
    margin-bottom:      0;
}

#adbar h4 {
    border-bottom:      0;
    
    color:              #000;
    background:         transparent;
}

#adbar div div {
    background:         transparent;
}
#adbar li {
    list-style-image:   url(../img/layout/icons/icon.bull1.gif);    
}



#adbar div div a:link,
#adbar div div a:visited,
#adbar div div a:focus,
#adbar div div a:hover {
    color:              #000;
}


#adbar div ul {
    font-size:          1em;
    line-height:        1.3em;
} 

#adbar div.hl,
#adbar div.vs {
    border-top:         0 !important;
}

#adbar div.eh {  
    border-top:         1px solid #000;  
    background:         #A7CBA5 url(../img/layout/transitions/trans.adbar.box.eh.png) repeat-x;
}

#adbar div.eh div {   
    border-bottom:      1px solid #80CB7C;
}

#adbar div.eh h4 {
    border-top:         1px solid #A7CBA5;
}

#adbar div.hl {
    background:         #D2A29E url(../img/layout/transitions/trans.adbar.box.hl.png) repeat-x;
}

#adbar div.hl div {   
    border-bottom:      1px solid #D67A6F;
}

#adbar div.hl h4 {    
    border-top:         1px solid #D2A29E;
}

#adbar div.vs {
    background:         #A9A1CE url(../img/layout/transitions/trans.adbar.box.vs.png) repeat-x;
}

#adbar div.vs div {   
    border-bottom:      1px solid #8478CE;
}

#adbar div.vs h4 {    
    border-top:         1px solid #A9A1CE;
}
/** </ADBAR> **/