@charset "utf-8";
/* CSS Document */

html, body
	{
	margin:0;
	padding:0;
	background:#fff url(../images/bg.gif);
	font:normal 12px Verdana, Arial, Helvetica, Sans-serif;
	color:#000;
	}

form
	{
	margin:0;
	padding:0;
	}

H1
	{
	font:normal 18px Verdana, Arial, Helvetica, Sans-serif;
	background:url(../images/line1.gif) repeat-x bottom;
	color:#fff;
	background:#006e74;
	margin:10px 0px 0px 0px;
	padding:4px 4px 4px 10px;
	}

H2
	{
	font:bold 16px Verdana, Arial, Helvetica, Sans-serif;
	color:#006e74;
	}

H3, H4, H4, H5, H6
	{
	font:bold 14px Verdana, Arial, Helvetica, Sans-serif;
	color:#006e74;
	}

a:link, a:visited
	{
	color:#006e74;
	}

a:hover
	{
	color:#f60;
	}
	
/* --- Általános DIV stílus --- */

			

#container_outer						
	{
	position:relative;
	margin:0 auto;
	background-color: #FFFFFF;
	width:1000px;
	}

#container_inner						
	{
	margin:0;
	padding:0;
	background: url(../images/cont_bg1.gif) repeat-x 0 241px;
	width:1000px;
	}

#header
	{
	width:1000px;
	height:211px;
	background:url(../images/header_bg2.jpg) no-repeat;
	}

#topnav
	{
	color:#f4f2ec;
	height:65px;
	}
	
#topnav a:link, #topnav a:visited
	{
	color:#006e74;
	text-decoration:none;
	}
	
#topnav a:hover
	{
	color:#f60;
	text-decoration:none;
	}
	
#topnav table
	{
	width:100%;
	padding:0;
	margin:0;
	border:0;
	}
	
#topnav td
	{
	font-size:11px;
	color:#006e74;
	}
	
#topnav2
	{
	position:relative;
	width:100%;
	background:#000 url(../images/topnav2_bg.gif) repeat-x;
	height:35px;
	}
	
#topnav2 table
	{
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	border:0;
	}
	
#topnav2 td
	{
	font-size:11px;
	color:#000;
	font-weight:bold;
	}
	
#topnav2 a:link, #topnav2 a:visited
	{
	color:#000;
	text-decoration:none;
	}
	
#topnav2 a:hover
	{
	color:#f60;
	text-decoration:none;
	}
	
#addressbox
	{
	padding:5px 10px 3px 210px;
	overflow:hidden;
	font-weight:bold;
	font-size: 11px;
	color:#006e74;
	margin-top:120px;
	}

#searchbox
	{
	position:absolute;
	width:160px;
	height:60px;
	top:68px;
	left:777px;	
	}
	
#searchbox table
	{
	width:100%;
	height:60px;
	padding:0;
	margin:0;
	border:0;
	}

#searchbox td
	{
	font-size:10px;
	}
	
.textfield
	{
	width:120px;
	height:14px;
	border:1px solid #adb9c2;
	font-size:11px;
	}

.search_button
	{
	border:0;
	padding:0;
	margin:0;
	color:#fff;
	font-size:11px;
	background:url(../images/search_button_bg.gif) no-repeat;
	width:52px;
	height:18px;
	cursor:pointer;
	}

#centerbox
	{
	display:block;
	background:url(../images/cont_bg.gif) repeat-y;
	min-height:300px;
	_height:300px;
	}
	
#leftcol
	{
	float:left;
	width:210px;
	background: url(../images/leftcol_bg.gif) no-repeat;	
	}
	
#dhtmlgoodies_menu
	{
	min-height:300px;
	_height:300px;
	}
	
#contentbox_outer
	{
	float:left;
	width:600px;
	}
	
#contentbox_inner
	{
	padding:10px;
	}
	
