@charset "utf-8";
/* CSS Document */
body, html,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, p, blockquote,
form, fieldset, input, textarea, select
{
	margin: 0;
	padding: 0;
	font-family:  Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
h1 {
   font-size: 16px;
   font-weight: bold;
   color:#BA1E83;
}
h2 {
   font-size: 14px;
   font-weight: bold;
   color:#BA1E83;
}

body {
	font-size: 62.5%;
	background: url('img/body_bg.gif') repeat-x;
	background-color:#A32F60;
}
#wraper {
    position: relative;
	width: 908px;
	
	margin: 0 auto 0;
	padding:0;
	float:none;
	position: relative;
	clear:both;
}

#header {
	background: url('img/header.jpg') no-repeat top center;
	height: 303px;
	overflow: hidden;
	position: relative;
}
#flashDiv {
   width:900px;
   height:250px;
   margin:0;
   padding:0;
}
#flashVideoDiv {
	width:500px;
	height:412px;
	margin:5px;
	padding:0;
	float: right;
	clear: both;
}
#container {
	margin: 0;
    /*background: url('img/center_bg.gif') repeat-x;*/
	width:900px;
	position: relative;
	float:none;
}
#container #left {
    position: relative;
	float: left;
	overflow: hidden;
	width: 300px; 
	margin-top: 4px;
	padding-bottom: 0px;
	/*background: url('img/text-bg.gif') no-repeat bottom left;*/
	background-color:#FFFFFF;
}
#container #left  #lefttop {
    height:31px;
	width:100%;
	padding: 0;
	margin:0;
	background: url('img/text-up.gif') no-repeat top left;
}
#container #left #tekst {
   padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
#container #right {
	float: right;
	overflow: visible;
	width: 570px;
	min-height: 1px;
	padding: 0;
	padding-top: 70px;
	position: relative;
}
#container #right .slika {
   float: left;
   border-width:medium;
   border-style:solid;
   border-color:#FFFFFF;
   width:170px;
   height:150px;
   overflow:hidden;
   margin-left:0;
   margin-right:12px;
   margin-bottom:15px;
}

#container #right .slikals {
   float: left;
   border-width:medium;
   border-style:solid;
   border-color:#FFFFFF;
   width:170px;
   height:150px;
   overflow:hidden;
   margin-left:0;
   margin-right:12px;
   margin-top:15px;
}
#container #right .slikaVin {
  border-width:medium;
   border-style:solid;
   border-color:#4A091B;
   overflow:hidden;
   width:500px;
}
#container #right .slikaV {
   float: right;
   border-width:thin;
   border-style:solid;
   border-color:#fff;
   width:508px;
   overflow:hidden;
   margin-left:0;
   margin-right:0;
   margin-bottom:15px;
}

#container #right .velikaslika {
	float: left;
	border-width:medium;
	border-style:solid;
	border-color:#FFFFFF;
	width:545px;
	overflow:hidden;
	margin-left:0;
	margin-right:0px;
	margin-bottom:15px;
	text-align: center;
}
.prijeposlije{
	padding:5px 0 0 0;
	margin:0;
	position:relative;
	clear:both;
}
ul.lista { 
  	float:left;
    list-style:none;
	font-family: Arial, Verdana, sans-serif; 
	margin: 0; 
	padding: 0; 
	padding-top:12px;
	margin-bottom:10px;
	width: 250px;
} 

ul.lista li { 
    display: inline;	
} 

ul.lista li span { 
    display: block;
    cursor: pointer;
    cursor: hand;
    font-weight: normal;
	font-size: 12px; 
	color: #000; 
	font-family: Arial, Verdana; 
	padding-top:10px;
	padding-bottom:10px;
	 padding-left: 27px;
	text-decoration: none; 
	width:240px;
	background: url('img/btn-arrow.gif') no-repeat left center;  
} 

#footer {
    clear:both;
    background: url('img/copyright_bg.gif') repeat-x;  
	width: 100%;
	height: 200px;
	margin: 0;
	background-color: #f279ae;
	padding: 0;
	z-index: 110;
	margin-top: 0;
	position: relative;
	color: #ccc;
	text-align:center;
}
#footer #footerin{
   float:none;
   position: relative;
   clear: both;
   width: 908px;
   text-align:center;
   background: url('img/text-down.gif') no-repeat top left;  
   margin-left: auto;
   margin-right: auto;
   padding-top: 15px;
   height:31px;
}
#footer #footerin span{
    font-size: 11px;

}
.style1 {
	color: #5C0E24;
	font-weight: bold;
}

/* main menu */
#header #menu {
    background: url('img/menu-rub.gif') no-repeat top left;
	margin: 0;
    height:53px;
    padding-left: 4px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	display: inline;
    margin: 0;
    
}

#menu ul li a {
	float: left;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
	display: block;
	background: url('img/btn-right.gif') no-repeat top right;
	height: 53px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 20px;
}

#menu ul li.dbl a {
   padding-top: 15px;
}
#menu ul li a:hover,
#menu ul li a.active {
	background-image: url('img/btn-right-over.gif');

}

