/* CSS Document */

body{
margin:0px;
font-family:tahoma;
background:url(images/bg.jpg);
font-size:11px;
color:#666666;
}

p{
font-size:11px;
color:#666666;
margin:10px;
}

.black-bg{
background:#000000;
}

.white-bg{
background:#FFFFFF;
}

.gray-bg{
background:#666666;
}

.red-bg{
background:#cc0001;
}

.copy{
font-size:10px;
color:#666666;
margin-top:20px;
margin-bottom:20px;
line-height:20px;
}

/*Link*/
a:link {
color : #ffffff; 
text-decoration : none; 
} 
a:visited {
color : #ffffff; 
text-decoration : none; 
} 
a:hover {
color : #666666; 
text-decoration : none; 
} 
a:active {
color : #ffffff; 
text-decoration : none; 
} 

/*Link*/
a.underlink:link {
color : #666666; 
text-decoration : none; 
} 
a.underlink:visited {
color : #666666; 
text-decoration : none; 
} 
a.underlink:hover {
color : #666666; 
text-decoration : underline; 
} 
a.underlink:active {
color : #666666; 
text-decoration : none; 
} 

/*Link*/
a.redlink:link {
color : #cc0001; 
text-decoration : none; 
} 
a.redlink:visited {
color : #cc0001; 
text-decoration : none; 
} 
a.redlink:hover {
color : #666666; 
text-decoration : none; 
} 
a.redlink:active {
color : #cc0001; 
text-decoration : none; 
} 

.left-nomargine{
float:left;
margin-right:3px;
}

.dot-vert{
background:url(images/dot-vert.gif) repeat-y top right;
}

.dot-hor{
background:url(images/dot-hor.gif) repeat-x top;
}

.tamnosivo-bg{
background-color:#333333;
}

.naslov-beli{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
margin:5px;
margin-left:10px;
}

.red-cena{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
margin:5px;
margin-right:1px;
color:#cc0001;
}

.naslov-artikla{
margin:5px;
margin-left:10px;
margin-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

.bott-dots{
border-bottom:1px dotted #333333;
}

.menu{
margin:6px;
}

.right{
float:right;
margin-left:5px;
border:1px solid #CCCCCC;
padding:4px;
}

.red
{
color:#cc0001;
}

.margin4{
margin:4px;
margin-left:10px;
}

.brdr{
border:1px solid #CCCCCC;
}

.nobg
{
    background:none;
}
