/*
 * index.css
 */

.JSOnly {
	display: none;
}
.ImageReplacement {
	text-indent: -9999px;
}
strong {
	font-weight: bold;
}

html, body {
	background: #eee url(../images/Background-BottomPart.jpg) repeat;
}

#TopBackground {
	background: url(../images/Background-TopPart.jpg) repeat-x;
	min-height: 1050px; /* Too tall background pattern requires */
}

#PageShadow {
	width: 960px;
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/PageShadow.png) repeat-y;
}

#PageShadowTop {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	background: url(../images/PageShadowTop.png) no-repeat bottom left;
}
#PageShadowBottom {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/PageShadowBottom.png) no-repeat;
	padding-bottom: 40px;
}

#Page {
	background-color: #fff;
	padding: 20px;
	overflow: auto;
}

#Header {
	height: 490px;
	width: 920px;
	background: url(../images/HeaderImage_20150624.jpg) no-repeat;
	position: relative;
	padding-bottom: 15px; /* Bottom Shadow */
}

#Page #Header h1 {
	background: url(../images/HeaderLogo.png) no-repeat;
	width: 700px;
	height: 139px;
	position: absolute;
	z-index: 10;
	left: 118px;
	top: 352px;
}
#Page #Header .BorderShadow {
	height: 490px;
	width: 920px;
	background: url(../images/HeaderBorderShadow.png) no-repeat;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
}
#Page #Header .BottomShadow {
	height: 15px;
	width: 920px;
	background: url(../images/HeaderBottomShadow.png) no-repeat;
	position: absolute;
	z-index: 9;
	top: 490px;
	left: 0;
}

#Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	line-height: 1.6em;
}

#Content .ImageSlider {
	width: 546px;
	float: left;
}

#Content h2 {
	height: 50px;
	width: 334px;
	background: url(../images/TextPontonHajoAdatai.png) no-repeat;
	margin-bottom: 15px;
}
#Content .Info {
	margin-top: 20px;
	margin-left: 566px;
	width: 354px;
	overflow: auto;
}
#Content .Info ul {
	margin-top: 15px;
	margin-bottom: 15px;
}
#Content .Info ul li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 25px;
	margin-top: 10px;
}
#Content .Contact {
	float: left;
	margin-top: 20px;
    font-size: 12px;
}
#Content h3 {
	height: 50px;
	width: 235px;
	background: url(../images/TextElerhetosegek.png) no-repeat;
	float: left;
}
#Content .Contact ul {
	float: left;
	height: 18px;
	margin-top: 16px;
	margin-left: 5px;
}
#Content .Contact ul li {
	float: left;
	height: 18px;
	line-height: 18px;
	padding-left: 24px; /* 20130527: 28px */
	background: url(../images/TextCsillag.png) no-repeat;
	margin-right: 6px; /* 20130527: 10px */
}
#Content .Contact ul li:first-child {
	padding-left: 10px;
	background: none;
}
#Content .Contact ul li:last-child {
	margin-right: 0;
}
#Content .Contact li a {
	text-decoration: none;
	color: #4d666b;
}
#Content .Contact li a:hover {
	border-bottom: 1px dotted #4d666b;
}

#Content dl.Epitteto {
	margin-top: 15px;
	margin-left: 25px;
	float: left;
	width: 300px;
}
#Content .Epitteto dt {
	float: left;
	width: 68px;
	text-transform: lowercase;
	font-variant: small-caps;
}
#Content .Epitteto dd {
	float: left;
	width: 230px;
	font-size: 10px;
}

/* Designed & programmed by Swd */
.Design {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eee;
	padding-top: 2px;
	padding-right: 1px;
	color: #999;
	float: right;
	margin-right: 10px;
	margin-top: 25px;
}
.Design .Initial {
	display: block;
	float: left;
	background-color: #999;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	padding: 0 2px;
	margin-top: -2px;
	margin-right: 1px;
}
.Design .Copy {
	font-size: 10px;
}
.Design .By {
	color: #909090;
}

