@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: #000000;
	font-family: "Times New Roman", Times, serif, H_NicolasCocTReg, Script;
	font-size: 105%;
	font-style: normal; 
	background-image: 
	url(Dio.jpg); color: #FFFFDD;
	background-attachment: fixed;
}
 /*Ez a TELJES oldalsáv! */
.twoColLiqLtHdr #container {
	color: #FFFFDD;
	background-image: url(./elemek/arnyalt.jpg); 
}

.twoColLiqLtHdr #footer {
	clear: both;
	background-image: url(./elemek/tolgy.jpg);
	background-attachment: fixed;
	padding: 0 10px;
	color: #000000;
	border: 1px solid #000000;}
	
.style10 {font-style: italic;
	color: #000000;
	font-size: 14pt;
} 

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns. 

/* Sidebar = OLDALSÁV */
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 14%; 
/*top and bottom padding create visual space within this div */ 
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 1;
	/*background-image: url(./elemek/arnyalt.jpg);*/
}

.twoColLiqLtHdr #sidebar1 p {
	margin-left: 8px;
}
img {border: 0;}

a:link{
	color: #FFFF66;
}
a:visited {/* már lttuk */
	color: #FFFFBB;
	}

a:hover {/* rajta az egr */
	text-decoration: underline; 
	color: #DCD1CB;
	font-weight: bold;
	}
.table1 /*Foto*/
{
	font-style: italic;
	color: #FFFFDD;
	font-size: 14pt;
	text-align: center;
	border-color: #382418;
	border: 1;
}
.table2
{
	font-style: normal;
	color: #FFFFDD;
	text-align: center;
	font-size: 14pt;
	border-color: #CCCCCC;
	border: 5;
	}
.table3 /*FOOTER*/
{
	color: #000000;
	font-size: 12pt;
	text-align: center;
	border-color: #382418;
	border: 1;
}
.table4 /*PRÓBÁK*/
{
		text-indent: 35 pt;
		border-color:#FFFFDD;
		border-style: double;
		border-width: thick;
		font-size: 22pt;
		font-weight: bold;
		text-align: left;
		
}
.table_gyasz
{
	text-indent: 35 pt;
		border: 7;
		border-color:#000000;
		border-style: groove;
		border-width: thick;
		font-size: 18pt;
		text-align: center;
}
.twoColLiqLtHdr #container #header {
	background-image: url(./elemek/barna.jpg);
	background-attachment: scroll;
	height: 125px;
}
.style9 {font-style: italic;
	color: #FFFFDD;
	font-size: 16pt;
}
.style10 {font-style: italic;
	color: #FFFFDD;
	font-size: 9pt;
}
.style14 {font-size: 16pt;
}
.style15 {font-size: 24pt;
}
.style_agr{font-size: 18pt;}
.style23 {font-style: normal;
	font-weight: bold;
	color: #FFFFDD;
	font-size: 12pt;
}
.twoColLiqLtHdr #container #header h3 {
/* 	position: absolute; */
	width: 100%;
/*	left: 0px;
	top: 0px;*/
	margin-bottom: 0px;

 	margin-top: 0px;
}

.twoColLiqLtHdr #container #header img {
 	margin-top: 10px;
}

.twoColLiqLtHdr #container #mainContent {
	background-image: url(./elemek/dio.jpg);
	background-attachment: float;
	padding: 10px;
	width: 83%;
	float: right;
	text-decoration: none;
	text-align: justify;
}

.twoColLiqLtHdr #container #mainContent p {
	font-family: "Times New Roman", Times, serif, H_NicolasCocTReg, Script;
}


span {
	margin-right: 50px;
}



