.mycarousel {
    height: 150px;
}
#tabs {
    background: transparent;
}
.subtabs {
    height: 200px;
}
.bildcont {
    position: absolute;
}

/* Preload der Seite mit Hilfe von jQuery */
.js #tabs {display: none;}  /* wird beim Laden der Seite nicht angezeigt */
.js #wrapper {
    background: #068 url(../gfx/loading.gif) no-repeat 50% 50%;
    -moz-opacity: 0.75;
    opacity: 0.75;
}
