body, html {}

body {
	background-color: black;
	font-family: Tahoma, Verdana, Arial;
}

a {
	color: gold;
	text-decoration: none;
}

a:hover {
	color: gold;
	text-decoration: underline;
}

div.menu a {
	display: block;
	background-color: black;
	text-decoration: none;
	color: white;
	padding: 4px;
	border-bottom: 1px solid white;
	padding-left: 10px;
}

div.menu a:hover {
	color: gold;
}

div.menubottom {
	border-top: 1px solid white;
}

div.menubottom a {
	display: block;
	background-color: black;
	text-decoration: none;
	color: white;
	padding: 4px;
	
	padding-left: 10px;
}

div.menubottom a:hover {
	color: gold;
}

div.menu div {
	background-color: #ff3b00;
	padding: 4px;
	border-bottom: 1px solid white;
	padding-left: 10px;
	color: white;
}


#content {
	width: 980px;
	height: 530px;
	padding: 0px;
	
	margin-top: -255px;
	margin-left: -490px;
	position:absolute;
	top:50%;
	left: 50%;
}

/*
#bodyRegion {
	width: 100%;
	height: 510px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	 z-index: 15; 
}

*/
/*
#pageContent {
	width: 100%;
	height: 506px;
	text-align:center;
	z-index:20; 
}
*/
#pageInnerContent {
	text-align:left;
	overflow: auto;
	width: 680px;
	height: 330px;
	margin: 15px auto;
	padding: 15px;

	background-color: black;
	border: 1px solid white;
	color: white;
	font-size: 13px;
}

#pageInnerContent p {
	margin: 7px 0px 7px 0px;
}

#pageInnerContentPicList {
	text-align:center;
	overflow: auto;
	width: 680px;
	height: 330px;
	margin: 15px auto;
	padding: 15px;
}

#pageInnerContentPic {
	text-align:left;
	overflow: auto;
	width: 680px;
	height: 360px;
	margin: 15px auto;
	padding-left: 15px;
	padding-right: 15px;
	/* background-color: black;
	border: 1px solid white;
	color: white; */
}


#pageInnerContentPic a img , #pageInnerContentPicList a img{
	border: 1px solid white;
	
}

#pageInnerContentPic a:hover img, #pageInnerContentPicList a:hover img{
	border: 1px solid #ff3b00;
	
}

#topContentPic {
	padding-left: 5px;
	text-align: center;
}

#topContentPic a img {
	border: 1px solid white;
	margin-right: 5px;
}

#topContentPic a:hover img{
	border: 1px solid #ff3b00;
	margin-right: 5px;
}

#topContent {
	padding-left: 5px;
	color: white;
	font-size: 12px;
}

#topContent h3 {
	padding: 0px;
	color: white;
	margin: 2px 0px 2px 0px;
	font-size: 14px;
}

#footer {
	color: white;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

#footer a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.szakcikkek {
	color: white;
	font-size: 16px;
}

a.szakcikkek:hover {
	color: white;
	text-decoration: underline;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}