@charset "utf-8";
/* CSS Document */


body {
	background: #000 url(images/flags2.jpg) fixed no-repeat center center;
	margin: 0 0 20px 0;
	padding: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #eee
}
h1 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif
}
.leftbg { 
background: #fff url(images/leftbg.jpg) no-repeat top left;

}
.rightbg { 
background: #fff url(images/rightbg.jpg) no-repeat top right;

}
.ikonice {
	margin: 0 20px 0 0;
}
.ikonice a img {
	border: 0;
}
.contbg {
	background: #000 url(images/contbg.jpg) repeat-x;
	padding: 30px;
	width:695px;
}
.contbg a img {
	border: 1px solid #e0e0e0
}
.contbg h1 {
	margin: 0 0 23px 0;
	color: #eee;
}
.contbg p {
	text-align: justify;
	color:#eee
}
.ulli {
	margin: 0 0 0 20px; padding:0;
}
/*meni*/

ul#menu {
	margin: 0 0 0 37px; padding: 0;
	list-style: none;
	color: #fff;
	font-weight: bold
}
ul#menu li {
	float:left;
	margin: 0 12px 0 0;
}
ul#menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 80px; height: 24px;
	text-align: center;
	padding: 12px 5px 0 5px;
}
ul#menu li a:visited {
	color: #fff;
	text-decoration: none;
}
ul#menu li a:hover {
	background: #000 url(images/linkhover.jpg) no-repeat center center;
}
ul#menu li a:hover span {
	color: #ff0000;
}
ul#menu li a.current {
	background: #000 url(images/linkhover.jpg) no-repeat center center;
}
ul#menu li a.current span {
	color: #ff0000;
}
.spacer {
	background: url(images/spacer.jpg) repeat-y center top;
}
.spacerd {
	/*background: url(images/spacer.jpg) repeat-x center bottom;*/
	display: none;
}

/*centslika*/
.centslika {
	padding: 2px;
	border: 1px solid #e0e0e0;
	margin: 38px 0 0 0
}

/*footer*/
ul#menuf {
	margin: 0 0 0 37px; padding: 0;
	list-style: none;
	color: #fff;
	font-weight: bold;
	display:none;
}
ul#menuf li {
	float:left;
	margin: 0 0px 0 0;
}
ul#menuf li a {
	color: #606060;
	text-decoration: none;
	display: block;
	height: 24px;
	text-align: center;
	padding: 12px 7px 0 7px;
	width: 53px;
}
ul#menuf li a:visited {
	color: #606060;
	text-decoration: none;
}
ul#menuf li a:hover {
	color: #ff0000;
}
ul#menuf li a.current {
	color: #ff0000;
}
.copy {
	float:right;
	margin: 0; padding:0;
	color: #585858;
}
.copy a{
	color: #585858;
	text-decoration: none;
}
.displaynone {
	display: none;
}
.footer {
 background: #fff url(images/footerbg.jpg) no-repeat top center;
}

/*skroler*/
#marqueecontainer{
position: relative;
width: 195px; /*marquee width */
height: 285px; /*marquee height */
overflow: hidden;
/*border: 3px solid orange;
padding: 2px;
padding-left: 4px;*/
margin: 25px 0 0 0;
}
