/*
	(c) 2004 by Extreme Web Design Studios, http://www.extremewebdesign.hu

	Authors: Extreme Web Design Team (info@extremewebdesign.hu)
*/
/* {{{ Standard Frontend Styles */
html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #F0E2BD url(../images/background2.jpg) repeat-y 50% 0%;
	font-family: 'Times New Roman', Times, serif;
	font-size: 80%;
	text-align: justify;
	color: #554328;

}
table {
	padding: 0;
	margin: 0;
	font-size: 1em;
}
img {
	border: 0;
}

h2 {
	background: url(none) no-repeat 50% 0%;
	font-variant: small-caps;
	font-size: 1.8em;
	color: black;
	text-align: center;
}
h3 {
	background: url(../images/titleline.png) no-repeat 60px 22px;
	color: black;
	font-size: 1.1em;
	text-align: center;
	height: 25px;
	margin: 24px 0 0;

}

.clear {
	clear: both;
}

#background {
	background: url(../images/background.jpg) no-repeat 50% 0%;
}
#content {
	width: 594px;
	margin: 0 auto;
}
/* }}} */
/* {{{ Header */
/*********************************************************************** 
	HEADER
************************************************************************/
#header {
	height: 0px;
	margin: 0 0 0px;
}
#header li {
	list-style-type: none;
	display: inline;
}
#title {
	background: url(../images/fejlec.jpg) no-repeat 50% 0%;
	height: 366px;
	cursor: hand;
}
.texttitle {
	height: 44px;
}
.text {
	padding: 0 37px 0 30px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	text-transform: none;
	color: #000000;

}
.text .imageleft {
	float: left;
	position: relative;
	left: -8px;
}
.top {
	margin: 24px 36px 17px 36px;
}
/* }}} */
/* }}} */
/* {{{ Footer */
/*********************************************************************** 
	FOOTER
************************************************************************/
.extreme {
	margin: 30px 18px 6px 0;
	text-align: center;
}
.extreme ul,
.extreme li {
	margin: 0;
	padding: 0;
}
.extreme li {
	list-style-type: none;
	display: inline;
	margin: 0 15px;
}
#footer {
	background: url(/images/line.jpg) no-repeat 50% 0%;
	padding: 1px 0 0 0;
}
#footer ul,
#footer li {
	padding: 0;
	margin: 0;
}
#footer ul {
	text-align: center;
}
#footer li {
	list-style-type: none;
	display: inline;
}
h1 {
	background: no-repeat;
	color: black;
	font-size: 1.1em;
	text-align: center;


}
