.akond {
    content: "Akond";
    font-size: 10px;
    font-weight: bold;
    color: #333;
}

.first {
    font-size: 10px;
    font-weight: bold;
    color: #333;
}

div.main_sub {
    position: relative;
    background-color: transparent;
    background-image: url("../graphic/s_gr.gif");
    background-attachment: scroll;
    background-position: 50px 60%;
    background-repeat: no-repeat;
    display: block;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    z-index: 0;
}

div.subpage_left {
    position: relative;
    background-color: transparent;

    width: 190px;
    height: auto;
    float: left;
    padding: 0px;
    top: 0px;
    left: 20px;
    margin: 0px 0px 0px 0px;
    text-align:left;
    vertical-align: bottom;
    z-index: 0;

    border-style: solid;
    border-width: 0px;
    border-color: #ee0000
}


div.subpage_right {
    position: relative;
    background-color: transparent;
    width: 410px;
    height: 100%;
    float: left;
    padding: 0px;
    margin: 0px 0px 10px 45px;
    text-align:left;
    z-index: 0;

    border-style: solid;
    border-width: 0px;
    border-color: #0000aa
}


div.subpage_gr_foot {
    position: relative;
    background-color: transparent;
    width: auto;
    height: 0px;
/*      float: left; */
/*     left: -50px;
     top: -50px*/
/*     bottom: 50px; */

    padding: 0px;
    margin: 0px 0px 0px 0px;
    text-align:left;
    vertical-align: bottom;
    z-index: 0;

    border-style: solid;
    border-width: 0px;
    border-color: #000000
}




/* ========================================================== */
/* == right subpage begin==================================== */

div.section_box {
    display: block;
    position: relative;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    z-index: 0;
}

div.section_box_head {
    position: relative;
    background-color: transparent;
    background-image: url("../graphic/s_head.gif");
    width: 405px;
    height: 35px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    clear: left;
    z-index: 0;
}

div.section_box_title {
    position: relative;
    background-color: transparent;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0px auto;
    padding: 12px 0px 0px 13px;
    text-align: left;
    clear: left;
    z-index: 0;
}


div.section_content {
    position: relative;
    background-color: #ffffff;
    width: 375px;
    padding: 8px 15px 8px 15px;
    margin: 0px;
    float: left;
    vertical-align: bottom;
    z-index: 0;
    overflow: visible;

    border-style: solid;
    border-width: 0px;
    border-color: #00aa00;
}


div.section_box_foot {
    position: relative;
    background-color: transparent;
    background-image: url("../graphic/s_foot.gif");
    width: 405px;
    height: 22px;
    clear: left;
    z-index: 0;
    margin: 0px 0px 10px 0px;
}
/* == right subpage end ===================================== */
/* ========================================================== */


.subpage_gr_foot a {
    position: relative;
    background-color: transparent;
    color: #666666;
    text-decoration: none;
    z-index: 0;
    left: -130px;
    top: -40px;

    border-style: solid;
    border-width: 0px;
    border-color: #00aa00;
}

.subpage_gr_foot a:hover {
    position: relative;
    color: #666666;
    z-index: 0;

    border-style: solid;
    border-width: 0px;
    border-color: #000000;
}


