#image_box {
    float: left;
    clear: right;
    margin: -33px 20px 10px 0px;
}

#image_left_top_corner {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: -16px;
    position: relative;
    z-index: 20;
}

#flash_img {
    margin: 0px;
    position: relative;
    z-index: 1;
}

html > body #image_left_top_corner {
    background-image: url(../../../img/struct/img_corner_left_top.png);
}

* html #image_left_top_corner {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gaudimusikanten.com/img/struct/img_corner_left_top.png');
}

#image_right_top_corner {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -16px;
    position: relative;
    z-index: 20;
}

html > body #image_right_top_corner {
    background-image: url(../../../img/struct/img_corner_right_top.png);
}

* html #image_right_top_corner {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gaudimusikanten.com/img/struct/img_corner_right_top.png');
}

#image_bottom_box {
    clear: left;
    width: 360px;
    margin: 0px 0px 0px 0px;
}

#image_right_bottom_corner {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    position: relative;
    z-index: 20;
}

html > body #image_right_bottom_corner {
    background-image: url(../../../img/struct/img_corner_right_bottom.png);
}

* html #image_right_bottom_corner {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gaudimusikanten.com/img/struct/img_corner_right_bottom.png');
}

#image_left_bottom_corner {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    position: relative;
    z-index: 20;
}

html > body #image_left_bottom_corner {
    background-image: url(../../../img/struct/img_corner_left_bottom.png);
}

* html #image_left_bottom_corner {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gaudimusikanten.com/img/struct/img_corner_left_bottom.png');
}

#flashbox {
    float: left;
    border: 3px solid #D1CFBA;
    padding: 0px;
    margin: 0px 0px -16px 0px;
}

#flashcontent {
    padding: 0px;
    margin: 0px;
    float: left;
}

#flashcontent li {
    clear: left;
    margin: 0px 0px 0px 0px;
    float: left;
    line-height: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

#flashcontent li img {
    margin: 0px auto 0px auto;
}

#content_text {
    clear: right;
    padding: 18px 0px 0px 0px;
    color: #454545;
    line-height: 16px;
    text-align: justify;
}