body {
    background-image: url(Hintergrund.jpg);
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    min-width: 1000px;
}

a {
    color: #5E2028;
}
a:link {
     text-decoration: none;
     
}
a:visited {
    text-decoration: none;
}

#kolibri {
    float:left;
    width: 250px;
}

#header {
    width: 950px;
    text-align: right;
    font-size: 80px;
    color: #5E2028;
    padding-top: 40px;
}

#headerInfoContainer {
    background-color:white;
    width: 950px;
    height: 25px;
    clear: both;
}

#contentBox {
    color: #5E2028;
    width: 930px;
    height: 400px;
    margin-left: 20px;
    font-size: 16px;
    padding-top: 20px;
}

.headerInfoSmall {
    float:left;
    width: 140px;
    text-align: right;
}

.headerInfo {
    float:left;
    width: 200px;
    text-align: right;
}

#footerContainer {
    clear: both;
}

.footerLinksBig {
    float:left;
    width: 130px;
}

.footerLinksSmall {
    float:left;
    width: 100px;
}

#name {
    clear: both;
    font-size: 60px;
    text-align: right;
    width: 715px;
    margin-top: 25px;
    float: left;
}

#textLeft {
    clear: both;
    width: 715px;
    float: left;
}

#imageRight {
    text-align: right;
}

#sectionContainer {
    width: 715px;
    float: left;
    font-size: 20px;	
    margin-top: 80px;
}

.sectionsSmallEmpty {
    float:left;
    width: 50px;
}

.sectionsSmall {
    float:left;
    width: 145px;
}

.sectionsBig {
    float:left;
    width: 370px;
}

ul {
    margin-top: 0px;
}