#contentbox_inner .imgleft
	{
	float:left;
	margin:5px 5px 5px 0px;
	}

#contentbox_inner .imgright
	{
	float:right;
	margin:5px 0px 5px 0px;
	}

#rightcol_outer
	{
	float:left;
	width:190px;
	background:url(../images/rightcoltop.gif) no-repeat;
	}
	
#rightcol_inner
	{

	padding-left:1px;
	font-size:11px;
	text-align:justify;
	}
	
#rightcol_inner .imgleft
	{
	float:left;
	margin:3px 3px 3px 0px;
	}

#rightcol_inner .imgright
	{
	float:right;
	margin:3px 0px 3px 3px;
	border:1px solid #666;
	}
	
	
/* --- PopularBox --- */

#popularbox
	{
	display:block;
	margin-top:1px;
	}
	
#popularbox .title
	{
	display:block;
	background:#6eacb1;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding:4px 2px 4px 4px;
	margin:0 0 -10px 0;
	}
	
	
	#popularbox .titleakcio
	{
	display:block;
	background:#FF0000;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	padding:4px 2px 4px 4px;
	margin:0 0 -10px 0;
	}
	
	
	
#popularbox td
	{
	color:#000;
	}

#popularbox .ptd1
	{
	padding:10px;
	}

.textbox1
	{
	background:url(../images/newsbox_footer.gif) no-repeat bottom;
	width:290px;
	padding:0;
	font-size:11px;
	text-align:justify;
	border-left:1px solid #adb9c2;
	border-right:1px solid #adb9c2;
	}

.textbox1_title, .textbox2_title
	{
	background:url(../images/newsbox_header.png) no-repeat;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	width:290px;
	height:40px;
	}
	
.textbox1_title div, .textbox2_title  div
	{
	padding-bottom:5px;
	}

.textbox1 a:link, .textbox1 a:visited 
	{
	color:#006e74;
	text-decoration:none;
	}

.textbox1 a:hover
	{
	color:#f60;
	}
	
.textbox1_content
	{
	background:url(../images/newsbox_bg.gif) no-repeat top;
	padding:0px 8px 8px 8px;
	overflow:hidden;
	width: 270px;
	height:300px;
	}

.textbox1_footer
	{
	height:25px;
	border-bottom:1px solid #adb9c2;
	}
	
.textbox1_footer_td
	{
	padding:5px 10px 0 0;
	text-align:right;
	}

#footer_outer
	{
	background:#d3dce0 url(../images/footer_bg.gif) repeat-x;
	}
	
#footer_inner td
	{
	font-size:11px;
	color:#006e74;
	}
	
#footer_inner td a
	{
	text-decoration:none;
	color:#006e74;
	}
	
#footer_inner td a:hover
	{
	text-decoration:none;
	color:#f60;
	}
	
.clr
	{
	clear:both;
	}
	
.pontline
	{
	margin-top:-10px;
	margin-bottom:-10px;
	padding:0;
	height:25px;
	background:url(../images/pointline.gif) repeat-x;
	}
	
.table
	{
	border:1px solid #006e74;
	}

.table_header
	{
	padding:5px;
	color:#fff;
	font-weight:bold;
	background:#006e74;
	border:1px solid #fff;
	}

.table_td1
	{
	padding:5px;
	background:#d3dce0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	}

.table_td2
	{
	padding:5px;
	background:#dfe9ed;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	}
	
.imageleft1 { float: left; margin-bottom: 10px; margin-right: 10px; }
.imageleft2 { float: left; margin-bottom: 10px; margin-right: 10px; margin-top: 10px; }
.imageright1 { float: right; margin-bottom: 10px; margin-left: 10px; }
.imageright2 { float: right; margin-bottom: 10px; margin-left: 10px; margin-top: 10px; }

#callnow {
	width:80px;
	height:250px;
	background:url(../images/callnow.png) no-repeat;
	right:0;
	top:350px;
	position:fixed;
}