@charset "utf-8";
/* CSS Document */

body{
margin:0px;
font-family:tahoma;
}

p{
font-size:11px;
color:#777777;
margin:10px;
}

.bg-main{
background:url(images/bg-main.jpg) repeat-x top;
}

.blue-line{
background-color:#b8d1e7;
}

.copy{
font-size:10px;
color:#999999;
}

.naruci{
font-size:11px;
color:#666666;
}

.line-right{
border-right:1px dotted #a0caea;
}

.naslov-bg{
background:url(images/naslov-bg.gif) no-repeat center bottom;
}

/* link */
a:link {
	color: #cc0001;
	text-decoration: none;
	border-bottom:none;
}
a:visited {
	color: #cc0001;
	text-decoration: none;
	border-bottom:none;
}
a:hover {
	color: #cc0001;
	text-decoration: underline;
	border-bottom:none;
}
a:active {
	color: #cc0001;
	text-decoration: none;
	border-bottom:none;
}

.brdr{
border:1px solid #0066CC;
}

.reklama{
background:url(images/reklama-tv.jpg) top right no-repeat;
height:650px;
}

.red-bold{
color:#cc0001;
font-weight:bold;
font-size:10px;
}

.left{
float:left;
border:none;
margin:5px;
margin-right:10px;
}

.right{
float:right;
margin:5px;
border:none;
}

.left{
float:left;
margin:5px;
border:none;
}