/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	font-family: Tahoma;
}

#lap {
	position: relative;
	width: 915px;
	margin: 0px auto 0px auto;
	background-color: white;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

#intro {
	display: none;
	position: absolute;
	z-index: 3;
	width: 900px;
	height: 500px;
	top: 60px;
	background-color: white;
	background-image: url(kepek/Ekler_intro.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#intro_linkek {
	display: none;
	position: absolute;
	z-index: 3;
	top: 560px;
}
#intro_linkek img {
	border: none;
}

#EklerZs_link {
	float: left;
}
#ProgEn_link {
	float: right;
}

#fejlec {
	position: relative;
	display: none;
	clear: both;
	height: 60px;
	background-color: white;
}

#lang {
  float: left;
  margin-top: 18px;
}

#fejlec_img {
	display: block; /*ha ez nincs, akkor az IE6 kis alsó margót eröltet a kép alá, mert nála az img defaultból nem block elem*/
  float: right;
	margin: 0px;
	padding-right: 100px;
	border: none;
}

#menu {
  display: none;
	position: relative;
	float: left;
	width: 210px;
	background-color: white;
}

.menu_sor{
  padding-bottom: 0.1em;
}

.menu_cim{
  color: #808080;
	cursor: pointer;
}

.menu_blokk_cim{
	cursor: pointer;
}

.menu_blokk{
	/*display: none;*/
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	padding-top: 0.2em;
	margin-top: 0.2em;
}

#tabla_doboz {
	display: none;
	position: relative;
	float: right;
	width: 700px;
	/*height: auto;*/
	background-color: white;
	/*overflow: auto;*/
}

#team_vez_blokk {
  float: left;
  width: 200px;
  margin-top: 1em;
  margin-bottom: 1em;
}

#team_blokk {
  float: left;
  width: 400px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.team {
  float: left;
  margin-left: 1em;
  font-weight: bold;
}

/*publikációk listái*/
.belso_cim {
  margin-bottom: 2em;
}

.felsorolas {
  width: 580px;
  margin-left: 1em;
}

.felsorolas li {
  padding-bottom: 0.5em;
  font-size: 1.2em;
}

.oszlop_1{
  padding-right: 1em;
  text-align: right;
}