
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
        background-color: #ffae23;

}
html, body {
    width: 100%;
    height: 100%;
}
body {
font-family: 'Eagle Lake', cursive;
   /* background-image: url(img/rahulsown_kleineborte.jpg);
background-repeat: repeat-x;
    background-position: 10px, bottom*/
}

#wrapper{
    width: 100%;
    margin: 0px auto;
}
#titel{
    padding: 0;
    margin: 350px auto 0px;
   text-align: center;
     display: block;
     color: #6d222d;

}
#name {
     text-transform:uppercase;

}
a{
    text-decoration: none;
    color: #6D222D;
}
a:hover{
    color:  #9a4a21;
}    
#zierleiste {
    height: 41px;
    margin-top: 41px;
        position: relative;
    background-image: url(img/rahulsown_kleineborte2.jpg);
    background-repeat: repeat-x;
    background-position: 10px, bottom; 
}


