img {
	border: none;
} 
li a{
	color:#006600;
}
/* 
	 --- HTML definíciók ---	
						 		*/

* {
	padding: 0px;
	margin: 0px;
}
a{
	text-decoration: none;
	color: #eee;
}
a:hover{
	text-decoration: none;
	color: #FF0066;
}
td a{
	cursor: pointer;
}
ol li a{
	color: #FF0066;;
}
p a{
	color: #FF0066;;
}

tr.searchtr{
	/* something meanful :) */
}
img{
	border: 0px;
}
html{
	padding: 0px;
	margin: 0px;
}
body{
	background-image: url(../images/rgb.jpg);
	background-repeat: no-repeat;
	background-position: 0px -120px;
	background-color: #000;
	font-family: Trebuchet ms, Arial;
	font-size: 12px;
	color: #ddd;
	padding: 0px;
	margin: 0px;
}

option, select{
	background-color: #333333;
	border: 0px solid #0f0;
	color: #FFFFFF;
	width: 200px;
}

input, textarea{
	color: #CCCCCC;
}

input.data{
	border-color: #111 #666666 #666666 #111;
	border-style: solid;
	border-width: 1px;
	background-color: #333333;
	width: 175px;
	padding: 2px;
}

textarea.data{
	border-color: #111 #666666 #666666 #111;
	border-style: solid;
	border-width: 1px;
	background-color: #333333;
	padding: 2px;
}

input.chkbox{
	margin: 0px;
}
html[xmlns] input.chkbox{
	margin: 2px;
}

input.search{
	border-color: #111 #666666 #666666 #111;
	border-style: solid;
	border-width: 1px;
	background-color: #333333;
	width: 115px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 3px;
	height: 19px;
}
html[xmlns] input.search{
	padding: 2px;
	padding-top: 2px;
	padding-left: 2px;
	height: 16px;
}
input.button{
	border-color: #666 #111 #111 #666;
	border-style: solid;
	border-width: 1px;
	background-color: #333333;
	padding: 1px;
	height: 23px;
}
/*175 volt a szélessége FF-ben*/
.magyarazo{
	display: none;
	font-size: 10px;
	width: 160px;
	position: relative;
	line-height: 12px;
	height: 60px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 25px;
	padding-bottom: 0px;	
	margin-top: 3px;
	margin-bottom: 0px;
	background-image: url(../images/bubble.jpg);
	background-repeat: no-repeat;
}
html[xmlns] .magyarazo{
	width: 159px;
	height: 50px;
}

.editor{
	width: 350px;
	height: 90px;
	border-color: #666 #111 #111 #666;
	border-style: solid;
	border-width: 1px;
	background-color: #333333;
}

div span{
	margin-left: auto;
	margin-right: auto;
}
td{
	font-size: 12px;
}
h1{
	font-size: 20px;
	color: #FFFFFF;
}
h2{
	font-size: 16px;
	color: #CCCCCC;
}
h3{
	font-size: 13px;
	font-weight: normal;
	color: #009900;
}
h4{
	font-size: 12px;
	color: #bbbbbb;
	font-weight: normal;
}
h5{
	font-size: 16px;
	color: #CCCCCC;
}
h6{
	font-size: 16px;
	color: #CCCCCC;
}
/* 
	  --- LAYOUT ---	
						 */

#header{
	width: 100%;
	height: 35px;
	margin: 0px;
	background-color: #000;
	background-image: url(../images/t_header.jpg);
	/*background-position: bottom;*/
	background-repeat: no-repeat;
	padding-top: 97px;
	padding-left: 0px;
}
html[xmlns] #header{
	padding-top: 80px;

}
#login_box{
	position: absolute;
	right: 5px;
	top: 20px;
	width: 249px;
}
#searchHolder, .infobar{
	background-image: url(../images/grey2dark.jpg);
	background-repeat: repeat-x;
	width: 500px;
	background-color:#111;
	border-left: 3px solid #333;
	border-right: 1px solid #333;
	padding: 5px;
}

.infobar h4{
	text-indent: 20px;
}
.info{
	margin: 5px;
	position: relative;
	width: 80%;
	background-color:#111;
	border-bottom: 3px solid #008800;
	padding: 5px;
	color: #FFFFFF;
	overflow: hidden;
	/*color:#FFCC00*/
}
.info_sep{

	border-top: 1px solid #300;
	border-bottom: 1px solid #555;
	width: 100%;

}
#left{
	width: 60%;
	float: left;
	padding: 20px;
}
#left p{
	margin: 3px;
}
#left li{
  list-style-type: square;
  margin-left: 20px;
}
#right{
	width: 30%;
	float: right;
	background-repeat: no-repeat;
	height: 500px;
}
#right p{
	margin-right: 50px;
}
#footer{
	width: 100%;
	height: 30px;
	background-color: #000;
	background-image: url(../images/stripes.png);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
#siteChooser{
	background-image: url(../images/thickstripes.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	font-size: 16px;
	border-left: 3px solid #333;
	width: 369px;
	padding-top: 13px;
	padding-left: 20px;
	height: 28px;
}
#inputBox{
	width: 500px;
	background-color:#3E8908;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px;
	padding-bottom: 10px;
}
#inputBox textarea{
	border-color: #030 #ccc #ccc #030;
}
#bullet{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#bullet li{
	width: 450px;
	padding-top: 3px;
	padding-left: 35px;
	background-image: url(../images/icons/bullet.gif);
	background-repeat:no-repeat;
	background-position: 5px 3px;
	font-size: 14px;
	font-weight: bold;
	color:#FFE600;
}
ul#bullet li span{
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}

