* {
  margin:0px;
  padding:0px; 
}

body {	
	text-align: left;
	background-color: #f7f7f7;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	color: black;
	font-size: .8em;
	height: 100%;
  background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

img
{
	border: 0px;
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
	height:870px;
	min-height: 100%;
	padding-top:50px;
  background-image: url(../img/bg2.gif);
	background-repeat: no-repeat;
	background-position: center 620px;
}

#inw {
  position:absolute;
  z-index:10;
  top:270px;
  left:12px;
  width:634px;
  height:330px;
  background-color:white;
  border-width: 0px;
  overflow:hidden;
}

object {
  z-index:0;
}

#down {
  background-image: url(../img/line.png);
	background-repeat: no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 806px;
	padding: 0px;
	height: 3px;
}

#top {
  width: 1000px;
  height: 120px;
  background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
}

#left {
  width: 565px;
  float:left;
	padding:40px; 
	padding-bottom:50px; 
	padding-top:20px;
	margin-top:45px;
}

#right {
  width: 170px;
  float:left;
	margin-top:25px;
}

#right img {
  border:1px solid #3d3d3d;
}

#menu {
  width: 1000px;
  height: 20px;
	margin-top:15px;
}

#menu ul{
  list-style-type:none;  
  margin-left:40px;
}

#menu li{
	font-size: 15px;
	padding-left:20px;
  padding-right:60px;
  height:18px;
	float: left;
	font-weight: bold;
	padding-top:5px;
	background-image: url(../img/sarrow.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
}

#menu a {
  text-decoration: none;
  color: #ffffff;
}

#menu a:visited {
  text-decoration: none;
  color: #ffffff;
}

#menu a:hover {
  text-decoration: none;
  color: #ffec39;
}

a {
  text-decoration: none;
  color: #444444;
}

a:visited {
  text-decoration: none;
  color: #444444;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

p {
  margin-bottom: 20px;
  text-align: justify;
}

h1 {
	font: 18px tahoma, arial;
	font-weight: bold;
	color:#e64f00;
	text-transform: uppercase;
	margin-bottom:2px;
}

.hr-a {
  width:100%;
  height:1px;
	background: url(../img/point.gif);
  background-repeat: repeat-x;
  background-position: bottom;  
  margin-bottom:15px;
  font-size: 0px;
}

h2 {
  color: #ffffff;
  font-size : 12px;
  font-weight: bold;
}

.line {
  margin-bottom: 12px;
}

#left ul {
  list-style-image: url(../img/arrow.png);
  _list-style-image: url(../img/arrow-ie.png);
}

#left li {
  margin-left:20px;
  padding-left:5px;
}

.search {
  border:1px solid #888888;
  padding:2px;
  margin-left:110px;
  margin-right:10px;
  width:120px;
  background-image: url(../img/input.gif);
	background-repeat: no-repeat;
}

.frame_menu{ 
  margin-bottom:4px;
	text-align: left;
	width: 158px;
	background-color : #ffffff;
  border : 1px solid #cccccc;
  border-top:0px solid #cccccc;
  padding: 10px 5px 10px 5px;
  background-image: url(../img/vert2.gif);
	background-repeat: repeat-x;
}

.frame_nadpis_menu{
  margin-top:15px;
	text-align: center;
	width: 170px;
	height: 20px;
  padding-top: 4px;
  background-image: url(../img/bg-lr.gif);
	background-repeat: no-repeat;
}

.menulist
{
	list-style-type: none;
	text-align: left;
  color: #333333; ! important
}

.menulist li
{
  padding-top:1px;
  padding-bottom:4px;
  padding-left:15px;
  padding-right:15px;
	background-image: url(../img/bg-li.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

small {
  padding-left:10px;;
  color:#aaaaaa;
}

.adv {
  padding:2px;
  border:1px solid #cccccc;
  background-color:#fafafa;
}


