body {
	margin: 0;
	background: #fff;
}

img
{
	border:0;
}

p, td, div, span, body, input, textarea, select
{
font-size:12px; 
font-family: Arial, Helvetica, sans-serif;
color:#000;
}

img{border:0;}

h1{font-size: 18px;}
h2{font-size: 16px; color:#b80000;}
h3{font-size: 14px;}

form
{
	padding:0px;
	line-height:normal;
	margin:0px;
}

.magas100
{
	height: 100%;
}


/*a {	text-decoration: none;	color: #4B689A;}
a:hover { color: #000000;}*/
a {	text-decoration: underline;	color: #b80000;}
a:hover { color: #000;}

a.menu {
	background:url(menu_bg.jpg) repeat-x top;
	text-decoration: none;
	color: #000;
	padding: 0 10px;
	margin: 0;
/*	height:30px;*/
	line-height:30px;
	border-right:1px #359cd0 solid;
	display:block;
	font-weight:normal;
}

a.menu:hover {
	background:url(menu_bg_s.jpg) repeat-x top;
	text-decoration: none;
	color: #fff;
	display:block;	
}

a.referencia {
/*margin: 0px;
border: 0px;*/
	display: block;
	text-decoration: none;
	color: #4B689A;
	padding: 10px;
}

a.referencia:hover {
   background-color: #ebebeb;
/*	text-decoration: none;*/
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 10px;	
}

.kiemel
{
/*	background-color: #cce0ff;
	padding: 1px;*/
}

.racsos
{
	border-right: 1px solid #445688; 
	border-top: 1px solid #445688; 
}

.racsos td
{
	border-left: 1px solid #445688; 
	border-bottom: 1px solid #445688; 
	vertical-align: top;
}

.racsos .fejlec td
{
	background-color: #ebebeb;
	font-weight: bold;
}

.vekony
{
	font-weight: normal;
}

.vonalas td
{
	border-bottom: 1px solid #445688; 
	vertical-align: top;
}

.text
{
	background-color: #ebebeb;
	border: 1px #000000 solid;	
}

.button
{
	background-color: #182230;
	color: #ffffff;
	border: 0;
}

.textalert
{
	color:#000000;
	background-color:#f7d1d1;
	border: 1px #9c251c solid;
}

.fieldalert
{
	color:#9c251c;
}

.szolgaltatas a
{
	display: block;
	text-decoration: none;
	padding: 3px;
	margin: 0px;
	border-bottom: 1px #cccccc dashed;
}

.szolgaltatas a:hover 
{
	text-decoration: none;
	color:#000000;
	background-color: #cccccc;
}

.szolgaltatas
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.szolgaltatas li
{
	list-style: none;
	color: #dd0000;
	/*display: inline;	*/
}


a.gomb_kek_zold
{
  background:url(gomb.png) 0 0 no-repeat;
  display:block;
  height:42px;
  width:201px;
  text-decoration:none;
  color:#000;
  line-height:40px;
  font-size:16px;
  font-weight:bold;
  text-align:center;
}

a.gomb_kek_zold:hover, a.gomb_kek_zold:focus
{
  background-position:0 -42px;
  color:#fff;
}

#main
{
	width:990px;
	height:100%;
}

#mainh
{
	background:#000;
	width:100%;
}

#mainr
{
	padding:20px 20px 0 0;
	width:80%;
	vertical-align:top;
	text-align:right;
}

#mainr h1
{
	font-size:24px;
	font-weight:bold;
	padding:0 0 0 30px;
	margin:0;
	color:#e2e2e2;
}

#menu
{
	background:url(menu_bg.jpg) repeat-x top;
	height:30px;
	text-align:center;
}

#barny
{
	background:url(bg_b.jpg) repeat-y right;
	width:5px;
}

#jarny
{
	background:url(bg_j.jpg) repeat-y left; 
	width:5px;
}

#tart
{
	width:100%;
	height:100%;
	padding:20px 10px;
	background:#f3f2f8;
	vertical-align:top;
}

#old
{
	padding:20px 10px 0 10px;
	vertical-align:top;
}

#lab
{
	text-align:center;
	border-top:1px #359cd0 solid;
	height:40px;
	color:#969696;
	background:#202020;
}

.expl
{
	font-size:11px;
	margin:0 0 0 20px;
	padding:5px;
	color:#666;
	background:#fff;
	font-style:italic;
}

/**/
/* TRANSMENU CSS FOR RHUK_PLANETFALL TEMPLATE*/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0; top:0;
	z-index:2;
	text-indent:5px;
	}
.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item{
	margin: 0;
	display:block;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	border-bottom: 0px solid #b6b4c9;
	}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0; top:0;
	z-index:1;
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
background:#accdff;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}


/* almenu szovegtulajdonsag */
.transMenu .item td{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
/* For first level menu.*/
#wrap {
   margin: 0;
   padding: 0;
}
#menutrans {
}
a.mainlevel-trans:link, a.mainlevel-trans:visited,
	a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
   text-decoration:none;
   font-size: 12px;
   font-weight:bold;
   color:#000;
   white-space:nowrap;
   line-height: 16px;
   display: block;
   height: 16px;
   width:auto;
   margin: 0;
   padding: 3px 13px 3px 13px;
}

/* End added */