body {
  font-family: Tahoma;
  font-size: 12px;
  margin-right:2px;
  margin-bottom: 10px;
}

td {
  font-family: Tahoma;
  font-size: 12px;
}

td.footright {
  background: url(../images/bg.jpg);
  background-repeat: repeat-y;
  background-position: right;
}

td.footleft {
  background: url(../images/bgleft.jpg);
  background-repeat: repeat-y;
  background-position: left;
}

td.item {
  height: 25px;
  background: url(../images/item.jpg);
  background-repeat: no-repeat;
  font-weight: bold;
}

td.algrechts {
  background: url(../images/bg_alg.jpg);
  background-position: right top;
  background-repeat: repeat-y;
}

td.alglinks {
  background: url(../images/bg_alglinks.jpg);
  background-position: left top;
  background-repeat: repeat-y;
}

td.algonder_startrechts {
  background: url(../images/bg_algonder.jpg);
  background-position: right bottom;
  background-repeat: repeat-x;
}

td.banner {
  background: url(../images/bg_banner.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

td.lastminutes {
  background: url(../images/bg_lastminute.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}

td.honeymoon {
  background: url(../images/bg_honeymoon.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}

td.reisbesprekingen {
  background: url(../images/bg_reisbesprekingen.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}

td.brochures {
  background: url(../images/bg_jetair.jpg);
  background-repeat: no-repeat;
}

td.mijnreis_loginbg {
  background: url(../images/mijnreis_loginbg.jpg);
  background-repeat: no-repeat;
}

a {
  font-family: Tahoma;
  font-size: 12px;
  color: #ff7901;
  text-decoration: none;
}

a:hover {
  font-family: Tahoma;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

a.readmore {
  font-family: Tahoma;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a.readmore:hover {
  font-family: Tahoma;
  font-size: 12px;
  color: #ff7901;
  text-decoration: none;
  font-weight: bold;
}

a.mijnreis_loginlink {
  font-family: Tahoma;
  font-size: 10px;
  color: #666666;
  text-decoration: none;
}

a.mijnreis_loginlink:hover {
  font-family: Tahoma;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}

a.mijnreis_loggedin {
  font-family: Tahoma;
  font-size: 12px;
  color: #266d9e;
  text-decoration: none;
}

a.mijnreis_loggedin:hover {
  font-family: Tahoma;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

a.lastminutes {
  font-family: Tahoma;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

a.lastminutes:hover {
  font-family: Tahoma;
  font-size: 12px;
  color: #ff7901;
  text-decoration: none;
}

a.copyright {
  font-family: Tahoma;
  font-size: 10px;
  color: gray;
  text-decoration: none;
}

a.copyright:hover {
  font-family: Tahoma;
  font-size: 10px;
  color: gray;
  text-decoration: underline;
}

input.mijnreis_login {
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  font-family: Tahoma;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}

.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: -3px;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Helvetica Condensed;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 2px 5px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid gray;
color: #5A5A5A;
font-size: 13px;
font-weight: bold;
background: #ffffff url(../dropdowntabfiles/media/halfmoontab.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: #5A5A5A;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #cbcbcb;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #cbcbcb; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #eff8d2;
width: 200px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #cbcbcb; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #efefef;
}

