body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
	}

a img {
	border: 2px solid #000000;
	}

a:hover img {
	border: 2px solid #FD8703;
	}

	
.page {
	font: 12px/22px Arial, sans-serif;
	background-color: #FFFFFF;
	float: left;
	width: 1024px;
	}

.header {
	text-align: right;
	}

.content {
	border-top: 10px solid #FFFFFF;
	}	

.headerleft, .contentleft {
	text-align:left;
	width: 281px;
	float:left;
	position: relative;
  clear:left;
	}
	
.headerright, .contentright {
	margin-left: 281px;
	padding-left: 10px;
	text-align: left;
	}
	
.headerright {
	height: 100px;
	border-bottom: 10px solid #FF8800;
	margin-top: 5px;
	}
	
.headerleft {
	background: url('images/rg_logo.jpg') no-repeat;
	height: 100px;
	border-bottom: 10px solid #FF8800;
	}
	
.contentright {	
	text-align: left;
}
	
.clear {
	clear: both;
	}

.footer {
	width: 1024px;
	font-size:12px;
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 2px;
	background-color: #FF8800;
	margin-top: 20px;
	padding: 3px 10px 5px 0;
	clear: both;
	line-height: 0;
	}

.footer img{
	padding-top: 7px;
	}
	
.content h1 {
	margin:0;
	padding:5px 0 15px 0;
}

.error
{
	background: #fff3df url(images/error.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ff8800;
	border-bottom: 2px solid #ff8800;
}

.warning
{
	border:		1px dashed #ff8800;
	background:	#fff3df;
	font-size:	12px;
	color:		#ff8800;
	padding:	10px;
}

.hrleft {
	float:left;
	margin-left: 0;
}

.hrright {
	text-align: left;
	float:right;
	position:relative;
}

.hrright .menu{
	width: 225px;
}

.hrright .menu select{
	margin-left: 20px;
	margin-top: 5px;
	width: 170px;
}
	
.hrleft a h1 {
	color: #000000;
	margin-top: 12px;
	font-weight: bold;
	text-align: left;
	font-size: 30px;
	}
.hrleft a h2 {
	margin-top: -10px;
	text-align: left;
	font-size: 20px;
	color: #FF9822;
	}
	
.hrleft h3 {
	margin-top: -10px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	}
.szovegS {
	float:left;
	}
.szovegS h1{
	font-weight: bold;
	text-align: left;
	font-size: 27px;
	}
	
.menu, .menu2 {
	font: 12px/22px Verdana, sans-serif;
	background: #FFF3DF;
	border: 1px solid #C7C7C7 ;
	margin-bottom: 15px;
	padding-bottom: 10px;
	}
	
.menu2 h4{
	width: auto !important;
	width: 200;
	background: url('images/nyil.gif') no-repeat right;
	font-size: 12px;
	height: 20px;
	text-align: left;
	padding: 4px 25px 4px 0;
	margin: 0;
	border: 0;
	color: #006EC7;
	}
	
.menu h1, .xml-tree h1 {
	background: url('images/kerdojel.jpg') no-repeat right;
	font-size: 12px;
	height: 20px;
	text-align: left;
	padding:  4px 0 0 4px;
	margin: 2px 10px 0 20px;
	color: #006EC7;
	border-bottom: 1px solid #C7C7C7;
	}

.menu li {
	margin-left:-20px;
	margin-right: 10px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	color: #000000;
	}
	
.menu .xml-tree li{
	margin-left:0;
	}

.menu li span a{
	color: #000000;
	text-decoration: none;
	}

.menu li span a:hover {
	color: #FF7200;
	}
	
.menu LI span.active a{
	font-weight: bold;
	color: white;
}


.info, .info2 {
	width: 225px;
	float:right;
}
.info2 {
	background: #D9D8D8;
	border: 1px solid #B2B2B2 ;
}
.info2 h1 {
	background: none;
	border-bottom: 1px solid #FFFFFF;
}

.ujtartalom_boxok {
	width: 350px;
}

.button {
	cursor: pointer;
}

.info2 .smallText {
	font-size:	9px !important;
	padding: 0px;
	margin: 0px;
}
/*irisz*/
#nagykep img.notactive,
#kiskepek img.notactive
{
	border:3px solid red;
}

#nagykep img.active,
#kiskepek img.active
{
	border:3px solid green;
}

/*irisz end*/





/**
 * általános activeform modul:
 * normal, hover, focus
 */
