body {
	margin:0;
	padding:0;
	background-color:#727272;
	background-image: url(img/background.png);
	background-repeat:repeat-x;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
}
a:link {color:#000080;text-decoration:none;}
a:visited {color:#000080;text-decoration:none;}
a:hover {color:#000080;text-decoration:underline;}
a:active {color:#0080ff;}

a#email:link {color:#7F0000;text-decoration:none;font-weight:bold;}
a#email:visited {color:#7F0000;text-decoration:none;font-weight:bold;}
a#email:hover {color:#7F0000;text-decoration:underline;font-weight:bold;}

.main{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color:#ffffff;
	background-image: url(img/okvir.png);
	background-repeat: repeat-y;
	color:#7F0000;
}
.content{
	margin-left: 150px;
	padding: 15px;
	width: 620px;
	min-height:450px;
}
.header{
	background-image: url(img/header.png);
	color:#ffff00;
	width: 800px;
	height: 100px;
}
.header_tekst{
	float:right;
	width:200px;
	height:80px;
	padding:20px 20px 10px 10px;
	color:#ffff00;
	font-size:x-small;
	text-align:right;
}
.header_grafika{
	float:left;
	padding-left:30px;
	padding-top:15px;
}
.menu{
	float: left;
	margin-left: 10px;
	width: 140px;
}
.footer{
	clear:both;
	background-image: url(img/footer.png);
	background-repeat:no-repeat;
	background-position:right;
	height:15px;
	padding-left:150px;
	width:650px;
	background-color:#7f0000;
	color:#ffff00;
	text-align: center;
	font-size: 11px;
}

#tekst{
	text-align:justify;
	padding-right:15px;
}
.okvir {
	padding: 5px ;margin: 5px 10px 5px 0px; 
	overflow: hidden;
	font-size: 1em;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	text-align:justify;
}
.tablica{
	width:598px;
	background: #f0f0f0;
	border: 1px solid #727272;
}
.tablica_header{
	background-color:#D6D6D6;
	border-bottom:double;
	font-weight:bold;
	text-align:center;
}
.tablica_celija{
	border-bottom:solid 1px;
}
/*
	NAVIGACIJA
*/
ul#navigacija {
	margin: 0; padding: 0;
	float: right;
	list-style:none;
	width:120px;
	font-family: arial, sans-serif;
	font-size: 0.9em;
}
ul#navigacija li a {
	float: right;
	margin: 0px 0px 7px 0px;
	padding-top: 7px;
	width: 120px;
	height: 23px;
	background: url(img/button.png) no-repeat top left;
	text-align:center;
	text-decoration: none;
	color:#FFFF00;
}
ul#navigacija li a:hover {
	background-position: 0px -30px;
	color:#ffff80;
}
ul#navigacija li#trenutna a{
	cursor:text;
	background-position: 0px -60px;
	color:#7F0000;
}
ul#navigacija li#istaknuta a{
	color:white;
	font-weight:bold;
	text-decoration: blink;
}


/*
	ACCORDION
*/
#accordion {float:right; padding-right:10px;}
h2.acc_trigger {
	padding: 0;	margin: 0 0 5px 0;
	background: url(img/sadrzaj_traka.png) no-repeat;
	height: 30px;	line-height: 30px;
	width: 600px;
	font-size: 1.1em;
	font-weight: normal;
	float: left;
}
h2.acc_trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
}
h2.acc_trigger a:hover {
	color: #ff0000;
}
h2.active {background-position: left bottom;}
.acc_container {
	padding: 0;margin: 0 0 5px; 
	overflow: hidden;
	font-size: 1em;
	width: 598px;
	clear:both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	text-align:justify;
}
.acc_container .block {
	padding: 20px;
}

/*
GALERIJA
*/

.galerija{
	width:400px;
	margin:0px 50px 0px 75px;
}
.galerija_naziv{
	float:right;
	height:45px;
	padding-top:35px;
	padding-left:25px;
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 500px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 105px;
	height: 80px;
}
ul.thumb li img {
	width: 100px; height: 75px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(img/thumb_bg.png) no-repeat center center;
	border: none;
}
