/*----- Általános stílusok -----*/

html, body
	{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg); background-repeat: repeat-x;
	font:normal 12px Verdana, Arial, Helvetica, Sans-serif;
	color:#000;
	}
	
td 	{
	border: 0

	}
	
.li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	}

form
	{
	margin:0;
	padding:0;
	}

H1
	{
	font:normal 18px Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	color:#018cff;
	padding:10px 0px 0px 0px;
	margin:0;
	background:url(../images/greenpoint.gif) repeat-x 0px 29px
	}

H2
	{
	font:normal 16px Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	color:#018cff;	
	}

H3, H4, H4, H5, H6
	{
	font:normal 14px Arial, Helvetica, Sans-serif;
	color:#018cff;	
	}

a:link, a:visited
	{
	color:#000;
	}

a:hover
	{
	color:#018cff;
	}

/* --- DIV stílusok ---*/

#container_outer
	{
	margin:0;
	padding:0;
	width:100%;
	}

#container_inner
	{
	position:relative;
	margin:0;
	padding:0;
	width:1000px;
	background:url(../images/background.gif) repeat-y 0 0;
	}

#header
	{
	height:200px;
	background:url(../images/header_bg.jpg)
	}

#search
	{
	height:26px;
	}

#search table
	{
	height:26px;
	}

#search td
	{
	font-size:10px;
	}

.button_search
	{
	margin:0px 3px 0px 3px;
	width:56px;
	height:16px;
	background:url(../images/button_search.gif) no-repeat;
	border:0;
	cursor:pointer;
	font-size:11px;
	}

.textfield_search
	{
	margin:0px;
	padding:0px 1px 0px 2px;
	width:120px;
	height:14px;
	border:1px solid #000;
	font-size:11px;
	}

#topnav
	{
	position:absolute;
	top:150px;
	width:1000px;
	height:50px;
	}


#topnav table
	{
	width:780px;
	margin-top:17px;
	margin-left:220px;
	}

#topnav td
	{
	color:#fff;
	font-weight:bold;
	font-size: 12px
	}
	
	
#centerbox
	{
	background-color: #FF0000;
	}
	
	
.tabber_td
	{
	background:url(../images/tab_bg.gif) repeat-x;
	padding:0px 3px 3px 3px;
	}

#left_column
 {
 float:left;
 width:205px;
 }

#leftnav
 {
 background:url(../images/leftnav_bg.gif) repeat-y;
 }
	
leftnav_div
	{
	width:195px;
	}
	
#leftnav_title
	{
	width:205px;
	height:40px;
	padding-top: 5px;
	background:url(../images/leftnav_title.gif) no-repeat;
	}

#leftnav_menu
	{
	background:url(../images/leftnav_bg.gif) repeat-y;
	}

#leftnav_foot
	{
	height:25px;
	background:url(../images/leftnav_foot.gif) no-repeat;
	}

#leftbox
	{
	padding-left: 40px;
	padding-top: 30px;

	}

#print
	{
	position:absolute;
	width:35px;
	top:202px;
	left:743px;
	}

#contentbox
	{
	float:right;
	width:794px;
	}

#content
	{
	padding:10px;
	float: left;
	width: 540px;
	padding: 20px
	}
	
	
	#rightcolumn
	{
	padding:10px;
	float: right;
	width: 180px
	}
	

#footer_outer
	{
	position:relative;
	padding:0;
	margin:0;
	background:url(../images/footer.gif) no-repeat 0 0;
	width:1000px;
	height:85px;
	}
	
#footer_inner
	{
	position:absolute;
	width:1000px;
	top:16px;
	left:-1px;
	z-index:999;
	}

#footer_inner table
	{
	height:85px;
	font-size:11px;
	}

#footer_inner td
	{
	padding-top:15px;
	}

.clear
	{
	clear:both;
	}

a.link_topnav:link, a.link_topnav:visited 	
	{    
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	}

a.link_topnav:hover 
	{   
	color: #018cff; 
	text-decoration: none;	
	}

a.link_footer:link, a.link_footer:visited 	
	{    
	color: #000;
	text-decoration: none;
	font-weight:normal;
	}

a.link_footer:hover 
	{   
	color: #018cff; 
	text-decoration: none;	
	}
	
a.link_toptab:link, a.link_toptab:visited 	
	{    
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	}

a.link_toptab:hover 
	{   
	color: #018cff; 
	text-decoration: none;	
	}
	
.img_left
	{
	float:left;
	margin:5px 5px 5px 0px;
	}

.img_right
	{
	float:right;
	margin:5px 0px 5px 5px;
	}

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