body		{ 
			background-color	: #000000; 
			margin					: 0px;
			font-family 				: 'Tahoma';  
			font-size 				: 11px;
			}

/* ---------- */
/*   szöveg   */
/* ---------- */

.text11fekete	{ 
			font-family 		: 'Tahoma';  
			font-size 		: 11px;
			color				: #000000; 
			line-height		: 15px;
			}

.text11feher	{ 
			font-family 		: 'Tahoma';  
			font-size 		: 11px;
			color				: #ffffff; 
			line-height		: 15px;
			}

.text11szurke	{ 
			font-family 		: 'Tahoma';  
			font-size 		: 11px;
			color				: #939393; 
			line-height		: 15px;
			}			
			
.text18szurke	{ 
			font-family 		: 'Verdana';  
			font-size 		: 18px;
			color				: #666362; 
			line-height		: 18px;
			}			

.text22narancs	{ 
			font-family 		: 'Verdana';  
			font-size 		: 25px;
			color				: #ff8a00; 
			line-height		: 18px;
			}		
			
/* -------- */
/*   link   */
/* -------- */
			

a:link 			{ 
			text-decoration		: none; 
			color			: #ffffff;
			}

a:visited		{ 
			text-decoration		: none; 
			color			: #ffffff;
			}

a:hover 		{ 
			text-decoration		: none; 
			color			: #ff8a00;
			}

.szurke_narancs:link 	{ 
			text-decoration		: none; 
			color			: #666362;
			}

.szurke_narancs:visited { 
			text-decoration		: none; 
			color			: #666362;
			}

.szurke_narancs:hover 	{ 
			text-decoration		: none; 
			color			: #ff8a00;
			}

ul			{ 
			font-size		: 11px; 
			font-family 		: 'Tahoma';  
			margin-top		: 0px;
			margin-bottom		: 0px;
			list-style-image	: url(../image/listaelem.gif);
			list-style-position	: outside;
			}			
			
ol			{ 
			font-size		: 11px; 
			font-family 		: 'Tahoma';  
			margin-top		: 0px;
			margin-bottom		: 0px;
			list-style-image	: url(../image/listaelem.gif);
			list-style-position	: outside;
			}

li 			{ 
			font-size		: 11px; 
			font-family 		: 'Tahoma';  
			list-style-image	: url(../image/listaelem.gif);
			list-style-position	: outside;
			}
			
select			{
			font-size		: 11px; 
			font-family 		: 'Tahoma';
			cursor			: default;
			padding 		: 0px;
			margin 			: 0px;
			}
			
.input_a			{
			font-size		: 11px; 
			font-family 		: 'Tahoma';
			cursor			: default;
			border			: none;
			padding 		: 5px;
			margin 			: 0px;
			width			: 235px;
			height			: 21px;
			background		: transparent url(../image/input_a_up.jpg); no-repeat left top;
			}

.input_b		{
			font-size		: 11px; 
			font-family 		: 'Tahoma';
			cursor			: default;
			border			: none;
			padding 		: 5px;
			margin 			: 0px;
			width			: 120px;
			height			: 21px;
			background		: transparent url(../image/input_b_up.jpg); no-repeat left top;
			}

form			{ 
			margin			: 0em;
			}

optgroup		{ 
			font-family 		: 'Tahoma';  
			font-style 		: normal; 
			font-weight		: normal;
			color 			: #555555; 
			font-size 		: 11px; 
			}
