* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #ffffff;
	height: 100%;

	font: 10pt "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}

a img {
	border: none;
}

#tarolo {
	background: #ffffff url(/images/hatter.png) center top;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -82px;
	background-position: 50% 0;
	background-repeat: repeat-y;
}

/* Fejléc */

#fejlec {
	display: block;
	height: 254px;
	background: url(/images/fejlec.png);
}

#fejlec #logo {
	display: block;
	height: 200px;
	width: 380px;
	float: left;
}

#fejlec #logo h1 a {
	display: block;
	height: 200px;
	width: 340px;
	text-indent: -9000px;
}

#fejlec #egyeb {
	float: left;
	width: 480px;
	height: 126px;
}

#fejlec #egyeb #bannerhelye {
	height: 90px;
	padding-top: 26px;
	width: 480px;
}

#fejlec #egyeb #kereses {
	text-align: right;
	width: 470px;
	height: 28px;
}

#fejlec #egyeb #nevnap {
	height: 20px;
	width: 470px;
	text-align: right;
	font-size: 9pt;
}

/* Tartalom */

#tartalom #fohely {
	display: block;
	width: 580px !important;
	width: 610px;
	float: left;
	padding-left: 30px;
}

#tartalom #fohely h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
}

#fohely .bejegyzes {
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
}

#fohely .bejegyzes h3 {
	font-size: 19px;
	font-weight: bold;
}

#fohely .bejegyzes h3 a {
	text-decoration: none;
	color: black;
}

#fohely .bejegyzes h3 a:hover {
	text-decoration: underline;
	color: black;
}

#fohely .bejegyzes .belsoszoveg {
	margin: 20px 0;
}

#fohely .bejegyzes .belsoszoveg p {
	margin: 0 0 5px 0;
}

#tartalom #oldallec {
	display: block;
	padding: 0 0 0 11px;
	width: 270px;
	float: left;
}

#tartalom #oldallec #szamok {
	width: 240px;
	border: red solid 2px;
	background: white;
	
}

#tartalom #oldallec #szamok #tobbiszam {
	height: 115px;
	overflow: auto;
	padding: 3px;
}

#tobbiszam {
  position: relative;
  width: 232px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #EFEFEF;
}

#tobbiszamb {
  width: 728px !important; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
  width: 582px; /* = width + margin left + margin right from the content rule + border*2 from the container rule*/
}

.content {
  width: 200px;
  height: 200px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #EFEFEF;
  font-size: .8em;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}


/* Lábléc */

#lab-seged {
	height: 82px;
	clear: both;
}

#lablec {
	display: block;
	width: 870px;
	background: url(/images/lablec.png);

	color: black;

	margin: 0 auto;
	height: 22px;
	padding: 60px 0 0 30px ;
}

#lablec a {
	color: #0000ff;
}


