div.tx-contentwrapper_style1 {margin:15px 50px 15px 50px;padding:6px;background-color:#E7EAF4;color:#000000;border-top:1px solid #9CACDA;border-bottom:1px solid #9CACDA;width:70%;font-size:10px;}
/*div.tx-contentwrapper_style2 {margin:4px 4px 4px 4px;padding:6px;background-color:#E7EAF4;color:#000000;border:1px solid #9CACDA;font-size:11px;}*/
div.tx-contentwrapper_style3 {margin:18px 0px 18px 0px;padding:6px;background-color:#C7D2F4;color:#000000;border-top:3px solid #9CACDA;border-bottom:3px solid #9CACDA;font-size:11px;}
div.tx-contentwrapper_style4 {margin:10px 0px 5px 0px;padding-top:6px;border-top:1px solid #9CACDA;font-size:10px;}
div.tx-contentwrapper_style5 {margin:20px 4px 10px 4px;padding:6px;border-top:1px solid #0000F0;font-size:10px;}

div.tx-contentwrapper_style1 h1 {margin:4px 0px 2px 0px;padding:0px;color:#232388;font-weight:bold;font-size:11px;}
div.tx-contentwrapper_style2 h1 {margin:4px 0px 2px 0px;padding:0px;color:#232388;font-weight:bold;font-size:13px;}
div.tx-contentwrapper_style3 h1 {margin:4px 0px 2px 0px;padding:0px;color:#232388;font-weight:bold;font-size:11px;}
div.tx-contentwrapper_style4 h1 {margin:4px 0px 2px 0px;padding:0px;color:#232388;font-weight:bold;font-size:10px;}
div.tx-contentwrapper_style5 h1 {margin:4px 0px 2px 0px;padding:0px;color:#232388;font-weight:bold;font-size:10px;}

/* powered by http://mierendo.com/software/rounded_css_boxes/ */
.life_tl, .life_t, .life_tr, .life_l, .life_r, .life_bl, .life_b, .life_br, .life {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
.life_t {
    /*
    /*    change this div to layout the whole box (width, height, float, margin, ...)*/
    /*   example lines:*/
    /*    width: 60%;*/
    /*    margin: 7px 35px 0px 1px*/
    /*    to change distance to content/text scroll to class ".life" and change the padding*/
    */
    background-color: #ffffff;
    background-image: url("http://www.lifeology.biz/fileadmin/sitelayout/corners/life_border.png");
    background-repeat: repeat-x;
    background-position: top;
   
}
.life_tl {
    background-image: url("http://www.lifeology.biz/fileadmin/sitelayout/corners/life_topleft.png");
    background-repeat: no-repeat;
    background-position: left top;

}
.life_tr {
    background-image: url("http://www.lifeology.biz/fileadmin/sitelayout/corners/life_topright.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.life_bl {
    background-image: url("http://www.lifeology.biz/fileadmin/sitelayout/corners/life_bottomleft.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.life_br {
    background-image: url("http://www.lifeology.biz/fileadmin/sitelayout/corners/life_bottomright.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.life {
    /* change this if you want to change the distance distance to text/content */
     padding: 7.5px 8.5px 7.5px 8.5px; 
}

.life_l {
    background-image: url("http://www.lifeology.biz/fileadmin/sitelayout/corners/life_border.png");
    background-repeat: repeat-y;
    background-position: left;
}
.life_r {
    background-image: url("http://www.lifeology.biz/fileadmin/sitelayout/corners/life_border.png");
    background-repeat: repeat-y;
    background-position: right;
}
.life_b {
    background-image: url("http://www.lifeology.biz/fileadmin/sitelayout/corners/life_border.png");
    background-repeat: repeat-x;
    background-position: bottom;
}