body {
	margin: 0px;
 	padding: 0px;
  	background-image: url(bodyBG.png);
  	background-position: top;
  	background-repeat: repeat-x;
  	background-color: #9e0c01;
	font-family: Georgia, "Times New Roman", Times, serif;
  	/*font-family: Arial, Garamond, "Times New Roman", Times, serif;*/
  	font-size: 16px;
  	color: #ebca95;
}

a:link, a:visited {
	color: #edb24e;
}

a:hover {
	color: #321b15;
}

#wrapper {
  	background-image: url(bodyBG2.png);
  	background-position: top center;
  	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	float: none;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
 	margin-right: auto;
	width: 1087px;
	min-height: 1114px;
}

*:first-child+html #wrapper {
	margin-top: -18px;
}

#header {
/*	background-image: url(headBG.jpg);
	background-repeat: no-repeat;
	border: solid 1px red;*/
	width: 897px;
	height: 187px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-left: 5px;
}

#header h1 {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	width: 365px;
	height: 80px;
}

#header h1 a span {
	display: block;
	visibility: hidden;
	width: 365px;
	height: 74px;
}

#header h1 a:link, #header h1 a:visited {
	display: block;
	position: relative;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 365px;
	height: 74px;
}

#header h1 a:hover {
	background-image: url(logohoover.png);
}

#header-menu {
/*	border: solid 1px red;*/
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-left: 160px;;
	margin-top: 32px;
	width: 625px;
}

*:first-child+html #header-menu {
	margin-top: 32px;
}

#header-menu ul li {
/*	border: solid 1px green;*/
	display: inline-block;
	list-style-image: none;
	list-style-type: none;
	margin: -2px;
	padding: 0px;
}

*:first-child+html #header-menu ul li {
	display: inline;
	margin: 0px;
}

#header-menu ul li a {
/*	border: solid 1px blue;*/
	margin: 0px;
	padding: 0px;
	display:inline-block;
	height: 22px;
}

#header-menu ul li.m1 a:link, #header-menu ul li.m1 a:visited {
	background-image: url(headermenu.png);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 95px;
}

#header-menu ul li.m1 a:hover {
	background-image: url(headermenuhover.png);
}

#header-menu ul li.m2 a:link, #header-menu ul li.m2 a:visited {
	background-image: url(headermenu.png);
	background-position: -95px;
	background-repeat: no-repeat;
	width: 134px;
	text-decoration: none;
}

#header-menu ul li.m2 a:hover {
	background-image: url(headermenuhover.png);
	background-position: -95px;
}

#header-menu ul li.m3 a:link, #header-menu ul li.m3 a:visited {
	background-image: url(headermenu.png);
	background-position: -229px;
	background-repeat: no-repeat;
	width: 141px;
	text-decoration: none;
}

#header-menu ul li.m3 a:hover {
	background-image: url(headermenuhover.png);
	background-position: -229px;
}

#header-menu ul li.m4 a:link, #header-menu ul li.m4 a:visited {
	background-image: url(headermenu.png);
	background-position: -370px;
	background-repeat: no-repeat;
	width: 155px;
	text-decoration: none;
}

#header-menu ul li.m4 a:hover {
	background-image: url(headermenuhover.png);
	background-position: -370px;
}

#header-menu ul li.m5 a:link, #header-menu ul li.m5 a:visited {
	background-image: url(headermenu.png);
	background-position: -530px;
	background-repeat: no-repeat;
	width: 185px;
	text-decoration: none;
}

#header-menu ul li.m5 a:hover {
	background-image: url(headermenuhover.png);
	background-position: -530px;
}

#header-menu ul li a strong {
	visibility: hidden;
}

#sidebar-left {
	float: left;
	display: block;
	overflow: hidden;
	padding-left: 5px;
	width: 270px;
}

/* slideshow: */
#slideshow {
    position:relative;
    height:260px;
	margin-top: 20px;
	margin-left: 5px;
}

#slideshow img {
	position: absolute;
	top: 0pt;
	left: 0pt;
	z-index: 8;
	opacity: 0;
}

#slideshow img.active {
	z-index: 10;
	opacity: 1;
}

#slideshow IMG.last-active {
    z-index:9;
}

/** End of the slideshow. */

#center {
	float: left;
	display: block;
	overflow: hidden;
	padding-left: 20px;
	width: 590px;
}

#center h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #FC6;
	padding-bottom: 3px;
	border-bottom: ridge #FC6;
}

#center .status {
	border: solid 1px #0F3;
	padding: 10px;
	color: #390;
	background-color: #FFF;
}

#center .views-field-title {
	font-size: 22px;
/*  border-top: double #ebca95;*/
	margin-top: 15px;
	padding-top: 15px;
}

#center .views-field-field-image-fid {
	background-color: #900;
	border-top: double #ebca95;
	padding-top: 15px;
	padding-bottom: 15px;
}

#center .kep-szovegben {
	float: right;
	margin: 10px;
	border: ridge #FC6;
}

#content {
	/*border: solid 1px green;*/
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-left: 5px;
	width: 897px;
}

#footer2 {
  	background-image: url(footer.png);
	display: block;
	overflow: hidden;
	float: none;
	width: 897px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 20px;
}

.video-image-list {
	list-style-type: none;
	list-style-image: none;
	margin-left: -30px;
}

.video-image-list li {
	float: left;
	margin: 5px;
}

#block-menu-menu-mainmenu {
	margin-top: 60px;
}

#block-menu-menu-mainmenu ul li {
	list-style-type: none;
	list-style-image: none;
	font-size: 22px;
	padding: 15px 0px 15px 0px;
}

#block-menu-menu-mainmenu ul li a:link, #block-menu-menu-mainmenu ul li a:visited {
	color: #600;
}

#block-menu-menu-mainmenu ul li a:hover {
	color: #edb24e;
}

#center div.view-eskuvorss ul li {
	float: none;
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin-top: 10px;
}