@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #533419;
	background-color: #533928;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a
{
color: #533419;
text-decoration: underline;
}
a:hover
{
text-decoration: none;
}
a img
{
color: #533419;
text-decoration: underline;
}
h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.sz09 #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EBE1C8; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin: auto;
} 
.sz09 #header {
	background: #EBE1C8;
	padding-bottom: 10px;
	
} 
.sz09 #header h1 {
	margin: 0;
	text-align: center;
}
.sz09 #splash
{
	position: relative;
	float: right;
}
.sz09 #sidebar1 {
	float: left;
	width: 180px;
	height: 700px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	background: #DED3B7;
	border: 1px solid #666666;
}
.sz09 ul.linklist
{	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sz09 ul.linklist a {
	font-weight: bold;
	color: #533419;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.sz09 ul.linklist a:hover {
	color: #222222;
	background-color: #B7AA88;
	text-decoration: none;
}
.sz09 ul.linklist a:active {
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: none;
}
.sz09 ul.linklist li
{
	border-top: solid 1px #EEEEEE;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.sz09 ul.linklist li.first
{
	border-top: 0px;
	margin-top: 0px;
	padding-top: 10px;
}
.sz09 #mainContent {

	width: 680px;
	#height: 435px;
	background: #DED3B7;
	border: 1px solid #666666;

	margin-left: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

h2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	#background-image: url(images/fejlec_hatter.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 30px;
	padding-left: 8px;
	margin: 0px;
}

h3
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #533419;
	background-image: url(images/headtest.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 20px;
	margin: 0px;
}
.sz09 #mainContent .kiemel
{
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}
.sz09 #mainContent .etlap1
{
	font-size: 18px; 
	font-weight: bold; 
	line-height: 28px; 
	text-align: center; 
}
.sz09 #mainContent .etlap2
{
	font-size: 14px;
	font-weight: bold;
}
.sz09 #mainContent .etlap3
{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.sz09 #mainContent img
{
border: 1px solid #533419;
}
img.floatleft
{
	position: relative;
	float: left;
	margin-top: 3px;
	margin-right: 17px;
	margin-bottom: 7px;
	margin-left: 3px;
	width: 150px;
	height: 150px;
	padding: 2px;
	border: 3px solid #ffffff;
}
img.floatright {
	position: relative;
	top: 0px;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 7px;
	margin-left: 17px;
	width: 150px;
	height: 150px;
	padding: 2px;
	border: 3px solid #993333;
}
img.right {
	position: relative;
	top: 0px;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 7px;
	margin-left: 17px;
	
	padding: 2px;
	border: 3px solid #993333;
}
img.left
{
position: relative;
	float: left;
	margin-top: 3px;
	margin-right: 17px;
	margin-bottom: 7px;
	margin-left: 3px;
	padding: 2px;
	
}
.sz09 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EBE1C8; 
	border: 1px solid #000000;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
	font-size: 9px;
	width: 680px;
	float: right;
} 
.sz09 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
