body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0px;
	padding: 0px;
}
/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.unIndentedList li {
	padding: 0px;
}
/* Fix for MS Office UL lists */
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #eaeaea;
color: white;
}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #eaeaea;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#glavni_logo {
	width:640px; 
	height:150px; 
	margin:0px; 
	padding:0px; 
	background:url(../slike/logo.jpg); 
	background-repeat:no-repeat; 
	background-color:#363636;
}
#glavni_logo span {display:none;}
#header {
	background:url(../slike/bg_header.gif);
	background-repeat:no-repeat;
	width:680px;
	height:25px;
	margin:0px;
	padding:0px;
}
#kontejner {
	background-image:url(../slike/bg_body.gif);
	background-repeat:repeat-y;
	width:642px;
	margin:0px;
	padding:0px 19px 0px 19px;
	background-color:#fff;
	line-height:15px;
}
#footer {
	background:url(../slike/bg_footer.gif);
	background-repeat:no-repeat;
	width:680px;
	height:25px;
	margin:0px;
	padding:0px;
	clear:both;
}

/* vijesti */
.vijest_datum {color:#666666;}
.vijest_naslov {font-weight:bold;}
.vijest_slika {margin:0px 7px 7px 0px;}
a.vijest_link {text-decoration:underline; font-weight:bold; color:#666;}
a:hover.vijest_link {color:#990000;}
/* kraj vijesti */

#buckets {
	width: 640px;
	background: #363636;
	margin-top: 1px;
	clear:both;
	height:110px;
	overflow:hidden;
}

#buckets a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../slike/buckets-bkg.gif) no-repeat left top;
	float: left;
	font-size:10px;
}

#buckets a:hover {
	background: url(../slike/buckets-bkg.gif) left bottom;
}

a.left {
	height: 100px;
	width: 139px;
	border-right:1px dotted #999999;
	padding:10px;
}

a.right {
	height: 100px;
	width: 140px;
	padding:10px;
	
}
h2 {
font: normal 20px Arial, Helvetica, sans-serif;
margin:0px; padding:10px;

}


/* navigacija */
#ddblueblockmenu{
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size:13px;
font-family:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 159px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: #666;
background-color: #eaeaea;
border-bottom: 1px solid #dedede;
border-left: 17px solid #eaeaea;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 177px; /*IE 5*/
w\idth: 159px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #f0f0f0;
border-left-color: #dedede;
color:#990000;
font-weight:bold;
}
/* kraj navigacija */
#bottom_links {
	text-align:center;
	background-image:url(../slike/bg_links_footer.jpg);
	background-repeat:repeat-x;
	color:#000;
	padding:20px 0px 0px 0px;
	border-top:5px solid #990000;
}
#bottom_links a {color:#000; text-decoration:underline;}
#bottom_links a:hover {color:#990000;}

#content {
	margin:0px;
	padding:0px;
	padding-top:0px;
	background-color:#FFFFFF;
	color:#333333;
	font-size:12px;
	line-height: 17px;
	min-height:450px;
}
#content h1 {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	padding-top:10px;
	font-size:17px;
	color:#CC0000;
}

#content h2 {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	font-size:1.2em;
	color:#990000;
}

.paragraf_1 { /*../slike gore*/
	clear:both;
}
.paragraf_2 { /*../slike dolj*/
	clear:both;
}
.paragraf_3 { /*../slike dolj*/
	clear:both;
}
.paragraf_4 { /*../slike dolj*/
	clear:both;
}
.paragraf_5 { /*../slike dolj*/
	clear:both;
}
.paragraf_6 { /*../slike dolj*/
	clear:both;
}
.img_1 {background-color:#ddd; color:#333333; font-size:1em; padding:5px; margin:5px;}
.img_1 a {color:#333333; text-decoration:none; font-size:10px;}
.img_1 a:hover {color:#000000;}