/* stylesheet for rsb-page */
/* @author: kombinat media gestalter gmbh */

/* general styles */
html {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    overflow-y:scroll;
}
html, body,
#visual-portal-wrapper {
    height:100%;
    width:100%;
}
a {
    color:#000;
    text-decoration:none;
}
a:active, a:focus {
    outline: none;
}
#portal-content {
    vertical-align:middle;
}
#portal-columns {
    height:48em;
    margin:0 auto;
    position:relative;
    width:60.8125em;
}
#column-left {
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:14.125em;
    z-index:2;
}
#column-right {
    height:100%;
    position:relative;
    z-index:1;
}
#portal-logo {
    display:block;
    left:2.9375em;
    position:absolute;
    top:1.4375em;
}
.visualClear {
    clear:both;
    display:block;
    height:0;
}

/* content */
#column-right-top {
    height:11.0625em;
}
.bowRight {
    margin:0 0 0 14.125em;
}
#column-right-content {
}
#document-heading {
    color:#009036;
    font-size:2.0em;
    font-weight:bold;
    margin:3.8158em 0 0.7368em 5.9474em;
}
.brochuresSpacer {
    height:6.25em;
}
#player {
    margin:1em 0 0 14.125em;
    text-align:left;
}
    /* listing */
    .contentListing {
        border-top:1px dotted #000;
        font-size:1.6875em;
    }
    .contentListingItem {
        border-bottom:1px dotted #000;
        padding:0 0 0 8.3704em;
    }
    .contentListingTitle {
        background:transparent url('../media/images/arrow.gif') scroll no-repeat 0 0.3704em;
        display:block;
        float:left;
        font-weight:bold;
        padding:0.1111em 0 0.037em 0.8519em;
    }
	    .contentListingTitle2 {
        background:transparent url('../media/images/arrow.gif') scroll no-repeat 0 0.3704em;
        display:block;
        float:left;
        font-weight:bold;
        padding:0.2811em 0 0.537em 1.0519em;
    }
    .lang {
        width:7.5556em;
    }
    .lang a {
        display:block;
    }
    .contentListingFlag {
        float:right;
        margin:0.1481em 0 0 0;
    }
    .contentListingImage {
        float:left;
        margin:0 1em 0 0;
    }
    .contentListingView {
        background:transparent url('../media/images/view.gif') scroll no-repeat 0.037em 0.2593em;
        display:block;
        float:right;
        height:1em;
        margin:0.1852em 0.5556em 0 0;
        width:1em;
    }
    .contentListingDownload {
        background:transparent url('../media/images/download.gif') scroll no-repeat 0.037em 0.2593em;
        display:block;
        float:right;
        height:1em;
        margin:0.1852em 0 0;
        width:1em;
    }
    .contentListingView a,
    .contentListingDownload a {
        display:block;
    }
#column-right-footer {
    bottom:0;
    height:4em;
    left:0;
    padding:0 0 0 14.125em;
    position:absolute;
}
.backLink {
    font-size:1.125em;
    font-weight:bold;
}
.addressBar {
    font-size:0.625em;
    letter-spacing:-0.5px;
    margin:2.4em 0 0;
    padding:0 0 0 22.6em;
}
.addressBar .bold {
    font-weight:bold;
    letter-spacing:-0.6px;
}

