/* Styles für die Quicklink Boxen
///////////////////////////////////*/

/*Die Boxen werden ausgerichtet*/
#box_content_1 {
     position: absolute;
     margin-left: 234px;
     margin-top: 269px;
     }

#box_content_2 {
     position: absolute;
     margin-left: 404px;
     margin-top: 269px;
     }

#box_content_3 {
     position: absolute;
     margin-left: 574px;
     margin-top: 269px;
     }

/* Die Boxen werden gestaltet */
.box_content_head {
     background-image: url(../graphic/box_content_head.jpg);
     background-repeat: no-repeat;
     width: 162px;
     height: 40px;
     }

.box_content_sidelines {
     background-image: url(../graphic/box_content_sidelines.jpg);
     background-repeat: repeat-y;
     width: 162px;
     height: 242px;
     }

.box_content_bottom {
     background-image: url(../graphic/box_content_bottom.jpg);
     background-repeat: no-repeat;
     width: 162px;
     height: 10px;
     }

.box_content_heading {
     position: absolute;
     margin-left: 55px;
     margin-top: -28px;
     height: 20px;
     }

.box_content_icon {
    position: absolute;
    margin-left: 20px;
    margin-top: -3px;
    }

.box_content_text {
    position: absolute;
    width: 110px;
    margin-left: 30px;
    margin-top: 100px;
    }

.box_content_link {
    position: absolute;
    width: 110px;
    margin-left: 30px;
    margin-top: 185px;
    }
