/* Formatierung rechtes Fenster       */
/* Version 08.12.2005, Frank Ziegler  */

/* Farbdefinitionen */
.SV {background:#329801;}  /* Selva Viva  R50G152B1*/
.LL {background:#0000BF;}  /* Liana Lodge R00G0B191*/
.AZ {background:#FC0C12;}  /* amaZOOnico */
.RH {background:#0000BF;}  /* Runa Huasi */
.SC {background:#0000BF;}  /* Schule */


body#rechts { border:100px;
              padding-left:0px; padding-right: 0px; padding-top:0px; padding-bottom:0px;
              margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom: 0px;
}

table#rechts{ background-color:#FFFFFF;
              height:100%; table-layout:fixed;
              border-style:solid; border-width:0px; border-collapse:collapse;
              padding:0px;
              margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;
              position:relative; left:0px; width:0px; top:0px;  background-color: #FFFFFF;
}

td#EckeOR { background-image:url(../symbole/ecke_az_or.jpg); background-repeat:no-repeat; background-position:top right;
            padding-top:5px; padding-right:10px;
            margin-top:0px; margin-right:0px;
            width:160px; height:30px;
            vertical-align:top;
            text-align:right;
}
td#EckeUR { background-image:url(../symbole/ecke_az_ur.jpg); background-repeat:no-repeat; background-position:bottom right;
            padding-bottom:10px; padding-right:10px;
            vertical-align:top;
            text-align:right;
}