@charset "utf-8";
#keret {
	height: 560px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D3DF3D;
	position: relative;
	background-image: url(images/hatter.jpg);
}
#fejlec {
	height: 141px;
	width: 580px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}


#menu {
	height: 560px;
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	background-image: url(images/menu.jpg);
}
#tartalom_al {
	height: 29px;
	width: 537px;
	position: absolute;
	left: 200px;
	visibility: visible;
	bottom: 0px;
	background-image: url(images/tartalom_al.jpg);
}
body {
	background-color: #D3DF3D;
}

#tartalom_bal {
	height: 419px;
	width: 20px;
	position: absolute;
	left: 180px;
	top: 141px;
	visibility: visible;
	background-image: url(images/tartalom_bal.jpg);
	background-repeat: no-repeat;
}
#tratalom_jobb{
	height: 419px;
	width: 23px;
	position: absolute;
	top: 141px;
	visibility: visible;
	right: 0px;
	background-image: url(images/tartalom_jobb.jpg);
	background-repeat: no-repeat;
}
#tartalom
 {
	height: 390px;
	width: 537px;
	position: absolute;
	top: 141px;
	visibility: visible;
	overflow: auto;
	right: 23px;
	background-image: url(images/tartalom.jpg);
	background-repeat: no-repeat;
}
.szöveg {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #0D4B26;
	font-weight: normal;
}
a.link:link {
	font-size: 14px;
	font-weight: bold;
	color: #0E4A26;
	text-decoration: none;
	font-family: "Comic Sans MS";
}
a.link:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: "Comic Sans MS";
}
a.link:visited {
	font-size: 14px;
	font-weight: bold;
	color: #0E4A26;
	text-decoration: none;
	font-family: "Comic Sans MS";
	}
a.boldlink:link {
	font-size: 14px;
	font-weight: bold;
	color: #ECE1C1;
	text-decoration: none;
	font-family: "Lucida Sans";
}
a.boldlink:hover {
	font-size: 14px;
	font-weight: bold;
	color: #7E5F02;
	text-decoration: underline;
	font-family: "Lucida Sans";
}
a.boldlink:visited {
	font-size: 14px;
	font-weight: bold;
	color: #ECE1C1;
	text-decoration: none;
	font-family: "Lucida Sans";
	}
#szar {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: auto;
	}

