
* { 
	margin:0; 
	padding:0; 
}
 
body { 
	background-color: #EEE; 
	font-size:62.5%; 
	font-family: Georgia, Times, serif;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(/px/body-bckg.png?1);
	background-repeat:repeat-y;
	background-position:top center;	 
} 

li {
	list-style-type:none;
}

a {
	text-decoration:underline;
	color:#40627C;
}
a:visited {
	color:#584403;
}
a:hover {
	color:#D0A825;
}

.css {
	display:none;
}

.center {
	text-align:center;
}

.button {
	border:1px solid #009;
	background-color:#006;
	color:#FFF;
	padding:0px 2px;
	margin:2px 0px;
}
.error, .info  {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	padding:5px;
	text-align:center;
}
.error {
	border: 2px solid #900;
	background-color : #C30;
	color : #FFF;
}
.info {
	border: 2px solid #003;
	background-color : #039;
	color : #FFF;
}

h1 {
	
	height:100px;
	text-align:center;
	
	background-image:url(px/header-bckg.png?1);
	background-repeat:repeat-x;
	background-position:top center;
}
h1 a {
	display:block;
	width:770px;
	height:100px;
	margin:0 auto;
}
h1 img {
	margin-top:0px;
	margin-right:100px;
	border:0px;
}

body {
	margin:0 auto;
	background-image:url(px/body-bckg.png?1);
	background-repeat:repeat-y;
	background-position:top center;	 
}

html, body {
	height: 100%;
}

#wraper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; 
}

#title {
	height:38px;
	background-image:url(px/body-top-bckg.png?1);

	background-position:top center;
}

#title h2 {
	width:540px;
	margin:0 auto;
	padding:5px 0 0 230px;
	text-align:left;
	font-size:2.4em;
	font-weight:normal;
	font-variant: small-caps;
	color:#000;
}
#content {
	width:770px;
	margin:0 auto;
}

#content #body {
	font-family: Arial, Helvetica, sans-serif;
	width:515px;
	float:right;
	padding:0 10px 0 10px;
	margin:0px 10px 10px 0px;
	text-align:left;
	font-size:1.3em;
	line-height:1.5em;
}
#content #body p {
	margin-top:1em;
}

#content #body h3 {
	font-family: Georgia, Times, serif;
	margin-top:15px;
	padding-bottom:5px;
	font-size:1.7em;
	border-bottom:1px solid #048;
	color:#069;
	font-weight:normal;
	line-height:normal;
}

#menu {
	width:200px;
	float:left;
	margin:0 0 0 10px;
	display:inline;
}

#menu #info {
	width:149px;
	height:72px;
	padding:16px 25px 18px 25px;
	font-size:1.5em;
	line-height:1.5em;
	background-image:url(/px/sljedeci-broj-bckg.png);
	background-repeat:no-repeat;	
}

#menu #info table {
	width:100%;
	border:0;
	height:72px;
	text-align:center;
}

#menu #info strong {
	color:#295372;
	font-weight:bold;
}




#menu ul {
	margin:10px 20px;
}

#menu ul li {
	padding-bottom:10px;
}

#menu ul li a {
	display:block;
	text-align:left;
	color:#FFF;
	font-size:1.7em;
	text-decoration:none;
	padding-left:35px;
	background-image:url(px/list.png?1);
	background-repeat:no-repeat;
	background-position:15px 6px;
}

#menu ul li a:hover {
	color:#c4bc8d;
	text-decoration:none;
	background-position:15px -33px;	
}

.push {
	clear:both;
	height: 100px;
}

#footer {
	height:100px;
	background-image:url(px/footer-bckg.png?1);
	background-repeat:repeat-x;
	background-color:#E8E595;
}
#footer-content {
	width:770px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color:#555;
	font-size:1.2em;
}

#footer-content p {
	padding-top:15px;
}

#body p{
	margin:0 0 10px 0;
}

#body table td p{
	margin:0;
	padding:0;
}
#body table td {
	padding:0;
	margin:0;
}

#body ol li {
	list-style-type: decimal;
	margin-left:30px; 
}

#body ul li {
	list-style-type: circle;
	margin-left:30px; 
}

#body img.img-site {
	margin:7px 3px;
	border:1px solid #000;
	padding:3px;
}

ul#arhiva-brojeva {
	margin-top:15px;
}

ul#arhiva-brojeva li {
	float:left;
	margin:20px 0 0 0;
	list-style-type:none;
}

ul#arhiva-brojeva a img {
	border:0;
	margin:0 auto;
	border:1px solid #069;
	padding:2px;
	margin:2px;
}

ul#arhiva-brojeva a:hover img {
	border:1px solid #D0A825;
}

ul#arhiva-brojeva a {
	display:block;
	width:165px;
	text-align:center;
	text-decoration:none;
}

ul#arhiva-clanaka {
	margin:20px 0 0 10px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #006;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#attachements {
	width:100%;
	clear:both;
	padding-top:10px;
}

#attachements .att-slika {
	width:160px;
	/*min-height:160px; 
	height:auto;*/
	float:left;
	padding:1px;
	margin-left:5px;
	text-align:center;
}

#attachements .att-slika a {
	text-decoration:none;	
}
#attachements .att-slika a img {
	border:1px solid #03A;
	padding:1px;
}
#attachements .att-slika a:hover img {
	border:1px solid #000;
}
