/*
 *
 *  unesco default style without ie6
 *
 *  @author Farkas Csaba
 *  @date 2009-11-02
 *  @version 1.0
 *  
 */


  body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: verdana;
    font-size: 12px;
    color: black;
  }
  
  a, a:visited {
  	text-decoration: none;
  }
  
  a:hover {
  	text-decoration: underline;
  }
  
  h1, h1 a, h1 a:visited {
  	font-size: 16px;
  	color: rgb(22,117,187);/*#9E321E*/
  	font-weight: bold;
  }
  
  h2, h2 a, h2 a:visited {
  	font-size: 14px;
  	color: rgb(22,117,187);/*#9E321E*/
  	font-weight: bold;
  }
  
  hr {
  	margin: 13px 0px;
  	padding: 0;
  }
  
  input {
  	border: 1px solid rgb(89,144,190);
  	margin: 1px 0px;
  }
  
  .clear_both {
  	clear: both;
  }
  
  .aural {
	display: none;
  }

  #maincontainer {
  	width: 1005px;
  	height: 100%;
  	margin: 0px;
  }
  
	#head_main {
		width: 1005px;
		height: 118px;
	}
	
  #head {
  	float: left;
  	margin: 0;
    width: 219px;
    height: 118px; 
    padding: 0;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: top left;
  }
  
  #head_right {
  	float: left;
  	margin: 0;
    width: 786px;
    height: 118px; 
    padding: 0;
    background-image: url('../img/unesco.png');
    background-repeat: no-repeat;
    background-position: top right;
   }
   
  #head h1 a, #head h2 a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    height: 118px;
  }  
      
  .hidden, .tagline {
  	display: none;
  }
  
  #hotlinks, #footer {
  	width: 985px;
  	height: 17px;
  	background-color: rgb(28,55,48);
  	color: white;
  	font-size: 10px;
  	padding: 4px 10px 0px 10px;
  }
  
  #path {
  	width: 493px;
  	float: left;
  }
  
  #path a, #path a:visited {
  	text-decoration: none;
  	color: white;
  }
  
  #path a:hover {
  	text-decoration: underline;
  }
  
  #toplinks {
  	width: 492px;
  	float: left;
  }
  
  #toplinks ul {
  	text-align: right;
  }

  #footer ul {
  	text-align: center;
  }
  
  #toplinks ul li, #footer ul li {
  	display: inline;
	margin: 0px;
  }
  
  #toplinks ul li a, #footer ul li a {
  	font-size: 10px;
  	color: white;
  }
  
  #content {
  	width: 1005px;
  	height: 100%;
  }
  
  #content_left_center {
  	float: left;
  	width: 855px;
  	background-color: rgb(89,144,190);
  }
  
  #content_left {
  	float: left;
  	width: 218px;
  	background-color: rgb(89,144,190);
	min-height: 636px;
  }

  #content_left img {
	border: 0;
  }

  #menu {
  	width: 218px;
  	margin-top: 30px;
  }
  
  #left_hotlinks {
  	width: 218px;
  	text-align: center;
  	margin-top: 35px;
  }

  #left_hotlinks img {
	padding:0;
  }
  
  #content_center {
  	float: left;
  	width: 617px;
	min-height: 714px;
  	height: 100%;
  	background-color: white;
  	padding: 60px 10px 10px 10px;
  }
  
  #content_center_head {
  	width: 616px;
	padding-bottom: 10px;
  	background-image: url('../img/underline_1024.gif');
  	background-repeat: no-repeat;
  	background-position: 15px bottom;
  }
  
  #content_center_head_left {
  	float: left;
  	width: 414px;
  	margin-right: 10px;
  	font-size: 26px;
  	color: rgb(116,116,116);
  }
  
  #content_center_head_right {
  	float: left;
  	width: 192px;
  	font-size: 26px;
  	text-transform: uppercase;
  	text-align: right;
  	color: rgb(148,148,148);
  }
  
  #content_center hr {
  	width: 605px;
  }
  
  #content_right {
  	float: left;
  	width: 150px;
  	background-color: white;
	min-height: 636px;
  }
  
  .rightbox {
  	width: 150px;
  }
  
  .rightbox_head {
  	text-align: center;
  	width: 150px;
  	background-color: rgb(89,144,190);
  	font-size: 14px;
  	color: white;
  	font-weight: bold;
  	margin-bottom: 2px;
  }
  
  .rightbox img {
  	border: 1px solid #abacae;
  	margin: 0px 0px 15px 0px;
	padding:0;
  }
  
  #searchbox_main {
  	width: 142px;
  	border: 1px solid #abacae;
  	padding: 3px 3px;
  	margin: 2px 0px 15px 0px;
  	text-align: center;
  }
  
  .searchbox_main_input {
  	width: 120px;
  }
  
  