INPUT[type=text],
INPUT[type=password],
INPUT[type=file],
SELECT,
TEXTAREA { 
	font: 13px Arial, Helvetica, sans-serif;
	border: 1px solid rgb(199, 199, 199);
	background-color: white; 
	margin-top: 1px;
	color: black;
	padding: 0 2px;
}
INPUT[type=text],
INPUT[type=password],
INPUT[type=file], 
SELECT { 
	height: 18px; /* opera presto miatt, gecko pont ekkora */
}
INPUT[type=file] {
	font-size: 12px;
}
SELECT {
	padding: 0; /* selectre nem kell padding sehol sem */
	font-size: 12px;
}
SELECT[multiple] {
	height: auto;
}
INPUT[type=text], 
INPUT[type=password], 
INPUT[type=file], 
TEXTAREA  { 
	margin-bottom: 1px; /* gecko igényli */
}
INPUT[type=password] {
	background-image: url(image/proform_special.gif) ;
	background-repeat: no-repeat;
	background-position: 224px -16px;
}
/* hover */
INPUT[type=text]:hover,         LABEL:hover + INPUT[type=text],
INPUT[type=password]:hover,     LABEL:hover + INPUT[type=password],
INPUT[type=file]:hover,         LABEL:hover + INPUT[type=file],
SELECT:hover,                   LABEL:hover + SELECT,
TEXTAREA:hover,                 LABEL:hover + TEXTAREA {
	border: 1px solid rgb(0, 80, 154);
	background-color: rgb(230, 230, 230);
	color: rgb(79, 76, 76);
}
/* focus */
INPUT[type=text]:focus,         LABEL:hover + INPUT[type=text]:focus,
INPUT[type=password]:focus,     LABEL:hover + INPUT[type=password]:focus,
INPUT[type=file]:focus,         LABEL:hover + INPUT[type=file]:focus,
SELECT:focus,                   LABEL:hover + SELECT:focus,
TEXTAREA:focus,                 LABEL:hover + TEXTAREA:focus {
	border: solid 1px rgb(79, 76, 76);
	background-color: rgb(248, 248, 248);
	color: rgb(0, 80, 154);
}
/* disabled */
INPUT[type=text][disabled],     LABEL:hover + INPUT[type=text][disabled],
INPUT[type=password][disabled], LABEL:hover + INPUT[type=password][disabled],
INPUT[type=file][disabled],     LABEL:hover + INPUT[type=file][disabled],
TEXTAREA[disabled],             LABEL:hover + TEXTAREA[disabled],
SELECT[disabled],               LABEL:hover + SELECT[disabled] {
	border: solid 1px rgb(151, 144, 127);
	background-color: rgb(223, 223, 223);
	color: rgb(151, 144, 127);
}
OPTION[disabled] {
	background-color: rgb(223, 223, 223);
	color: rgb(151, 144, 127);
}
LABEL.disabled { /* proform automata osztály */
	color: rgb(151, 144, 127) !important; 
}
/* readonly */
INPUT[type=text][readonly],     LABEL:hover + INPUT[type=text][readonly],
INPUT[type=password][readonly], LABEL:hover + INPUT[type=password][readonly],
TEXTAREA[readonly],             LABEL:hover + TEXTAREA[readonly] {
	border: solid 1px rgb(253, 215, 112);
	color: rgb(79, 76, 76);
	background-color: transparent;
}


INPUT.required,
SELECT.required,
TEXTAREA.required {
	background-color: #6FBEFF;
	border: 1px solid rgb(56, 189, 250);
	color: black;
}
INPUT.required:hover,           LABEL:hover + INPUT.required, 
INPUT.required:focus,
SELECT.required:hover,          LABEL:hover + SELECT.required,
SELECT.required:focus,
TEXTAREA.required:hover,        LABEL:hover + TEXTAREA.required,
TEXTAREA.required:focus {  /* ennek nincs megfelelője IE-ben */
	background-color: #AFDBFF;
	border: 1px solid rgb(0, 80, 154);
	color: black;
}
LABEL.required {
	background-color: rgb(139, 215, 250);
}
INPUT.warning,                  LABEL:hover + INPUT.warning,
INPUT.warning:hover,
INPUT.warning:focus,
TEXTAREA.warning,               LABEL:hover + TEXTAREA.warning,
TEXTAREA.warning:hover,
TEXTAREA.warning:focus {
	border: 1px dashed red;
	background-color: rgb(255, 244, 244);
	color: red;
	cursor: help !important;
}

