/* CSS Document */

body{
margin:0px;
font-family:tahoma;
background:#000000 url(images/bg-main.jpg) repeat-y left;
}

.body-bg
{
	background:#000000;
}

p{
font-size:11px;
color:#efefef;
margin:10px;
}

.crna-bg{
background:#000000;
}

.copy{
font-size:10px;
color:#FFFFFF;
margin:15px;
margin-bottom:5px;
}

/* link */
a:link {
	color:#ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #999999;
	}
a:active {
	text-decoration: none;
	color: #ffffff;
}

/* meni link */
a.menilink:link {
	color:#999999;
	text-decoration: none;
}
a.menilink:visited {
	text-decoration: none;
	color: #999999;
}
a.menilink:hover {
	text-decoration: underline;
	color: #FF0000;
	}
a.menilink:active {
	text-decoration: none;
	color: #999999;
}

.bg-white{
background:#FFFFFF;
}

h1{
    font-family: Georgia, Times New Roman, Serif;
	margin:10px;
	margin-bottom:5px;
	margin-top:5px;
    font-size: 16pt;
    font-weight: normal;
	color:#ffffff;
}

h2{
    font-family: Georgia, Times New Roman, Serif;
	margin:10px;
	margin-bottom:0px;
	margin-top:5px;
    font-size: 11pt;
    font-weight: normal;
	color:#FF0000;
}

.orange{
font-weight:bold;
color:#cc0001;
}

.right{
float:right;
border:1px solid #CCCCCC;
margin-left:5px;
}

.linkovi-proizvodi{
margin-right:20px;
font-weight:bold;
line-height:12px;
}

.dots-bottom{
border-bottom:1px dotted #999999;
}

.artikli-naslov{
margin:11px;
margin-bottom:4px;
margin-top:3px;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
}

.artikli-orange{
color:#ff3700;
}

.artikli-p{
color:#cccccc;
font-size:11px;
margin:10px;
margin-bottom:4px;
margin-top:3px;
}


.artikli-brdr{
border:1px solid #999999;
}


.spanstyle {
	position:absolute;
    left:-5000px;
}
.message1 {
	position: absolute; 
	top:10px; 
	left:20px;  
   	width:640px;
	color:#ffcc00;
	font-size:8pt;
	font-family:Verdana;
}
.message2 {
	position: absolute; 
	top:200px; 
	left:20px;  
    width:640px;
	color:#ffcc00;
	font-size:8pt;
	font-family:Verdana;
}

.meni-col-bg{
background:#28272c;
}

.top-bg{
background:url(images/top-bg.jpg) repeat-x top;
}

.pecat-bg{
background:url(images/guarantee.jpg) no-repeat bottom;
height:119px;
}

.counter
{
	color:#e7651a;
	margin:10px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}

.black-bg
{
	background:#000000;
}

/* orange link */
a.orangelink:link {
	color:#e7651a;
	text-decoration: none;
}
a.orangelink:visited {
	text-decoration: none;
	color: #e7651a;
}
a.orangelink:hover {
	text-decoration: none;
	color: #999999;
	}
a.orangelink:active {
	text-decoration: none;
	color: #e7651a;
}

.white-font
{
    color:#ffffff;
    font-family:Tahoma;
    font-size:11px;
}
    

.ulazBg{
background:#000000 url(images/bgUlaz.jpg) top repeat-x;
}