body {
color:			maroon;
font-family: "Arial Narrow";
font-weight:	normal;
font-size:		10pt;
text-align:		justify;
background:		#FFCC66;
margin:			none;
}

/* táblázatok formázása*/

table {
	padding:none;
	border: none;
	margin: none;
	vertical-align: top;
	text-align:left;
}
table.menu {
	padding:0px;
	border: none;
	margin: none;
	vertical-align: top;
	text-align:left;
	background:maroon;
	width:985px;
}
table.oldalmenu {
	padding:5px;
	border: solid 1px;
	margin: none;
	vertical-align: top;
	text-align:left;
	background:maroon;
	width:180px;
}

img {
	padding: 5px;
}

table.reklam {
  border:solid 1px maroon;
  
}

tr {
	vertical-align: top;
}

td.elso_oszlop {
width:150px;
font-size:10pt;
text-align: justify;
padding:3px;
}

td.kozepso_oszlop {
width:580px;
font-size:10pt;
text-align: justify;
padding:3px;
}

td.kek_fejlec  {
font-size:10px;
font-weight:bold;
font-family: verdana;
text-align:center;
color: #FFCC66;
text-transform: uppercase;
background: maroon;

}
td.reklamom  {
font-size:11pt;
font-weight:normal;
text-align:justify;
color: navy;
background: #94CBEF;
border: solid #3399CC 1px;

}

td.kisbetus  {
font-size:10pt;
font-weight:normal;
text-align:left;
}

td.hirek {
font-size:10pt;
text-align: justify;
text-indent:20px;
padding:3px;
border:solid 1px #993300;
background:		#FFCC66;
}

td.menu {
	height:25px;
	background:maroon;
	font-size:10px;
	color:yellow;
	font-family: verdana;
	text-align:middle;
	border:yellow 1px outset;
	text-align:center;
	vertical-align:middle;
}

/* linkek formázása*/

a:link {text-decoration: none; color:#CC0033;}
a:active {text-decoration: none; color:#CC0033;}
a:visited {text-decoration: none; color:#CC0033;}
a:hover {text-decoration: underline; color:#F07800;}

a.menu:link, a.menu:visited, a.menu:active {
  color:yellow;
  text-decoration: none;

}
a.menu:hover {
  color:#FFFF00;
  text-decoration: none;
}

a.s:link, a.s:visited, a.s:active {
  color:yellow;
  font-weight: bold;
  text-decoration: none;

}
a.s:hover {
  color:#FFFF00;
  font-weight: bold;
  text-decoration: none;
}

/* fejlécek formázása*/

h2 {
color: #A85400;
font-size: 16pt;
font-weight: bold;
text-align: center;
}

h3 {
color: #CC6633;
font-size: 14pt;
font-weight: bold;
text-align: center;
}

h5 {
color: #A85400;
font-size: 10pt;
font-weight: bold;
text-align: center;
}

p {
text-indent:	10px;
}


