/* -----------------------------------------------------------------------------*/
/* Version 2.3.1 02.04.2015 */
/* -----------------------------------------------------------------------------*/

body { font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif, sans-serif; 
         font-size: 14px; 
         background-image: url( bg_r.jpg )}

/* -----*/
/* MAIN */
/* -----*/     
div#container{
    position: absolute;
    left: 0px;
    top: 0px;        
    }


/* -------------*/
/* AD_TOP_LEFT  */
/* -------------*/
div#ad_top_left{
    position: absolute;
    background: url(bg_l.jpg);
    left: 0px;
    top: 0px;
    height: 95px;
    width: 728px;
     }

/* -------------*/
/* AD_TOP_RIGHT  */
/* -------------*/
div#ad_top_right{
    position: absolute;
    background: url(bg_l.jpg);
    left: 728px;
    top: 0px;
    height: 95px;
    width: 171px;
    text-align: center;
     }

/* -------------*/
/* AD_VERT_RIGHT  */
/* -------------*/
@media all and (max-width: 909px) {
div#ad_vert_right{
    position: relative;
    left: 170px;
    width: 300px;
	margin-bottom: 20px;
    }
}
@media all and (min-width: 910px) {
div#ad_vert_right{
    position: absolute;
    background: url(bg_r.jpg);
    left: 920px;
    top: 0px;
    height: 1400px;
    width: 300px;
    text-align: center;
     }
}

                                                        
/* -------*/
/* HEADER */
/* -------*/
div#header{
    position: absolute; 
    background: url(bg_r.jpg);
    left: 0px;
    top: 95px;
    height: 105px;
    width: 900px;
    }

#img_home {position: absolute; top: 0px; left: 0px; z-index: 1;}
#img_ban1 {position: absolute; top: 0px; left: 160px; z-index: 1;}
#img_ban2 {position: absolute; top: 0px; left: 250px; z-index: 1;}
#mnu_header_txt {position: absolute; top: 90px; right: 88px; z-index: 1; font-size: 14px; text-align: right; font-weight:bold;}
#mnu_header_img {position: absolute; top: 91px; right: 0px; z-index: 1; font-size: 14px; text-align: right; font-weight:bold;}
#mnu_header_soc {position: absolute; top: 120px; right:0px; z-index: 1; font-size: 14px; text-align: right;}


/* ----------------*/
/* LEFT NAVIGATION */
/* ----------------*/
div#leftnav{
    position: absolute;
    background: url(bg_l.jpg);
    top: 200px;
    left: 0px;
    height: 100%;
    width: 160px;
    font-size: 13px;
	line-height: 1.6em;
    list-style-type:none;
    }
.mnu_list {list-style-type:none;  margin:3px; padding:3px;}
.mnu_title {list-style-type:none; margin:0px; font-size: 14px; font-weight:bold; color:rgb(153,0,0);}


/* ----------------------*/
/* LINK NAVIGATION CLASS */
/* ----------------------*/
.mnu_item {font-weight:bold; text-decoration:none; }
.mnu_item:link, .mnu_item:visited {color:rgb(51,0,0)}
.mnu_item:hover {color:rgb(255,51,0);text-decoration:underline;}
.mnu_item:active {color:rgb(51,0,0);}


/* -----*/
/* BODY */
/* -----*/
div#content{
    position: relative;
    top: 250px;
    left: 170px;
    width: 730px;
    padding-bottom:290px;
    }   


/* -------*/
/* FOOTER */
/* -------*/
div#footer{
    position: relative;
    left: 170px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    }   
div#footer a {text-decoration:none; }
div#footer a:link {color:rgb(0,0,0)}
div#footer a:visited {color:rgb(0,0,0)}
div#footer a:hover {color:rgb(255,51,0);text-decoration:underline;}
div#footer a:active {color:rgb(0,0,0);}
