@font-face {
    font-family: gillsans;
    src: url(../fonts/gillsans.ttf);
}

body {
	background-color: #000;
	color: white;
	font-family: calibri;
}

main {
	width: 1200px;
	margin: 0px auto;

	
}

h1,h2,h3,h4,h5,h6 {
	font-family: gillsans, arial;
	text-transform: uppercase;	
}

h1,h2 {
	text-align: center
	
}

header {
	width: 100%;
}

header h1 {
	margin-bottom: 10px;
	border-bottom: 1px solid grey;
	border-top: 1px solid grey;
	font-size: 128px;
}

nav {
	width: 980px;
	margin: 0px 228px;
}

nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px
}

hr {
	border: 3px solid white	
}

nav ul li {
	float:left;
	width: 170px;
	height: 60px;
	font-family: gillsans, arial;
	text-transform: uppercase;
	background-color: #666666;
	line-height: 60px;
	text-align: center;
	margin: 0px 2px;
	font-size: 120%;
}

.active {
	background-color: #000;
	border: 2px solid #333333;
	position: relative;
	bottom: 2px
}

nav ul li:hover:not(.active){
	background-color: #222222;
	
}

nav ul li a {
	display: block;
	text-decoration: none;
	color: white
	
}

.clear {
	clear: both
	
}


p {
	text-align: left;
}


.balra {
	float: left;
	margin-right: 25px
}

.jobbra {
	float: right;
	
}

article {
	width: 980px;
	margin: 100px auto
	
}

figure {
	margin-top: 0px
	
}

figcaption {
	text-align: center
	
}

#idezetek {
	position: absolute;
	top: 1100px;
	background-image: url("../img/monolith.png");
	background-position: center;
	background-repeat: repeat-y;
	height: 600px;
	padding-top: 50px;
	width: inherit;
	text-align: center
}

#idezetek p {
	color: black;
	background-color: rgba(220,220,220,0.8);
	min-height: 20px;
	padding: 15px 0px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	font-style: italic;
	font-size: 14px;
	text-align: center
}

.kethasab {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	
    -webkit-column-rule: 1px solid white;
    -moz-column-rule: 1px solid white;
    column-rule: 1px solid white;
	
}

footer {
	border-top: 2px solid white;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

table {
	margin: 0px auto
	
}

table, td {
	border: 1px solid white;	
}

thead {
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	
}
