/* Csomagolo */

.container  {
    width : 950px;
    margin-top: 15px;
}

/* News */
.news {
    margin-left: 10px;
    margin-top: 0px;
    float: right;
    width: 190px;
    min-height: 800px;
    background-image : url(new/IMAGES/menu_bg.png);
    background-repeat : repeat-x;
    background-position : top center;
}

/* megjelenites */
.content  {
    width : 550px;
    min-height : 800px;
    text-align: left;
    background-color: #c5c0cb;
    background-image : url(new/IMAGES/bg_logo.png);
    background-repeat : no-repeat;
    background-position : top center;
}

.data {
    padding-top:  5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
}
/* Banner */

.title {
    position: relative;
    background-image : url(new/IMAGES/banner.png);
    background-repeat : no-repeat;
    background-position : center center;
    width: 950px;
    height: 200px;
}

/* Menu */

.navigator {
    font-family: 'Times New Roman',Times,serif;
    margin-right: 10px;
    margin-top: 0px;
    float: left;
    width: 190px;
    min-height: 800px;
    background-image: url(new/IMAGES/menu_bg.png);
    background-repeat: repeat-x;
    background-position: top center;
}
		
.navigator a {
    margin-top: 10px;
    width: 190px;
    height: 30px;
    cursor: default;
    float: left;
    text-decoration: none;
    font-weight : bold;
    font-size: 17px;
}
.navigator a:hover {
    background-image: url(new/IMAGES/menu_elem_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #000;
}
/* Labresz */

.footer  {
    width: 950px;
    clear: both;
    font-size: 10px;
    background-color: #951b14;
    padding-top: 5px;
    padding-bottom: 5px;
}

 /* Alltalanos */
 body {
    color : #000;
    background-image : url(new/IMAGES/atmenet.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color : #d6d5d6;
    font-family: Verdana, Tahoma, Arial;
    font-size : 15px;
 }

 h1 {
    font-family: 'Times New Roman',Times,serif;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 40px;
    padding-top: 20px;
}
h2 {
    font-family: 'Times New Roman',Times,serif;
}
h3 {
    font-family: 'Times New Roman',Times,serif;
 }
h4 {
    font-family: 'Times New Roman',Times,serif;
}

a {
    color: #000;
    text-decoration: none;
    cursor: default;
    font-weight: bold;
}

a:visited {
        color : #000;
        }

a:hover {
        color : #fff;
        }

a:active {
        color : #000;
        }

img {
	border: 0px;
}

/* IMG+ */

.kep{
	position: relative;
	z-index: 0;
}

.kep:hover{
	background-color: transparent;
	z-index: 50;
}

.kep span{
	position: absolute;
	background-color: #f8d384;
	padding: 5px;
	left: -1000px;
	border: 2px solid #9a1818;
	visibility: hidden;
	color: #000;
	text-decoration: none;
}

.kep span img{
	border-width: 0;
	padding: 2px;
}
.kep:hover span{
	visibility: visible;
	top: -300px;
	left: 250px;
}

