/* CSS Document */
body {
	padding:0px; 
	margin:0px; 
	background:url(images/bg.gif) 0 0 repeat-x; 
	color:#705D20; 
	font:14px/18px Arial, Helvetica, sans-serif;
}

#main_div {
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	width: 800px;
	height:500px;
	border: 0px solid #000;
}

#main_div .image {
	border:2px solid #fff; 	
	margin-left: 150px;
	margin-top:0px;
}

#logo {
	background: url("../images/logo2.png") 0% 0% no-repeat;
	display:inline;
	position:absolute;
	top:20px;
	left: 710px;
	width: 150px;
	height:150px;
	padding-top:10px;
	padding-left: 80px;
	border: 0px solid #ccc;
	}
#logo p {display:block; margin-left:-80px; margin-top:0px;}
#logo hr {color:#B22C2A; margin-top:13px; width:150px; height:5px; border:1px solid #B22C2A dotted;}
#logo span.bold { color:#B22C2A; font: 12px, Verdana Helvetica, sans-serif;	font-weight:bold; margin-top:0px;	}

#hot {margin-left:150px;}

#meniu .menu {
  width: 200px;
  list-style: none;
  margin: 0 0 0.2em;
  padding: 0;
  position:relative;
  font: 150%/100% Arial, Helvetica, sans-serif;
}
#meniu .menu li {
  clear: both;
  margin-left: -80px;
  padding: 0 0 1.1em 0;
  position: relative;
  border-bottom: dotted 2px #999;
}
#meniu .menu li.sublevel_1 {
  clear: both;
  margin-left: -50px;
  padding: 0 0 1.1em 0;
}

#meniu .menu li.sublevel_2 {
  margin-left: -30px;
  padding: 0 0 1.0em 0;	
}

#meniu .menu h1 {
  background: #fff;
  padding: 0 5px 0 0;
  font-weight: normal;
  position: absolute;
  bottom: -.9em;
  left: 0;
  font: 110%/100% Georgia, "Times New Roman", Times, serif;
}

#meniu .menu h2 {
  background: #fff;
  padding: 0 10px 0 0;
  font-weight: normal;
  position: absolute;
  bottom: -.5em;
  left: 0;
  font: 70%/60% Georgia, "Times New Roman", Times, serif;
}

#meniu .menu em {
  background: #fff;
  padding: 0 0 0 5px;
  font: 110%/100% Georgia, "Times New Roman", Times, serif;
  position: absolute;
  bottom: -.2em;
  right: 0;
}
#meniu .menu sup {
  font-size: 60%;
  color: #665;
  margin-left: 3px;
}

#meniu li {
  border-bottom: dashed 1px #000;
  padding: 0 0 0.3em 0;
}

#meniu p {
	position:absolute;
	left:-80px;
}
#meniu .msg_head {
	width:270px;
	padding: 5px 0px;
	cursor: pointer;
	position: relative;
	left:-80px;
	background-color:#cc0000;
	color: #fff;
	margin:1px;
	font: 150%/100% Georgia, "Times New Roman", Times, serif;
}

#meniu .msg_body {
	width:200px;
	padding: 5px 0 5px 0px ;
	position:relative;
	left:-10px;
}

#busy {background: url("../images/ajax_loader.gif") 0% 0% no-repeat; position:absolute; margin-left:auto; margin-top:10px}

#pret {width:100px;}