/*
copyright 2005-2010. Webelit Bt. www.webelit.hu - info@webelit.hu
coder: Molnár György, utolsó mód.: 2010.06.16.
---------------------------------
  GLOBÁLIS formázások!
---------------------------------
*/
body {
	padding: 10px;
	font: normal normal normal 1em/normal Arial, Helvetica, sans-serif;
	background: White url(bg.gif) repeat-x top;
}
#container {
	width: 720px;
	margin: 0 auto;
	background-color: White;
}
.bal {
	float: left;
}
.jobb {
	float: right;
}
a img {
	border: 0;
}
.super {
	vertical-align: text-top;
	font-size: xx-small;
}
/*
---------------------------------
  FEJLÉChez tartozó formázások!
---------------------------------
*/
#header {
	position: relative;
	width: 100%;
	height: 74px;
	margin-bottom: 18px;
	border-top: 2px solid #900;
	background: White url(header_bg.gif) repeat-x top;
}
#header h1, #header h2, #menu1 {
	position: absolute;
	margin: 0;
}
#header h1 {
	top: 0;
	left: 0;
	background: transparent url(h1_bg.gif) no-repeat top left;
}
#header h1 a {
	display: block;
	width: 242px;
	height: 44px;
}
#header h2 {
	top: 0;
	right: 0;
	width: 288px;
	height: 44px;
	background: transparent url(h2_bg.gif) no-repeat top right;
}
#header h1 a span, #header h2 span {
	display: none;
}
#menu1 {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: White url(menu_bg.gif) repeat-x top;
}
#menu1 li {
	float: left;
	width: auto !important;
	width: 10%; /* for IE */
	margin: 0;
	padding: 0 2px 0 0;
	text-align: right;
	white-space: nowrap; /* menu width forced for IE */
}
#menu1 li a {
	display: block;
	width: auto !important;
	height: 100%;
	border-top: 8px solid #C30;
	border-right: 2px solid #C30;
	padding: 2px 4px 0 15px;
	margin: 0;
	color: #900;
	text-decoration: none;
}
#menu1 li a:hover {
	border-top: 8px solid Black;
	border-right: 2px solid Black;
	color: Black;
}
#menu1 .active {
	padding-top: 8px;
}
#menu1 .active span {
	display: block;
	padding: 2px 2px 0 15px;
	color: White;
	border-right: 2px solid Black;
	background-color: Black;
}

/*
---------------------------------
  A TÖRZShöz tartozó formázások!
---------------------------------
*/
#body, #footer {
	overflow: hidden;
}
#body {
	width: 100%;
	background: #E5E5E5 url(welcome_bg.gif) repeat-x top;
}
.menu1 #body {
	background: #E5E5E5 url(szoveg_bg.gif) repeat-y left;
}
#content {
	width: 720px;
}
.menu1 #content {
	text-align: left;
	width: 704px;
	min-height: 262px;
	padding: 0 8px;
	background: transparent url(szoveg-top_bg.gif) no-repeat top left;
}
#welcome {
	width: 694px;
	height: 663px;
/*	border: 2px solid Black; */
	margin: 0 auto 10px;
	background: White url(welcome.jpg) no-repeat top left;
}
#welcome h3{
	display: none;
}
#bodysup {
	float: right;
	width: 144px;
	padding-bottom: 10px;
	border-top: 8px solid Black;
}
#bodysup img, #terkep img {
	padding: 2px;
}
#bodysup a, #terkep {
	display: block;
	width: 144px;
	height: 109px;
	margin-top: 10px;
	background-color: Black;
}
#terkep {
	float: left;
	margin: 10px 10px 10px 0;
}
#bodysup a:hover, #terkep:hover {
	background-color: #C30;
}
#szoveg {
	float: left;
	width: 535px;
	font-size: 80%;
}
h3 {
	float: right;
	width: 400px;
	height: auto;
	margin: 0;
	font-size: 140%;
	font-weight: normal;
	border-top: 8px solid #C30;
}
h3 span {
	float: right;
	display: block;
	padding: 4px 4px 0 20px;
	color: White;
	background-color: Black;
}
#textcontainer {
	float: right;
	width: 340px;
	padding: 10px;
}
table {
	width: 100%;
	margin: 10px 0;
	background-color: #E5E5E5;
}
table td, table th{
	padding: 5px;
	background-color: White;
}
table th {
	text-align: right;
}
#topbar {
	float: left;
	width: 154px;
	height: 270px;
}
.menu11 #topbar {
	background: transparent url(szoveg_menu11.jpg) no-repeat top left;
}
.menu12 #topbar {
	background: transparent url(szoveg_menu12.jpg) no-repeat top left;
}
.menu13 #topbar {
	background: transparent url(szoveg_menu13.jpg) no-repeat top left;
}
.menu14 #topbar {
	background: transparent url(szoveg_menu14.jpg) no-repeat top left;
}
.menu15 #topbar {
	background: transparent url(szoveg_menu15.jpg) no-repeat top left;
}
#bottombar {
	float: right;
	width: 360px;
	height: 22px;
	border-top: 2px solid Black;
}
#bottombar ul {
	float: right;
	position: relative;
	width: 40px;
	height: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: transparent url(bottom_sprite.gif) no-repeat top left;
}
#bottombar ul li {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}
#bottombar ul li, #bottombar ul li a {
	display: block;
	width: 20px;
	height: 22px;
}
#print {
	left: 0;
}
#fel {
	left: 20px;
}
#print a:hover {
	background: transparent url(bottom_sprite.gif) no-repeat 0 -22px;
}
#fel a:hover {
	background: transparent url(bottom_sprite.gif) no-repeat -20px -22px;
}
#gorog {
	padding: .5em 1em;
	text-align: center;
	background: White url(bg_gorogszallashelyek.jpg) no-repeat top;
	border: 2px solid Black;
}
#gorog h4 {
	font-size: 1.2em;
	color: Red;
}
/*
---------------------------------
  A LÁBLÉChez tartozó formázások!
---------------------------------
*/
#footer {
	clear: both;
	height: 22px;
	color: White;
	border-top: 2px solid #C30;
	padding: 2px 4px;
	background-color: #900;
}
#footer a {
	color: White;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_bal {
	float: left;
}
#footer_jobb {
	float: right;
}
#footer_bal span, #footer_jobb span {
	display: none;
}

