/***************************** NEW *********************************/

#new_1{background-image: url('../images/uj1.gif');
	background-repeat: no-repeat;
	width: 32px;
	height: 31px;
	position: relative;
	top: 200px;
	left: 230px; 		// Tápegységek: 230px
	z-index: 1;
	display: inline;		// inline: látszik; none: nem látszik
}

#new_2{background-image: url('../images/nyitas.gif');
	background-repeat: no-repeat;
	width: 528px;
	height: 265px;
	position: relative;
	top: 200px;
	left: 0px;  		// Akkutöltők: 310px
	z-index: 1;
	display: none;		// inline: látszik; none: nem látszik
}

#new_3{background-image: url('../images/uj1.gif');
	background-repeat: no-repeat;
	width: 32px;
	height: 31px;
	position: relative;
	top: 200px;
	left: 400px; 		// Egyedi munkák: 400px
	z-index: 1;
	display: none;		// inline: látszik; none: nem látszik
}

#new_4{background-image: url('../images/uj1.gif');
	background-repeat: no-repeat;
	width: 32px;
	height: 31px;
	position: relative;
	top: 200px;
	left: 470px; 		// Kiegészítők: 470px
	z-index: 1;
	display: none;		// inline: látszik; none: nem látszik
}

/**************************** INDEX ********************************/

body {background-color: #D3D3D3;
 	scrollbar-face-color: #B7B7B7;
	scrollbar-highlight-color: #DCDCDC;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #DCDCDC;
	scrollbar-darkshadow-color: #000000;
}

html,body{margin-top: 0px;
	    margin-bottom: 31px;
	    height: 100%;
	    border: none;
}

#top {background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 32px;		
	display: block;
}

#main {background-image: url('../images/main.jpg');
	 background-repeat: no-repeat;
	 width: 500px;
	 height: 150px;		
	 display: block;
}

.txt {font-family: "arial";
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.txt1{font-family: "arial";
	font-size: 8pt;
	font-weight: normal;
	color: #0000FF;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

.txt2{font-family: "arial";
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 5px 50px 20px 50px;
}

.counter{background-color: #E6E6E6;
	   font-family: "arial";
	   font-size: 8pt;
	   font-weight: normal;
	   color: #000000;
	   border-top: 4px #D6D6D6 solid;
	   border-left: 4px #D6D6D6 solid;
	   border-right: 4px #D6D6D6 solid;
	   text-align: center;
	   display: block;		// block: látszik; none: nem látszik
}

.counter_1{background-color: #E6E6E6;
	   font-family: "arial";
	   font-size: 8pt;
	   font-weight: normal;
	   color: #000000;
	   border-left: 4px #D6D6D6 solid;
	   border-right: 4px #D6D6D6 solid;
	   border-bottom: 4px #D6D6D6 solid;
	   text-align: center;
	   display: block;		// block: látszik; none: nem látszik
}

#partners{background-color: #FF9900;
	    font-family: "arial";
	    font-size: 8pt;
	    font-weight: bold;
	    color: #FFFFFF;
	    text-align: center;
	    line-height: 25px
}

#banners_1 a{background-image: url('../images/nyak-bt.jpg');
		 width: 100px;
		 height: 55px;		
		 border-bottom: 2px #FFFFFF solid;
		 cursor: hand;
		 display: block;
}

#banners_10{background-image: url('../images/leftbottom.gif');
	     background-repeat: no-repeat;
	     width: 150px;
	     height: 200px;		
}	 

#author{font-family: "arial";
	  font-size: 8pt;
	  font-weight: normal;
	  color: #FF9900;
	  padding: 5px;
}

#author a{font-family: "arial";
	    font-size: 8pt;
	    font-weight: normal;
	    color: #0000FF;
	    text-decoration: none;
}

#author a:hover{color: #FF0000;
		    text-decoration: underline;
}

.tablecells{padding-left: 40px;
		padding-right: 40px;
}

#letcho{font-family: Arial;
	  font-size: 8pt;
	  font-family: Arial;
	  font-weight: normal;
	  color: #000000;
	  display: none;
}
	
.inactiveblackback{background-color: #000000;
			 font-size: 8pt;
			 font-family: Arial;
			 font-weight: bold;
			 color: #E0E0E0;
			 border-left: 1px #000000 solid;
			 padding-left: 4px;
			 padding-right: 4px;
			 text-align: center;
			 cursor: hand;
}

.activeblackback{background-color: #FF9900;
		     font-size: 8pt;
		     font-family: Arial;
		     font-weight: bold;
		     color: #FFFFFF;
		     border-top: 1px #FFCCAA solid;
		     border-right: 1px #884400 solid;
		     border-bottom: 1px #FF9900 solid;
		     border-left: 1px #FFCCAA solid;
		     padding-top: 2px;
		     padding-left: 2px;
		     padding-right: 4px;
		     text-align: center; 
		     cursor: hand;
}

.focusedblackback{background-color: #808080;
			font-size: 8pt;
			font-family: Arial;
			font-weight: bold;
			color: #FFFFFF;
			border-left: 1px #000000 solid;
			padding-left: 4px;
			padding-right: 4px;
			text-align: center;
			cursor: hand;
}

.whiteback{background-color: #FFFFFF;
	     font-size: 8pt;
	     font-family: Arial;
	     color: #000000;	
}

.blackFont{font-size: 8pt;
	     font-family: Arial;
	     color: #000000;	
}


.blackFontMedium{font-size: 10pt;
		     font-family: Verdana,Arial;
		     color: #000000;
}

.blackFontBig{font-size: 12pt;
		  font-family: Arial;
		  color: #666666;
}

.blackFontBig2{font-size: 12pt;
		   font-family: Arial;
		   color: #000000;	
}

.blackFontBigGrey{font-size: 12pt;
			font-family: Arial;
			color: #FFFFFF;
			background-color:	#808080;
}

.blueFontMedium{font-size: 10pt;
		    font-family: Verdana,Arial;
		    color: #0000FF;
}

.orangeFontMedium{font-size: 10pt;
			font-family: Verdana,Arial;
			color: #FF8000;
}

.inactiveleftmenu{background-color:	#FF6600;
			font-size: 8pt;
			font-family: Arial;
			font-weight: bold;
			color: #E6E6E6;
			border-bottom: 1px #FFFFFF solid;
			cursor: hand;
}

.activeleftmenu{background-color: #000000;
		    font-size: 8pt;
		    font-family: Arial;
		    font-weight: bold;
		    color: #FFFFFF;
		    border-bottom: 1px #FFFFFF solid;
		    cursor: hand;
}

.focusedleftmenu{background-color: #808080;
		     font-size: 8pt;
		     font-family: Arial;
		     font-weight: bold;
		     color: #FFFFFF;
		     border-bottom: 1px #FFFFFF solid;
		     cursor: hand;
}

.leftmenubottom{background-image: url('../images/leftbottom.gif');
		    background-repeat: no-repeat;
		    font-size: 8pt;
		    font-family: Arial;
		    font-weight: bold;
}

.leftmenutop{background-color: #FF9900;
		 font-size: 8pt;
		 font-family: Arial;
		 font-weight: bold;
		 border-bottom: 1px #FFFFFF solid;
}


