@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

/* --------------------header---------------------- */
.twoColFixLtHdr #header {
	width: 850px;
	float: right;
	height: 100%;
	background: #fff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #cccaca;
	text-align: center;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header #visszanyil	{
	padding-left: 30px;
}
.twoColFixLtHdr #header #elorenyil	{
	padding-right: 30px;
}
.twoColFixLtHdr #header #felsojobbkep	{
	text-align: right;
}

/* --------------------menü---------------------- */
.twoColFixLtHdr #menu {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height: 500px;
	padding: 0;
	border: 0;
	margin: 0;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-color: #fcfcfd;
}
.twoColFixLtHdr #menu a img	{
	border: none;
}
.twoColFixLtHdr #menu #flags	{
	width: 100%;
	height: 50px;
}
.twoColFixLtHdr #menu #hun_flag	{
	padding-top: 11px;
	padding-left: 12px;
	padding-bottom: 22px;
}
.twoColFixLtHdr #menu #eng_flag	{
	padding-left: 8px;
	padding-bottom: 22px;
}
/* ------------------content------------------- */

.twoColFixLtHdr #mainContent {
	width: 770px;
	min-height: 515px;
	max-height: 515px;
	float: right;
	padding: 5px 40px 40px 40px;
	background-color: #fefdfd;
	background-image: url(../images/maincontent_bg.png);
	background-repeat:no-repeat;
	background-position: top;
	overflow: scroll;
	overflow-x: hidden;
}
.twoColFixLtHdr #mainContent img#szkenneles	{
	padding: 5px 0 5px 0;
}
.twoColFixLtHdr #mainContent li	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000;
}
.twoColFixLtHdr #mainContent li#gallery	{
	text-align: center;
}
.twoColFixLtHdr #mainContent li#szkennerek	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: justify;
	color: #000;
}
.twoColFixLtHdr #mainContent li#ipar_forma	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000;
	padding: 0 0 0 10px;
}
.twoColFixLtHdr #mainContent li#tablazatszoveg{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0 20px 0 0;
}
.twoColFixLtHdr #mainContent p{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000;
}
.twoColFixLtHdr #mainContent p#szkenneles{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #000;
}
.twoColFixLtHdr #mainContent p#title{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #494949;
}
.twoColFixLtHdr #mainContent p#titlebal{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #494949;
}
.twoColFixLtHdr #mainContent p#kozep	{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.twoColFixLtHdr #mainContent p#kepalairas{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000;
	padding: 0 10px 0 10px;
}
.twoColFixLtHdr #mainContent p#tablazatszoveg{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0 20px 0 0;
}
.twoColFixLtHdr #mainContent p#munkatarsak	{
	font-size: 10px;
	text-align: left;
	color: #000;
	padding: 5px 15px 5px 5px;
}
.twoColFixLtHdr #mainContent p#message	{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 8px;
}

.twoColFixLtHdr #mainContent a#kapcsolat	{
	text-decoration: none;
	color: #235075;
}
.twoColFixLtHdr #mainContent a:hover#kapcsolat	{
	background-color: #235075;
	color: #fff;
}
.twoColFixLtHdr #mainContent a#link	{
	font-weight: bold;
	color: #235075;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover#link	{
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a#kategoriak	{
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a#aktualis	{
	color: #fff;
}
.twoColFixLtHdr #mainContent a:hover#aktualis	{
	background-color: #fff;
	color: #af5a83;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent #tondologo	{
	padding-right: 15px;
}

/* ------------------footer------------------- */
.twoColFixLtHdr #footer {
	width: 970px;
	height: 95px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/footer_bg.png);
}
.twoColFixLtHdr #footer img {
	border: none;
	padding: 0 2px;
}
.twoColFixLtHdr #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #a19c98;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.twoColFixLtHdr #footer p#tarsoldal	{
	color: #fff;
	padding-left: 5px;
}
.twoColFixLtHdr #footer a#email	{
	font-weight: bold;
	color: #235075;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover#email	{
	text-decoration: underline;
}
.twoColFixLtHdr #footer a#link	{
	font-weight: bold;
	color: #235075;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover#link	{
	text-decoration: underline;
}
/* ------------------float------------------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}