#container {
	width: 800px;
	background: #FFF;
	margin: 0 0 0 0;
	color: #990000;
	font-family: Times New Roman, serif;
	font-size:15px;

}
#siteName1 {
	position: absolute; top: 0px; left: 160px;
	width: 640px;
	height: 150px;
	background-image: url(images/fejlec.jpg);
	padding: 25px 0 0 0px;
	font-variant: small-caps;
}
#alapszin {
	position: absolute; top: 180px; left: 160px;
	width: 640px;
	height: 620px;
	background-image: url(images/fejlec.jpg);
	background-repeat: repeat-y;
}
	
h1 {
	font-family: Times New Roman, serif;
	font-size:40px;
}
h2 {
	font-family: Times New Roman, serif;
	font-size:34px;
}
h3 {
	font-family: Times New Roman, serif;
	font-size: 28px;
}
h4 {
	font-family: Times New Roman, serif;
	font-size: 23px;
}
h5 {
	font-family: Times New Roman, serif;
	font-size: 18px;
}
h6 {
	font-family: Times New Roman, serif;
	font-size: 15px;
}
p {
	font-family: Times New Roman, serif;
	font-size:15px;
}


/* Ez egy olyan osztály (class) ami formázza a hivatkozás szövegét  aláhúzás nélülire*/
.hivatkozas {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.kisebb-betu {
	font-size: 80%
}
.nagyobb-betu {
	font-size: 120%
}

#logo{
	position: absolute; top: 0px; left: 0px;
	width: 160px;
	height:140px;
	background: #FFFFFF;
	background-image: url(images/egyesuletlogo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}


#menucsik{
	position: absolute; top: 140px; left: 0px;
	width: 800px;
	height: 40px;
	background-image: url(images/menucsik.jpg);
}

#Navifej{
	position: absolute; top: 180px; left: 10px;
	width: 140px;
	background: #FFFFFF;
}

#Navifej h5{
	font-family: Arial Narrow, sans-serif;
	font-size:14px;
	font-variant: small-caps;
	text-align: center;
	color: white;
	padding: 5px 0 5px 0px;
	background: #990000;
}

#Navi {
	position: absolute; top: 230px; left: 10px;
	width: 140px;
	background: #FFFFFF;
}

#Navi dt{
	font-family: Arial Narrow, sans-serif;
	font-size:14px;
	font-variant: small-caps;
	font-weight: normal;
	text-align: center;
	background-image: url(images/navigomb1.jpg);
	background-repeat: repeat-y;
	margin: 1px 0 1px 0px;
	padding: 2px 0 2px 0px;
	display: block;
}


#Navi a {
	width: 140px;
	display: block;
	text-decoration: none;
	color: #990000;
	padding: 2px 0 2px 0px;
}


#Navi a:hover {
	background-image: url(images/navigomb2.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
}

.kiemeltNavielem { /* csoport fej - nem linkelem */
	background-image: url(images/navigomb3.jpg);
	background-repeat: repeat-y;
	display: block;
	color: #FFFFFF;
}

.NaviAlelem { /* A "kiemeltNavielem" csoport tagjai - linkelemek */  
	font-weight: normal;
	background-image: url(images/navigomb4.jpg);
	background-repeat: repeat-y;
	display: block;
	padding: 2px 0px 2px 0px;
}

.NaviKivalasztott { /* a kiválasztott lap mutatója - nem linkelem */
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 1px;
	/* text-transform: lowercase; */
	text-decoration: underline;
	background-image: url(images/navigomb4.jpg);
	background-repeat: repeat-y;
	display: block;
	padding: 2px 0px 2px 0px;
}



#tartalom {
	position: absolute; top: 230px; left: 160px;
	width: 600px;
	height: 100%;
	background-image: url(images/tartalomalap.jpg);
	background-repeat: repeat-y;
	padding: 0px 25px 25px 0px;
}

#tartalomalapszin {
	position: absolute; top: 180px; left: 160px;
	width: 625px;
	height: 595px;
	background-image: url(images/tartalomalap.jpg);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
}
#tartalom a {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
}

/* tartalom fejrész */
#tartalomalapszin h5{
	font-family: Arial Narrow, sans-serif;
	font-size:14px;
	font-variant: small-caps;
	text-align: left;
	color: white;
	background-image: url(images/tartalomfejlec.jpg);
	background-repeat: repeat-y;
	padding: 5px 0px 5px 12px;
}
#tartalom strong {
	font-style: normal;
	font-weight: bold;
}
#tartalom img {
	border: 0;
}
/*A tartalom részben megjelenő cimfeliratok*/
.tartalomcim {
	border-bottom: 3px dotted #990000;
	background-image: url(images/tartalomcimalap.jpg);
	background-repeat: repeat-y;
	padding: 2px 0 2px 12px;
}


