body {
    /*
     background-image:url("../images/texture.jpg");
     */
    background-color: #A48464;
}

.header {
    width: 100%;
    height: 200px;
    color: #ffffff;
    /*
     background-color:#3e170d;
     
     Third Color 713E0C
     */
    background-image: url("../imaes/bghead.png");
}

.logo {
    float: left;
    margin-right: 30px;
}

h1 {
    padding-top: 15px;
    font-family: 'Reenie Beanie', arial, serif;
    font-size: 90px;
    color: #ffffff;
}

h3 {
    padding-top: 15px;
    margin-left: 30px;
    font-family: "Trebuchet MS";
    color: #000000;
    line-height: 40px;
    font-size: 20px;
}


h4 {
    padding-top: 15px;
    margin-left: 30px;
    font-family: "Trebuchet MS";
    color: #000000;
    line-height: 30px;
    font-size: 15px;
}

.content {
    margin: 5px;
}

.text {
    font-family: "Trebuchet MS";
    margin-left: 30px;
    margin-right: 30px;
    color: #000000;
    line-height: 18px;
    font-size: 13px;
    max-width: 1200px;
}

.navi ul {
    font-family: 'Reenie Beanie', arial, serif;
    font-weight: 300;
    font-size: 60px;
    color: #ffffff;
    float: left;
    list-style-image: none;
}

.navi li {
    font-family: 'Reenie Beanie', arial, serif;
    font-weight: 300;
    font-size: 40px;
    color: #ffffff;
    font-weight: 300;
    float: left;
    margin-left: 40px;
    list-style-type: none;
    list-style-image: none;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-decoration: none;
}

.navi a:link {
    text-decoration: none;
    color: #ffffff;
}

.navi a:visited {
    text-decoration: none;
    color: #ffffff;
}

.navi a:hover {
    text-decoration: underline;
    color: #A48464;
}

.projectlist li {
    font-family: 'Reenie Beanie', arial, serif;
    font-weight: 300;
    padding-left: 20px;
    margin-top: 27px;
    font-size: 35px;
    color: #ffffff;
    list-style-type: none;
}

.subnavi {
    width: 210px;
    float: left;
    height: 1450px;;
}

.projectlist ul {
    float: left;
}

.projectlist a:link {
    color: #ffffff;
    text-decoration: none;
}

.projectlist a:hover {
    color: #3e170d;
    text-decoration: underline;
}

.projectlist a:visited {
    color: #713E0C;
    text-decoration: none;
}

.projectlist a:active {
    color: #3e170d;
    text-decoration: none;
}

.bilder {
    padding-top: 20px;
    /* background-image:url("../images/bilderbg.png");
     
     float:left;
     */
}

.bilder img {
    border: 0px;
    margin: 5px;
}

.infoliste {
    margin-top: 40px;
    margin-left: 120px;
    font-family: "Trebuchet MS";
    line-height: 36px;
    color: #ffffff;
}

.infoliste a:link {
    color: #ffffff;
}

.infoliste a:visited {
    color: #ffffff;
}

.infoliste li {
    list-style-type: none;
}

.footer {
    font-family: "Trebuchet MS";
    color: #713E0C;
    font-size: 12px;
}

.footer  a:link a:visited {
    color: #713E0C;
    
}

.footer  a:visited {
    color: #713E0C;
    
}

