body {
	margin: 0;
	background: #f2e8f8;
	text-align: center;
}

#fejlec {
	background: url(elemek/fejlec.jpg) repeat-x top;
}

#menu {
	color: #a89008;
	font-family: verdana, arial;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 35px;
}

#menu a {
	color: #3c4016;
	text-decoration: none;
}

#menu a:hover {
	color: #a89008;
	text-decoration: none;
}

#tartalom {
	color: #3c4016;
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px;
}

.cella {
	color: #3c4016;
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

#tartalom a, .cella a {
	color: #a89008;
	text-decoration: none;
}

#tartalom a:hover, .cella a:hover {
	text-decoration: underline;
}

h1 {
	color: #3c4016;
	font-family: verdana, arial;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

#hr {
	height: 41px;
	font-size: 0px;
	width: 100%;
	background: url(elemek/hr-bck.png) repeat-x center;
}

#lablec {
	background: url(elemek/lablec.jpg) repeat-x bottom;
}