		body  {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	background-repeat: repeat;
	background-image: url(../slike/backtees.gif);
	padding: 0;
	margin: 0;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
a:link {
	color: #496281;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	text-decoration: blink;
}


a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #829AB9;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #899FBE;
}

.style1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #333;
}
.style2 {
	color: #496CF8;
}
.style11 {
	font-size: 9px;
	color: #333;
}
.stylered {
	color: #000;
}
.font13bold {
	font-size: 13px;
	font-weight: bold;
}

.stylefont12 {
	font-size: 11px;
	color: #333;
}

#container  {
	width: 976px;
	margin: auto;
	height: auto;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	background-image: url(../slike/linecontain.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-color: #FFF;
	padding-top: 10px;
	position: relative;
	background-position: left;
	background-repeat: repeat-y;
} 
/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
#header  {
	width: 823px;
	height: 170px;
	background-image: url(../slike/linecontain.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 10px;
} 
#meni {
	width: 820px;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7D96B5;
	margin-left: 10px;
	background-image: url(../slike/line2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 7px;
}
#meni img  {
	padding-left: 5px;

}
#sidebar1  {
	top: 228px;
	width: 165px;
	padding-bottom: 15px;
	height: auto;
	position: absolute;
	z-index: auto;
	left: 0px;
	font-family: Verdana, Arial, sans-serif;
}
#stranica {
	margin-top: 40px;
	padding-left: 30px;
	height: 30px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #4962AB;
}
#stranica img {
	margin-right: 10px;
}
#stranica a:visited {
	color: #496296;
}

#link {
	height: 40px;
}


#indexodjeli {
	font-size: 10px;
	font-weight: bold;
	height: auto;
	float: left;
	width: 140px;
	margin-left: 20px;
}
#indexodjeli a {
	display: block;
	text-decoration: none;
	color: #36485F;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../slike/linemenu2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F2FEFC;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#indexodjeli   a:hover {
	text-decoration: none;
	display: block;
	background-color: #FFF;
	color: #000;
	background-image: none;
}
#slikeodjeli {
	margin-right: 80px;
}

#galerija {
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	height: 110px;
	width: 170px;
	float: left;
	margin-top: 30px;
}
#galerija #gif {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D96B5;
	padding-bottom: 1px;
	width: 170px;
	float: left;
	padding-top: 1px;
}
#galtxt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 50px;
	padding-bottom: 1px;
	padding-top: 0px;
	float: left;
	height: 28px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7D96B5;
	border-bottom-color: #7D96B5;
	position: relative;
}
#sidebar2  {
	position: absolute;
	top: 41px;
	width: 180px;
	height: auto;
	z-index: auto;
	left: 810px;
}

#webmap {
	height: 150px;
	width: 180px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	float: left;
}
#search {
	padding-bottom: 1px;
	width: 172px;
	position: relative;
	text-decoration: none;
	height: 47px;
	background-image: url(../slike/meni/linijadesnomeni.png);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	padding-left: 7px;
}
#sidein2 {
	padding-top: 50px;
	height: auto;
	width: 173px;
	text-align: left;
	background-image: url(../slike/meni/linijadesnomeni.png);
	background-repeat: repeat-y;
	float: left;
	background-position: left;
	padding-left: 7px;
	position: relative;
}
#sidein2 img  {
	margin-bottom: 6px;
}
#dodatak {
	width: 172px;
	position: relative;
	height: auto;
	text-align: left;
	padding-top: 30px;
	background-image: url(../slike/meni/linijadesnomeni.png);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	padding-left: 8px;
}

#bottomright {
	width: 180px;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 150px;
	float: left;
}

#mainContent  {
	margin-right: 160px;
	margin-left: 163px;
	padding-bottom: 5px;
}
#maintextokvir {
	padding-right: 35px;
	padding-left: 25px;
	width: 585px;
	text-align: justify;
	background-image: url(../slike/linecontain.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 20px;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 18px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
#maintextokvirodjeli {
	padding-right: 35px;
	padding-left: 25px;
	width: 585px;
	background-image: url(../slike/linecontain.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-left: 18px;
}
#kuttopslube {
	width: 625px;
	height: 45px;
	border-right-color: #CCC;
	background-image: url(../slike/topkutline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	position: relative;
	margin-left: 18px;
}
#kuttopslube1 {
	width: 630px;
	height: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-image: url(../slike/topkutline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-top: 30px;
	margin-left: 18px;
	font-family: Verdana, Arial, sans-serif;
}



#maintext {
	text-align: justify;
	padding-right: 20px;
	float: left;
	padding-left: 20px;
	font-family: Verdana, Arial, sans-serif;
	width: 530px;
}
#maintextokvir img     {
	margin-right: 10px;
}
#maintextokvir p strong a img {
	margin-right: 20px;
}
#maintextokvirgal {
	padding-right: 40px;
	width: 600px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	position: relative;
	height: auto;
	background-image: url(../slike/linecontain.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 18px;
}
#galimgG {
	height: 100px;
	width: 133px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin: 5px;
}
#galimagG2 {
	height: 133px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin: 5px;
}
#map {
	padding: 3px;
	border: 1px solid #666;
	background-color: #F4F5F5;
	height: 400px;
	width: 580px;
}
#okvirplan {
	height: 1000px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../slike/linecontain.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 580px;
	margin-left: 18px;
	margin-bottom: 20px;
}

