html,body{ 
	background: #49a513;
	background-image: url(../images/design/back_summer.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

div.banner{
    background-image: url(../images/design/banner_back_summer.jpg);
}

div.bottom{
    background-image: url(../images/design/bottom_summer.jpg);
}

div.content{
	background-color: #ffffff;
	background-image: url(../images/design/content_back_summer.jpg);
	background-repeat: no-repeat;
}

span.left_title{
    color: #af8b39;
}

span.top_title{
    color: #af8b39;
}

span.highlite{
    color: #af8b39;
}

input.submit{
	background-color: #af8b39;
}

thead td{
	background-color: #af8b39;
}

td.required{
    font-weight: bold;
    color: #af8b39;
}

a.left_clanok{
    font-size: 12px;
    color: #af8b39;
}

input.vyhladavanie_submit{
	background-color: #af8b39;
}

#mainNav a:hover{
    color: #fff;
    text-decoration: none;    
    background: #dac085;
}

div.bottom_menu{
    color: #6db742;
}

a.bottom{
    font-weight: normal;
    color: #6db742;
    font-size: 11px;
    text-decoration: none;
}

a.bottom:hover{
    color: #fff;
    font-size: 11px;    
    text-decoration: none;
}