body {
color:			#834141;
background:		#DBB7B7;
font-family: "Arial Narrow";
font-weight:	normal;
font-size:		10pt;
text-align:		justify;
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:#FBDD75;
	width:985px;
}
table.oldalmenu {
	padding:5px;
	border: solid 1px #834141;
	margin: none;
	vertical-align: top;
	text-align:left;
	background:#FBDD75;
	width:250px;
}

table.reklam {
  border:solid 1px #834141;
  
}

tr {
	vertical-align: top;
}
}
td.reklamom  {
font-size:11pt;
font-weight:normal;
text-align:justify;
color: navy;
background: #FBDD75;
border: solid #6600FF 1px;

}


td.hirek {
font-size:10pt;
text-align: justify;
text-indent:20px;
padding:3px;
border:solid 1px #834141;
background:		#D6ABAB;
}

td.menu {
	height:25px;
	background:#834141;
	font-size:10px;
	font-weight:normal;
	color:#FFFF66;
	font-family: verdana;
	text-align:middle;
	border:#502727 1px outset;
	text-align:center;
	vertical-align:middle;
}

/* linkek formázása*/

a:link {text-decoration: none; color:#834141;}
a:active {text-decoration: none; color:#834141;}
a:visited {text-decoration: none; color:#834141;}
a:hover {text-decoration: underline; color:#6600FF;}

a.menu:link, a.menu:visited, a.menu:active {
  color:#E3C6C6;
  text-decoration: none;

}
a.menu:hover {
  color:#FFFF00;
  text-decoration: none;
}

a.s:link, a.s:visited, a.s:active {
  color:#6600FF;
  font-weight: bold;
  text-decoration: none;

}
a.s:hover {
  color:navy;
  font-weight: bold;
  text-decoration: none;
}

/* fejlécek formázása*/

h2 {
color: #CC0000;
font-size: 16pt;
font-weight: bold;
text-align: center;
}

h3 {
color: #CC0000;
font-size: 14pt;
font-weight: bold;
text-align: center;
}

h5 {
color: #CC0000;
font-size: 10pt;
font-weight: bold;
text-align: center;
}

p {
text-indent:	10px;
}

