@charset "iso-8859-2";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #EBEDEC;
}

.twoColElsRt #container {
	width: auto;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #EBEDEC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColElsRt #sidebar1 {
	float: right;
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background-color: #DDCD84;
}
.twoColElsRt #sidebar1 h3, .twoColElsRt #sidebar1 p  {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	background-color:   #DDCD84;
}
#hir {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	background-color:   #DDCD84;
}
 
.twoColElsRt #mainContent {
	background-color: #EBEDEC;
	margin-top: 0;
	margin-right: 13em;
	margin-bottom: 0;
	margin-left: 1em;
}  

.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;
}

[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRt #sidebar1 { padding-top: 30px; }
.twoColElsRt #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

#counter {
	position: absolute;
}
#counter {
	position: static;
	left: 705px;
	top: 413px;
}
.stilus1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.lista {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
}
.lista1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
}
.csapatok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-color: #E3EBC7;
	border: 0px none #666666;
}
.style1 {color: #FF0000}