@charset "utf-8";
/* inhalt2.css
   Autor: Urs Merk 
   Erstelldatum: 10.06.2016
*/

/* INHALT Bereiche */
/* Header Teil */
div#headerBereich{
    position: absolute;
    top:0;
    left:0;
    width:17.50rem;
    height:100%;
    /*border: 1px solid orange;*/
}
/* Bild Teil */
div#bildBereich{
    position: absolute;
    top:0;
    left:17.5rem;
    width:50rem;
    height:100%;
    /*border: 1px solid violet;*/
}

/*********** START INHALT *************/


div#Inhalt_header_rahmen{
    position:absolute;
    height:100%;
    /*margin-bottom: 15rem;*/
    /*padding:0.5rem;*/
    width:17.5rem;
    background-color: #fff;
    opacity: 0.85;
    /*border: 1px solid red;*/
}

div.logo{
    padding:0.5rem;
}

div.logo img{
    width:100%;
    height:auto;
    /*border: 1px solid green;*/
}

div.text_rahmen{
    padding:0.5rem;
    /*border: 1px solid green;*/
}

div.adresse_rahmen{
    position:absolute;
    bottom:0;
    left:0;
    /*border: 1px solid purple;*/
}

div.adresse{
    color:#ff0011;
    font-weight: bold;
    font-size:144%;
    line-height: 100%;
    margin:0.5rem;
    padding-bottom:0;
    /*border: 1px solid green;*/
}

br.clearer{
    clear:both;
    float:none;
}


div#Bildfenster{
    width:50rem;
    height:100%;
    /*border: 1px solid green;*/
}

div#Bildfenster img{
    width:100%;
    height:auto;
    z-index:50;
}



/*********** Ende  INHALT *************/

/* ### TEST CSS ### */
div#Bildfenster{
    /*display:none;*/
}
/* ### TEST CSS ### */