﻿/* zeichenstube.ch - Stilvorlage Version 20170118_1744 - curated by andihafner.com */

html, body {
    height: 100%;
    /* gemaess http://stackoverflow.com/questions/19089115/relative-div-height */
    background-color: rgb(255, 255, 255); /* Hintergrundfarbe definieren */
    color: rgb(102, 102, 102); /* Textfarbe definieren */
    font-family: helvetica; /* */
/*    border: 1px; /* */
/*    border-style: solid; /* */
}

#ah_rand_oben { /* */
    width: 100%;
    height: 15%;
    border: 0px;
    border-style: solid; /* */
    border-color: red; /* */
}

#ah_rand_links {
    width: 20%;
    height: 60%;
    float: left;
    border: 0px;
    border-style: solid; /* */
    border-color: blue;
}

#ah_bereich_inhalt {
    /* gemaess http://www.wmyl.se/en/blog/proportional-scaling-responsive-boxes-using-just-css/ */
    position: relative;
    width: 60%;
    padding-bottom: 50%;
    float: left;
    height: 0;
    border: 0px; /* auf '1px' aendern, um den Rahmen des Inhaltsbereichs zu Testzwecken an zu zeigen */
    border-style: solid;
    border-color: green;
}

.ah_titelzeile {
/*    display: block; /* */
    margin-top: 0%; /* */
    margin-bottom: 8vw; /* */
    font-size: 5vw; /* 'vw' steht hier fuer 'view width' und bezieht sich auf das Elternelement
     gemaess http://stackoverflow.com/questions/38089649/css-is-it-possible-to-adapt-font-size-to-div-width */
}

.ah_aufzaehlung {
    margin-top: 3vw;
    margin-bottom: 3vw;
    font-size: 3vw;
}

.ah_fusszeile {
    margin-top: 8vw;
    font-size: 2vw;
}

#ah_email {
    text-decoration: none; /* Mail-Anker-Standard 'unterstrichen' unterdruecken. */
    color: rgb(102, 102, 102); /* Mail-Anker-Standard 'blau einfaerben' unterdruecken. */
}