#odjimg {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #666;
	padding: 3px;
	background-color: #EEE;
}
#odjimg2 {
	height: 200px;
	width: 150px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #333;
	padding: 3px;
	background-color: #EEE;
}
#imageokvir {
	border: 1px solid #666;
	padding: 3px;
	background-color: #EEE;
}



#planlivo {
	width: 120px;
	float: left;
}
#plandesno {
	width: 450px;
	float: left;
	margin-bottom: 20px;
	text-align: justify;
}




#kontakt {
	float: left;
	width: 170px;
	height: 29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D96B5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7D96B5;
}
#kontakttxt {
	padding-left: 15px;
	text-align: left;
	float: left;
	width: 165px;
	padding-top: 10px;
	height: 110px;
	border: 1px solid #CCC;
	background-image: url(../slike/line2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
}
#uvod {
	width: 640px;
	margin-bottom: 20px;
	height: 110px;
	background-image: url(../slike/linecontain.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-left: 18px;
}
#dobro {
	text-align: justify;
	padding-right: 20px;
	float: left;
	width: 403px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 11px;
}
#razmak {
	width: 570px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D96B5;
	padding-bottom: 1px;
	height: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#info {
	width: 620px;
	height: 110px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	position: relative;
}

#info2 {
	width: 595px;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 30px;
	float: left;
	position: relative;
}

#date {
	height: 80px;
	width: 130px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#date2 {
	height: 70px;
	width: 100px;
	float: left;
	padding-top: 10px;
	color: #666;
	padding-left: 10px;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


#txt {
	width: 435px;
	height: 90px;
	padding-left: 40px;
	padding-top: 20px;
	font-size: 11px;
	float: left;
}

#txt2 {
	float: left;
	width: 470px;
	height: auto;
	padding-left: 5px;
	padding-top: 30px;
}

#footer  {
	width: 976px;
	height: 35px;
	margin: auto;
	position: relative;
} 
#donji {
	text-align: right;
	vertical-align: bottom;
	padding-top: 12px;
	height: 23px;
	width: 976px;
	color: #7D96B5;
	background-image: url(../slike/donjimeni2.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#donji a {
	color: #7D96B5;
}
#donji a:hover {
	color: #333;
	text-decoration: none;
}
#minineni {
	width: 480px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	padding-right: 10px;
	color: #57769B;
	float: left;
	position: relative;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
}
#minineni a {
	font-weight: normal;
	font-style: normal;
	color: #57769B;
	margin-right: 10px;
	margin-left: 10px;
}

#img {
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#kontakttxt img {
	padding-right: 20px;

}
#menilivo {
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	float: left;
	width: 150px;
	margin-left: 15px;
	height: auto;
}
#menilivo a {
	display: block;
	text-decoration: none;
	color: #333;
	text-align: left;
	vertical-align: bottom;
	padding-top: 7px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	height: 17px;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../slike/linemenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}


#menilivo a:hover {
	display: block;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	background-image: none;
}

#menilivo-nea {
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	float: left;
	width: 128px;
	margin-left: 15px;
	height: 18px;
	padding-top: 7px;
	padding-bottom: 1px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	color: #333;
	background-image: url(../slike/linemenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#menilivo-nea2 {
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	float: left;
	width: 125px;
	margin-left: 15px;
	height: 18px;
	padding-top: 7px;
	padding-bottom: 1px;
	padding-left: 20px;
	color: #333;
	background-image: url(../slike/linemenu.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-right: 3px;
}

#menilivoodje {
	font-size: 10px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 140px;
}
#menilivoodje a {
	display: block;
	text-decoration: none;
	color: #36485F;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-image: url(../slike/linemenu2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

#menilivoodje a:hover {
	display: block;
	background-color: #FFF;
	color: #000;
	height: auto;
	text-decoration: none;
	background-image: none;
}

#apDiv2 {
	position: absolute;
	z-index: 5;
	height: 21px;
	width: 15px;
	left: 936px;
	top: -4px;
}
#apDiv1 {
	position:absolute;
	width:144px;
	height:165px;
	z-index:1;
	left: 19px;
	top: 707px;
	font-size: 9px;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
}
#apDiv1-2 {
	position:absolute;
	width:144px;
	height:117px;
	z-index:1;
	left: 20px;
	top: 468px;
}
#infovelika {
}
#apDiv3 {
	position:absolute;
	width:195px;
	height:auto;
	z-index:1;
	left: -203px;
	top: 216px;
	color: #666;
	visibility: hidden;
}
