.body{
	margin: 0px;
	background-color: #7889b0;
}
.bgNaslovna{
	background-image:url("images/bg_naslovna_main.jpg");
	background-repeat: no-repeat;
}
.bgOstale{
	background-image:url("images/bg_ostale_main.jpg");
	background-repeat: no-repeat;
}
.naslovnaRightPadding{
	padding-left: 10px;
}
.text{
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
.naslov{
	font-family: Tahoma;
	font-size: 14px;
	color: #f4d00a;
	font-weight: bold;
	text-decoration: none;
}
.black{
	font-family: Tahoma;
	font-size: 11px;
	color:#30467F;
	text-decoration: none;
}
.bg_naslovna_1px{
	background-image:url("images/bg_naslovna_1px.gif");
	background-repeat: repeat-y;
}
.bg_ostale_1px{
	background-image:url("images/bg_ostale_1px.gif");
	background-repeat: repeat-y;
}
.bg_footer{
	background-image:url("images/bg_footer.gif");
	background-repeat: repeat-x;
}
#karta{
	width:700px;
	height:400px;
	border: double 3px white;
}
a{
	font-family: Tahoma;
	font-size: 11px;
	color: yellow;
	text-decoration: none;
}
a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
.textFooter{
	font-family: Tahoma;
	font-size: 10px;
	color: #383a6d;
	text-decoration: none;
}
a.textFooter:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #383a6d;
	text-decoration: underline;
}
.input{
	border: solid 1px #383a6d;
	width: 180px;
	color: black;
}
.kontaktGumb{
	background-color: #383a6d;
	width: 180px;
	cursor: pointer;
}
.strojImg{
	border: double 3px white;
}
.imgCms{
	border: double 3px white;
}
a.green{
	color: #5fff00;
}