@charset "utf-8";
/* CSS Document */

/* Eingabemaske und Ergebniszeilen */
    .zeile
    {
    background-color: #e5f1ff;
    font-size: 1.0em;
    font-weight: normal;
    color: #000000; 
    }
    
    .zeile2{
    background-color:#f6f7f8;
    }

    .zeile:hover
    {
    background-color: #d7ee79;
    }

    .zeile2:hover
    {
     background-color: #d7ee79;
    }


form .zeile
    {
    background-color: #cbe0f2;
    font-size: 1.1em;
    font-weight: normal;
    color: #000000; 
    }
    
form .zeile2 { height:30px;
    font-size: 1.1em;
    background-color: #cbe0f2;
    }

form .zeile:hover
    {
    background-color: #cbe0f2;
    }

form .zeile2:hover
    {
     background-color: #cbe0f2;
    }










/* NEUE LABELS */
    
.form_select_rechner, .zeile input {
display: block;
border: 1px solid #a5acb2;
padding: 2px;
background: #fff;
font-size:0.95em;
font-weight:normal;
float:left;
}

select:hover, input:hover{
border: 1px solid #555;
color: #31709F;
} 








   
/* Titelleisten */
    .rahmen
    {
    background-color:#1f83d9;
    color:#fff;
    font-weight:bold;
    font-size:1.2em;
    text-align: left;
    height:40px;
    padding-left:10px;
    }
    
/* Formular Button */
    .zeile input.button
    {
    background-image:url(../upload/images/buton_jetzt-vergleichen.gif);
    width:174px;
    height:26px;
    font-size:0em;
    color: #17346e;
    border: none;
    float: right;
    padding-right:10px;
    }
    
    .zeile input.button:hover
    {
    cursor:pointer;
    }
    
/* Links */
    .link
    {
    text-decoration: none;
    font-weight:bold;
    background-image:url(../upload/images/button_unverbindlich-anfragen.gif);
    width:136px;
    height:22px;
    font-size:0em;
    color: #17346e;
    border: none;
    float: right;
    }
    
    .link:hover
    {
    color: #000000;
    }
    
    
    
    
/* Anmerkungen */   
    .footnotes
    {
    padding-top:30px;
    color: #444444;
    font-size: 10px;
    }
    
/* Info PopUp */
    .info_body
    {
    font-size: 11px;
    color: #000000;
    background-color: #EEEEEE;
    border: 1px solid #CB0000;
    margin: 0px;
    padding: 4px;
    width: 180px;
    }

    .info_header
    {
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #CB0000;
    margin: 0px;
    padding: 4px;
    width: 180px;
    }

TABLE { border-collapse:separate; border-spacing:0px;
}
 TD {padding-top:9px;
 padding-bottom:9px;
 border:none;
 border-bottom-style:dotted;
border-bottom-width:1px;
border-bottom-color:#333333;
}
 
form TABLE { border-collapse:separate; border-spacing:2px;
border-style:solid;
border-width:1px;
border-color:#a4cdff;
}

form TABLE TABLE { border-collapse:separate; border-spacing:3px;
border:none;
}

form  TD { padding:3px;
border:none;

}
 
.zeile .produktlink {
    font-size: 1.0em;
    color: #004070;
    font-weight: bold;
    }
    
.zeile .produktlink:hover {
    background-color:#fff;
    }

.zeile2 .produktlink {
    font-size: 1.0em;
    color: #004070;
    font-weight: bold;
    }

   
/* Titelleisten */
form .rahmen
    {
    background-color:#1f83d9;
    color:#fff;
    font-weight:bold;
    font-size:1.2em;
    text-align: left;
    height:40px;
    padding-left:10px;
}

form select {
padding-right:50px;
clear:both;
}
