﻿@charset "utf-8";
@font-face {
font-family: "Gunplay";
src: url("gunplay.ttf");
}

body  {
	width:1024px;
	font-family: 100% Gunplay, Arial Black, Arial;
	background: #000000;
	margin: auto;
	padding: 0;
	text-align: left; 
	color: #ffffff;
}

.thrColAbsHdr #container {
	position: relative; 
	width: 1024px;  
	background-color: #000000;
	margin: 0; 
	border: none;
	text-align: left; 
} 


.thrColAbsHdr #fej { 
	width:1024px;
	height: 270px; 
	background: #000000; 
	border: none;
	border-color: #000000;
	padding: 0px;  
} 

.thrColAbsHdr #baloldal {
	position: absolute;
	top: 270px;
	left: 0;
	width: 229px; 
	background: #000000; 
	padding: 0px; 
	overflow:visible;
}
.thrColAbsHdr #torzs {
	position: absolute;
	background: #000000; 
	top: 270px;
	left: 229px;
	width: 568px;
	height: auto;
	margin: 0 ;
	border: none; 
	padding: 0px; 	
}

.thrColAbsHdr #jobboldal {
	position: absolute;
	top: 270px;
	right: 0;
	width: 227px; /* 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 */
	left: 797px;
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	
}
.thrColAbsHdr #hirek {
	position: absolute;
	border: none; 
	width: 547px;
	left: 10px;
	margin: auto;
	padding: 0px;
	text-align: justify;

}
.thrColAbsHdr #linkek {
	position: static;
	border: none; 
	width: 547px;
	margin: 20px;
	text-align: left;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

a {color: #ffffff;}
a:hover	{color : #990000; text-decoration : none;}

h1 {
	color: #ffffff;
	font-size: 20px;
	font-family: Gunplay;
}

.h2 {
	color: #ffffff;
    font-size: 18px;
	font-family: Gunplay
}

h3 {
	color: #ffffff;
	font-size: 16px;
}
h4 {
	color: #ffffff;
    font-size: 14px;
}

h5 {
	color: #ffffff;
    font-size: 15px;
} 

h6 {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	}
.piros {
	color: #990000;
    
}