@charset "iso-8859-2";
<style type="text/css">
<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #13266a;
}

.benefit {
	color: #FF0099;
}
.thrColHybHdr #container { 
	width: 100%;
	background: #FFFFFF;
	/*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. */
	font-size:larger;
}  

.thrColHybHdr #container dt, .question {
	font:bold;
	background-color: #e4edfc;
} 

.thrColHybHdr #header { 
	background: #ffffff;
	padding: 0 0 0 0 ;  /* 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. */
	background-image: url(img/sanatopic-csik.jpg);
} 

.thrColHybHdr #header img {
	position: relative;
	left: 11em;
}

.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColHybHdr #menu_bar {
	float: left; 
	width: 11em;
	background: #132565; /* 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 */
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.thrColHybHdr #menu_bar ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
}
.thrColHybHdr #menu_bar ul a {
	display: block;
	color: #e4edfc;
	background-color: #000066;
	border: 0;
	border-left: 3pt solid #000033;
	border-right: 3pt solid #000099;
	width: 110pt;
	padding: 3pt 3pt;
	text-decoration: none;
}
.thrColHybHdr #menu_bar ul a:hover {
	display: block;
	color: #132565;
	background-color: #e4edfc;
	border: 0;
	border-left: 3pt solid #98a2a4;
	border-right: 3pt solid #f0fffe;
	width: 110pt;
	padding: 3pt 3pt;
	text-decoration: none;
}

.thrColHybHdr #menu_bar h3, .thrColHybHdr #menu_bar 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 #menu_bar img {
	padding: 0pt;
	margin-left: 0;
	}
	
.thrColHybHdr #sidebar2 {
	float: right; 
	width: 11em;
	background: #e4edfc;
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.thrColHybHdr #Content {
 	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
	border-left-color:#e4edfc;
	border-left-style:dotted;
	border-left-width:thin;
	max-width: 35em;
} 

.thrColHybHdr #Content h1 {
	font-size: 150%;
	font-weight: bold;
	color: #13266a;
}

.thrColHybHdr #Content h2 {
	font-size: 125%;
	color: #c0c9d8;
}

.thrColHybHdr #Content img {
	float: right;
}

.thrColHybHdr #Content li img {
	float: left;
} /* a magyarhonlap miatt */


.thrColHybHdr #Content blockquote{
	border-bottom:thin dotted;
} 

.thrColHybHdr #Content blockquote em{
	background-color: yellow;
	font-style: normal;
}

.thrColHybHdr #Content blockquote img{
	float:left;
	padding: 5px;
}

.thrColHybHdr #Content a:link {text-decoration: none; color: #F33120}
.thrColHybHdr #Content a:visited{text-decoration: none; color: #F5594C}
.thrColHybHdr #Content a:active{text-decoration: none; color: #F33120}
.thrColHybHdr #Content a:hover{text-decoration: underline; color: #F33120}

.thrColHybHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e4edfc;
} 
.thrColHybHdr #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 */
}

/* 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;
}
.style1 {color: #122865}
.news {color: #122865; font-size:smaller}
.highlight {background-color:#FFFF99}
--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColHybHdr #menu_bar, .thrColHybHdr #sidebar2 { padding-top: 30px; }
.thrColHybHdr #Content { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

