@charset "iso-8859-2";

body {
	background: #006590;
	color: #727272;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#header {
	width: 934px;
	height: 134px;
	margin: 0 auto;
	background: url('../images/header.jpg');
}

ul#lang {
	float: right;
	margin: 60px 40px 0 0;
	list-style: none;
}

ul#lang li {
	float: left;
	width: 40px;
	margin: 0 0 0 20px;
	text-align: center;
}

ul#lang li a {
	color: #006590;
	font-size: 11px;
}

ul#lang li a img {
	margin: 0 0 0 4px;
}

#menu {
	width: 934px;
	height: 40px;
	margin: 0 auto;
	background: url('../images/menu.jpg');
}

#menu ul {
	margin: 0 0 0 30px;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu ul li {
	float: left;
	margin: 0 0 0 5px;
}

#menu ul li a {
	display: block;
	width: 105px;
	height: 27px;
	padding: 5px 0 0 0;
	background: url('../images/menuhover.gif');
	color: #5e0d0c;
	font-size: 13px;
	text-align: center;
}

#menu ul li a:hover {
	background-position: 0 -32px;
	color: #fff;
}

#menu span {
	display: none;
}

#content {
	width: 854px;
	margin: 0 auto;
	padding: 10px 40px 0;
	background: url('../images/content.jpg');
	text-align: justify;
}

#breadcrumb a {
	color: #727272;
}

#breadcrumb span {
	color: #000;
}

#left {
	float: left;
	width: 527px;
	margin-bottom: 10px;
}

#right {
	float: right;
	width: 272px;
	padding: 20px 10px 0;
	background: #eff7fa url('../images/right.jpg') no-repeat top;
}

#footer {
	position: relative;
	top: -1px;
	width: 906px;
	height: 69px;
	margin: 0 auto;
	padding: 9px 14px 0;
	background: url('../images/footer.jpg');
}

#logo {
	float: left;
}

#footer ul {	
	float: left;
	margin: 16px 0 0 100px;
	list-style: none;
}

#footer ul li {
	display: inline;
	color: #6aa5bf;
}

#footer ul li a {
	color: #6aa5bf;
}

#footer ul li a:hover {
	color: #1a5670;
}

#adacta {
	float: right;
	margin: 0 25px 0 0;
}

.img_border {
	width: 507px;
	height: 282px;
	padding: 11px 10px 10px;
	background: url('../images/img_border.jpg');
}

.box_white_top {
	display: block;
	width: 272px;
	height: 10px;
	background: url('../images/box_white_top.png');
}

.box_white {
	width: 222px;
	padding: 10px 25px 5px;
	background: #fff;
}

.box_white_bottom {
	display: block;
	width: 272px;
	height: 10px;
	margin: 0 0 5px 0;
	background: url('../images/box_white_bottom.png');
}

.box_blue_top {
	display: block;
	width: 272px;
	height: 10px;
	background: url('../images/box_blue_top.png');
}

.box_blue {
	width: 222px;
	padding: 10px 25px 5px;
	background: #f6fcff;
}

.box_blue_bottom {
	display: block;
	width: 272px;
	height: 10px;
	margin: 0 0 5px 0;
	background: url('../images/box_blue_bottom.png');
}

.box_white p, .box_blue p {
	margin: 0 0 5px 0;
}

div.menu_nextlevel {
	float: left;
	border: 2px solid #DCF2FD;
	width: 230px;
	padding: 3px 5px;
	margin: 0 10px 5px 0;
}

div#jegyrendeles
{
  background-color:white;
  border:1px solid black;
  width:650px;
  position:absolute;
  top:205px;
  left:350px;
  padding: 15px;
}

/*JEGYRENDELES BEGIN*/

div#jegyrendeles p
{
  padding: 5px 0 5px 0px;
}

div#jegyrendeles p input, div#jegyrendeles input
{ 
   border: 0px solid black;
   border-bottom: 1px dotted black;
}

div#jegyrendeles p select option
{
  text-align:right;
}

div#jegyrendeles p input.short, div#jegyrendeles input.short
{
  text-align: right;
  width: 45px;
}

div#jegyrendeles p select
{
  width: 80px;
  text-align: right;
}

div#jegyrendeles p input.underline, div#jegyrendeles input.underline
{
  border-bottom: 1px solid black;
}

div#jegyrendeles p input.long, div#jegyrendeles input.long
{
  width: 250px;
}

div#left.wide div.menu_nextlevel
{
  width: 189px;
}

div#left.wide
{
  width: 854px;
}

/*JEGYRENDELES END*/