* {
    margin:0;
    padding:0;
    outline:none;
}
body {
    font-size: 11px;
    font-family: Arial, sans-serif;
    background-image: url(../images/body_bg.png);
    background-repeat: repeat-x;
    line-height: 1.5em;
    background-color: #eeeeee;
    color: #180e10;
}

.kenyerszoveg
{  font-size: 10pt; font-family: Tahoma, Arial, sans-serif}

.fejlec
{  font-size: 12pt; font-weight: bold; color: #FFFFFF; font-family: Tahoma, Arial, sans-serif; text-transform: none; text-align: center}

.bold
{ font-size: 10pt; font-family: Tahoma, Arial, sans-serif; color: #009900; font-weight: bold}

.alcim
{  font-family: Tahoma, Arial, sans-serif; font-size: 13pt; color: #009900; text-align: center}

.alcimzold
{ font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #009900; text-align: center; font-style: italic; font-weight: bold}

.alcimkek
{ font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #0086AB; text-align: center; font-weight: bold}

.kisalcimkek
{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #0086AB; text-align: center; font-weight: bold ; font-style: italic}

.left
{
	float: left;
	margin: 0 0 0 90px;
    border: none;
}

.right
{
	float: right;
	margin: 0 80px; 0 0
    border: no;
}

.clear
{
    clear: both;
    height: 1px;
    font-size: 1px;
    margin: 0;
    padding: 0;
}

a, img {
    outline: none;
}
a {
    color: #0456a5;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#container {
    width: 980px;
    margin: auto;
    background-image: url(../images/container_bg.png);
    background-repeat: repeat-y;
    position: relative;
}
#fejlec {
    width: 980px;
    height: 448px;
    background-image: url(../images/fejlec.jpg);
    background-repeat: no-repeat;
    position: relative;
}
#fejlec #hmenu {
    position: absolute;
    right: 120px;
    top: 43px;
    list-style: none;
}
#fejlec #hmenu li {
    display: inline;
    border-right: 1px solid #01559d;
    padding: 0 8px 0 0;
    margin: 0 8px 0 0;
}
#fejlec #hmenu li a {
    color: #01559d;
}
#fejlec #hmenu li a:hover {
    color: #ff0000;
}
#fejlec #hmenu li.last {
    border: none;
    padding: 0;
    margin: 0;
}
#fejlec #menu {
    list-style: none;
    position: absolute;
    left: 110px;
    top: 170px;
    width: 200px;
}
#fejlec #menu ul {
    list-style: none;
    width: 210px;
}
#fejlec #menu li {
    padding: 0 0 8px 0;
}
#fejlec #menu li a {
    color: #eeeeee;
    font-size: 14px;
    text-decoration: none;
}
#fejlec #menu li a:hover {
    color: #ff0000;
}
#fejlec #menu li ul {
    background-image: url(../images/almenu_bg.png);
}
*html #fejlec #menu li ul
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/almenu_bg.png', sizingMethod='scale');
} 
#fejlec #menu li ul li {
    padding: 0 0 6px 0;
}
#fejlec #menu li ul li a {
    font-size: 11px;
    font-weight: bold;
}
#fejlec #lang {
    list-style: none;
    display: inline;
    position: absolute;
    left: 157px;
    bottom: 18px;
}
#fejlec #lang li {
    display: inline;
}
#fejlec #lang li a img{
    border: none;
}
#content {
    padding: 35px 140px 35px 140px;
}
#lablec {
    height: 53px;
    background-image: url(../images/lablec_bg.png);
    background-repeat: no-repeat;
    color: #0057a5;
    font-weight: bold;
    padding: 4px 0 0 140px;
    position: relative;
}
#lablec #copy {
    position: absolute;
    left: 500px;
    top: 25px;
}
#iso {
    position: absolute;
    width: 51px;
    height: 102px;
    right: 30px;
    bottom: 20px;
    background-image: url(../images/iso.jpg);
    background-repeat: no-repeat;
}
h1 {
    margin: 0 0 16px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #009900;
    font-style: italic;
    font-weight: bold;
}
p {
    margin: 0 0 12px 0;
}
#map_canvas {
    width: 100%;
    height: 500px;
}
#infowindow {
    width: 240px;
    height: 90px;
}
.hir {
    margin: 0 0 20px 0;
}
.bold {
    font-weight: bold;
}
.img_left {
    float: left;
    margin: 0 10px 20px 0;
}