html {width: 99%; height: 93%}
body { font-family:Arial; font-size: 10pt; width: 100%; height: 100%; }

table.banner{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 1.5em;
    background-color: #0033CC;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
}

table.banner a:link{
    color: #CCFF00;
    font-size: 14pt;
    font-weight: bold;
}

table.banner a:visited{
    color: #FFCC00;
    font-size: 14pt;
    font-weight: bold;
}

table.banner a:active{
    color: #FFAA00;
    font-size: 14pt;
    font-weight: bold;
}

table.banner a:hover{
    color: #FFFF00;
    font-size: 14pt;
    font-weight: bold;
}

table.banner a:focus{
    color: #AAFF00;
    font-size: 14pt;
    font-weight: bold;
}

table.banner td.aktuell{
    color: #FF0000;
    font-size: 14pt;
    font-weight: bold;
}

table{
    border-collapse: collapse;
}

table.gesamt{
    table-layout: fixed;
    width:100%;
    height: 93%;
    margin-top: 3pt;
}

table.daten{
    table-layout: fixed;
    width: 100%;
    height: 100%
}

table.daten td{
    padding-left: 5pt;
}

td{
    vertical-align: top
}

td.canvas{
    width : 40% ;
    height : 100% ;
    text-align: center
}

td.etappe{
    width : 60% ;
    height : 100% ;
}

.map_canvas{
    width: 100%;
    height:100%;
}

td.auswahl{
    width: 55%;
    height: 5%;
    padding-top: 5pt;
}

td.nur_text{
    font-size: 12pt;
    font-weight: bold;
    height: 4%;
    padding-top: 5pt;
}

td.prev_next{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    width: 8%;
    height: 4%;
    padding-top: 5pt;
}

td.bilder_einblenden{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    width: 15%;
    height: 4%;
    padding-top: 5pt;
}

td.day{
    font-size: 12pt;
    font-weight: bold;
    width: 55%;
    height: 4%;
    padding-top: 5pt;
}

td.von_bis{
    font-size: 14pt;
    font-weight: bold;
    color: #CC0000;
    height: 4%;
    padding-top: 5pt;
}

.text{
    font-family: "Times New Roman";
    font-size: 1.1em;
}

img.photo{
    float: left;
    margin-top: 0pt;
    margin-bottom: 10pt;
    margin-right: 10pt;
    width: 400px;
}

.entfernung{
    margin-top: 15pt;
    margin-bottom: 10pt;
    margin-left: 20pt;
    font-size: 12pt;
    font-weight: bold;
}

.thema{
    text-align: center;
    margin-top: 2pt;
     
}

td.textzelle{
    padding-top: 0pt;
    padding-right: 5pt;
    padding-top: 8pt;
    height: 50%
}

div.bilderbuch{
    border-style: solid;
    border-width: 3px;
    background-color: #CC6600;
    visibility: hidden;
    text-align: center;
    width: 640px;
    height: 520px;
    position: absolute;
    top: 15%;
    left: 10%;
}

table.legende{
    visibility: hidden;
    position: absolute;
    top: 70%;
    left: 70%;
    background: #CC0000;
}

.alegende{
    position: absolute;
    color: #FFFF00;
    top:85%;
    left: 65%;
    cursor: help;
}