/* ---------------------------------------------- listazo ---------------------------------------------- */

	#mainlist {
		width: 615px;
		height: 100%;
		margin-top: 25px;
		padding-left: 5px;
	}
	
	.mainlist_item, .simplelist_item {
		width: 606px;
	}
	
	.mainlist_item_left {
		width: 130px;
		float: left;
	}
	
	.mainlist_item_left img {
		border: 1px solid #abacae;
		width: 130px;
		padding: 1px;
		margin: 5px 0 0 0;
	}
	
	.mainlist_item_right {
		width: 466px;
		height: 100%;
		float: left;
		padding-left: 10px;
	}
	
	.mainlist_item_right_title {
		margin-bottom: 5px;
		text-align: left;
	}
	
	.mainlist_item_right_intro {
		font-size: 12px;
		margin-bottom: 10px;
		text-align: justify;
	}
	
	.mainlist_item_right_date {
		font-size: 10px;
		text-align: right;
	}

	#sublist {
		width: 615px;
		height: 100%;
		padding-left: 5px;
	}
	
	.sublist_title {
		width: 465px;
		float: left;
		height: 100%;
		text-align: left;
	}
	
	.sublist_date {
		width: 140px;
		float: left;
		height: 100%;
		font-size: 10px;
		text-align: right;
	}
	
	.simplelist_item_right_title img {
		float: left;
		border: 1px solid #abacae;
		width: 130px;
		padding: 1px;
		margin: 5px 10px 0px 0px;
	}
	
	.simplelist_item_right_title {
		margin-bottom: 5px;
		text-align: left;
	}
	
	.simplelist_item_right_intro {
		font-size: 12px;
		margin-bottom: 10px;
		text-align: justify;
	}
	
	.simplelist_item_right_date {
		font-size: 10px;
		text-align: right;
	}
	
/* ---------------------------------------------- kifejto ---------------------------------------------- */

	#article_title {
		text-align: left;
		width: 605px;
		margin-top: 35px;
	}
	
	#article_subtitle {
		width: 605px;
		margin-top: 15px;
	}
	
	#article_subtitle_left {
		float: left;
		width: 150px;
		text-align: left;
		font-size: 11px;
	}
	
	#article_subtitle_right {
		float: right;
		width: 58px;
		text-align: right;
	}
	
	#article_intro {
		width: 605px;
		text-align: justify;
		font-weight: bold;
	}
	
	#article_text {
		width: 605px;
		text-align: justify !important;
	}
	
	#article_text img { 
		border: 1px solid gray; 
		padding: 1px; 
	}
	
	#cikk_kuldes {
		float: left;
	}

	#cikk_nyomtatas {
		float: left;
	}

	#cikk_lablec_szunet {
		display:none;
	}

	#cikk_kuldes img, #cikk_nyomtatas img {
		border: 0;
	}

#article_text p {
	margin-bottom: 20px;
	margin-top: 20px;
}

#searchbox_species label {
	display:block;
	float:left;
	padding-right:20px;
	text-align:right;
	width:150px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#searchbox_species input, #searchbox_species select {
	margin-top: 7px;
	margin-bottom: 7px;
}

input.year {
	width:4em;
	margin-right: 2px;
}

input.month, input.day {
	width:2em;
	margin-right: 2px;
}

	.search_resultnum {
		padding-top: 30px;
		padding-bottom: 20px;
		text-align:right;
		color: rgb(22,117,187);
	}

.lapozo_inner_separator_img {
	display: none;
}

.search_gomb {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.search_container_detailed .listazo_sor {
	border-top: 1px solid #a9a99f;
	padding-top: 15px;
	padding-bottom: 15px;
}

.search_container_detailed .listazo_sor .listazo_datum {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.search_container_detailed .listazo_sor .tovabbi {
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
}

.lapozo_start, .lapozo_prev, .lapozo_next, .lapozo_end {
	margin-right: 3px;
	margin-left: 3px;
}

.lapozo_inner_separator {
	border-right: 1px solid black;
	margin: 4px;
}

.search_container_detailed .listazo_sor .listazo_cim a {
	color: rgb(22,117,187);
}

.search_button_container_detailed {
	text-align: center;
}

.search_button_container_detailed .searchButton {
	padding: 2px;
}

.hiddenLastItem {
	display: none !important;
}

@media print {
	#head_main, #hotlinks, #footer, #content_right, #content_left, #cikk_lablec, #lightwindow, #lightwindow_overlay {
		display: none;
	}
#content_center {
	padding-top: 0px;
}
}

	
	
	
		
	
		
  
  	
  
  
  
  
  
  
  