/*Internet Explorer 6*/

#container {
        position:absolute;
        width:100%;
	margin:0 auto;
	clear:both;
	background-color: rgb(255,224,169);
        background-image: url('pic/bg01.jpg');
        background-repeat: repeat-y;
}
#header {
        position:absolute;
        margin: 0px 0px 0px 0px;
        width:100%;
        height:70px;
        clear:both;
	text-align:center;
        background: url('pic/fejkep01.jpg');
}
#kozepe {
        position:relative;
        margin: 0px 0px 0px 0px;
        width:100%;
        clear:both;
	text-align:center;
}
#sidebar_left {
        position:absolute;
        left:0px;
        top:70px;
	float:left;
	width:150px;
	height:100%;
	margin:0px -150px 0px 0px;
        text-align:center;
        /*background: url('pic/bg01.jpg');*/
}
#right {
        position:absolute;
        left:150px;
        top:70px;
        clear:right;
        width:auto;
	margin:0px -150px 0px 0px;
        text-align:center;
}
#fomenu {
        position:relative;
        width:auto;
        height:auto;
        text-align:left;
        background: url('pic/bg150px_fugg.jpg');
        background-repeat: repeat-x;
        vertical-align:top;
}
table.fomenutable {
	/*width:auto;*/
        text-align:center;
        vertical-align:top;
}
#content {
        position:relative;
        width:auto;
        height:100%;
        text-align:justify;
        padding: 5px 10px 0px 0px ;
}
#almenu {
        position:relative;
        text-align:left;
        height:auto;
        width:10%;
        vertical-align:top;
}
table.almenutable {
	/*width:auto;*/
        text-align:center;
        vertical-align:top;
        /*background:orange;*/
}
#kepcontent {
        position:relative;
        width:auto;
        text-align:center;
}
#footer {
        bottom:auto;
	color:#999999;
	text-align:center;
}

/* ------------------------- */
img, table {/* border style for all images, table */
        border: 0px;
}
img.fomenu {
        vertical-align:bottom;
        width:80px;
        height:40px;
}
img.gombmenu {
        vertical-align:top;
        width:140px;
        padding-top:4px;
}

/* ------------------------- */
table.nagykeptable {
	width:100%;
        text-align:center;
        vertical-align:top;
        table-layout:fixed;
}

/* ------------------------- */
h1, h2, h3 {
        text-align:center;
}
p.utleirlink{
	text-align:center;
	font-weight: bold;
	font-size:16.0pt;
	color: red;
	text-decoration: underline;
}
p.turaleirlink{
	text-align:center;
	font-weight: bold;
	font-size:16.0pt;
	color: green;
	text-decoration: underline;
}

p.reklam{
	text-align:center;
	font-size:12.0pt;
	color: red;
	text-decoration: underline;
}


/* fix #container div element growing up problem for FF */
/*#clearfix {*/
/*	clear:both;*/
/*}*/
