div.box {
    border: 2px solid;
    border-top: none;
    border-bottom: none;
}

* html div.left {
    width: 684px;
}

* html div.box {
    border-width: 2px;
}

div.corner-top-huge {
    width: 720px;
    height: 22px;
    border: none;
    position: relative;
    z-index: 20;
    background-color: transparent;
    float: left;
}


div.corner-top-huge-left {
    background: transparent url(../images/ecke-oben-links-gelb.gif) no-repeat scroll bottom left;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
}

div.corner-top-huge-middle {
    height: 20px;
    border-top: 2px solid;
    background-color: #ffffff;
    width: 676px;
    z-index: 20;
    top: 0;
    left: 22px;
    position: absolute;
}

* html div.corner-top-huge-middle {
    border-top-width: 2px;
    height: 20px;
}

div.corner-top-huge-right {
    background: transparent url(../images/ecke-oben-rechts-gelb.gif) no-repeat scroll bottom left;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 20;
    right: 0;
    top: 0;
}

div.corner-bottom-huge {
    width: 720px;
    height: 22px;
    border: none;
    position: relative;
    z-index: 20;
    background-color: transparent;
    float: left;
}


div.corner-bottom-huge-left {
    background: transparent url(../images/ecke-unten-links-gelb.gif) no-repeat scroll top left;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
}

div.corner-bottom-huge-middle {
    height: 20px;
    border-bottom: 2px solid #F75151;
    background-color: #ffffff;
    width: 676px;
    z-index: 20;
    top: 0;
    left: 22px;
    position: absolute;
}

* html div.corner-bottom-huge-middle {
    border-bottom-width: 2px;
}

div.corner-bottom-huge-right {
    background: transparent url(../images/ecke-unten-rechts-gelb.gif) no-repeat scroll top left;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 20;
    right: 0;
    top: 0;
}

/* Small Box */

div.corner-top-small {
    width: 242px;
    height: 22px;
    border: none;
    position: relative;
    z-index: 20;
    background-color: transparent;
    float: left;
    margin-left: 14px;
}


div.corner-top-small-left {
    background: transparent url(../images/ecke-oben-links-gelb.gif) no-repeat scroll bottom left;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
}

div.corner-top-small-middle {
    height: 20px;
    border-top: 2px solid;
    background-color: #ffffff;
    width: 198px;
    z-index: 20;
    top: 0;
    left: 22px;
    position: absolute;
}

* html div.corner-top-small-middle {
    border-top-width: 2px;
    height: 20px;
}

div.corner-top-small-right {
    background: transparent url(../images/ecke-oben-rechts-gelb.gif) no-repeat scroll bottom left;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 20;
    right: 0;
    top: 0;
}

div.corner-bottom-small {
    width: 242px;
    height: 22px;
    border: none;
    position: relative;
    z-index: 20;
    background-color: transparent;
    float: left;
    margin-left: 14px;
}


div.corner-bottom-small-left {
    background: transparent url(../images/ecke-unten-links-gelb.gif) no-repeat scroll top left;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
}

div.corner-bottom-small-middle {
    height: 20px;
    border-bottom: 2px solid #F75151;
    background-color: #ffffff;
    width: 198px;
    z-index: 20;
    top: 0;
    left: 22px;
    position: absolute;
}

* html div.corner-bottom-small-middle {
    border-bottom-width: 2px;
}

div.corner-bottom-small-right {
    background: transparent url(../images/ecke-unten-rechts-gelb.gif) no-repeat scroll top left;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 20;
    right: 0;
    top: 0;
}
