/* Start of CMSMS style sheet 'Bevezető oldal' */
html, body {
	background-color: #f8f5ee;
}

#intro {
	position: absolute;
	left: 50%;
        top: 30px;
	width: 800px;
	margin-left: -400px;
	border: none;
	color: #000000;
	padding: 0px;
	width: 800px;
	height: 600px;
}

#leafleft {
	background-color: #f8f5ee;
	border: none;
	color: #000000;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 300px;
}

#leafright {
	background-color: #f8f5ee;
	border: none;
	color: #000000;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 274px;
	width: 250px;
	height: 356px;
}

p {
	font: 16px Garamond;
	line-height: 120%;
	color: #000000;
}

#skip a {
        text-decoration: none;
        font: 14px Garamond;
	line-height: 120%;
	color: #000000;
}

#skip a:hover {
        text-decoration: underline;
}

/* End of 'Bevezető oldal' */

