body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 12px Arial,Verdana,Helvetica,sans-serif;
	color: #565656;
}
td {
	text-align: left;
	font: 12px Arial,Verdana,Helvetica,sans-serif;
	color: #565656;
}
h2 {
	font: bold 12px Arial,Verdana,Helvetica,sans-serif;
	margin-bottom: 10px;
	color: black;
}
p {
	line-height: 20px;
}
a img {
	border: none;
}

#body {
	background-color: #66767f;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
}
#body2 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	background: #ffffff;
	background-image: url(../images/main_bg2.png);
}
#head {
	background-image: url(../images/header2_bg.png);
	border-top: 12px solid #FF0000;
	border-bottom: 5px solid #000000;
	height: 122px;
}
#head img {
	bottom: 0px
}
#rightbar {
	float: right;
	width: 340px;
	margin-right: 6px;
}
#rightbar2 {
	margin: 8px;
	text-align: center;
}
.box {
	border: 1px solid #888888;
	background: white;
	margin-bottom: 10px;
}
.boxhead {
	background-image: url(../images/lbar_title_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #5a83a1;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: black;
}
.boxredhead {
	background-image: url(../images/lbar_title_bg-24.png);
	background-repeat: repeat-x;
	border: 1px solid #ff0000;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: black;
}
.boxcontent {
	margin: 5px;
	font-size: 10px;
	color: black;
}
.boxcontent a {
	color: #66bbbb;
	text-decoration: none;
}
.redbox {
	background-color: #cf0100;
	background-image: url(../images/red_bg.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding: 5px;
	color: white;
}
.redbox a {
	color: white;
}
#main {
	margin-left: 20px;
	margin-right: 356px;
/*	background: #FFFFFF;*/
}
#mainmenu {
	float: right;
	background: transparent;
	height: 32px;
	padding: 7px 0px 7px 7px;
	margin-top: 40px;
	text-decoration: none;
	color: #cdcdcd;
	font-size: 12px;
}
#mainmenu a {
	display: block;
	float: left;
	padding: 7px 6px;
	text-decoration: none;
	color: #d0d0d0;
	margin-right: 2px;
	transition-duration: 0.2s;
	transition-proporty: background,color;
}
#mainmenu a:hover {
	background-color: orange;
	color: black;
}
#menu {
	float: right;
	margin-top: 34px;
}
#menu > a {
	display: block;
	float: right;
	padding: 8px 10px;
	color: #7898aa;
	text-decoration: none;
	transition-duration: 0.2s;
	transition-proporty: background,color;
}
#menu > a:hover, #menu > a.active {
	background: #204255;
	color: #ffffff;
}
#selectlang {
	float: right;
	clear: right;
	margin-top: 5px;
}
#selectlang > div {
	display: block;
	float: right;
	margin: 8px 10px 0px;
}
#selectlang > div > a {
	color: #cfcfcf;
	text-decoration: none;
	transition-duration: 0.2s;
	trnasition-property: color;
}
#selectlang > div > a:hover {
	color: #ffffff;
}
#selectlang > div > a > img {
	margin-bottom: 8px;
}
#infotel {
	color: #4a819f;
	font: 10px Arial,Verdana,Helvetica,sans-serif;
	position: relative;
	text-align: left;
	top: 38px;
	left: 290px;
	width: 200px;
}

#slide {
	background-color: #142128;
/*	background-image: url(../images/left_margin.png);
	background-repeat: none;
	background-position: calc(50% - 603);*/
	height: 300px;
	padding: 0px;
}
#slide > div {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#underslide {
	background-image: url(../images/downbar.png),url(../images/downbar_bg.png);
	background-repeat: no-repeat,repeat; 
	background-position: center;
	height: 20px;
}

#maincontent {
	text-align: left;
	margin-right: 220px;
	padding: 15px;
}
#maincontent2 {
	text-align: left;
	padding: 15px;
}

#footer {
	backgrounD: #e4e5e5;
	border-top: 8px solid #000000;
	height: 210px;
	clear: both;
}
#footer2 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#downmenu {
	padding-top: 42px;
	margin-left: 315px;
	text-align: left;
}
#downmenu > a {
	color: #ffffff;
	text-decoration: none;
}

.subpages h2 {
	margin-top: 10px;
	height: 2.5em;
	text-transform: uppercase;
}
.subpages div {
}
.subpages .img {
	padding: 3px;
	border: 1px solid #c9c9c9;
}
.subpages img {
	background: #888888;
}
.hotellistitem {
	margin-top: 10px;
	float: left;
	width: 220px;
	border: 1px solid #AAAAAA;
	margin-right: 8px;
	padding-bottom: 5px;
}
.hotellistitem:even{
	clear; both;
}
.hliname {
	text-align: center;
	padding: 5px 5px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: #101040;
}
.hlipicture {
	margin-bottom: 5px;
}
.hlipicture > img {
	width: 220px;
}
.hlilocation, .hlilocation2, .hlilocation3 {
	margin-left: 5px;
	margin-right: 5px;
}
.artabla {
	border: 1px solid black;
	border-collapse: collapse;
	width: 581px;
}
.artabla p {
	margin: 0px;
}
.artabla td, .artabla th {
	border: 1px solid black;
	background: white;
	color: black;
	font: 12px Arial,Verdan,Helvetica,sans-serif;
	text-align: center;
	width: 80px;
}
.artabla tr td:first-of-type {
	background: red;
	color: white;
	text-align: left;
	width: auto;
}
.artabla tr:first-of-type td {
	background: green;
	color: white;
}
.artabla tr:first-of-type td:first-of-type {
	text-align: center;
}

#content {
	margin-top: 10px;
	overflow: hidden;
}
table.alap-csomag-tabla {
	border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
table.alap-csomag-tabla td {
	border: 1px solid black;
	border-spacing: 0px;
	margin: 0px;
	padding: 5px;
}
table.alap-csomag-tabla tr td:nth-of-type(2) {
	color: #008000;
}
table.alap-csomag-tabla tr td:nth-of-type(4) {
	color: #FF0000;
}
table.alap-csomag-tabla tr:first-of-type td:first-of-type {
	background: #008000;
	color: white;
}
table.alap-csomag-tabla tr:first-of-type td:nth-of-type(2) {
	background: #FF0000;
	color: white;
}
table.alap-csomag-tabla tr:last-of-type td:first-of-type {
	color: #565656;
}
table.alap-csomag-tabla tr:last-of-type td:nth-of-type(2) {
	color: #565656;
}
#rightbar div {
    display: block;
}