#frontpage div.content {
    background-image: none;
    padding-top: 10px;
    min-height: 400px;
    padding-bottom: 0;
}

#frontpage div.row {
    height: 280px;
    clear: both;
    padding: 0 0 0 20px;
    width: 915px;
    float: left;
}

#frontpage div.section {
    width: 280px;
    height: 200px;
    min-height: 275px;
    max-height: 275px;
    margin-right: 40px;
    margin-top: 20px;
    margin-bottom: 5px;
    float: left;
    background-image: url('../gfx/section_background.png');
    background-position: right;
    background-repeat: repeat-y;
}

#frontpage div.section#right {
    position: absolute;
    margin-right: 20px;
    right: 5px;
}

/* for Internet Explorer */ /*\*/
* html #frontpage div.section#right {
    right: 23px;
}

/**/
#frontpage div.section#right h2 {
    overflow: hidden;
}

#frontpage div.section#right ul {
    height: 400px;
}

#frontpage div.section h2 {
    border-top: 2px solid #ff9900;
    position: relative;
    top: -9px;
    padding-top: 7px;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
}

#frontpage div.section ul {
    float: left;
    background-image: url('../gfx/section_background.png');
    background-position: right;
    background-repeat: repeat-y;
    width: 280px;
    list-style-type: none;
    margin: 0;
    margin-top: -10px;
    padding: 0;
    padding: 0 0 5px;
}

#frontpage div.section#wide {
    width: 615px;
    margin-right: 0;
    clear: both;
    display: block;
    min-height: 250px;
    max-height: 250px;
}

#frontpage div.section#wide p {
    float: left;
    margin-right: 20px;
}

#frontpage div.section#wide ul {
    width: 280px;
    margin: 0;
    margin-left: 10px;
}

#frontpage div.section a {
    color: #004E61;
}

#frontpage div.section#corporate {
    width: 615px;
    clear: both;
    display: block;
    height: 320px;
}

#frontpage div.section#corporate .figure {
    width: auto;
    height: auto;
}

#frontpage div.section#aside {
    left: 687px;
    position: absolute;
    top: 430px;
    width: 280px;
    height: 120px;
    min-height: 120px;
}

div.rotator {
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
    height: 350px;
    z-index: 5;
}

div.rotator img {
    position: absolute;
    z-index: 12;
}

div.rotator .block {
    width: 240px;
    height: 235px;
    position: absolute;
    top: 115px;
    right: 20px;
    overflow: hidden;
    z-index: 12;
}

.rotator ul {
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
}

li.active {
    font-weight: bolder;
}

div.rotator img {
    cursor: pointer;
}