@charset "utf-8";
/* CSS Document */

*
{
        margin: 0;
        padding: 0;
}

a, a:visited 
{
	text-decoration: none;
	font-size:14px;
	color: #3A66FF;
}

a:hover 
{
	text-decoration: underline;
	color: #00FF00;
}

body
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
#container 
{
   width:100%;
   height:100%;
   background:url(bgcontainer.gif) repeat-x; 
   float:left;
}

#header
{
    height:40px;
    width:100%;
    background:url(bgheader.gif);
    float:left;
}

#banerlogo
{
 width:100%;
 height:40px;
 float:left;
}
#baner
{
 width:100%;
 margin-bottom:20px;
 float:left;
}

#headernavi
{
    width:900px;
	height:46px;
	margin:auto;
	padding:auto;
	font-size:16;
}

#headernavi a, a:visited 
{
	text-decoration: none;
	color: #CCFF00;
}

#headernavi a:hover 
{
	text-decoration: underline;
	color: #FF0000;
}
#banerflash
{
    width:700px;
	height:200px;
	float:left;
}
#banerkontakt
{
    width:200px;
	height:200px;
	float:left;
}
#main
{
   width:900px;
   height:100%;
   margin:auto;
   padding:auto;
}
 
#leftindex
{  
    width:200px;
	height:100%;
	float:left;
}
#anketa
{
    width:160px;
	height:200px;
    padding:20px;
	padding-top:50px;
	background:url(bgAnketa.gif) no-repeat;
	
}
#centerindex
{
    width:500px;
	height:100%;
	float:left;
}
#centervijest
{
    width:480px;
	height:100%;
	float:left;
}
#centerostalo
{
    width:700px;
	height:100%;
	float:left;
}
#rightindex
{  
    width:200px;
	height:100%;
	background:url(bgright.gif) no-repeat;
	float:left;
}
#online
{  
    width:110px;
	height:69px;
	background:url(bgonline.gif) no-repeat;
	padding-top:30px;
	padding-left:90px;
	font-size:18px;
	color:#666666;
	float:left;
}

#footer
{
   width:100%;
   height:100px;
   background:#333333;
   padding-left:10px;
   padding-top:10px;
   float:left;
}
#footerokolo
{
    width:900px;
	height:100px;
	margin:auto;
	padding:auto;
	font-size:16;
}
#footerleft
{
	width:200px;
	height:90px;
	padding-top:10px;
	color: #999999;
	font-size: 11px;
	float:left;
}
#footercenter
{
	width:500px;
	height:90px;
	background:#333333;
	padding-top:10px;
	color: #999999;
	font-size: 11px;
	float:left;
	text-align: center;
}
#katalog
{  
    width:200px;
	height:220px;
	padding-left:20px;
	color: #666666;
	float:left;
}
#katalogstr
{
	width:690px;
	height:100%;
	float:left;
	text-align: center;
	padding-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#foto
{  
    width:160px;
	height:160px;
	padding-left:20px;
	color: #666666;
	float:left;
}
.naslov_big
   {
	color:#333333;
	font-style:oblique;
	font-weight:bold;
	font-size:20px;
   }
.naslov_datum
   {
	color:#999999;
	font-size:10px;
   }
   
.img
{
   padding:3px;
   margin-right:5px;
   background: #eeeeee;
}
