.topbg
{
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
}

.logobg
{
	background-image: url(images/2.gif);
	background-repeat: repeat-y;
}

.bg1
{
	background-image: url(images/bg1.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.top2
{
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.top4
{
	background-image: url(images/top2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.top4bg
{
	background-image: url(images/top4bg.jpg);
	background-repeat: repeat-x;
}

.bg2
{
	background-image: url(images/1.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.nc
{
	background-image: url(images/ncenter.gif);
	background-repeat: repeat-y;
}

p
{
padding: 0px;
margin: 0px;
}


.text1
{
	font-family: Tahoma;
	font-size: 12px;
	color: #004B7E;
	text-decoration: none;
}

table, a
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

h1
{
	font-family: Tahoma;
	font-size: 13px;
	color: #006699;
	text-decoration: none;
text-transform: uppercase;
padding: 0px;
margin: 0px;
}

h2
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
padding: 0px;
margin: 0px;
}

.news
{
	font-family: Tahoma;
	font-size: 13px;
	color: #006699;
	text-decoration: none;
text-transform: uppercase;
}

.text2
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.text3
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.text4
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.in
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
border: 1px solid;
border-color: #000000;
}

/*--- TL Rooms List ---*/
.lux
{
	font: 16px Georgia;
	font-weight: bold;
	color: red;
}

.booking
{
	padding: 0;
	font: 12px Verdana;
	color: #ff0000;
}

.booking p
{
	margin: 0;
	padding: 0;
	color: #444444;
}

.booking b
{
	font-weight: bold;
	color: #657800;
}

.booking a
{
	width: 172px;
	margin: 10px 0 13px 0;
	text-align: right;
}

.booking .button {
	width: 172px;
	margin-left: 0;
	margin-right: auto;
    display: block;
    text-decoration: none;
	float: bottom;
}
.booking .button em {
    line-height: 0;
}
.booking .button span {
    cursor: pointer;
    display: block;
    text-align: center;
    white-space: nowrap;
}
.booking .popup-button {
    background: url("/images/rooms_button.png") no-repeat scroll right -23px transparent;
    height: 23px;
}
.booking .popup-button span {
    background: url("/images/rooms_button.png") no-repeat scroll 0 0 transparent;
    color: white;
    font: 11px/23px Verdana;
	font-weight: bold;
    height: 23px;
    margin-right: 3px;
    padding: 0 7px 0 10px;
	line-height: 23px;
	text-transform: uppercase;
}
.booking .popup-button:hover {
    background-position: right -69px;
}
.booking .popup-button:hover span {
    background-position: 0 -46px;
}

/*--- TL Booking Form ---*/
#preorder
{
  float: left;
  background-color:#FFFEEC;
  margin: 15px 0 40px 0;
  border:1px solid #000000;
  padding:15px;
}
#preorder .img
{
  float: left;
}
#preorder .text
{
  float: left;
  width: 690px;
  padding: 7px 0 0 10px;
}
#preorder .link
{
  text-align: right;
  position: relative;
  top: 5px;
}
#preorder .link,
#preorder .link a
{
  color: #214e99;
}
