/* 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%;
	clear:both;
}
#header {
	padding: 10px 0px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0 0 10px 0;
	clear:both;
}
	#header h1 {
		margin: 0px;
	}
#linkto {
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu {
	top: 0px;
	left: 0px;
	width: 280px;
	background-color:#000;
	float:left;
}
	#menu ul {
		margin: 0px;
		padding: 0 0 0 10px;
	}
	#menu li {
		list-style-type: none;
		padding: 5px 0 0 0;
	}
	#menu .uj_magyarorszag {
		padding: 20px 0 0 10px;
	}
#content {
	margin: 0px 0px 0px 0px;
}
	#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;
	clear:both;
}
	#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;
	float:left;
	width:960px;
}		
#belso {
	padding:50px 0 0 0;
}
.vak {
	color:#333;
	background-color:#FFF;
}
.vak td {
	color:#333;
}
.vak a {
	color:#333;
	font-size:larger;
}