#container {
        position:absolute;
        width:100%;
	margin:0 auto;
	clear:both;
	background-color: rgb(255,224,169);
        background-image: url('bg02.jpg');
        background-repeat: repeat-y;
}
#header {
        position:absolute;
        margin: 0px 0px 0px 0px;
        width:100%;
        height:156px;
        clear:both;
	text-align:center;
        background: url('fejlec.jpg');
}
#kozepe {
        position:relative;
        margin: 0px 0px 0px 0px;
        width:100%;
        clear:both;
	text-align:center;
}
#sidebar_left {
        position:absolute;
        left:0px;
        top:156px;
	float:left;
	width:245px;
	height:100%;
	margin:0px -245px 0px 0px;
        text-align:center;
}
#right {
        position:absolute;
        left:245px;
        top:156px;
        clear:right;
        right:0px;   
	/*margin:0px 245px 0px 0px;*/
        text-align:left;
        padding: 0px 10px 0px 0px ;
}

p.focim {
	color:green;
	text-align:center;
	font-weight: bold;
	text-shadow:10;
	font-size:x-large;
}
p.kiscim {
	text-align:center;
	font-weight: bold;
}
p.szoveg {
	text-align:justify;
}
p.piros {
	text-align:center;
	font-weight: bold;
	color: red;
}
table.tabla {
	/*width:auto;*/
        text-align:center;
        vertical-align:top;
}
