html, body {
	font-family: 'Open Sans', sans-serif;
	color: #686868;
	background: #fffff7;
	font-size: 12px;
}
h3 {
    color:#a7351d;
    text-transform: uppercase;
    margin:0;
    padding:0 0 20px 0;
    font-size: 19px;
}
.logo.right {
    position: absolute;
    top: 25px;
    right: 0;
}
.logo.left {
    position: absolute;
    top: 43px;
    left: 0;
}
nav {
    padding: 30px 0 35px 30px;
    height: 92px;
    background: url(../images/line.png) repeat-x bottom;

}
nav a {
    display: inline-block;
    padding: 0 0 0 45px;
    background: yellow;
    margin: 0 25px 0 0;
    height: 35px;
}
nav a:hover {
    background: green;
}
.copy {
    position: absolute;
    top: 10px;
    font-size: 12px;
    padding:0;
    margin:0;
    left: 10px;
}
.index a {
    position: absolute;
    height: 48px;
    display: block;
}
.index a.kereses {
    top: 259px;
    left: 366px;
    width: 155px;
    background: url(../images/menu-kereses-index.png) no-repeat;
}
.index a.kereses:hover {
    background: url(../images/menu-kereses-index-on.png) no-repeat;
}
.index a.tallozas {
    top: 353px;
    left: 410px;
    width: 190px;
    background: url(../images/menu-tallozas-index.png) no-repeat;
}
.index a.tallozas:hover {
    background: url(../images/menu-tallozas-index-on.png) no-repeat;
}
.index a.feltoltes {
    top: 355px;
    left: 410px;
    width: 170px;
    background: url(../images/menu-feltoltes-index.png) no-repeat;
}
.index a.feltoltes:hover {
    background: url(../images/menu-feltoltes-index-on.png) no-repeat;
}
.index a.noverteka {
    top: 87px;
    left: 170px;
    width: 140px;
    background: url(../images/menu-noverteka-index.png) no-repeat;
}
.index a.noverteka:hover {
    background: url(../images/menu-noverteka-index-on.png) no-repeat;
}
.index a.linkek {
    top: 172px;
    left: 215px;
    width: 175px;
    background: url(../images/menu-linkek-index.png) no-repeat;
}
.index a.linkek:hover {
    background: url(../images/menu-linkek-index-on.png) no-repeat;
}
a.nyitolap {
    background: url(../images/menu-nyitolap.png) no-repeat;
    width: 75px;
}
a.nyitolap:hover, a.nyitolap.active {
    background: url(../images/menu-nyitolap-on.png) no-repeat;
}
a.kereses {
    background: url(../images/menu-kereses.png) no-repeat;
    width: 90px;
}
a.kereses:hover, a.kereses.active {
    background: url(../images/menu-kereses-on.png) no-repeat;
}
a.tallozas {
    background: url(../images/menu-tallozas.png) no-repeat;
    width: 115px;
}
a.tallozas:hover, a.tallozas.active {
    background: url(../images/menu-tallozas-on.png) no-repeat;
}
a.feltoltes {
    background: url(../images/menu-feltoltes.png) no-repeat;
    width: 100px;
}
a.feltoltes:hover, a.feltoltes.active {
    background: url(../images/menu-feltoltes-on.png) no-repeat;
}
a.noverteka {
    background: url(../images/menu-noverteka.png) no-repeat;
    width: 85px;
}
a.noverteka:hover, a.noverteka.active {
    background: url(../images/menu-noverteka-on.png) no-repeat;
}
a.linkek {
    background: url(../images/menu-linkek.png) no-repeat;
    width: 115px;
}
a.linkek:hover, a.linkek.active {
    background: url(../images/menu-linkek-on.png) no-repeat;
}
.label-nav {
    color: blue;
    display: block;
}
.v-comp {
    position: absolute;
    top: 10px;
    left: 525px;
    font-size: 12px;
    color: #5d5959;
}
ul.navigation {
    display: inline;
    padding: 0;
    margin:0;
    list-style:none;
}
ul.navigation li {
    display: inline;
}
ul.navigation.header {
    margin: 0;
    padding: 20px 0 0 0;
}
ul.navigation.footer {
    position: absolute;
    top: 10px;
    right: 0px;
}
ul.navigation.footer li {
    margin-right: 20px;
}
ul.navigation.footer li a {
    color: #676362;
    text-transform: uppercase;
    font-size: 12px;
}
.space-sep30 {
    height: 30px;
}
