/*	
 *	
 *	Nagy kontrasztú színséma
 *	
 *	@author Bartal Tamás
 *	@date 2005-07-19
 *	@version 1.00
 *	
 */	


@media screen, projection {
	body			{ background-color: black; color: white; margin: 0px; padding: 10px; font: 1.1em Arial, sans-serif; }
	a, a:visited		{ color: yellow; background-color: black; }
	a:hover, a:visited:hover { color: black; background-color: white; }
	.hidden, .highcontrast_skin, #kiemelt, .gsc-branding, .gsc-clear-button  { display: none; margin: 0px; padding: 0px; }
	.seged_submit { margin:0;padding:0;font-size:0em;background-color:transparent;overflow:hidden;width:1px;height:1px;border:0;line-height:0px;float:right; }

  #main_nav_links {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  #main_nav_links li {
    display: inline;
  }

  #leftmenu {
    float: left;
    border: 1px solid gray;
  }
  
  .nonaural {
	/* override aural-only hiding */
 	position: static!important;
	left: auto!important;
	top: auto!important;
	width: auto!important;
	height: auto!important;
	overflow: auto!important;
  }
  .aural {
	/* aural-only hiding */
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
  }
  .st {display: none;}
  
  #toplinks ul {
    list-style-type: none;
  }

  #toplinks ul li {
    display: inline;
  }
  
  #leftmenu {
    float: left;
    clear: left;
  }
  
  #rightmenu {
    width: 220px;
    float: right;
  }
  
  #kultflashobject {
    display: none;
  }
  
  #content {
    float: left;
    margin: auto;
    width: 400px;
  }
  
  #align {
    background-image: none;
  }
  
  .foo_kiemelt div{
    float: left;
    position: relative !important;
  }
  
  .foo_kiemelt img {
    display: none;
  }
  
  .kiemelt_szolgaltatok div {
    background-color: black !important;
  }
  
  #accessible {
    float: right;
  }
  
  #footer {
    clear: both;
    text-align: center;
    border-top: 3px double gray;
    margin-top: 20px;
    padding: 20px 5px; 
  }
}


@media print {
  
  body {
    font-family: sans-serif; 
  }
	
  .hidden, .default_skin, 
  #navigation, #leftmenu, #rightmenu, 
  #sitehead, #skip, #toplinks, .aural	{ display: none; }
	
  img {border: 0;}
  
  a { color: black; }
  
  a.regio_thumb {
    display: block;
    float: left;
    margin: 0px 2px;
    padding: 2px;
    height: 1%;
    text-decoration: none;
    width: 33%;
    /* border: 1px solid red;*/
    font: 0.85em Verdana, Tahoma;
    color: black;
  }
	.hidden, .default_skin 	{ display: none; }
}


@media handheld {
	/* to be done */
	.hidden			{ display: none; }
}


