@charset "utf-8";
body  {
	font: 100% Franklin Gothic Medium;
	font-size: 20px;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
.thrColHybHdr #container {
	background: #ffffff;
	margin: 2em;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColHybHdr #header { 
	background-image: url(../pic/fejlec.png);
	repeat: no-repeat;
	c\olor: #FFFFFF; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColHybHdr #header h1 {
	margin: 10px; 
	padding: 10px 0;
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF; 
}

.thrColHybHdr #sidebar1 {
	float: left;
	width: 320px;
	padding: 0px 0px 0px 0px; 
	background: #FFFFFF;  
}
.thrColHybHdr #sidebar2 {
	float: right;
	padding: 20px 20px 0px 20px;
	width: 200px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	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;
}

.thrColHybHdr #mainContent {
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0 20px 0 200px;
} 
.thrColHybHdr #footer {
	color: #FFFFFF;
 	background:#000000;
} 
.thrColHybHdr #footer p {
	color: #FFFFFF;
	background-color: #000000;
}
.thrColFixHdr #footer1 {
	color: #FFFFFF;
	background-color: #000000;
} 
.thrColFixHdr #footer1 p {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
}
.style2 {color: #000000; font-size: 12px; font-weight: bold; text-align:center; }
.style3 {color: #000000; font-size: 12px; text-align:justify; }
.style4 {color: #000000; font-size: 10px; font-weight: bold; text-align:center; }
.style5 {color: #000000; font-size: 10px; font-weight: bold; text-align:justify; }
/* Miscellaneous classes for reuse */
.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;
}
.clear {
	color: #000;
	text-decoration: none;
	background: #FFFFFF;
}
