body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
p{
margin: 5px 0px;
padding: 5px 0px;
}
h2,h3,h4,h5,h6{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
margin: 0px 0px 5px 0px;
padding: 0px 0px 5px 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-transform: uppercase;	
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}

a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

#header {
	float: left;
	height: 203px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#kontejner {
	padding: 0px;
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
	background-image: url(images/Logo.jpg);
	height: 152px;
	width: 400px;
	float: left;
}
#top {
	float: left;
	height: 178px;
	width: 960px;
}
#sudski {
	width: 550px;
	float: right;
	height: 70px;
	margin-top: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
}
#sudski .agencija {
	float: left;
	height: 70px;
	width: 290px;
	margin: 0px;
	padding: 0px;
}
#sudski .sudski {
	float: right;
	height: 70px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}


#flash {
	float: right;
	height: 100px;
	width: 400px;
}
#nav {
	float: right;
	height: 26px;
	width: 960px;
	margin-top: 10px;
}
#nav ul {
	display: block;
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 950px;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px;
	line-height: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9D8971;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	float: right;
	font-weight: bold;
	font-size:15px;
	list-style-type: none;
}
#nav a:hover, #nav a:active {
	list-style-type: none;
	background-color: #FFFFFF;
	color: #FF6600;
}
#nav #currentpage a {
	text-decoration: none;
	background-color: #006699;
	color: #FF6600;
	padding: 10px;
	line-height: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9D8971;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	float: right;
	font-weight: bold;
	font-size:15px;
	list-style-type: none;
}

#sadrzaj {
	float: left;
	height: auto;
	width: 960px;
	display: block;
	line-height:150%;
}
#desnosadrzaj {
	float: left;
	height: auto;
	width: 580px;
	margin-top: 30px;
	color: #003366;
	background-color: #FFFFFF;
}
#desnosadrzajlijevo {
	float: left;
	height: auto;
	width: 290px;
	margin-top: 15px;
}
#desnosadrzajdesno {
	float: right;
	height: auto;
	width: 290px;
	margin-top: 15px;
}
#lijevanavigacija {
	float: left;
	height: auto;
	width: 165px;
}
#nav2 {
	float: left;
	height: auto;
	width: 140px;
	margin-left: 20px;
	display: block;
	margin-top: 30px;
}
#nav2 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;	
}
#nav2 li {
	list-style-type: none;
}
#nav2 ul {
	list-style-type: none;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
}
#nav2 a {
	list-style-type: none;
	line-height: 22px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	margin: 0px;
}
#nav2 a:hover, #nav2 a:active {
	list-style-type: none;
	background-color: #FFFFFF;
	color: #FF6600;
}
#desnanavigacija {
	float: right;
	height: auto;
	width: 210px;
}
#nav3 {
	float: right;
	height: auto;
	width: 200px;
	display: block;
	margin-top: 30px;
}
#nav3 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;	
}
#footer {
	background-image: url(images/FooterTop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
	width: 100%;
	float: left;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footertekst {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
	position: inherit;
}
#footer a:hover {
	color: #CCCCCC;
}
#zastavice {
	float: left;
}
fieldset {
	padding:20px;
	border:none;
}
label, textarea {
	display:block;
}
label {
	font-size:1.1em;
	margin-bottom:0px;
	color:#000000;
}
fieldset.group label { 
	display:inline; 
	float:left; 
	width:33%; 
}
input, textarea {
	margin-top:5px;
}
.text {
	width:70%;
	border:1px solid #E5E5E5;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.button {
	margin-left:20px; 
}
small {
	float:left;
	margin-top:180px;
	font-size:1em;
	color:#888;
	margin-left:260px;
}
#posalji {
	border: 1px solid #666666;
}
.menu_current {
	list-style-type: none;
	background-color: #006699;
	color: #FF6600;
}
.narandjasto {
	color: #FF6600;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

