body {
	background: #d3d3d3 url('bg.jpg');
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: Verdana;
}

a, a:hover {
	color: #ff9c2c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.main, div.footer {
	width: 816px;
	margin-left: auto;
	margin-right: auto;
}

div.main {
	min-height: 550px;
	background: url('main_bg.png') repeat-y;
	padding-right: 0px;
}

div.footer {
	height: 41px;
	background: url('footer.png');
	font-size:7pt;
	font-family: Verdana 
}

div.footer a, div.footer a:hover {
	color: #727272;
	text-decoration: none;
}

div.kontakt {
	position: relative;
	top: 25px;

}

div.izbornik {
	height: 43px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: none;
}

div.izbornik a, div.izbornik a:hover {
	color: #354F10;
	text-decoration: none;
}

div.izbornik a:hover {
	color: #ff9c2c;
	text-decoration: underline;
}


div.slike {
	width: 800px;
	min-height: 768px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	font-color: #2c6f00;
}





table.menu {
	background: url('menu_bg.png') no-repeat top right;
	border-collapse: collapse;
	width: 630px;
	height: 43px;
	float: right;
}

td.menu {
	padding: 5px;
	width: 630px;
	font-color: #126f00;
	text-align: center;
	vertical-align: top

}






table {
	border-collapse: collapse;
	width: 100%;
}

table.sadrzaj {
	border-collapse: collapse;
	width: 450px;
	float:right;
	font-family: Tahoma;
}

table.rub {
	border-collapse: separate;
}

table.rub td {
	border: 1px solid #a4d49b;
	padding: 4px;
	vertical-align: middle;
}
tr.legenda {
	background: #afd49b;
}



td.sadrzaj {
	width: 450px;
	padding: 15px;
	padding-right: 25px;
	padding-top: 0px;
	text-align: left;
}

td.tekst {
	font-size:12px;
	font-family: Tahoma;
	padding-right: 25px;
	padding-left: 5px;
}

td.tekst2 {
	font-size:12px;
	font-family: Tahoma;
	padding-right: 25px;
	padding-left: 25px;
}

td.novosti {
	font-size:12px;
	padding-right: 25px;
	text-align: left;
	padding-left: 15px;
}

td.uvuci {
	width: 450px;
	padding-right: 35px;
	padding-left: 25px;
	padding-top: 0px;
	text-align: left;
}

td.uvuci2 {
	width: 100%;
	padding-right: 35px;
	padding-left: 25px;
	padding-top: 0px;
	text-align: left;
}


td.label {
	text-align: right;
	width: 100px;
	padding-right: 0px;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	color: #354F10;
} 





label {
    background: inherit;
    text-align: left;
    width: 100px;
    float: left;
}

table.main {
	width: 800px;
	font: 12px trebuchet ms;
	background: #d3d3d3 url('bg.jpg');
}

td {
	vertical-align: top;
}



h1 {
	font: small-caps 22px Verdana;
	border-bottom: 1px solid #b3cf81;
	text-align:left;
}

h2 {
	font: small-caps 18px Verdana;
	color: #4a7400;
}

h3 {
	font: small-caps 11px Verdana;
	color: #cc6000;
}

h4 {
	font: small-caps 14px verdana;
	color: #cc6000;
}

h5 {
	font: small-caps 11px  verdana;
	color: #4a7400;
	border-bottom: 1px dashed #b3cf81;
}

h6 {
	font: 10px Tahoma;
	color: #acacac;
}

h7 {
	font: small-caps 14px  verdana;
	color: #4a7400;
	border-bottom: 1px dashed #b3cf81;
}

h8 {
	font: 13px Georgia;
	color: #CC3300;
}


#imageContainer{
	padding: 0px;
	}
	#imageContainer img{
	padding: 3px;
	border: 1px solid #999999;
	}
}

img {
	border: none;
	vertical-align: middle;
}







.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}