body, h1, h2, h3, table, p, tr, th, td, img, ul {
    /* böngésző alapértelmezések lenullázása */ margin: 0;
    padding: 0;
  }
p {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

h2 {
	text-align: center;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
}
h3 {
	text-align: center;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
a {
	text-decoration: none;
}

#kontener {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	float : none;
	height : auto;
	position : relative;
	width : 900px;
	visibility:visible;
	margin-bottom: 5px;
  }

h1 {
    padding: 1em;
  }

h3 {
    padding-bottom: 1em;
  }

ul {
    list-style-type: none;
  }


body {
	background-color: #100150;
/*	background-color: #584348; a korábbi háttér*/
  }
/*a tartalom formázása jobb oldalon */
#tartalomd {
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	display : block;
	float : right;
	position : absolute;
	right: 0px;
	top : 178px;
	width : 619px;
	visibility: visible;
	text-align: justify;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	background-color: #85ceff;
	/*background-color: #B5999E; a korábbi szín*/
	height: 562px;
	max-height: 562px;
	overflow: auto;
  }

#gtartalomd {
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	display : block;
	float : right;
	position : absolute;
	right: 0px;
	top : 178px;
	width : 619px;
	visibility: visible;
	text-align: justify;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	background-color: #85ceff;
	height: 562px;
	max-height: 562px;
	overflow: inherit;
  }

#tartalomd p{
	padding-left: 1em;
	padding-right: 1em;
  }

#gtartalomd p{
	padding-left: 1em;
	padding-right: 1em;
  }

#torony {
	background-image: url(../pic/torony.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 740px;
	width: 280px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #3d4b97;
	z-index: 2;
}

#infosav {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #000000;
	text-align: center;
	height: 37px;
	width: 650px;
	position: absolute;
	top: 125px;
	right: 0px;
	background-image: url(../pic/infosav.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	white-space: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 2;
}

#infosav span{
	font-style: normal;
	color: #990000;
	font-weight: bold;
}


#fejlec {
	background-image: url(../pic/fejlec.jpg);
	background-repeat: no-repeat;
	height: 126px;
	width: 620px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/*menü formázása*/
#menu {
	position:absolute;
	top: 340px;
	left: 50px;
	width: 184px;
	position: absolute;
	z-index: 10;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
	font: bold 11px/16pxGeorgia, "Times New Roman", Times, serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
	text-align: left;
}


#menu a {
	color: #440C25;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #3F4D9A;
}

#menu li {
	position: relative;
	background-color: #5166BF;
	border-top: 1px solid #584348;
	border-left: 1px solid #584348;
	border-color: #584348;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

