a {
	color: #999966;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/**
 * Horizontal menu under page header
 */ 

#horizontalmenu {
	background-color: #d29402;
}
#horizontalmenu ul li {
	border-right: 1px solid white;
}
#horizontalmenu ul li a {
	color: #FFFFFF;
}

#horizontalmenu ul li a.selected {
	background-color: #999966;
}

#horizontalmenu ul.sub li a {
	background: #999966 url(submenu_bullet_off.gif) left top no-repeat;
	border: 1px solid #999966;
}

#horizontalmenu ul.sub li a:hover {
	color: #999966;
	background: #FFFFFF url(submenu_bullet_on.gif) left top no-repeat;
}
 
 
/**
 * Page content container
 */
 

#content h2 {
	color: #999966;
}

#content .list_item img {
	border: 1px solid #999966;
}


/**
 * Right column
 */

#rightblock .galerija {
	background: #999966 url(ikona_galerija.gif) right top no-repeat;
}

#rightblock .dokumenti {
	background: #999966 url(ikona_dokumenti.gif) right top no-repeat;
}
#rightblock .anketa {
	background: #999966 url(ikona_anketa.gif) right top no-repeat;
}
#rightblock .newsletter {
	background: #999966 url(ikona_newsletter.gif) right top no-repeat;
}

/*
* dokumenti
*/

#documents a {
	color: #999966;
}
#generic_comments .ime {
	font-weight: bold;
	color: #999966;
}

#generic_comments .submit {
	border: 1px solid #999;
	background-color: #d29402;
}
#generic_comments .submit:hover {
	background-color: #999966;
}

/*
* anketa
*/

#poll .question {
	color: #d29402;
}
#poll .indicator {
	background-color: #d29402; 
}

/*
* newsletter
*/
#newsletter .title {
	color: #d29402;
}

.more, .back {
	font-weight: bold;
	color: #999966;
}

.more:hover, .back:hover {
	background-color: #999966;
	color: white;
	text-decoration: none;
}