@charset "utf-8";
* {margin:0;padding:0;}
html,body {height:100%;_height:auto;}
body {background-color:#fff; font:80% Arial, Helvetica, sans-serif;}
img {border:none}
h1 {
   background:url(/images/parnik/h1_bg.png) repeat-x; 
   height:35px;
   font-size:180%;
   color:#fff;
   width:99.2%;
   padding:3px 10px; margin:0 0 0.7em -0.3em;
}
h2 {
    color:#2A9AC4;
	font-size:140%;
	margin:0.4em 0;
	width:100%;
}
p {line-height:1.2em; margin:1em 0.5em}
#header {
  background: url(/images/parnik/top_bg.png) repeat-x #fff;border-bottom:0 solid red;
  margin:0 auto 3px;
  width:100%;height:200px;
  position:absolute; top:0;
}
.header {width:1024px; margin:0 auto; position:absolute; top:0; height:400px; border:0 solid green}
#footer {
  background-color:#f5f6f7;border:#00f 0px solid;
  margin:0 auto 0;overflow:hidden;position:relative;
  width:1024px;height:100px;
}

#middle {margin:0 auto;width:1024px; height:auto; border:0 solid #00FFFF}
#middle,.left,.cont {position:relative;zoom:1;}
.cont,.left, {z-index:100}
.cont {
   left:-2em;
   background: #fff;
   z-index:100;
   margin:0; padding:3px 10px 30px;
   width:690px; min-height:100%;
   float:right;
}

.left {
   left:0;
   width:270px;
   background:#fff;
   float:left;
   z-index:1000;
}
.left h1 {width:91.9%; margin:0.2em 0 0.1em}
.cont,.left,.top_menu li a,.menu li a,h1 {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius:5px;
    border-radius:5px
}
.menu {
   width:240px; height:300px;
   margin:15px 13px;
   border:0px solid black;
}
.menu ul {}
.menu li {margin:13px 0; text-decoration:none; list-style:none;}
.menu li a {
   background:#18adbb; 
   padding:5px 10px; margin-top:5px; 
   text-decoration:none;
   color:#fff;
   width:200px;
   list-style:none;
}
.menu li a:hover,.menu li a.active {background:#5ab15d}

.top_menu {width:auto; height:40px; position:absolute; top:13em; right:1em}
.top_menu ul {display:inline}
.top_menu li {list-style:none; display:inline; margin-left:5px}
.top_menu li a {
   text-decoration:none; text-align:center;
   background:url(/images/parnik/topmenu.png) repeat-x #2A9AC4;
   color:#fff;
   padding:10px 5px;
}
.top_menu li a:hover,.top_menu li a.active {background:url(/images/parnik/topmenu_a.png) repeat-x #198F1B}

.bot_menu {width:100%; height:30px; margin-top:1em; background:#008ca4;text-align:center}
.bot_menu ul {display:inline; margin-left:6px; }
.bot_menu li { list-style:none; position:relative; top:6px;display:inline;}
.bot_menu li a {color:#fff; padding:6px 10px 8px; text-decoration:underline;}
.bot_menu li a:hover,.bot_menu li a.active {background:#2dad2f; text-decoration:none}
