* {
  margin: 0;
  padding: 0;
}

body {
  background: #3C3C54;
  color: #444;
  font: normal 72.5% "Lucida Sans Unicode",sans-serif;
  line-height:18px;
}

.container {
  background: white;
  margin: 0 auto;
  width: 800px;
  padding: 2px 2px 1px 2px;
}

.header {
  background: url(img/header.jpg) no-repeat;
  height: 198px;
  margin: 0 auto;
  width: 800px;
}

.header-ads {
  height: 64px;
  width: 800px;
}

.footer {
  background: #3C3C54;
	color:#cccccc;
  font-size: 11px;
  text-align:center;
  height: 18px;
  margin: 0 auto;
  width: 800px;
}

.footer a {
  text-decoration:none;
	color:#cccccc;
}

.main {
  float: left;
}

.title {
  font-size: 18px;
  color: #3C3C54;
  padding: 12px 5px 10px 5px;
}

.small-title {
  background: #3C3C54;
  font-size: 11pt;
  padding: 2px 5px 5px 5px;
}

p {
  font-family: Verdana;
  padding:1px 5px 10px 5px;
}

.img-left {
  float:left;
  padding:0px 2px 5px 10px;
}

.img-right {
  float:right;
  padding:0px 2px 5px 10px;
}								 

#map {
  width: 800px;
  height: 600px;
  border:1px solid #3C3C54;
}

.rbox {
  margin-left:2px;
  margin-right:2px;
}

.rcontent {
  font-size: 10pt;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
}

.rtop, .rbottom {
  display:block;
  background:#fff;
}

.rtop *, .rbottom * {
  display: block;
  height: 1px;
  overflow: hidden;
}

.r1 {
  margin: 0 5px;
}
.r2 {
  margin: 0 3px;
}
.r3 {
  margin: 0 2px;
}
.r4 {
  margin: 0 1px;
  height: 2px;
}

#lipica.rbox {
  width: 380px;
  background: #7CA887;
  color: #FFFFFF;
}

#lipica .r1, #lipica .r2, #lipica .r3, #lipica .r4 {
  background: #7CA887;
}

#postojna.rbox {
  width: 500px;
  background: #DBB363;
  color: #000000;
}

#postojna .r1, #postojna .r2, #postojna .r3, #postojna .r4 {
  background: #DBB363;
}

#soca.rbox {
  width: 380px;
  background: #01A695;
  color: #000000;
}

#soca .r1, #soca .r2, #soca .r3, #soca .r4 {
  background: #01A695;
}

#bohinj.rbox {
  width: 300px;
  background: #93C5FA;
  color: #000000;
}

#bohinj .r1, #bohinj .r2, #bohinj .r3, #bohinj .r4 {
  background: #93C5FA;
}

#cerknica.rbox {
  width: 380px;
  background: #835E0D;
  color: #FFFFFF;
}

#cerknica .r1, #cerknica .r2, #cerknica .r3, #cerknica .r4 {
  background: #835E0D;
}


	

ul#menu
{
	margin:0;
	padding:98px 0px 0px 0px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0px 4px 0px 4px;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	padding:8px 4px 0 4px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(img/nav_bg.png) 0px 27px no-repeat;		
}
	

ul#menu li a.current
{
	color:#FFFFFF;
	display:inline;
	height:22px;
	background:transparent url(img/nav_bg.png) 0px 27px no-repeat;	
	float:left;
	margin:0;
}