/************************* POSITIONING CSS *************************/
body {
	background: #3c3330;
	margin: 0 auto;
	/*color: #dfdbc9;*/
	color: #A9A495;
	font-family: tahoma;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 940px;
	background: #3c3330;
	margin: 0 auto;
	/*border: solid 1px;*/
	text-align: left;
}

#top-content {
	position: relative;
	background: transparent url(images/top-back.gif) left top repeat-x;
	width: 920px;
	height: 65px;
	left: 10px;
}

#top-links {
	position: absolute;
	top: 34px;
	right: 10px;
	font-size: 13px;
}

#middle-content {
	position: relative;
	background: transparent url(images/middle-back.gif) left top repeat-x;
	height: 303px;
	width: 920px;
	left: 10px;
}

#leva-stran {
	position: relative;
	width: 247px;
	height: 303px;
	/*border: solid 1px;*/

}
#logo-wrapper {
	position: relative;
	height: 87px;
	background: transparent url(images/logo-back.gif) left top repeat-x;
}

#logo-wrapper a:hover{
	color: white;	
}

#logo {	/* Za pozicioniranje logotipa */
	position: absolute;	
	top: 27px;
	left: 50px;
	font-family: cursive;
	font-size: 22px;
	color: #8B8881;
}

/*#titleNaKlnacu {
	width: 175px;
	position: relative;
	left: 50px;
	top: -60px;
	font-family: cursive;
	font-size: 20px;
	color: #8B8881;
}*/

.menu-item {
	position: relative;
	width: 240px;
	top: 90px;
	height: 31px;
}

.menu-item-text {
	position: relative;
	display: inline;
	left: 20px;
	top: 3px;	
	font-size: 18px;	
	/*color: #A9A495;*/
	text-decoration: none;
}

.menu-item-text2 {
	position: relative;
	display: inline;
	left: 20px;
	top: 3px;	
	font-size: 18px;		
	color: red;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.meni-delimiter {
	position: relative;
	background: transparent url(images/meni-delimiter-horizontal.gif) left top repeat-x;
	top: 5px;
	width: 200px;
	height: 2px;
}

#desna-stran {
	position: absolute;
	top: 0px;
	left: 257px;
	width: 662px;
	height: 303px;	
}

#lower-content {
	position: relative;
	width: 920px;
	left: 10px;
	margin-top: 15px;
	/*border: solid 1px;*/
}

#left-lower-content {
	position: absolute;
	top: 0px;
	left: 0px;	
}

#right-lower-content {
	position: relative;
	float: left;
	margin-bottom: 10px;
	/*height: 815px;*/
	min-height: 373px;	
	left: 256px;
	width: 660px;
	background-color:#322B29;	
	border: 1px solid gray;	
	border: double;
}

#right-lower-content2 {
	position: relative;
	float: left;
	margin-bottom: 10px;
	/*height: 815px;*/
	min-height: 373px;	
	left: 256px;
	width: 660px;
	background-color:beige;
	color: black;	
	border: 1px solid gray;	
	border: double;
}

.mainContent{
	position: relative;
	float: left;
	width: 627px;	
	padding: 15px;
	/*border: solid 1px;*/	
}

.mainContent2{
	position: relative;
	float: left;
	width: 627px;	
	padding: 15px;
	/*border: solid 1px;*/
	background-color: beige;
	color: black;	
}

.slika {
	position: relative;	
	width: 225px;
	height: 101px;
	left:5px;
	border: solid 7px #322B29;
}

.contactInfo{
	position:relative;
	width: 238px;	
	height:110px;
	left:5px;	
	background-color:#322B29;
	color: Wheat;
}

.contactInfo a{
	color: Wheat;
}

#footer {
	position: relative;
	float: left;
	background: transparent url(images/footer-back.gif) left top repeat-x;
	height: 65px;
	width: 920px;
	left: 10px;
}

#footer-links{
	position: absolute;	
	margin-top: 9px;
	left: 255px;		
}
#footer-links a{
	padding-left: 23px;
}
/******************* END OF POSITIONING CSS *************************/

/****************** TEXT ****************************/
.text {
	font-size: 12px;
	font-family: tahoma;
	color: #A9A495;
	line-height: 14px;
	text-align: justify;
}

.text a {
	font-size: 12px;
	font-family: tahoma;
	color: #A9A495;
	text-decoration: underline
}

.text a:hover {
	color: white;
}

/******************  LINKS ***********************/
a {
	color: #A9A495;
	text-decoration: none;
}

a:hover{
	color: white;
}

/******************  LISTS ***********************/
ul {
	color: #D4D4BB;
	line-height: 14px;
	list-style: circle;
}

li {
	color: #D4D4BB;
	font-family: tahoma;
	font-size: 11px
}

li a {
	color: #D4D4BB;
	text-decoration: underline;
	margin: 0 0 0 6px
}
/******************  IMAGE ROTTATION ***********************/
.slideshow {
	position: absolute;
	width:652px;
	height:300px;		
}

.slideshow img {
	/*padding: 15px;*/
	border: 15px solid #ccc;
	/*border: 1px solid #ccc;*/
	background-color: #A9A495;
	/*background-color: #4A3B34;*/
}