﻿@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FF8000; /* háttér szín!!!! */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
A
{
	text-decoration:none;
	font-weight:bold;
	color:#5B2E00;
}
A:hover
{
	text-decoration:none;
	color:#5B2E00;
	font-weight:bold;
}
A:visited
{
	text-decoration:none;
	color:#5B2E00;
	font-weight:bold;
}
A:active
{
	text-decoration:none;
	color:#5B2E00;
	font-weight:bold;
}
.not_link
{
	font-weight:bold;
	color:#FF8F00;
}

.oneColFixCtr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.tartalom
{
	background-color: #FFDF7D; /* az oldal hátterének színe. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.menu_cim /*menü tetejének színe és a betűtípus*/
{
	background-color:#C66217;
	color:#FFDF7D;
	font-weight:bold;
	padding-left:15px;
}
.menu_elemek /* menu pontokat tartalmazó cellák formázása*/
{
	padding-left:10px;
	background-color:#FFFFFF;
	color:#FF8000;
	border-bottom-width:1px;
	border-bottom-color:#FF8000;
	border-bottom:solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.menu_elemek_ht /*menu elmeninek háttere/keret */
{
	background-color:#FF8000;
	padding: 5px;
}
.menu_elemek_bottom /* menu pontokat tartalmazó cellák formázása*/
{
	padding-left:10px;
	background-color:#FFFFFF;
	color:#FFAAFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.tartalom_txt /* menu pontokat tartalmazó cellák formázása*/
{
	padding-left:10px;
	padding-right:10px;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
.kep_ht
{
	background-color:#FF8000;
}
.kep
{
	border:solid;
	border-color:#C63;
	border-width:1px;
	background-color:#FFDF7D;
}

