@charset "utf-8";
/*********************************  ÁLTALÁNOS STÍLUS BEÁLLÍTÁS  ************************/
html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: url(kepek/page_bg.gif) repeat-x;
    background-color: #02253a;
    height: 100%;
}

h1{
	text-align: center;
}
h2, h3,h4, li{
	text-align: left;
}

.body_belso {
    text-align: left;
    margin: 0px auto;
    width: 1000px;
    padding: 0px;
    background: url(kepek/pagebelso_bg.gif);
    background-repeat: no-repeat;
    background-color: #02253a;
    min-height: 100%;
}

.content {
    text-align: left;
    margin: 0px auto;
    width: 970px;
    padding: 0px 0px 55px 0px;
    background: #eef0fa;
}

.foablak {
    text-align: left;
    margin: 0px auto;
    width: 970px;
    padding: 120px 10px 10px 10px;
    overflow: hidden;
    /*background: url(kepek/hatter.jpg) repeat-y;
    background: #ddddff;*/

}

.fejlec {
    float: right;
    margin: 0px auto;
    margin-top: 25px;
    width: 970px;
    height: 60px;
    padding-left:0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*background: #73a0d2;*/
    background: url(kepek/fejleclogohatter.png);
    position: relative;
}


.lablec_container {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    margin-top: -30px; /* negative value of footer height */
    height: 30px;
    background-color: #02253a;
    /*background: white;*/
    /*padding: 15px;*/
}
.lablec {
    margin: 0px auto;
    width:970px;
    height: 25px;
    text-align: center;
    background-color: #97bbd9;
    padding: 5px 0px 0px 0px;
}
a img { border: none; padding: 0px 3px;}

.oratablazat{
	;
}
.oratablazat td{
	padding: 5px 25px 45px 5px;
	vertical-align: top;
}

