/*
- - - - - - - - - - - GLOBAL - - - - - - - - - - -
*/
html{
	cursor:default;
}
ul li{
	list-style:none;
}
label{
	cursor:pointer;
}


/*
- - - - - - - - - - - HEADER - - - - - - - - - - -
*/
header>div{
	background:transparent url("../kepek/fejlec-hatter.gif") top left repeat;	
}
header>div p{
	background:transparent url("../kepek/logo.png") center left no-repeat;
	background-position:671px;
}
header>div p span{
	color:#63801d;
}
header{
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}
header #bannerNav{
	background:none;
}
header nav ul li{
	background:transparent url("../kepek/menu-rover.png") top left no-repeat;
}
header nav ul li:hover, header nav ul .aktivMenu, header nav ul .hoverClass{
	background:transparent url("../kepek/menu-rover.png") top left no-repeat;
	background-position:0 -59px;
}
header nav ul #menu5{
	background:transparent url("../kepek/menu-rover-kiem.png") top left no-repeat;
}
header nav ul #menu5:hover{
	background:transparent url("../kepek/menu-rover-kiem.png") top left no-repeat;
	background-position:0 -59px;
}
header nav ul .aktivMenu a{
	color:#fff;
}
header nav ul li:last-child{
	border:none;
}
header nav ul li a{
	color:#e3ecbe;
}
header nav ul #menu5 a{
	color:#fff;
}
header nav ul li a div{
	cursor:pointer;
	border-bottom:1px solid #80a22b;
}
header nav ul li:last-child div{
	border:none;
}
header #bannerek #banner1{
	background:transparent url("../kepek/banner1.png") top left no-repeat;
}
header #bannerek #banner2{
	background:transparent url("../kepek/banner2.png") top left no-repeat;
}
header #bannerek #banner3{
	background:transparent url("../kepek/banner3.png") top left no-repeat;
}
header #bannerek #banner4{
	background:transparent url("../kepek/banner4-2.png") top left no-repeat;
}
header #bannerek #banner5{
	background:transparent url("../kepek/banner5-2.png") top left no-repeat;
}

/*
- - - - - - - - - - - NAV - - - - - - - - - - -
*/

/*
- - - - - - - - - - - CONTENT - - - - - - - - - - -
*/
#content{
	background:transparent url("../kepek/content-hatter.gif") top left repeat;	
}

/*
- - - - - - - - - - - SECTION - - - - - - - - - - -
*/
section{
	border-right:1px solid #bbb;
}
section, section a{
	color:#333;
}

/*
- - - - - - - - - - - ASIDE - - - - - - - - - - -
*/
aside a{
	color:#333;
}
aside article{
	border-bottom:1px solid #a6b486;
}
aside article:last-child{
	border:none;
}
aside article h2 a{
	color:#4b7618;
}
aside form h2{
	color:#00adb4;
}
aside form input[type="submit"]{
	border:none;
	background-color:#9ac038;
	color:#e3ecbe;
}
aside form input[type="submit"]:hover{
	border:none;
	color:#fff;
    background-image: linear-gradient(bottom, #008288 31%, #00b3bb 100%);
	background-image: -o-linear-gradient(bottom, #008288 31%, #00b3bb 100%);
	background-image: -moz-linear-gradient(bottom, #008288 31%, #00b3bb 100%);
	background-image: -webkit-linear-gradient(bottom, #008288 31%, #00b3bb 100%);
	background-image: -ms-linear-gradient(bottom, #008288 31%, #00b3bb 100%);
	cursor:pointer;
}
aside .hiba{
	color:#900;
	visibility:hidden;
}


/*
- - - - - - - - - - - FOOTER - - - - - - - - - - -
*/
footer{
	background:transparent url("../kepek/lablec-hatter.gif") top left repeat-x;
}
footer, footer a{
	color:#bbb;
}
footer a:hover{
	color:#fff;
}
footer h2{
	color:#eee;
}
footer>div>p{
	color:#777;
}
#footerFelett{
	color:#00adb4;
}