/*---------------------------------
	Basic
----------------------------------*/
* { margin: 0; padding: 0; list-style: none; }

body {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3c3835;
	text-align: center;
	background: #fff url(../images/layout/body-bg.jpg) repeat-x 0 0;
	}
	
h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; }
	
a img { border: none; outline: none; }

a,
a:link, a:visited, 
a:hover, a:active,
input  { outline: none; }

#print-logo { display: none; }

/*---------------------------------
	Layout
----------------------------------*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	height: 223px;
	background: transparent url(../images/layout/header.jpg) no-repeat left top;
	}
	
#search {
	float: right;
	width: 150px;
	background: transparent url(../images/layout/input-bg.gif) no-repeat left top;
	margin-top: 10px;
	}
	
#search input {
	width: 109px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: none;
	border: none;
	padding: 2px 3px 2px 3px;
	position: relative;
	top: -7px;
	}
	
#search input#search-button {
	width: 16px;
	height: 16px;
	position: relative;
	top: -1px;
	}

/*---------------------------------
	SEC CONTAINER - Lijeva kolona
----------------------------------*/
	
#sec-container {
	width: 175px;
	padding-top: 12px;
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	}
	
#ikone { 
	height: 24px;
	margin: 0 0 15px 4px;
	}

#ikone li { display: inline; }

#ikone a {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 5px;
	}
	
#ikone span { display: none; }	

#home-icon { background: transparent url(../images/layout/home.gif) no-repeat 0 0; }
#mapa-icon { background: transparent url(../images/layout/mapa-weba.gif) no-repeat 0 0; }
#print-icon { background: transparent url(../images/layout/print.gif) no-repeat 0 0; }

div#homolgacija {
	position: absolute;
	bottom: -535px;}

a#homolgacija-link {
	display: block;
	width: 90px;
	height: 19px;
	background: transparent url(../images/layout/homolgacija.gif) no-repeat 0 0;
	padding: 5px 0 0 25px;
	color: #585453;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	float: right;
	clear: both;
	}
	
a#homolgacija-link:hover { text-decoration: none; color: #84211c; }
	
a#mailto-link {
	display: block;
	width: 26px;
	height: 25px;
	float: right;
	clear: both;
	background: transparent url(../images/layout/mailto.gif) no-repeat 0 0;
	margin: 10px 0 5px 0;
	position: relative;
	top: 20px;
	}
	
a#mailto-link span { display: none; }

#sec-container p {
	clear: both;
	text-align: right;
	font-size: 9px;
	line-height: 12px;
	position: relative;
	top: 20px;
	}
	
	
/*---------------------------------
	CONTAINER WRAPPER - Sredina
----------------------------------*/
	
#content-wrapper {
	width: 694px;
	display: inline;
	float: right;
	margin: -65px 57px 0 23px;
	background: transparent url(../images/layout/content-wrapper-border.gif) no-repeat 0 92px;
	}
	
#top-menu {
	height: 92px;
	background: transparent url(../images/layout/top-menu.jpg) no-repeat 0 0;
	}
	
#top-menu li { display: inline; }
	
#top-menu a {
	display: block;
	float: left;
	background: transparent url(../images/layout/top-menu-a.gif) no-repeat 0 0;
	width: 138px;
	height: 21px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin-top: 62px;
	margin-left: auto;
	margin-right: auto;
	}
	
#top-menu a.on { color: #cecece; text-decoration: none; }
	
#top-menu li.last a {
	width: 141px;
	background: transparent url(../images/layout/top-menu-a-last.gif) no-repeat 0 0;
	}
	
#top-menu a:hover { color: #cecece; }
	
#content-wrapper-box {
	background: #fff url(../images/layout/content-wrapper-bg.gif) repeat-x 0 0;
	padding-top: 20px;
	width: 694px;
	overflow: hidden;
	height: 100%;
	}
	
#path {
	font-size: 9px;
	position: relative;
	top: -15px;
	left: 16px;
	margin-bottom: -10px;
	}
	
#path li { 
	display: inline;
	padding-right: 15px;
	margin-left: 8px;
	background: transparent url(../images/layout/arrow-path.gif) no-repeat right center;
	}
	
#path a:link,
#path a:visited { color: #3c3835; text-decoration: underline; }

#path a:hover,
#path a:active { color: #3c3835; text-decoration: none; }

#path li#path-on { background: none; }
#path li#path-on a { text-decoration: none; }


/*--------------------------------------------
	CENTER CONTENT
---------------------------------------------*/
#center-content {
	float: left;
	display: inline;
	margin-bottom: 10px;
	}
/*--------------------------------------------
	CONTENT LEFT
---------------------------------------------*/
#sponzorstva .cr-wrapper {
	background: transparent url(../images/layout/right-bg.gif) repeat-y 0 23px;
	font-size: 11px;
	margin-bottom: 15px;
	}
	
#sponzorstva .cr-wrapper p {
	padding: 0 6px 0 6px;
	clear: both;
	}
	
#sponzorstva .cr-wrapper h2 {
	background: transparent url(../images/layout/h2-med.gif) no-repeat 0 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 4px 0 5px 10px;
	margin-bottom: 8px;
	}
	
.cr-wrapper-bottom {
	height: 6px;
	background: transparent url(../images/layout/right-bottom.gif) no-repeat 0 0;
	clear: both;
	position: relative;
	top: 5px !important;
	top: 10px;
	width: 142px;
	}
	
.cr-wrapper img {
	border: 1px solid #a4a4a4;
	padding: 3px;
	display: block;
	margin: 0 auto 10px auto;
	}
	
.cr-wrapper img.opsirnije { border: none; padding: 0; float: right; margin: -8px 5px 0 5px;}
	
img#alati-img {
	border: none;
	padding: 0;
	margin: 2px 0 15px 0;
	}

/*--------------------------------------------
	FOOTER
---------------------------------------------*/

#footer {
	clear: both;
	padding-top: 12px;
	background: transparent url(../images/layout/footer-bg.gif) repeat-x 0 12px;
	height: 34px;
	margin-top: 20px;
	}
	
#footer p, a { display: inline; }
	
#copyright {
	float: left;
	font-size: 10px;
	margin: 10px 0 0 30px; 
	width: auto;
	}
	
#counter {
	float: left;
	margin: 10px 0 0 250px;
	font-size: 10px;
	color: #7c7a79;
	width: auto;
	}
	
#counter img { vertical-align: middle; }

a#vrh-link {
	background: transparent url(../images/layout/vrh-link.gif) no-repeat center right;
	display: inline-block;
	float: right;
	color: #db3028;
	font-size: 10px;
	padding: 2px 25px 5px 0;
	margin: 8px 45px 0 0;
	text-decoration: none;
	}
	
a#vrh-link:hover { text-decoration: underline; }

/*--------------------------------------------
	SADRZAJNE STRANICE
---------------------------------------------*/

#homolgacija #newsletter {
	clear: both;
	position: relative;
	top: 20px;
	}
	
#homolgacija #newsletter p { top: 0; }

#newsletter fieldset {
	width: 170px;
	border: none;
	}
	
#newsletter input {
	width: 104px;
	margin: 5px 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	background: #f3f3f3;
	border: 1px solid #7c7c7c;
	padding: 3px;
	}
	
#newsletter input.gumb { width: 50px; padding: 2px; }
#newsletter input.radio { width: auto; vertical-align: middle; margin-left: 5px; padding: 0; border: none; background: none; }
	
#newsletter legend {
	text-align: right;
	padding: 0 0 5px 100px;
	font-weight: bold;
	color: #3c3835;
	font-size: 10px;
	}

