.Bild {
    width: 15%;
    position: absolute;
    height: 80px;
    overflow: hidden;
}

.Bild img{
    height: 80px;
}

.Info {
    margin: 0px 0px 10px 17%;
    width: 83%;
    float: left;
}

.Info .Left,
.Info .Right {
    float: left;
    width: 45%;
}

.StatusData,
.SeaHeightData,
.LengthData,
.HeightDiffData,
.BeschneiungData,
.DifficultyData,
.LawinensperrungData,
.StatInfoData,
.TypData,
.FlutlichtData {
    color: #6E6F73;
    float: left;
    padding: 5px;
}

.Key {
    float: left;
    font-weight: bold;
    color: #9C9E9B;
    text-align: left;
}

.Value {
    float: left;
}

.ShortDescriptionData .Key,
.DescriptionData .Key {
    display: none;
}

.Template.S27 {
    border: 1px dotted #000;
    padding: 10px;
    margin: 10px 0px;
    width: 539px;
}

.Template h1 {
    font-size: 18px;
    color: #656565;
    display: block;
    margin: 0px;
    padding: 5px;
}

.Template .Value,
.Template .Key {
    font-size: 12px;
    padding: 0px 15px 0px 0px;
}

.LinkURL .Value {
    color: #673735;
    text-decoration: underline;
}

.Body {
    font-family: Arial;
    font-size: 14px;
    line-height: 17px;
    background-color: #fff;
    color: #333;
}

.page img {
    border: 0px;
}

/* Allgemeine definitionen fuer Templates */

.Template {
    position: relative;
    margin: 20px 0px 0px 20px;
    padding: 0px;
}

/* Links  Templates */

.Template a:link {
    color: #ccc;
    text-decoration: none;
}

.Template a:visited {
    color: #bbb;
    text-decoration: none;
}

.Template a:hover {
    color: #fff;
    text-decoration: none;
}

.Template a.kontext:link {
    color: #ccc;
    text-decoration: none;
    border-bottom: 1px dotted #bbb;
}

.Template a.kontext:visited {
    color: #bbb;
    text-decoration: none;
    border-bottom: 1px dotted #aaa;
}

.Template a.kontext:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #aaa;
}

.Template .bild {
    width: 220px;
    background-color: #000;
}

.Template .bild img {
    width: 220px;
}

.Template .bildinfo {
    margin: 5px 0px 3px 0px;
    font-size: 11px;
    color: #888;
    font-family: Arial;
}

.Template .spalte {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* Alte Templates innerhalb neuer Templates */

.oldtemplate {
    position: relative;
    margin: 25px 0px 0px 25px;
    background-color: #fff;
}

.oldtemplate .template {
    margin: 0px;
}

.Template .oldtemplate {
    margin: 0px !important;
    background-color: transparent;
}

.Template .oldtemplate .bild {
    width: auto;
    background-color: transparent;
}

.Template .oldtemplate .bild img {
    width: auto;
}

/* Allgemeiner Header fuer Templates */

.Template .header {
    position: relative;
    margin-bottom: 20px;
}

.Template .header h2 {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 3px 0px;
    color: #ccc;
    font-size: 19px;
    line-height: 21px;
    font-weight: 100;
    border-bottom: 1px solid #666;
}

.Template .header div {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 3px 6px 3px 6px;
    font-size: 11px;
    color: #aaa;
    border-bottom: 1px solid #aaa;
}

.Template .text {
    margin-left: 15px;
}

/* Elemente in Textile Textfeldern */

.Template .textile table {
    table-layout: auto;
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: 0px;
    margin: 0px;
}

.Template .textile table td {
    padding: 4px 8px 4px 8px;
    border: 1px dotted #777;
}