/* üzenetek */
P.proform-successful,
P.proform-error,
P.proform-help, 
UL.proform-error,
P.proform-text { /* súgószöveg, hibajelzés, visszajelzés a csoportban */
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: 3px solid rgb(0, 80, 154);
	padding: .5em 1em;
	margin: .2em 0 0 0;
	background: rgb(223, 223, 223);
}
P.proform-error,
UL.proform-error  {
	border-left-color: red;
	list-style-type: none;
}
UL.proform-error LI {
	margin: 0;
	padding: 0;
}
PRE.proform-error {
	border: 1px dashed red;
	padding: 1em;
	background: rgb(255, 244, 244);
	overflow: auto;
	color: red;
}
P.proform-successful {
	font-weight: bold;
	color: rgb(0, 80, 154);
}

table.utemezes{
	width:100%;
}
table.utemezes tr td{
	border:1px solid #dfdfdf;
	vertical-align:top;
}

/********************	Ftp Referencia v0.3	********************/

/*	FTP LISTA	*/
DIV#dirList,
DIV#dirList A
{
	color:			#2B3172;
	font-weight:	bold;
	font-size:		14px;
}

DIV#fileList,
DIV#fileList A
{
	color:			#2B3172;
	/*font-style:		italic;*/
	font-weight:	bold;
	font-size:		12px;
}

DIV#dirList TABLE,
DIV#fileList TABLE
{
	width:		100%;
}

.downloadBox
{
}

.fileNev
{
	sfont-weight:	bold !important;
	color: 				#007CB5 !important;
}

.fileLeiras
{
	font-size:		11px;
	color:			#2B3172;
	margin-bottom:	20px;
}

/*	FTP LISTA VÉGE	*/
/********************	Ftp Referencia END	********************/


/********************	404 modul v0.1	********************/


/********************	404 modul END	********************/


/********************	Start modul v0.1	********************/


/********************	Start modul END	********************/


/********************	Fórum v1.0	********************/


/********************	Fórum END	********************/


/********************	Termékkezelő webáruház v0.8	********************/


/********************	Termékkezelő webáruház END	********************/


/********************	Új tartalom szerkesztő v0.4	********************/


/********************	Új tartalom szerkesztő END	********************/


/********************	Nap Vicce v0.1	********************/


/********************	Nap Vicce END	********************/


/********************	Napi hatos v0.1	********************/


/********************	Napi hatos END	********************/


/********************	Reggeli Téma v0.1	********************/


/********************	Reggeli Téma END	********************/


/********************	 v	********************/


/********************	 END	********************/


/********************	Ftp Referencia v0.3	********************/

/*	FTP LISTA	*/
DIV#dirList,
DIV#dirList A
{
	color:			#2B3172;
	font-weight:	bold;
	font-size:		14px;
}

DIV#fileList,
DIV#fileList A
{
	color:			#2B3172;
	/*font-style:		italic;*/
	font-weight:	bold;
	font-size:		12px;
}

DIV#dirList TABLE,
DIV#fileList TABLE
{
	width:		100%;
}

.downloadBox
{
}

.fileNev
{
	sfont-weight:	bold !important;
	color: 				#007CB5 !important;
}

.fileLeiras
{
	font-size:		11px;
	color:			#2B3172;
	margin-bottom:	20px;
}

/*	FTP LISTA VÉGE	*/
/********************	Ftp Referencia END	********************/


/********************	Kukori modul. v0.1	********************/


/********************	Kukori modul. END	********************/


/********************	Sztárhírek v0.1	********************/


/********************	Sztárhírek END	********************/


/********************	Sima hírlevél küldő v0.9	********************/


/********************	Sima hírlevél küldő END	********************/


/********************	Szavazó v0.9	********************/


/********************	Szavazó END	********************/


/********************	Rádió 1 Network v0.1	********************/


/********************	Rádió 1 Network END	********************/


/********************	Ftp Fileok v0.3	********************/


/********************	Ftp Fileok END	********************/


/********************	Főoldali boxok v0.3	********************/


/********************	Főoldali boxok END	********************/


/********************	Rádió 1 Esemény naptár v0.1	********************/


/********************	Rádió 1 Esemény naptár END	********************/


/********************	Rádió 1 Ajánlata v0.1	********************/


/********************	Rádió 1 Ajánlata END	********************/


/********************	Rádió 1 Esemény naptár v0.1	********************/


/********************	Rádió 1 Esemény naptár END	********************/


/********************	Termékkezelő webáruház v0.8	********************/


/********************	Termékkezelő webáruház END	********************/


/********************	Fórum v1.0	********************/


/********************	Fórum END	********************/


/********************	 v	********************/


/********************	 END	********************/


/********************	 v	********************/


/********************	 END	********************/


