/* +-----------------------------------------------+
   |                  Algemeen                     |
   +-----------------------------------------------+ */
body, table {
   font-family          : Verdana, Arial, Helvetica;
   font-size            : 10px;
   color                : #1761AC;
}
body {
   background-color     : #FEDC00;
   margin               : 0px;
}
a {
   font-size            : 12px;
   color                : #000000;
   text-decoration      : none;
}
a:hover {
   color                : #FF0000;
}
a.Link1 {
   font-size            : 10px;
   font-weight          : bold;
   color                : #FF0000;
   text-decoration      : none;
}

a.Link1:hover {
   color                : #000000;
}

.pricehotel {
   font-size            : 24px;
   font-weight          : bold;
   color                : #FF0000;
   margin               : 0px;
}

.menutext {
   font-size            : 11px;
   font-weight          : none;
   color                : #1761AC;
   margin               : 0px;
}
.menutext:hover {
   color                : #FF0000;
   font-weight          : bold;
}

.menutextselect {
   font-size            : 11px;
   color                : #FF0000;
   font-weight          : bold;
   margin               : 0px;
}

.Linksite {
   font-size            : 11px;
   font-weight          : none;
   color                : blue;
   text-decoration      : none;
}

.Linksite:hover {
   color                : red;
   font-weight          : none;
}

h1 {
   font-size            : 22px;
   font-weight          : none;
   color                : #FF0000;
   margin               : 0px;
}
h2 {
   font-size            : 24px;
   font-weight          : bold;
   color                : #000000;
   margin               : 0px;
   padding-left         : 5px;
}
h3 {
   font-size            : 12px;
   font-weight          : bold;
   color                : #000000;
   margin               : 0px;
   padding-left         : 5px;
h4 {
   font-size            : 10px;
   font-weight          : bold;
   color                : #FF0000;
   margin               : 0px;
   padding-left         : 5px;
}

/* +-----------------------------------------------+
   |                  Link Items                   |
   +-----------------------------------------------+ */

.Top5table {
   border               : 2px SOLID #000000;
   width                : 275;
}
.Top5table {
   border-bottom        : 2px SOLID #000000;
   width                : 100%;
   align				: center;
   bgcolor				: #FFFFFF;
   height				: 60px;
}
.ImgBorder {
   border               : 1px SOLID #000000;
}

.menu {
   font-size            : 6px;
   font-weight          : bold;
   color                : #000000;
   text-decoration      : none;
}

/* +-----------------------------------------------+
   |                  SCROLLBAR                    |
   +-----------------------------------------------+ */
body {
	scrollbar-arrow-color:#FF0000;
	scrollbar-track-color:#FEDC00;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#FEDC00;
	scrollbar-highlight-color:#FEDC00;
	scrollbar-darkshadow-color:#FEDC00;
	scrollbar-3dlight-color:#000000;
}
