
/* @import url(http://fonts.googleapis.com/css?family=Calligraffitti); */
/* <link href='http://fonts.googleapis.com/css?family=Terminal+Dosis' rel='stylesheet' type='text/css'> */




html{
        background-color: #eee;
}

body{
        font-family: 'Terminal Dosis', sans-serif;
}

h1{
        text-align : center;
}

section.rahmen{
        width : 50em;
        background-color : #111;
        margin : 2em auto;
        -webkit-border-radius : .5em;
        -moz-border-radius : .5em;
        border-radius : .5em;
        -moz-box-shadow : 0 0 1em #a9a17a;
        -o-box-shadow : 0 0 1em #a9a17a;
        -webkit-box-shadow : 0 0 1em #a9a17a;
        box-shadow : 0 0 1em #a9a17a;
}

section#start{
        background : url(grafik/loewenkopf.jpg) no-repeat;
}



img#logo{
                margin-right : 4em;
                vertical-align : -140%;
}

#namenszug{
        font-size : 3em;
        color : #c9c19a;
        text-shadow : 2px 2px 2px #000;
}

nav{
        text-align : center;
        color:#9a9c5b;
        height : 20em;
        padding-left : 1em;
        margin-top : 1em;
        float : left;
}


section#inhalt {
        width : 50em;
        min-height : 30em;
        text-align : center;

}
.kontakt {
        color: #c9c19a;
        text-align : center;

}

section#inhalt h2{
        font-weight : normal;
        font-size : .8em;
        text-align : right;
        margin : 1em;
        color:#9a9c5b;
}


footer{
        clear : right;
        text-align : center;
        font-size : 0.7em;
        margin-top : 4em;
        color : #9a9c5b;
}

/* $ ANKER */

a {
        color : #c9c19a;
        text-decoration : none;
}


        a.navAnker {
                display : block;
                width : 8em;
                padding : 0.3em;
                margin-bottom : .5em;
                border : 1px solid #000;
                border-left : 1px solid #9a9c5b;
                border-right : 1px solid #9a9c5b;
                border-radius : .5em;
        }

        a.navAnker:hover{
                color : #929e91;
                border : 1px solid #929e91;
        }

img.thumbs{
        width : 6em;
}