/* 
CSS Document izradio
Miroslav Bertol
www.miba.hr
*/

*{

	margin: 0px;
	padding: 0px;
	border:none;
	outline:none;
}
body{
	background-color: #BDC6CE;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
#container{
	margin-right: auto;
	margin-left: auto;
	width:977px;
}
#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 83px;
	width: 977px;
}
#content{
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 977px;
}
#left{
	width:242px;
	height:auto;
	float:left;
}
/************************************ meni *******************************/

#meni{
	
	padding-left:30px;

}
#meni ul{}
#meni li a{
	padding-top:3px;
	font-size:65%;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #E2DDD3;
	height: 22px;
	width: 220px;
	display: block;
	list-style-position: inside;
	border-bottom-color: #C6BDAD;
	list-style-type: circle;
}

#meni li a:hover{
 
	text-decoration:underline;
}

/************************************ end meni *******************************/



#right{
	width:690px;
	height:auto;
	float:left;
	padding-left:10px;
}
#naslov{
background-color: #000000;
	float: left;
	width: 100%;
	height: 36px;
	font-size:150%;
	padding-top:5px;
	padding-left:25px;
	color:#FFF;
	font-weight: normal;

}
#right h1{
	background-color: #000000;
	float: left;
	width: 100%;
	height: 36px;
	font-size:150%;
	padding-top:5px;
	padding-left:25px;
	color:#FFF;
	font-weight: normal;
}

.slika{
	border: 1px solid #B1C6E2;
	margin-left:20px;
}

h1{
	background-color: #000000;
	float: left;
	width: 688px;
	height: 36px;
	font-size:150%;
	padding-top:5px;
	margin-left:12px;
	padding-left:25px;
	color:#FFF;
	font-weight: normal;
}

.h1{
	background-color: #000000;
	float: left;
	width: 688px;
	height: 36px;
	font-size:150%;
	padding-top:5px;
	padding-left:25px;
	color:#FFF;
	font-weight: normal;
}
h2{
	color:#F49A00;
	font-size:105%;
	float:left;
}

.h2{
	color:#F49A00;
	font-size:105%;
	margin-left:20px;
	margin-top:20px;
	float:left;
}

.h3{
	color:#000;
	font-size:105%;
	margin-top:20px;
	float:left;
	text-transform: uppercase;
}

.table_p {
	float:left;
	font-size:70%;
	padding-left:20px;

}
.ul_opis {
	float:left;
	padding-left:20px;

}


#orange{
	float:left;
	background-color:#F49A00;
	height:15px;
	width: 713px;
	margin-left:12px;
}
#footer{
	background-image: url(../images/footer.jpg);
	clear: both;
	float: left;
	height: 47px;
	width: 977px;
	background-repeat: no-repeat;
}

/************************ pocetna *******************************/

#homemidle{
	width:345px;
	height:auto;
	float:left;
	padding-left:10px;
}#homeright{
	width:345px;
	height:auto;
	float:left;
	padding-left:10px;
}

/************************* box **********************************/

.box{
	float: left;
	height: auto;
	width: 329px;
}
.box_header{
	background-image: url(../images/box_header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 329px;
	}


.box_header h2{
	font-size:70%;
	padding:10px;

	
}
.box_header a:hover{
text-decoration:underline;
	
}

.box_body{
	background-image: url(../images/box_body.jpg);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 329px;
}

.box_body p{
	height: auto;
	width: 180px;
	font-size:70%;
	float:left;
	padding:10px;
}

.box_body a:hover{
	text-decoration:underline;
	}

.box_body img{
padding-top:10px;
	float:left;
}

.box_footer{
	background-image: url(../images/box_footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 8px;
	width: 329px;
}


.clr{clear:both;}


#breadcrumbs{
	margin-left:12px;
	background-color: #FFFFFF;
	float: left;
	height: 26px;
	width: 939px;
	padding-left:15px;
	padding-top:15px;
	font-size:70%;
	font-weight: bold;
}


#breadcrumbs a:link, a:visited{


	color:#333333;
	text-decoration: none;	
	
}#breadcrumbs a:hover{

	text-decoration: underline;	
	
}
/******************************** KONTAKT ************************************/
#kontakt{
	background-image: url(../images/kontakt.jpg);
	background-repeat: no-repeat;
	margin-left:17px;
	margin-top:17px;
	float: left;
	height: 173px;
	width: 324px;
}
#kontakt h3{
	font-size:110%;
	padding-left:20px;
	padding-top:15px;

}
#kontakt p{
	font-size:70%;
	padding-left:20px;

}


/*********************** TABLICA *****************************/
.tablica{
	font-size:90%;
	padding:5px;
}


.table_right{
	margin-left:15px;
	float:left;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000;
}