/* Tabelle Preise Gastkarten */
.gastkarten {
    width: 35%;
    margin-left: 0%;
    border: 1px solid #CCC28E;
    border-collapse: collapse;
}

.gastkarten tr td {
     width: 50%;
     border: 1px solid #CCC28E;
}

.kopf td {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;  
    font-weight: bold;
    color: #FFAA00;
}

.einzug td {
    border: 1px solid #CCC28E;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}
/* Ende Preise Gastkarten */


#wrapper_iframe{
    max-width: 100%;
    position: relative;
/*     padding-bottom: 60%; */  /* Höhe des iframes*/
    height: 350px;
    overflow: hidden;
    outline: 3px solid #FFAA00 ;
}

#pfeile{
    list-style-type: none;
}


#arrow_red{
    color: #FF0000;
}

#arrow_blue{
    color: #00B0F0;
}


#arrow_no{
    color: #E36C09;
}


.abstand{
    padding-left: 20px;
}


iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#bu{
    color:#CCC28E;
    text-align: left;
    margin-top: 10px;
}

#h2{
    margin-top: 2em;
}

.bild {
   width: 100%;
   outline: 1px solid silver;
}

.bu_bilder{
   font-style: italic;
   margin-top: 0;
   margin-right: 0.5em;
   text-align: right;
}
