/* General */
body { background-color: #000000; margin: 10px; }
body, div, p, table, td, th, h1, h2, h3, input, select, textarea, option, pre { font-family: Arial; color:#FFFFFF; }
body, div, p, table, td, th, input, select, textarea, option, pre { font-size: 2.0ex; }
img {
	border: 0px;
}
a {
	font-weight: bold;
	color: #FFDB0D;
}
a:visited, a:link, a:active {}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
h1 {
  font-size: 1.5ex;
	font-weight: bold;
	margin: 0.5ex 0 1ex 0;
}
h2 {
  font-size: 2.5ex;
	font-weight: bold;
	margin: 5px 0px;
}

#container {
	position: relative;
  width: 100%;
}
#header {
	padding: 10px 0px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0 0 10px 0;
}
	#header h1 {
		margin: 0px;
	}
#linkto {
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;
	background-color: #000000;
}
	#menu ul {
		margin: 0px;
		padding: 0 0 0 10px;
	}
	#menu li {
		list-style-type: none;
		padding: 5px 0 0 0;
	}
.uj_magyarorszag { padding-top:40px; }
#content {
	margin: 0px 0px 0px 300px;
}
	#content div{
		line-height: 2.8ex;
	}
	#content .date {
		font-size: 1.5ex;
	}
	#main_news {
		border-left: 5px solid #CCCCCC;
		padding: 5px 10px;
		margin: 0 0 20px 0;
	}
	.main_box {
		border-left: 5px solid #CCCCCC;
		padding: 5px 10px;
		margin: 0 0 20px 0;
	}
	.selector {
		margin: 1ex 0;
		height: 2px;
		background-color: #CCCCCC;
	}
#footer {
	position: relative;
	height: 2ex;
	padding: 10px 0px;
	border-top: 1px solid #FFFFFF;
	margin: 10px 0 0 0;
}
	#copyright {
		position: absolute;
		left: 0px;
	}
	
.pagination {
	position: relative;
	border-top: 2px solid #CCCCCC;
	height: 60px;
	margin: 40px 0 0 0;
}
	.pagination .container {
		position: absolute;
		right: 0px;
		top: 0px;
	}
		.pagination .container div {
			float: left;
			padding: 3px 15px;
			margin: 15px 0 0 2px;
			border: 2px solid #CCCCCC;
		}
		.pagination .container div.active {
			background-color: #333333;
			font-weight: bold;
		}
		
#center {
	min-height:220px
}
header h1 { padding:10px; border-bottom:solid 2px #fff; margin-bottom:20px; }
main { display:flex; }
main #left { flex:0 0 30%; max-width:30%; }
main #right { flex:0 0 70%; max-width:70%; }