<!--



/* Body */

body {
         font-family: 'Homenaje', 'Helvetica Neue';
         text-align: center;
         background: rgb(217,217,217);
         color: black;
         margin-left: auto;
         margin-right: auto;
         margin-top: 10%;
}

#headline {
         text-align: center;
         font-weight: bold;
}

.highlighted {
        font-weight: bold;
}

#content {
        width: 100%;
        text-align: center;
        bborder: 1px solid red;
}

.contentbox {
        width: 90%;        
        margin: 5% 0%;
        padding: 5%;
        text-align: center;
        bborder: 1px solid blue;
        ffloat: left;
}

/* :after sorgt dafür, dass bei float keine nachstehenden divs hineinrutschen  */

.contentbox:after {
        content: "";
        display: table;
        clear: both;
}

.contenttextpadding {
        padding: 25px;
}

.bg_grey {
        background: rgb(217,217,217);
}

.bg_darkgrey {
        background: rgb(191,191,191);
}

#willkommen {    
}

#werwirsind {
} 

#theresa {
}


#socialmedia {
}

#ontour {    
}

#merchandise {  
}

#rubrik1, #rubrik2, #rubrik3, #rubrik4 {
        bborder: 1px solid yellow;
        float: left;
}

#tourpic1, #tourpic2 {
        bborder: 1px solid yellow;
        float: left;
}

#facebook, #instagram, #twitter, #snapchat,
#spreadshirt, #button, #aufkleber, #bierdeckel {
        bborder: 1px solid yellow;
        float: left;
}

/* Rubriken */

#rubikcontent {
        margin-top: -60px;
}

.wikiresa_eintrag, .wikiresa_beschreibung, .chronik_eintrag, .chronik_beschreibung, .tierwesen {
        float: left;
        text-align: left;
        margin-top: 20px;
}

.wikiresa_eintrag {
        width: 30%;
        font-weight: bold;
}

.wikiresa_beschreibung {
        width: 70%;
}

.tierwesen {
        width: 50%;
        text-align: center;
}

.tierwesen img {
        height: 500px;
}


/* Footer */

#footer {
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: center;
}



/* Links */

a:link {
         text-decoration: none;
         color: grey;
         }


/* besuchte Links */

a:visited {
         text-decoration: none;
         color: grey;
         }


/* Links bei Mouse-Over */

a:hover {
         color: black;
         }

-->