@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
div.container{
	width: 1019px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	/*background: #000;*/
}
div.floatclr{
	float: none;
	clear: both;
}
a:link, a:visited{
	text-decoration: none;
	color: #E71C35; 
}
a:hover{
	color: #0b344c;
}
td{
	vertical-align: top;
}
input{
	border: 1px #999999 solid;
}
textarea{
	border: 1px #999999 solid;
}

/*----------------glava------------------*/
div.left{
	width: 10px;
	height: 260px;
	float: left;
	background: url('../images/headerLeft.jpg') no-repeat;
}
div.center{
	width: 999px;
	height: 260px;
	background: url('../images/headerBcg.jpg') repeat-x;
	float: left;
}
div.right{
	width: 10px;
	height: 260px;
	float: left;
	background: url('../images/headerRight.jpg') no-repeat;
}
div.menuitem{
	float: left;
	height: 41px;
	overflow: hidden;
}
div.divider{
	float: left;
	width: 2px;
	height: 41px;
	background: url(../images/divider.jpg) no-repeat;
}
div.logo{
	width: 227px;
	padding-top: 37px;
	float: left;
	text-align: center;
}
div.slikaHead{
	width: 772px;
	height: 210px;
	float: left;
}
div.space{
	width: 100%;
	height: 25px;
}
div.vsebina{
	width: 100%;
	background: url(../images/rdecaCrta.jpg) repeat-y;
}
div.vsebinaWide{
	width: 100%;
	/*background: url(../images/rdecaCrta.jpg) repeat-y;*/
}
.malo{
	font-size:12px;
	text-align:center;
}
/*------------------ levi meni -------------------------*/
div.meniLevo{
	width: 238px;
	float: left;
	font-size: 17px;
	/*letter-spacing: 1px;
	background: #000;*/
}
div.leftItem{ 
	padding: 4px 0px 4px 36px;
	color: #777777;
}
a:link, a:visited .leftItem{
	text-decoration: none;
}
a:hover .leftItem{
	background: url(../images/puscicaR.jpg) no-repeat center left;
}
div.leftItemA{
	padding: 4px 0px 4px 36px;
	color: #777777;
	background: url(../images/puscicaR.jpg) no-repeat center left;
}
/* -------------------------- vsebina -------------------*/
div.imgLeft{
	float:left;
}
div.imgRight{
	float:right;
}
div.tekst{
	float: left;
	padding-left: 60px;
	background:  url(../images/puscicaS.jpg) no-repeat;
	margin-left: 6px;
	width: 710px;
	color: #444444;
	font-size: 14px;
	text-align: justify;
}
div.tekstWide{
	float: left;
	padding-left: 60px;
	padding-right: 20px;
	background:  url(../images/puscicaS.jpg) no-repeat;
	margin-left: 6px;
	width: 940px;
	color: #444444;
	font-size: 14px;
	text-align: justify;
}
h2{
	font-size: 24px;
	color: #E71C35;
	font-weight: normal;
	padding-bottom: 7px;
}
p{
	padding: 7px 0px;
	line-height: 18px;
}
ul{
	padding: 5px 0px 10px 0px;
	margin-left: 30px;
	line-height: 18px;
}
.rdeca{
	color: #E71C35;
	text-align: right;
	font-size: 16px;
	font-style: italic;
}
.mala{
	font-size: 12px;
}
ol{
	padding: 5px 0px 10px 0px;
	margin-left: 30px;
	line-height: 18px;
}

/*------------------------ Slike dodatne ----------------*/
.preview{
	text-align: center;
	background: #fff;
	border: 1px solid #CCCCCC;
	z-index: 5;	
	color: #666666;
}
a .preview{
	display:none;	
	cursor: default;
	color: #444444;
	
}
a:hover .preview{
	display: block;
	text-decoration:none;
	position:absolute;
	margin-top: 130px;
	color: #444444;
}
a.cursor{
	cursor: default;
	color: #444444;
}
/*------------------------ Noga -------------------------*/
div.slikaLevo{
	width: 1000px;
	height: 116px;
	background: url(../images/slikaNogaLevo.jpg) no-repeat;
}
div.slikaLevoW{
	width: 1000px;
	height: 116px;
	background: url(../images/slikaNogaLevoW.jpg) no-repeat;
}
div.noga{
	margin-left: -2px;
	width: 1025px;
	background: url(../images/nogaBcg.jpg) repeat-x bottom;
	height: 91px;
}
div.zgornjiRob{
	width: 100%;
	height: 7px;
	background: url(../images/nogaZgornjiRob.jpg) no-repeat;	
}
div.leviRob{
	width: 7px;
	height: 84px;
	background: url(../images/nogaLeviRob.jpg) no-repeat;
	float: left;
}
div.desniRob{
	width: 6px;
	height: 84px;
	background: url(../images/nogaDesniRob.jpg) no-repeat;
	float: right;
}
div.footerItem{
	padding: 22px 30px;	
	float: left;
	font-size: 14px;
	color: #aaaaaa;
}
div.footerItemLeft{
	padding: 22px 13px;	
	float: left;
	font-size: 14px;
	color: #aaaaaa;
}

div.footerDiv{
	width: 3px;
	height: 75px;
	background: url(../images/footerDivider.jpg) no-repeat;
	float: left;
}
a.footerItem:link, a.footerItem:visited {
	color: #aaaaaa;
}
a.footerItem:hover{
	color:#0b344c;
}