body{
	margin: 0px;
	padding: 0px;
	background-color:#EBF2F7;
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: repeat-x;
}

*{
	margin: 0px;
	padding: 0px;
}

#top-bar{
	background-color: #303941;
	height: 19px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.top-menu{
	text-align: right;
	height: 19px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 10px;
}

.top-menu a:link{
	color: #FFF;
	text-decoration: none;
		padding-top: -4px;
}

.top-menu a:visited{
	color: #FFF;
	text-decoration: none;
}

.top-menu a:hover{
	color: #FFF;
	text-decoration: underline;
}

.top-menu img{
	margin: 0px;
	padding: 0px;
}

#top-line-black{
	background-color: #070707;
	height: 1px;
	width: 100%;	
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;

}

#top-line-gray{
	background-color: #474747;
	height: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;

}

#header{
	width: 100%;
	background-image: url(../images/top-bg.png);
	background-repeat: repeat-x;
}

#header-bg{
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 135px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.logo{
	margin-top: 20px;
	margin-left: 40px;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.slogan{
	margin-top: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #333;
	font-weight: bold;
	display:inline;
	text-align: right;
	float: left;
	margin-left: 40px;
}

#menu{
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
}

#menu-bg{
	clear: both;
	height: 40px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	margin-top: -1px;
}

#menu-list{
	clear: both;
	height: 40px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

.menu{
	padding: 0px;
	width: 100%;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	list-style-type: none;
}

.menu li{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	text-align: center;
	width: 148px;
	padding-left: -3px;

}

.menu li a{
	color: #000;
	text-decoration: none;
	width: 148px;
	display: block;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	padding-right: 0px;
	padding-left: -3px;
	margin-left: -3px;
}

.naslovnica{
	color: #000;
	text-decoration: none;
	width: 148px;
	display: block;
	line-height: 32px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	padding-right: 0px;
	padding-left: -3px;
	margin-left: -3px;
}

.naslovnica:visited{
	color: #000;
	text-decoration: none;
	width: 148px;
	display: block;
	line-height: 32px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	padding-right: 0px;
	padding-left: -3px;
	margin-left: -3px;
}

.naslovnica:hover{
	color: #FFFFFFF;
	background-image: url(../images/menu-li-a-hover-bg.png);
	background-repeat: repeat-y;
}

.menu li a:hover{
	color: #FFFFFFF;
	background-image: url(../images/menu-li-a-hover-bg.png);
	background-repeat: repeat-y;
}

.menu li .active{
	color: #FFF;
	background-image: url(../images/menu-li-a-bg.png);
	background-repeat: repeat-x;
	width: 148px;
	display: block;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 40px;
}

.menu li .activea{
	color: #FFF;
	background-image: url(../images/menu-li-a-bg.png);
	background-repeat: repeat-x;
	width: 148px;
	display: block;
	line-height: 32px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu li .active:hover{
	background-image: url(../images/menu-li-a-bg.png);
	background-repeat: repeat-x;
	color: #FFF;
	width: 148px;
	display: block;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu li .activea:hover{
	color: #FFF;
	background-image: url(../images/menu-li-a-bg.png);
	background-repeat: repeat-x;
	width: 148px;
	display: block;
	line-height: 32px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#content-wrap{
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

#content{
	background-color: #FFF;
	width: 740px;
	height: 100%;
	margin-left: -2px;
	overflow: hidden;
}

#left-content{
	float: left;
	width: 480px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

#left-content img{
}

#right-content{
	float: left;
	width: 230px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}


.h1spec{
	font-family: "Times New Roman", Times, serif;
	color: #5C5C5C;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	margin-left: 20px;
	width: 460px;
}

.h1speca{
	font-family: "Times New Roman", Times, serif;
	color: #5C5C5C;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 10px;
	width: 460px;
}

.slika{
	clear: both;
}

.naslov{
	color: #A60C0C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 15px;
}

#left-content p{
	padding-left: 10px;
	width: 455px;
}

#footer{
	width: 100%;
	height: 20px;
	background-color: #A4A8AC;
	margin: 0px;
	padding: 0px;
}

#footer-bg{
	clear: both;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

#footer-gray{
	clear: both;
	width: 740px;
	background-color: #B2B2B2;
	height: 20px;
	margin-left: -2px;
}

#upozorenje{
	background-color: #ADADAD;
	width: 510px;
	float: left;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 20px;
	padding-left: 5px;
}

#copyright{
	background-color: #ADADAD;
	width: 213px;
	float: right;
	padding: 0px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 20px;
	text-align: right;
	padding-right: 5px;
}

.side-naslov{
	font-family: "Times New Roman", Times, serif;
	color: #628FBC;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 5px;
	margin-top: 10px;
}

.side-naslov a:link{
	color: #628FBC;
	text-decoration: none;
}

.side-naslov a:visited{
	color: #628FBC;
	text-decoration: none;
}

.side-naslova a:link{
	color: #628FBC;
	text-decoration: none;
}

.side-naslova a:visited{
	color: #628FBC;
	text-decoration: none;
}

.side-naslova{
	font-family: "Times New Roman", Times, serif;
	color: #628FBC;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 5px;
	margin-top: 10px;
}

.side-naslovb a:link{
	color: #666;
	text-decoration: none;
}

.side-naslovb a:visited{
	color: #666;
	text-decoration: none;
}

.side-naslovb{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
}

.side-ul-red{
	list-style-image: url(../images/bullet.gif);
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}


.side-ul-red li{
	list-style-image: url(../images/bullet.gif);
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.side-ul-reda{
	list-style-image: url(../images/bullet.gif);
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.side-ul-reda li{
	list-style-image: url(../images/bullet.gif);
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

.sidebar-text{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	padding-top: 5px;
}

.sidebar-text-readmore{
	font-family: Arial, Helvetica, sans-serif;
	color: #AEAEAE;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.sidebar-text-readmore{
	font-family: Arial, Helvetica, sans-serif;
	color: #AEAEAE;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.sidebar-text-readmore:hover{
	text-decoration: underline;
}

.sidebar-blog-ul{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-image: url(../images/bullet2.gif);
}

.mojblog a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.mojblog a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.mojblog a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

.text-red{
	color: #900;
}

.ksavjeti{
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.ksavjeti:hover{
	color: #666;
	text-decoration: underline;
}

.sidefaq{
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.sidefaq:hover{
	color: #666;
	text-decoration: underline;
}

.imgsmall{
	margin-right: 10px;
	margin-bottom: 0px;
}

.imgsmalla{
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 0px;
}

.text-box{
	width: 460px;
}

