/* CSS Document */

body{
margin:0px;
background:url(images/bg_body.gif) repeat center top;
font-family:tahoma;
}

.table-bg{
background:url(images/bg_content.gif) repeat-y center top;
}

h1{
font-size:11px;
font-weight:bold;
font-family:tahoma;
color:#3b92e8;
margin:10px;
}

p{
font-size:11px;
color:#666666;
margin:10px;
}

.copy{
font-size:10px;
color:#999999;
}

.menu-bg{
background:url(images/menu_bg.gif) top center repeat-x;
height:26px;
}

.menu-font{
margin:5px;
font-size:11px;
font-weight:bold;
color:#666666;
}

.line-grad-blue{
background:url(images/line-grad-blue.gif) no-repeat top center;
height:17px;
}

.grad-bg{
background:url(images/grad.gif) repeat-x top;
}

.vert-dott{
background:url(images/vertical_dotted.gif) no-repeat top right;
}

.hor-dott{
background:url(images/horizontal_dotted.gif) center top no-repeat;
height:1px;
}

.orange{
color:#FF3300;
}

/* link */
a:link {
	color:#3b92e8;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3b92e8;
}
a:hover {
	text-decoration: none;
	color: #3b92e8;
	}
a:active {
	text-decoration: underline;
	color: #3b92e8;
}

/* link meni */
a.linkmeni:link {
	color:#666666;
	text-decoration: none;
}
a.linkmeni:visited {
	text-decoration: none;
	color: #666666;
}
a.linkmeni:hover {
	text-decoration: underline;
	color: #666666;
	}
a.linkmeni:active {
	text-decoration: none;
	color: #666666;
}


.headline-bg{
background:url(images/naslov-bg.jpg) repeat-x center top;
}

.bold10{
font-size:10px;
font-weight:bold;
}

.blue{
color:#3b92e8;
}

.headline-left-bg{
background:url(images/naslov-levo.jpg) no-repeat top center;
height:33px;
}

.white{
font-size:10px;
color:#FFFFFF;
font-weight:bold;
}

.top-grad{
height:90px;
background:url(images/top-grad.jpg) repeat-x top center;
}

.right{
float:right;
}