.bullet2{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.bullet2 .bullet2 li{
	color: #fff;
}

.bullet2 li.w{
	color: #fff;
}
.bullet2 li.w a{
	color: #fff;
}

.bullet2 li span{
	color: #fff;
}
ul.bullet2 li{
	padding-top: 6px;
	padding-left: 35px;
	background-image: url(../images/icons/next.gif);
	background-repeat:no-repeat;
	background-position: 5px 3px;
	font-size: 14px;
	font-weight: bold;
	color:#FFE600;
}
.info .bullet2 li{
	background-image: url(../images/icons/next.gif);
	background-repeat:no-repeat;
	background-position: 5px 3px;
}


ul.bullet2 li span{
	padding-left: 8px;
	padding-bottom: 3px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
ul.bullet2 a{
	color: #999;
}
ul.bullet2 a:hover{
	color: #FF0066;
}
/*
	  --- Template $tuffz ---	
						 		  */
#test_em{
	font-family: tahoma;
	font-size: 1em;
	line-height: 3.5em;
	width: 500px;
	/*float: left;*/
	text-align: left;
}
#download{
	height: 25px;
}

.ud{
	cursor: pointer;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
}

/*
		//	KERESÉSI EREDMÉNYEK	//
		//	KERESÉSI EREDMÉNYEK	//
		//	KERESÉSI EREDMÉNYEK	//
*/
.results{
	width: 500px;
	display: block;
	background-color: #333;
	margin-bottom: 2px;
	border-bottom: 2px solid #222;
}
.results h2{
	cursor: pointer;
}
.resultsTextWrapper{
	height: 76px;

}
.descr{
	width: 500px;
	background-image: url(../images/descrbg.jpg);
	background-repeat:repeat-x;
	visibility: hidden;
	font-family: "Courier New", Courier, mono;
	height: 1px;
	color: #0A0;
	background-color: #222;	
	overflow: auto;
	margin: 0px;
	
	/*position:relative;*/
}
.fogantyu{
	width: 500px;
	/*width: 5%;
	position: absolute;
	bottom: 0px;
	right: 10px;*/
	background-color:#003300;
	height: 5px;
	background-image: url(../images/fogantyu.jpg);
	background-repeat: repeat-x;
	line-height: 5px;
	font-size: 5px;
	text-align: center;
	cursor: s-resize;
	display: none;
}
div.date{
	margin: 5px;
	width: 37px;
	height: 63px;
	padding: 2px;
	padding-top: 0px;
	padding-left: 5px;
	background-image: url(../images/1.gif);
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	float: left;
}
div.date span{
	font-family: "Courier New", Courier, mono;
	display: block;
	font-size: 28px;
	padding-left: 0px;
	letter-spacing: -3px;
	color: #009900;
}
div.date b{
	line-height: 18px;
	display: block;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -1px;
}


/*
	///  MENÜ MÓKA  ///
*/

#menuholder{
	width: 100%;
	height: 35px;
	padding-top: 0px;
	margin-top: 20px;
	background-color: #000;
	background-image: url(../images/menu.png);
	/* Bulletproof :) */
	background-repeat: repeat-x;
}

#header ul {
	width: 820px;
	padding: 0;
	margin: 0 0px;
	list-style: none;
	border-left: 0px solid #6D8F41;
	border-right: 0px solid #2C3A1A;
	}
#header ul li {
	display: inline;
	padding: 0;
	margin: 0;
	}
#header ul li a {
	font-family: Trebuchet MS, verdana;
	display: block;
	float: left;
	padding: 6px 10px 10px 10px;
	text-decoration: none;
	border-left: 1px solid #333;
	color: #E4EED6;
	height: 36px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
	}
#header ul li.TabOn a{
	background-image: url(../images/down.png);
	}
#header ul li a:hover {
	background: #617F39;
	color: #0e0;
	text-decoration: none;
	background-image: url(../images/down.png);
	}
#header ul li a em {
	font-style:normal;
	text-decoration:underline;
	}
	
/* //////////////////// */

.zicon{
	cursor: pointer;
}
.cont{
	width: 450px;
	position: relative;
	background-color:#111;
	border-bottom: 3px solid #333;
	border-top: 0px solid #333;
	padding: 5px;
}
.cont a{
	cursor: pointer;
}
/*
	  --> Színezés  <--	
							*/
.pinky{
	color: #FF0066;
}
.w{
	color: #ffffff;
}
.litegrey{
	color: #aaaaaa;
}
.green{
	color: #090;
}
.bekezdes_1{
	margin-left: 17px;
}
.bekezdes_2{
	margin-left: 30px;
}
.bekezdes_3{
	margin-left: 60px;
}
/*
	  --> Egyéb gyökérségek  <--	
									*/
.und{
	border-bottom: 1px solid #666;
}

.w25 { width: 25%; }
.w50 { width: 50%; }
.w75 { width: 75%; }
.w100 { width: 100%; }
.active{ background-color: #009900; border-left: 1px solid #006600; }
.passive{ background-color: #CC3300; border-left: 1px solid #990000; }
.middle{ background-color: #FF9900; border-left: 1px solid #DD6600; }

.even{ background-color: #444; }
.odd{ background-color: #555; }