@charset "utf-8";
/* CSS Document */

/************/
/*** body ***/
/************/
*{ margin:0px; padding:0px;}
body { background:#FFF url(images/bg.png) repeat-x; font-family:tahoma; font-size:11px; color:#333333;}
a:link { text-decoration:none; color:#333333;}
a:visited { text-decoration:none; color:#333333;}
a:hover { text-decoration:underline; color:#333333;}
a:active { text-decoration:none; color:#333333;}
img { border:0px;}
.clear { clear:both;}


/***************/
/*** wrapper ***/
/***************/
.wrapper { width:982px; margin:0 auto; margin-top:17px;}


/**************/
/*** header ***/
/**************/
.header { background:url(images/header_bg.png) no-repeat; height:97px; padding:60px 0px 0px 374px;}
.header h1 { background:url(images/logo.png); width:201px; height:62px; overflow:hidden; text-indent:-100000px;}


/***************/
/*** menubar ***/
/***************/
.menubar { background:url(images/menu_bg.png) no-repeat; width:982px; height:38px;}
.menubar ul { margin:0px; padding:10px 95px 0px 95px; list-style:none;}
.menubar ul li { float:left; padding:0px 13px 0px 13px;}
.menubar ul li a { position:relative; display:block; color:#990000; font-size:12px; font-weight:bold; text-decoration:none;}
.menubar ul li a:hover { text-decoration:underline; color:#990000;}


/***************/
/*** content ***/
/***************/
.content { background:url(images/content_bg.png) repeat-y; width:800px; margin-left:82px; padding:0px 9px 0px 9px;}

/*** sidebar ***/
.sidebar { float:left; width:198px; padding:30px 0px 0px 23px;}

/*** box1 ***/
.box1 { background:url(images/box1_top_bg.png) no-repeat top; width:175px; padding-top:13px;}
.box1 h2 { font-size:14px; color:#990000; padding:0px 5px 10px 0px;}
.box1 .txt { background:#f1e2e2 url(images/box1_bg.png) repeat-x; border-left:1px solid #ffcccc; border-right:1px solid #ffcccc; padding:0px 5px 5px 15px;}
.box1 .txt ul { margin:0px; padding-left:15px; list-style:decimal;}
.box1 .txt a.more { position:relative; background:url(images/ster.png) no-repeat right; display:block; width:140px; margin-top:10px;}
.box1bottom { background:url(images/box1_bottom_bg.png) no-repeat; height:17px; margin-bottom:20px;}

/*** box2 ***/
.box2 { background:url(images/box2_top_bg.png) no-repeat top; width:175px; padding-top:13px;}
.box2 h2 { font-size:14px; color:#990000; font-weight:normal; padding:0px 5px 10px 0px;}
.box2 .txt { background:#f4eeee url(images/box2_bg.png) repeat-x; border-left:1px solid #ffcccc; border-right:1px solid #ffcccc; padding:0px 5px 5px 15px;}
.box2 .txt2 { background:#f4eeee url(images/box2_bg.png) repeat-x; border-left:1px solid #ffcccc; border-right:1px solid #ffcccc; padding:0px 5px 5px 15px;}
.box2 .txt ul { margin:0px; padding-left:15px; list-style:decimal;}
.box2 .txt2 ul { margin:0px; padding-left:0px; list-style:none;}

.box2 .txt a.more { position:relative; background:url(images/ster.png) no-repeat right; display:block; width:140px; margin-top:10px;}
.box2 .txt2 a.more { position:relative; background:url(images/ster.png) no-repeat right; display:block; width:140px; margin-top:10px;}

.box2bottom { background:url(images/box2_bottom_bg.png) no-repeat; height:17px; margin-bottom:20px;}

/*** contentvak ***/
.contentvak { float:right; background:url(images/contentvak_bg.png) repeat-y left; width:519px; padding:30px 30px 0px 30px;}
.contentvak h2 { position:relative; background:url(images/hart.png) no-repeat left; height:23px; padding:7px 0px 0px 40px; font-size:14px; color:#990000; margin-bottom:10px;}
.contentvakbottom { float:right; background:url(images/contentvak_bottom_bg.png) no-repeat left; height:62px; width:579px;}


/**************/
/*** footer ***/
/**************/
.footer { background:url(images/footer_bg.png) no-repeat; width:760px; height:44px; margin:0 auto; padding:25px 20px 0px 20px;}
.footer p.copy { float:left; color:#FFF; font-weight:bold;}
.footer p.bmenu { float:right; color:#FFF;}
.footer p.bmenu a { color:#FFF;}
