#background, #contactbackground, #topline, #bottomline, #spacer, #contentbackground, #navbackground, #imagebild, #searchablecontent, #functions, #author, #nav, #contactinfo, #logostart, #startnav {
    display: none;
}

* {
    position: static!important;
    width: auto!important;
    overflow: visible!important;
}

#content {
    position: absolute!IMPORTANT;
    left: 0;
    top: 60px!IMPORTANT;
    margin-left: 0;
    margin-right: 3em;
    /* Firefox workaround */
    border: 0!IMPORTANT;
}

#logo {
    position: absolute!IMPORTANT;
    top: 0!IMPORTANT;
    left: 0;
    margin-left: 380px;
}

.project {
    position:relative!important;
    border:1px solid #ecebf2!important;
    margin-bottom:1.5em!important;
}

.project h2 {
    margin-top:0!important;
}

.project .text {
    float:left!important;
    width: 400px!important;
    padding:5px 8px 5px 8px!important;
    background-color:#ecebf2!important;
    margin-right:10px;
}

.project .image {
    float:left!important;
    width:auto!important;
    overflow:hidden!important;
}

.project .image img {
    margin: 0 0 0 0 !important;
}


