/* 
    Document   : styles
    Created on : 13.01.2010, 15:43:28
    Author     : M0DreD
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.greentext{
    color: #48A31B;
}
.silvertext{
    color: #5A635C;
}

.style1{
    font-size: 0.9em;
}

.bold{
    font-weight: bold;
}
b, strong{
    color: #48A31B;
    font-weight: lighter;
}
#content ul{
    list-style-position: inside;
    margin: 10px 0;
    padding-left: 1em;
}

.decor{
    position: relative;
    border: 2px solid #48A31B;
    padding: 0 21px 15px;
    margin-bottom: 15px;
}
.decor_l_t,.decor_r_t,.decor_l_b,.decor_r_b{
    background-repeat: no-repeat;
    width: 21px;height: 21px;
    position: absolute;
}
.decor_l_t{
    background-image: url(../img/Back-ground_l_t.jpg);
    top: -2px;
    left: -2px;
}
.decor_r_t{
    background-image: url(../img/Back-ground_r_t.jpg);
    right: -2px;top: -2px;
}
.decor_l_b{
    background-image: url(../img/Back-ground_l_b.jpg);
    bottom: -2px;left: -2px;
}
.decor_r_b{
    background-image: url(../img/Back-ground_r_b.jpg);
    bottom: -2px;
    right: -2px;
}
