body {
	background-color: #002F7D;
	margin-top: 20px;
	font-family: "Trebuchet MS";
	margin-bottom: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 18px;
	font-weight: normal;
	
}

h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	color: #003399;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 16px;
}

h4 {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 14px;
}

h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: normal;
}

.style1 {
	color: #0000FF;
	font-weight: bold;
}

.cellahatter td{
	background-color: #ffffff;
}

.tartalom
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.tartalom:hover
{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
.linkek
{
	color: #FF6600;
	text-decoration: none;
}

.linkek:hover
{
	color: #A44302;
	text-decoration: none;
}
.blog
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666;
}

.blog:hover
{
	color: #000000;
	text-decoration: none;
}
.blog2
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	margin-left: 20px; 
	margin-right: 6px; 
	text-align: justify; 
	color: #000000; 
	font-weight: bold;
}

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/three-up-two-down.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Set up the containing div with a background image - not supplied with the zip file 
#outer {width:729px; height:360px; background:#fff url(photographer1.jpg); border:1px solid #000; position:relative; color:#227BC0;}*/

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; width:127px;}
.menu {
	margin-top: 5px;
	margin-left: 0px;
	padding-bottom: 10px;
}
/* for IE7 to position the tables correctly */
.menu {position:relative; float:left;}

/* for IE5.5 and IE6 to position the tables corectly */
* html .menu {position:static;}

/* Set up the size of the list items and float left to place inline */
.menu li {
	display:block;
	float:left;
	width:147px;
	background:#ffffff;
	margin:1px 0 0 0;
	border:1px solid #000;
	border-color:#fff #fff #9CCBED #fff;
	text-align: left;
}

/* Give the sub level list item a diffent background color to make it 'stand out'. */
.menu li.sub {background:#ffffff;}
.menu li.sub2 {background:#DDE9FF;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:24px; position:absolute; bottom: 0; top:auto; left:0; font-size:1em;}

/* Default link styling */
.menu li.sub a {display:block; color:#227BC0; font-size:11px ;font-weight:bold; line-height:26px; height:24px; text-decoration:none; text-indent:3px;}
.menu li.sub2 a {display:block; color:#227BC0; font-size:11px ;font-weight:bold; line-height:26px; height:24px; text-decoration:none; text-indent:3px;}

/* Style the list OR link hover. Depends on which browser is used */
.menu li.sub a:hover {color:#fff; background:#002F7D;}
.menu li.sub2 a:hover {color:#fff; background:#002F7D;}

/* For all browsers except IE5.5 and IE6 to keep the hover state through the menu cascade. */
.menu :hover > a {color:#fff; background:#002F7D;}

/* Give the link OR list a relative position. Depends on which browser is used */
.menu li.sub:hover,
.menu li.sub a:hover {position:relative;}
.menu li.sub2:hover,
.menu li.sub2 a:hover {position:relative;}

/* keep the 'next' level invisible by placing it off screen. 
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute;left:-9999px; width:128px; top:0;}*/

/* Position the flyout sub levels to 'pull-up' or 'drop-down' when hovering over the sub level list OR link.  the transparent gif is for IE7 only and need not actually exist. File transparent.gif supplied with zip file */
/* pull up 
.menu :hover ul, 
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul {padding:20px 20px 20px 0; left:180px; bottom:auto; top:-21px; background:transparent url(trans.png);} */
/* drop down 
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul {padding:20px 20px 20px 0; left:180px; top:-21px; bottom:auto;}*/
