    @import url("/css/galeria.css");
    @import url("/css/linkek.css");
    body 
    {
	margin: 		0px 0px 0px 0px;
	font-size: 		13px;
	background-color: 	#000000;
	color:			#000;
	background-image:       url(/images/bg.jpg);
    }
    a, a:link, a:visited
    {
	font-size: 		12px;
	color: 			#990100;
	text-decoration: 	none;
	font-weight:		normal;
    }
    a:hover 
    {
	font-size: 		12px;
	color: 			red;
        text-decoration:	underline;
	font-weight:		normal;
    }

    table tr, td, div, span, font, p
    {
        font-family: 		Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 		12px;
	coor: white;
    }
    
    .radio 
    {
        width: 			15px;
    }
    
    #alertResult {
//        display: none;
	position: relative;                                                                                    
	margin-top: 0;                                                                                         
	margin-left: 0;                                                                                        
	margin-top: 0;                                                                                         
	background: #ffffff;                                                                                   
    }                                                                                                          

    #alertShadow {                                                                                             
        position: relative;
        text-align: center;
        width: 98%;
	top: 0;
        left: 0;
	right: 0;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: red;
    }                                                                                                          

    #HttpClientStatus {
	position: 		absolute; 
        width: 			100px; 
	height: 		20px;                                         
        top: 			5px; 
	right: 			5px; 
        display: 		block;
	background: 		#990000;
        border: 		1px solid #fff;
        font-size: 		16px;
	padding: 		2px;
    } 

    /* 
    * Tartalom főablak 
    */

    #tartalom 
    {			
	vertical-align: 	top; 
    }

    /* 
    * Hírek a nyitólapon 
    */

    .link 		{
	color: 			#CB297C;
	font-size: 		12px;
	font-weight: 		bold;
	text-decoration: 	underline;
	border:			0px;
    }
    .link:hover 	{ color: #990000; font-size: 12px; font-weight: bold; text-decoration: none; }

    /* 
    * Részletes hír 
    */

    #reszletesHir 		{ vertical-align: top; width: 500px; }
    #reszletesHir div  
    {
	font-size: 		12px;
        color: 			#000;
        text-decoration: 	none;
        margin-bottom: 		5px;
        text-align: 		justify;
    }

    .focim 
    {
	display: 		block;
	font-size:		12px;
	font-weight: 		normal;
	padding-bottom:		5px;
    }

    .bevezeto
    {
	display: 		block;
        font-size:		12px;
	font-weight: 		normal;
	text-align: 		justify;
    }

    .utolso
    {
	border-bottom:		0.1em solid #eee;
    }

    #reszletesHir a, a:link, a:active  
    {
	font-size: 12px;
	color: #990100;
	text-decoration: none;
    }

    #reszletesHir a:hover  	{ color: red; text-decoration: underline; font-size: 11px; }
    #img 
    {
	float: left; 
        padding-right: 5px; 
	padding-bottom: 10px; 
	vertical-align: top;
    }
    #reszletesHir img 
    {
	padding:		1px;
	border:			1  solid #eee;
    }

    /* 
    * Kereső 
    */
                                                                                                              
    #suggestions {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white;
	border: 1px solid #000;
	position: absolute;
    }

    #suggestions div {
        cursor: default;
        padding: 0px 3px;
    }

    #suggestions #current {
        background-color: #f5f5f5;
        color: white;
    }
    
    #reszletek
    {
	color:			#002266;
        font-family: 		Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:		14px;
	font-weight:		bold;
	text-decoration:	none;
    }
    
    #reszletek:hover
    {
	color:			blue;
        font-family: 		Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:		14px;
	font-weight:		bold;
	text-decoration:	underline;
    }
    
    
    #talalatok
    {
	width: 16px;
	height: 20px;
	text-align: right;
	padding-top: 1px;
	text-align: center;
	border: 0px solid #002266;
    }

    #talalatok a 
    {
	font-weight: bold;
	color: #f5f5f5;    
	text-decoration: underline;
	font-size: 14px;
    }
    #talalatok a:hover
    {
	font-weight: bold;
	color: blue;    
	text-decoration: underline;
	font-size: 14px;
    }
    
    #talalatok div#talalat
    {
	font-weight: bold;
	color: #990000;    
	text-decoration: none;
	font-size: 14px;
	background-color: #fff;
    }

    #nincs_talalat
    {
	display:		block;
	text-align:		center;
	margin-top:		50px;
	color:			#002266;
        font-family: 		Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 		16px;
	font-weight:		bold;    
    }
    #kereso input 
    {
        font-size:		12px;
    }

    .button_ok 
    {
	border:			0px none #fff;
	width: 50px;
    }

    .kereso_cimsor 
    {
	font-size:		16px;
	color:			#FFFFFF;
	text-decoration: 	underline;
	font-weight:		normal;
    }
    .kereso_bevezeto 
    {
	font-size:		16px;
        color:			#000;
    }
    
    .kereso_link {
	font-size:		12px;
	color: 			#ffffff;
	text-decoration:	underline;
    }
    
    .kereso_link:hover {
	font-size:		12px;
	color: 			#ffffff;
	text-decoration:	underline;
    }

    .kereso_talalatok {
	font-size:		12px;
	color:			#3e4e9e;
	font-weight:		normal;
    }
    
    .kereso_talalatok:hover {
	font-size:		12px;
	color:			red;
	text-decoration:	underline;
	font-weight:		normal;
    }
    .kereso_hr {
	width:			99%;
	height:			0.1em;
	border-bottom:		0.1em solid #ddd;
	padding-top:		5px;
	padding-bottom:		5px;
    }
    .kereso_alert 
    {
	font-size:		16px;
        color:			#002266;
	font-weight:		bold;
    }


    /* 
    * Hírek galéria 
    */

    .dropshadow1 
    {                                                                                                 
	float:			left;                                                                                               
        clear:			left;                                                                                               
        background: 		url(images/shadowAlpha.png) no-repeat bottom right !important;                                
	background: 		url(images/shadow.gif) no-repeat bottom right;                                                
        margin: 		10px 0 10px 10px !important;                                                                      
	margin: 		10px 0 10px 5px;                                                                                  
    }

    /* Statikus tartalom */
    
    .list 
    {
        font-family: 		Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	
	font-size: 		12px;
    }

    /* 
    * Vendégkönyv 
    */


    #delurl 
    {
	font-size: 		10px;
        margin-left:		.1em;
	margin-right:		.1em;
	font-weight:		bold;
        font-style: 		italic;
	color:			#002266;
    }

    #delurl:hover
    {
	font-size:		10px;
        margin-left:		.1em;
	margin-right:		.1em;
        font-weight:		bold;
	font-style: 		italic;
        color:			#990000;
    }

    .cimsor 
    {
	font-size:		16px;
        color:			#888;
    }

    .halfsize {
        width:			48%;
	margin-right:		5px;
	line-height:		1.6em;
        float:			left;
    }    

    .halfsize_bottom {
	width:			98%;
        margin-right:		5px;
	float:			left;
    }

    form fieldset {
	border:			none;
        border-top:		1px solid #888;
	margin:			1em 0.5em 1em 0;
        padding:		1em 0;
    }

    form legend {
	font-weight:		bold;
        font-size:		1.1em;
	color:			#888;
        margin:			auto;
        margin-left:		1em;
        padding:		0 .25em 0 0;
    }

    form label
    {
	width:			15em;
	float:			right;
	padding:		.5em .8em 0 0;
	margin-right:		.4em;
	text-align:		right;
	font-size:		1.2em;
    }
    
    form label.error
    {
	color:			#ff0000;
    }

    form label
    {
	display:			block;
	color:				#888;
	font-size:			0.85em;
	margin-bottom:			0.5em;
    }
    
    form div.label,
    form div.note,
    form div.footer
    {
    	clear:				both;
	margin:				1em 0 0 0;
	padding:			0.1em 0.3em;
    }

    form div.note 
    {
	margin-left:			.5em;
    }

    input,
    button,
    select
    {
    //	width:				100%;
    }
    textarea
    {
    	width:				100%;
	height:				8em;
    }

    input.submit
    {
	font-weight:			bold;
	color:				#333;
	width:				auto;
	padding-right:			6px;
	padding-left:			6px;
    }
    .vk_link {
	font-size:		12px;
	color: 			#A0522D;
    }
    
    .vk_link:hover {
	font-size:		12px;
	color: 			#A0522D;
	text-decoration:	underline;
    }

    /* Apró 
    *
    */

    #apro
    {
	border: none;
	width: 				170px;
	margin:				0 0 0 0;
    }
    
    .apro_cimsor {
	font-size: 			14px;
	font-weight:			bold;
	color:				#3e4e8e;
    }
    .apro_random {
	font-size: 			10px;
	font-weight:			normal;
	color:				#000;
    }
    .apro_datum {
	font-size: 			11px;
	font-weight:			bold;
	font-style:			italic;
	color:				#000;
    }
    .apro_leiras {
	font-size: 			11px;
	font-weight:			normal;
	color:				#000;
    }
    .apro_felado {
	font-size: 			11px;
	font-weight:			normal;
	color:				#000;
    }
    .apro_talalatok {
	font-size: 			10px;
	font-weight:			normal;
	color:				#000;
    }

    .apro_link {
	font-size:			10px;
	color:				#002266;
    }
    
    .apro_link:hover {
	font-size:			10px;
	color:				red;
	text-decoration:		underline;
    }
    
    .apro_kategoria_fejlec {
	font-size:			11px;
	background-color:		#91a5b9;
    }

    .apro_kategoria_tartalom {
	border:				1px solid #eee;
    }
