@charset "utf-8";
	
#container { 
	width: 100%;   /* ez nem feltetlen kell, adhatunk kisebb erteket */ 
	background: #FFFFFF;
	/*margin: 0 auto;  /* az auto margin centerez ha a width kisebb pl. */
}  
#sidebar1 {              /* best of restaurants */
	float: left; 
	width: 150px;        /* float eseten kell a width */
    margin: 0;  
	padding: 0px 0 0 0px; 
	cursor: pointer;
}
#sidebar1 a, #sidebar1 img {    
    text-decoration: none;
    border: none;
}
#sidebar2 {              /* best of hotels */
	float: right; 
	width: 150px; 
    margin: 0;  
	padding: 0px 20px 0 5px; 
}
#sidebar2 a, #sidebar2 img {    
    text-decoration: none;
    border: none;
}
#mainContent {           /* bpoints */
	background: url("../image/mix.jpg") repeat-x  0px 11px;	
	margin: 0;  
	padding: 0;
    text-align: center;
    height: 250px;
} 
#mainContent img {           
    margin: 0;  
	padding: 0 0 0 20px;
    text-align: center;
    cursor: pointer;
} 

#advkeret0 {
	border: solid 1px #ffffff;
}
#advkeret {
	border: solid 4px #496223;
}
#bestof0 {
    background-image: url("../image/hotelhatter.jpg");
    background-repeat: repeat-x;
    background-color: #fff;
    height: 100%;    /* a float elemeknel a 100% addig nem ervenyesul amig a clear:both elemet nem vesszuk fel ! */
	border: solid 1px #ffffff;
    margin-bottom: 15px; 
    color: #003;
}
#bestof {
	border: solid 4px #496223;
}
#containerbest { 
	width: 100%;   /* ez nem feltetlen kell, adhatunk kisebb erteket */ 
	background: #FFFFFF;
	margin: 0 auto;  /* az auto margin centerez ha a width kisebb pl. */
}  
#bestbar {
    background-image: url("../image/hotelhatter90.jpg");
    background-repeat: repeat-x;
    background-color: #49623f;
    float: left; 
	width: 380px;        /* float eseten kell a width */
	padding: 0px 8px 10px 12px;
	margin: 0 10px 0 0;
}
#bestbar table {
	border-top: 4px solid #fb9f45;
	border-left: 4px solid #fb9f45;
}
#bestbar td {
	border-right: 4px solid #fb9f45;
	border-bottom: 4px solid #fb9f45;
	vertical-align: top;
}

#bestbar a:hover {
    color: #FE9205;
    text-decoration: none;
} 
#bestbar1 {
    background-image: url("../image/hotelhatter90.jpg");
    background-repeat: repeat-x;
    background-color: #e4eee3;
	padding: 15px 5px 8px 5px;
	margin: 0 10px 0 0;
} 
#bestbar1 a:hover {
    color: #d96c02;
} 

/* ---------------- bestof restaurants - bestbar ablak az index.php also reszen -------------- */
.diningguide {    
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 12px;
    line-height: 12px;
    color: #040;
    text-align: center;
    margin: 0;
}
.diningguide a, .diningguide img {    
    text-decoration: none;
    border: none;
}
.bestrest {
	margin: 0 0 0 0;
	padding: 0;
    /* border-top: 1px dotted #aaa; */
    clear: left;
}

.bestrest p {
    padding: 0;
    margin: 0;
}
.bestrestcim {
	text-align: center;
	margin: 0px 0 0 0;
	font-size: 12px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    /*font-weight: bold;*/
    line-height: 12px;
}
.bestrestcim a {
	text-align: center;
	font-size: 11px;
    font-family: Verdana, Georgia, "Times New Roman", Serif;
    font-weight: bold;
    line-height: 15px;
    color: #fe9205;
}
.bestresttxt {
	margin: 8px 5px;
	font-size: 10px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 14px;
    text-align: justify;
    color: #cdc; /* #dae4d8; */
}


/* ---------------- bestof hotels - bestbar1 ablak az index.php also reszen -------------- */
.bestrest1 {
    margin: 2px 0 0 0;
	padding: 0;
    border-top: 1px dotted #aaa;
    clear: left;
}
.bestrest1 img {
	float: left;
	padding: 4px 0px 0px 4px;
	margin: 15px 8px 0 3px;
	border: 1px solid #000;
    background-color: #fb9f45;
}
.bestrest1 p {
    padding: 0;
    margin: 0;
}
.bestrest1cim {
	font-size: 11px;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 12px;
}
.bestrest1cim a {
	font-size: 11px;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 15px;
    color: #004400;
}
.bestrest1txt {
	margin: 3px 5px;
	font-size: 10px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 12px;
    text-align: justify;
    color: #004400;
}

#bestofclear {
    clear: both;
}


/* ------- bottom resz ---- nyelvek, ceges es jogi reszletek --------- */
#botkeret0 {
	border: solid 1px #49623f;
	margin: 0;
	text-align: center;
}
#botkeret {
	border: solid 5px #ffffff;
	background-color: #49623f;
	margin: 0;
	padding: 5px;
}
#botkeret a:hover {
	color: #fff;
	text-decoration: none;
}
.fejcimek {
	font-family: Verdana, sans-serif, Arial;
	font-size: 11px;
	color: #75fe63;
	text-decoration: none;
	vertical-align: bottom;
}
.fejcimek2 {
	font-family: Verdana, sans-serif, Arial;
	font-size: 11px;
	color: #d9fed4;
	text-decoration: none;
}
.fejcimek3 {
	font-family: Verdana, sans-serif, Arial;
	font-size: 11px;
	color: #75fe63;
	text-decoration: none;
	vertical-align: bottom;
	cursor: pointer;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* az index.php ben a hotels.css szerepel - ehhez kepest itt nehany atvaltoztatas */
.menu2 {
	margin: 0;
	padding: 0;
	list-style: none;
    background: #49623F; /* #fb9f45; */
    float: right;
}
.menu2 li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
	display: inline;
}
.menu2 .menuclass {
	margin: 0; 
	padding: 0;
	display: block;
    float: left;
    padding: 3px 8px;
    font-weight: bold;
    background-color: #49623F;
    border-left: 1px solid #fff;
    color: #ffffff;
	cursor: pointer;
	text-decoration:  underline;
}
#mapsearch {
	font: 12px Verdana, Tahoma, Helvetica, sans-serif;
	width: 260px;
	height: 260px;
	font-weight: bold;
	background: #e17b26; /* #49623f; */
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-left: solid 5px #fff;
	border-right: solid 5px #fff;
	border-top: solid 5px #fff;
}
.showmap {
	background: #7ba46a;
	font: bold 16px Arial, Tahoma, Helvetica, sans-serif; 
	color: #ffffff;
	width: 220px;
	height: 50px;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #c4c4c4;
	cursor: pointer;
}
#showmaplink {
	font: bold 16px Arial, Tahoma, Helvetica, sans-serif; 
	height: 50px;
	background-image: url('../image/mapsearch.gif');
	background-position:  -4px -10px; 
	background-repeat: no-repeat; 
	color:#790000; 
	padding:10px 0 40px 0;
}

