
.scrollable .items .teaser {
    display: none;
}

.scrollable .items .first {
    display: block;
}

.scrollable {
    z-index:100;
}

#content.home_view {
    margin-top:0;
}

#contentActionMenus dl.actionMenu {
    z-index: 1000;
}

#edit-bar {
    z-index: 1000;
}

/* HomePortlets */

.template-home_view #col2 dl.portlet {
    margin-right: 0;
}

/* Full width - 1 Portlet */

.template-home_view #col2 .width-full dl.portlet {
    border: None;
}

.template-home_view #col2 .width-full dl.portlet .portletHeader {
    border: None;
    border-bottom: 1px solid #00529C;
}

/* 3 Portlets */

#col2 div.position-2\:3 {
    width: 29.86%;
}

#col2 div.position-2\:3 {
    margin-left: -30%;
}

#col2 div.width-1\:3 {
    width: 33%;
}

#col2 div.position-1\:3 {
    margin-left: -65%;
}

/* 2 Portlets */

#col2 div.position-0 dl.portlet .portletHeader {
    border: None;
    border-bottom: 1px solid #00529C;
}

#col2 div.position-0 dl.portlet {
    border: None;
}

#col2 div.position-1\:2 {
    margin-left: -28.87%;
}

#col2 div.width-1\:2.position-0 {
    width: 69.3%;
}

#col2 div.width-1\:2 {
    width: 29%;
}

.template-home_view #col2 dl.portlet .portletHeader {
    background-color: #E2EEF8;
}

#col2 div.width-full {
    width: 100%;
}

#col2 div.position-0 {
    margin-left: -100%;
}

.bgbau_info_popup {
    display: none;
}

/* cycle2 slideshow */
.cycle-prev {
    background: rgba(0, 0, 0, 0) url("++theme++bgbau.internettheme/images/left.png") no-repeat scroll 50% 50%;
    left: 0;
}

.cycle-next {
    background: rgba(0, 0, 0, 0) url("++theme++bgbau.internettheme/images/right.png") no-repeat scroll 50% 50%;
    right: 0;
}

.cycle-prev, .cycle-next {
    cursor: pointer;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 15%;
    z-index: 800;
}

.cycle-prev:hover, .cycle-next:hover {
    opacity: 0.8;
}