 <!--

/* ### stylesheet - great-hotel.com © rundbild.com 16.01.2007 ### */

body {
margin: 0;
font-family: 'Times New Roman', 'Times', serif;
background-color: #ffdb83;
color: #000000;
text-align: left;

scrollbar-arrow-color: #ffefc9;
scrollbar-3dlight-color:#000000;
scrollbar-highlight-color:#ffffff;
scrollbar-face-color: #e16905;
scrollbar-shadow-color: #efefef;
scrollbar-track-color: #666666;
scrollbar-darkshadow-color: #000000;
}

 /* -- Titeltext Tabelle Seitenkopf -- */
.tt {
margin: 0 0 0 -23px;
color: #ffefc9;
font-family: 'Times', 'Times New Roman', serif;
font-size: 13pt;
font-weight: 400;
text-align: center;
}

.hl {
margin: 1.0pt 0 0 0;
padding: 8px 0 0 0;
padding-right: 23px; /* Ausgleich für Flaggenversatz */
text-align: center;
letter-spacing: 5;
color: #FFEFC9;
font-size: 26pt;
font-weight: 200;
}

.hls {
margin: 4.0pt 0 8.0pt 0;
color: #ffefc9;
font-weight: 400;
letter-spacing: 8;
font-size: 10pt;
text-align: center;
}


/* Navigation mit grafischen Rollover-Buttons */

#navmenue {
margin: 0 0 18px 0;
display: block;
}

table.menue {
/* border: solid 1px red; */
}

.menue td {
padding: 2px 2px 2px 2px;
}

.menue a {
display: block; /* wichtig! */
background-image:url(http://www.tolles-hotel.de/buttons/menue/button-bg.gif);
background-repeat:no-repeat;
background-position: 0px 0px;
}

.menue a:focus {
padding: 1px 0 0 1px;
background-position: 0px -48px;
}

.menue a:hover {
background-position: 0px -24px;
}

.menue a:active {
padding: 1px 0 0 1px;
background-position: 0px -48px;
}

.buttontext {
width:140px;
height:24px;
overflow:hidden;
}


 //-->