/* JARNI VARIANTA STRANEK */

body{
	background: #FFFFFF url(../img/jaro/header_background.jpg) repeat-x;
}
a{
	color: #62A531;
}
#language_selection a{
	color: #AED641;
}
#season_spring{
	background: url(../img/jaro/pictogram_spring_active.jpg) no-repeat;
}
#season_summer{
	background: url(../img/jaro/pictogram_summer_unactive.jpg) no-repeat;
}
#season_fall{
	background: url(../img/jaro/pictogram_fall_unactive.jpg) no-repeat;
}
#season_winter{
	background: url(../img/jaro/pictogram_winter_unactive.jpg) no-repeat;
}
#menu1 a.m1{
	color: #737272;
}
#menu1 a.m1_selected{
	color: #62A531;
}
#header_decoration{
	position: absolute;
	width: 192px;
	height: 274px;
	margin: 40px 0px 0px -53px;
	background: url(../img/jaro/header_decoration.gif) no-repeat;
}

/* menu2 */
#menu2{
	background: url(../img/jaro/menu2_background.jpg) repeat-y;
}
#menu2 li a.m2{
	background: url(../img/jaro/menu2_unactive.jpg) no-repeat 0px 2px;
	color: #EBF7A7;
}
#menu2 li a.m2:hover{
	background: url(../img/jaro/menu2_active.jpg) no-repeat 0px 2px;
}
#menu2 li a.m2_selected{
	background: url(../img/jaro/menu2_active.jpg) no-repeat 0px 2px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#menu2 li a.m2_selected:hover{
}

/* end of: menu2 */

#header_suspension{
	background: url(../img/jaro/suspension.gif) no-repeat;
}
#content{
	background: #F3F9E3 url(../img/jaro/content_decoration_right.jpg) no-repeat bottom right;
}
#side_left{
	background: url(../img/jaro/content_decoration_left.jpg) no-repeat top left;
}

/* news_article */
.news_article_text h3{
	color: #94B638;
}
a.news_article_title {
	color: #94B638;
}
a.news_article_title:visited {
	color: #8F9E77;
}
a.news_article_title:hover {
	color: #CF630B;
	text-decoration: underline;
}

.news_article_text p{
	color: #8F9E77;
}
.news_article_morelink{
	background: url(../img/jaro/more1.jpg) no-repeat;
}
/* end of: news_article */

#gallery h4{
	color: #535B44;
}
#backlink{
	background: url(../img/jaro/more2.jpg) no-repeat;
}

/* main_text */
div.main_text{
	color: #8F9E77;
}
div.main_text h2, h4{
	color: #7E9C4F;
}
h4 a {	color: #7E9C4F; text-decoration: none; }
h4 a:hover{ color: #7E9C4F; 	text-decoration: underline; }

div.main_text li{
	background: url(../img/jaro/plus.gif) no-repeat 0px 3px;
}
/* end of: main_text */

/* footer */
#content_left_ending{
	background-color: #F3F9E3;
}
#footer_right{
	background-color: #EBF5B0;
}
#footer_right_info{
	color: #A4C93D;
}
#footer_right_info a{
	color: #A4C93D;
}
#footer_right_info li{
	background: url(../img/jaro/footer_separator.jpg) no-repeat left;
}
#footer_right_powered{
	background-color: #AED641;
	color: #F3FFAC;
}
#footer_right_powered a{
	color: #F3FFAC;
}
/* end of: footer */

/* forms */
input {
	border: #B0B0B0 1px solid;
}
.L-inp {
	border: #B0B0B0 1px solid; 
}
.S-inp {
	border: #B0B0B0 1px solid; 
}
.dot-textarea {
	border: #B0B0B0 1px solid; 
}
.dot-inp {
	border: #B0B0B0 1px solid; 
}
/* end of: forms */

/* table articles list */
a.article_select {
	color: #62A531;
	font-weight: bold;
	text-decoration: none;
}
a.article_select:visited { color: #62A531; text-decoration: none; }
a.article_select:hover { color: #CF630B;	text-decoration: underline; }

a.article_selected {
	color: #CF630B;
	font-weight: bold;
	text-decoration: none;
}
a.article_selected:visited { color: #CF630B; text-decoration: none; }
a.article_selected:hover { color: #CF630B;	text-decoration: underline; }

/* end of: table articles list */

