
body {
margin: 0 auto;
padding: 0;
font: 76% Arial, Helvetica, sans-serif;
/*background: #f4f4f4 url(../images/backround.gif) top center repeat-y;*/
text-align: justify;
background-color: #F5FFFA;
}

.box_right {
position:relative;
float:right;
clear:both;
width:200px;
margin:0 0 5px 10px;
padding:0 10px 0 10px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
}

.box_right p {
margin:5px 5px;
}

.box_cnr_top {
background:url(../images/cnr_tr.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

.box_cnr_bottom {
background:url(../images/cnr_br.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

img.cnr {
width:8px;
height:8px;
border:none;
display: block !important;
}

#leftsidebar {
background: #ffffff;
color: #303030;
margin: 0 auto;
padding: 5px;
width: 900px;
border-width: 1px;
border-color: #4ab753;
border-style: solid; 
}

.header {
margin-left: -5px;
margin-top: -5px;
margin-right: -5px;
border: 0;
background-position: center;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
/*background-color: #77c4ee;*/
background-color: white;
width: 910px;
height: 150px;
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #4ab753;
}

#topmenu {
clear: left;
float: left;
width: 150px;
height: 84px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
background: #f4f4f4 url(../images/dugi_otok.jpg) top left no-repeat;
}

#menu {
clear: left;
float: left;
width: 150px;
margin: 0px;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #86C32A;
display: block;
padding: 5px 0 0 8px;
background: #ffffff;
border-left: 5px solid #86C32A;
}	
	
#menu li a:hover {
background: #86C32A;
color: #ffffff;
border-left: 5px solid #86C32A;
}

.leftnews {
margin: 1px 0 1px 0;
padding: 10px;
width: 140px;
color: #505050;
background-color: #F7F9F7;
line-height: 1.3em;
}
.leftnews1{
margin: 1px;
margin-bottom: 5px;
padding: 0px;
/*width: 435px;*/
color: Maroon;
font-size: 12px;
font-family: Bitstream Vera Serif;
background-color: #FFFAFA;
line-height: 1.3em;
}
.rightnews {
float: right;
width: 120px;
height: 100%;
background-color: #F7F9F7;
margin:0px;
padding: 0px;
font-size: 0.9em;
line-height: 1.5em;
}

#rightnews p {
margin: 0 0 1.5em 0;
}

#content {
width: 590px;
margin: 0 110px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 10px;
line-height: 1.6em;
text-align:justify;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
	padding: 3px;
	display:inline;
	border-style: solid;
	border-width: 1px;
	border-color: #4ab753;
	background-color: #F0F8FF;
	color: inherit;
}

.greenbox {
text-align: center;
padding: 5px;

}
.sali {
text-align: center;
padding: 5px;
}


.bluebox {
background-color: #EDF3FE;
border: 1px solid #74A8F5;
color: inherit;
padding: 5px;
margin: 0px;
text-align: center;
}

.splitright {
background-color: #ffffff;
/*width: 49%;*/
float: right;
overflow: hidden;
margin-bottom: 5px;
margin-right:25px;
}

.splitleft {
background-color: #ffffff;
/*width: 49%;*/
float: left;
overflow: hidden;
margin-bottom: 5px;
margin-left: 25px;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #A52A2A;
}

a:hover {
text-decoration: underline;
color: #86C32A;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 3px solid #d57226;
width: 760px;
text-align: center;
color: #d57226;
font-size: 0.9em;
}

#footer a {
color: #86C32A;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #74A8F5;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.style3 {color: #B22222;}
.style4 {color: #999999;}
.style5 {color: #FF9933;}
.style6 {color: #86C32A;}
.style7 {
font-family: "Courier New", Courier, monospace;
color: white;
background-image: url(../images/back02.gif);
background-repeat: repeat-x;
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: black;
}


/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h5{
	color: black;
	font-size: 13px;
	background-image: url(../images/back03.gif);
	background-repeat: repeat-x;
	text-align: center;
		border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #FF4500;
}
.slika{
text-align: center;
padding: 5px;
float: left;
margin: 5px;
}
.slika1{
text-align: center;
padding: 5px;
float: left;
margin: 5px;
}
th{
	background-color: #FAEBD7;
				border-color: Black;
	border-style: solid;
	border-width: 1px;
}
td.main{
	background-color: #F5F5DC;
			border-color: Black;
	border-style: solid;
	border-width: 1px;
}

table.main{
	border-color: Black;
	border-style: solid;
	border-width: 1px;
}
.prikaz{
	background-color: #FFFAF0;
	border-width: 1px;
	border-color: Black;
	border-style: solid;
	float: left;
	margin: 10px;
	padding: 5px;
	width: 155px;
	color: Maroon;
}
p.ime{
	text-align: center;
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #B22222;
	background-color: #DCDCDC;
	background-image: url(../images/back01.gif);
	background-repeat: repeat-x;
}
p.novosti{
	padding: 3px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
}
p.novosti1{
	padding: 8px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	text-align: center;
}
p{
	border-width: 1px;
	border-color: silver;
	border-style: solid;
}
.galerija{
	float: left;
	margin-left: 21px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#secret{
	visibility: hidden;
	width: 1px;
	height: 1px;
}