@import url("style_index.css.php");

#content{
    min-height:830px;
}
* html #content { /* Für IE */
    height: 830px;
}


/* Container-Klasse für einen Anbieter */
.anzeige_auswahl{
               position:relative;
               float:left;
               margin-top:0px;
               margin-bottom:0px;
               width:97%;
               background-color:#E2E2E2;
               border-top-style:groove;
               border-top-width:3px;
               border-bottom-style:solid;
               border-bottom-width:1px;
               border-right-style:solid;
               border-right-width:2px;
               border-right-color:#787878;
}
/* Problem Behebung für IE 6 */
* html .anzeige_auswahl {
        width:85%;
}

#containerFaq{
    position:absolute;
    top:240px;
    right:20px;
    width:250px;
    height:200px;
}

#containerFaq_innerwrap{
    width:100%;
    height:100%;
    background:url(../bilder/werbung/FAQslogo.png);
}

#faq_link{
    position:relative;
    display:block;
    width:100%;
    height:100%;
    z-index: 1;
}

.anbieter{
            position:relative;
            float:left;
            width:160px;
            height:200px;
            overflow:hidden;
            border-top:1px solid black;
}
/* Zeile oben */
/* Die Höhe und Breite dieses container werden benutzt um in der Darstellung auszuwählen, ob das Anbieterlogo in breite oder höhe angepasst werden muss */
/* Breite ist momentan gleich der Klasse .anbieter Breite  ( 160px) */
.prepaidkarteLogo{
              position:relative;
              width:100%;
              height:60px;
              margin-left:auto;
              margin-right:auto;
              text-align:center;
              overflow:hidden;
              background-color:#FFFFFF;
}
.anbieterLogo_width{
               position:relative;
               width:90%;
}
.anbieterLogo_height{
               position:relative;
               float:left;
               margin-left:15px;
               margin-top:2%;
               height:90%;
}
/* Container für Angebot des Anbieters */
.Auswahl{
              position:relative;
              float:left;
              margin:0;
              width:100%;
              height:auto;
}
.containerKarte{
              position:relative;
              float:left;
              background-color:#FFFFFF;
              width:100%;
              height:auto;
}



/* Abstandhalter von linkem Rand */
.abstandLeft{
              position:relative;
              float:left;
              width:22px;
              height:140px;
              padding:0;
}

/* Prepaidkartencontainer mit Beschreibung und Bestellen Link */
.prepaidkarte{
              position:relative;
              float:left;
              width:auto;
              height:120px;
              padding:3px 10px 3px 10px;
}
/* Wert der Karte */
.beschreibung{
               font-family:"Arial", Tahoma, Verdana;
               color:#363636;
               text-decoration:none;
               font-size:13px;
               margin-bottom:1px;
}

.info{
               position:absolute;
               left:200px;
               bottom:5px;
}