/* https://www.fontsquirrel.com/fonts/list/hot_web */

@font-face
{
  font-family: 'exto';
  src: url('../font/exo2-light-webfont.woff2') format('woff2'), url('../font/exo2-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'orbitron-light';
  src: url('../font/orbitron-light-webfont.woff2') format('woff2'), url('../font/orbitron-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'orbitron-medium';
  src: url('../font/orbitron-medium-webfont.woff2') format('woff2'), url('../font/orbitron-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body
{
  background-image: url('../images/background.gif');
  /*background-color: #6a6a62;*/
  font-family: 'exto', Fallback, sans-serif;
  /*font: 15px tahoma;*/
}

.contentlink
{
  color: #27408b;
  text-decoration: none;
}

  .contentlink:hover
  {
    color: #B70F39;
  }

.toplinkright
{
  font-family: 'orbitron-medium', Fallback, sans-serif;
  font-size: 14pt;
  color: #9E0E32;
  text-decoration: none;
}

a.toplinkright:hover
{
  color: #b10505;
}

.toplinkright_sub
{
  font-family: 'orbitron-light', Fallback, sans-serif;
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
}

a.toplinkright_sub:hover
{
  color: #b10505;
}

.box1
{
  background-color: #f3f3f2;
  border-radius: 9px 9px 9px 9px;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  border: 6px double #b0c4de;
}

.box2
{
  border-radius: 9px 9px 9px 9px;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  border: 6px double #BDBDBD;
}

a.toplink
{
  color: #27408b;
  text-decoration: none;
  font-size: 11pt;
}

  a.toplink:hover
  {
    color: #b10505;
  }

a.toplink_new
{
  color: #27408b;
  text-decoration: none;
  font-size: 12pt;
}

  a.toplink_new:hover
  {
    color: #b10505;
  }

  a.toplink_available
{
  color:   #852504;
  text-decoration: none;
  font-size: 11pt;
}

  a.toplink_available:hover
  {
    color:    #b10505;
  }


a.bottomlink
{
  color: #27408b;
  text-decoration: none;
}

  a.bottomlink:hover
  {
    color: #b10505;
  }


/* Dropdown Button */
.dropbtn
{
  background-color: white;
  color: #000000;
  padding: 14px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown
{
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content
{
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

  /* Links inside the dropdown */
  .dropdown-content a
  {
    color: black;
    padding: 6px 6px;
    text-decoration: none;
    display: block;
  }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover
    {
      background-color: #f1f1f1;
    }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content
{
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn
{
  background-color: #f1f1f1;
}
