body {
      background-color: #214265;
      background-image: url(/img/content_bg.gif);
      background-repeat: repeat-y;
      background-position: center;
      margin: 0;
}
ul   {
      margin-left: 20px;
     }
img {
      border: 0;
}
img.logo {
      float: left;
      padding-left: 9px;
      padding-top: 5px;
      border: 0;
}
div.canvas {
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      padding-bottom: 30px;  /* Altid plads til 'footer' dvs = div.footer.height */
      width: 769px;
      height: 100%;
      font-family: "Times New Roman", times;
      font-size: 12pt;
}
div.top {
      margin: 0;
      padding: 0;
      border: 0;
      height: 120px;
      background: #f8f8f8;
      font-size: 14pt;
}

   form#loginform label {
     float: left;
     font-family: verdana;
     font-size: 8pt;
     padding-top: 5px;
     height: 16px;
   }
   form#loginform input#dchloginnr,
   form#loginform input#email,
   form#loginform input#kodeord {
     font-family: verdana;
     font-size: 8pt;
     width: 100px;
   }
   form#loginform a {
     text-decoration: underlinie;
     color: white;
     font-family: verdana;
     font-size: 7pt;
   }
   div#visemail {
     display: none;
     vertical-align: middle;
   }
   
   div#overlay {
     z-index: 5;
     height:100%;
     width: 100%;
     padding: 0;
     margin: 0;
     position: fixed;
     left: 0;
     top: 0;
     display: block;
     background-color: black;
     filter:alpha(opacity=50);
     opacity: 0.5;
     -moz-opacity: 0.5;
     display: none;
   }
   div#hjaelpbox {
     z-index: 6;
     position: absolute;
     margin-left: -250px;
     font-family: 'lucida grande', tahoma, verdana, arial;
     font-size: 10pt;
     border: 1px solid black;
     top: 60px;
     left: 50%;
     display: none;
     background: white;
     width: 500px;
     height: 445px;
     overflow: auto;
/*     padding: 8px; */
   }


    div.content {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 14pt;
    }
    div.footer {
      height: 23px;
      width: 759px; /* 800px; */
      position: fixed;
      top: auto;
      bottom: 0px;
      border-top: 1px solid #214265;
      color: white;      
      background: #214265;
      z-index: 2;
      font-size: 12pt;
    }
    div.footer2 {
      font-family: Arial;
      font-size: 10pt;  /* 12pt */
      height: 20px;     /* 23px */
      width: 782px; /* 800px; */
      position: fixed;
      top: auto;
      bottom: 0px;
      border-top: 1px solid #214265;
      color: white;      
      background: #214265;
      z-index: 2;
      margin-left: -12px;
    }
    div.footer3 {
      height: 23px;
      width: 792px; /* 800px; */
      position: fixed;
      top: auto;
      bottom: 0px;
      border-top: 1px solid #214265;
      color: white;      
      background: #214265;
      z-index: 2;
      font-size: 12pt;
      margin-left: -12px;
    }
    div.footer a, div.footer2 a, div.footer3 a {
      color: white;
      text-decoration: none;
      float: right;
      padding-right: 10px;
    }
    div.footer a:hover, div.footer2 a:hover, div.footer3 a:hover {
      text-decoration: underline;
    }

    div.content p {
      font-family: arial;
      font-size: 10pt;
    }
    
    h1 {
      font-size: 18pt;
    }
    h2 {
       font-family: arial;
      font-size: 16pt;
    }
    div.top h1 {
      padding-left: 120px;
      font-size: 18pt;
      color: black;
    }
    div.top h2 {
      padding-left: 120px;
      font-size: 12pt;
      color: black;
    }

    div.menu {
      padding: 0;
      margin: 0;
      background: #cecece;
      font-family: arial;
    }
    div.menu ul {
      padding: 7px 0 0 5px;
      list-style-type: none;
      background: #cecece;
      height: 22px;
      font-family: arial;
      font-size: 10pt;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
    }
    div.menu ul li {
      display: inline;
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 0px;
      padding-right: 1px;
    }
    div.menu ul li.sep {
      color: #214265;
      padding-left: 0px;
      padding-right: 0px;
    }
    div.menu ul li a {
      color: black;
      text-decoration: none;
      width: 100%;
       height: 100%;
    }
    div.menu ul li.knapvalg {
      padding-left: 0;
      padding-right: 0;
    }
    div.menu ul li a.valgt:link, div.menu ul li a.valgt:visited {
      color: #d0d0d0; /* #214265 */
     padding-left: 5px;
     padding-right: 5px;
    }
    div.menu ul li a:link, div.menu ul li a:visited {
      color: #352815;  /* #2D1C01; */
      text-decoration: none;
    }
/**    
    div.menu ul li a:hover {
      text-decoration: underline;
      color: black;
    }
 **/
   div.menu span a {
     float: right;
     color: black;
     font-weight: bold;
     padding: 9px 12px 0 0;
     font-size: 8pt;
   }
   div.menu span a {
     text-decoration: none;
   }
   div.menu span a:hover {
     text-decoration: underline;
   }

.menua, .menuaa:hover {
  padding: 3px 0 3px 9px;
  background: url('/img/menuitem_l.png') no-repeat left 0;
}
.menuspan, .menuspana:hover {
  padding: 3px 9px 3px 0;
  background: url('/img/menuitem_r.png') no-repeat right 0;
  color: white;
}

.menuaa {
  padding: 3px 0 3px 9px;
  background: url('/img/menuitem_al.png') no-repeat 0 0;
}
.menuspana {
  padding: 3px 9px 3px 0;
  background: url('/img/menuitem_ar.png') no-repeat right 0;
  color: #352815;
}

   a.menuprofil {
     position: absolute;
     top: 128px;
     right: 14px;
     font-family: arial;
     font-size: 9pt;
     font-weight: bold;
     text-decoration: none;
     color: #352815;
     z-index: 0;
   }
   a.menuprofil:hover {
     text-decoration: underline;
   }


   span.email {
     float: right;
     margin-right: 9px;
   }
   a.email {
     font-family: arial;
     font-size: 9pt;
     font-weight: bold;
     color: black;
     text-decoration: none;
   }
   a.email:hover {
     text-decoration: underline;
   }

    div.left {
      padding-left: 20px;
      color: black;
      font-size: 12pt;
    }
    div.kontekst {
      position: absolute;
      top: 110px;
      left: 185px;
      color: black;
      font-size: 14pt;
    }
    div#logindata {
      position: absolute;
      top: 117px;
      right: 10px;
      display: none;
      width: 225px;
      height: 128px;
      background-image: url(/img/logindata.png);
      background-repeat: no-repeat;
      z-index: 1;
    }
    div#login {
      position: absolute;
      top: 98px;
      right: 10px;
    }
    p {
      margin-left: 10px;
    }
    p.tilmeld {
      margin-left: 0px;
    }
    label {
      padding-left: 2px;
      font-family: arial;
      font-size: 10pt;
      color: white;
      float: left;  
      width: 8em;  
      margin-right: 0.5em; 
    }
    #login_submit {
      float: right;
      padding-top: 11px;
      padding-right: 14px;
    }
    #vis fieldset {
      width: 148px;  /* For IE: 148, for Opera: INTET (129) */
    }
    #vis legend {
      color: #cecece;
      text-weight: bold;
      padding-right: 5px;
    }

    /* Til tabellen med konkurrencer på forsiden: */
   table#konkurrencer {
     font-size: 10pt; /* 11 */
     border-collapse: collapse;
     margin-left: auto;
     margin-right: auto;
   }
   table#konkurrencer th {
     padding-left: 8px;
     text-align: left;
     border-bottom: 1px solid black;
     vertical-align: bottom;
     background: white;
   }
   table#konkurrencer td {
     padding-left: 8px;
     padding-right: 8px;
   }

   td a img, td img {
     border: 0;
     vertical-align: top;
   }

   table#konkurrencer tr:hover {
     background: #1C62A8;
     color: white;
     cursor: pointer;
   }
   table#konkurrencer tr.top, table#konkurrencer tr.top:hover {
     background: none;
     color: black;
     cursor: default;
   }
   table#konkurrencer tr.nope, table#konkurrencer tr.nope:hover,
   table#konkurrencer tr.slut, table#konkurrencer tr.slut:hover {
     background: none;
     color:  #606060;   /* black */
     cursor: default;
   }
   table#konkurrencer tr.fade {
     background: #cecece;
     color: black;
     cursor: default;
   }


   table#konkurrencer td a {
/*     background: #cecece; */
     color: #4A0003;
     cursor: pointer
   }

   
   table#konkurrencer td.ikon {
     padding-left: 2px;
     padding-right: 2px;
   }
   table#konkurrencer td.tdknap {
     color: black;
     padding-left: 3px;
     padding-right: 3px;
     padding-top: 0;
     padding-bottom: 0;
   }
   table#konkurrencer td.tdknap a {
     color: black;
     background: #e0e0e0;
     text-decoration: none;
     padding-left: 2px;
     padding-right: 2px;
     border: 1px solid #b0b0b0;
     font-size: 9pt;  /* 10 */
   }
   table#konkurrencer td.tdknap a:hover {
     background: #cecece;
   }

   /* Til tabellen med konkurrencer på forsiden: */
   table.dchtab {
     font-size: 10pt; /* 11 */
     border-collapse: collapse;
     margin-left: auto;
     margin-right: auto;
   }
   table.dchtab th {
     padding-left: 8px;
     text-align: left;
     border-bottom: 1px solid black;
     vertical-align: bottom;
     background: white;
   }
   table.dchtab td {
     padding-left: 8px;
     padding-right: 8px;
   }
   table.dchtab td.tdknap a {
     color: black;
     background: #e0e0e0;
     text-decoration: none;
     padding-left: 2px;
     padding-right: 2px;
     border: 1px solid #b0b0b0;
     font-size: 9pt;  /* 10 */
   }
   table.dchtab td.tdknap {
     color: black;
     padding-left: 3px;
     padding-right: 3px;
     padding-top: 0;
     padding-bottom: 0;
   }
   table.dchtab td.tdknap a:hover {
     background: #cecece;
   }
   table.dchtab td {
     padding-left: 8px;
     padding-right: 8px;
   }


   div.infobox {
     display: none;
     padding: 5px 5px 5px 5px;
     color: black;
     height: 47px;
     min-width: 120px;
     white-space: nowrap;
     z-index: 2;
   }
   div.infobox2 {
     display: none;
     padding: 5px 5px 5px 5px;
     color: black;
     height: 60px;
     min-width: 120px;
     white-space: nowrap;
     z-index: 2;
   }
   acronym.udlobet {
     color: #606060;
   }


   div.adr1 {
     background: url(/img/adr_bot_l.png) no-repeat bottom left;
     position: absolute;
     left: 26px;
     top: -20px;
     z-index: 3;
   }
   div.adr2 {
     background: url(/img/adr_top_l.png) no-repeat top left;
   }
   div.adr3 {
     background: url(/img/adr_top_r.png) no-repeat top right;
   }
   div.adr4 {
     background: url(/img/hjaelp_bot_r.png) no-repeat bottom right;
   }

div.feedback {
  background: #aaaaaa;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 550px;
}

.aflat {
  text-decoration: none;
}
/*
 *  Til valg af hundens race:
 *    Benyttes sådan:
 *     <div style='position: relative'><div id='raceliste'>Tom</div></div>
 *  
 */ 
#raceliste {
  border: 1px solid black;
  position: absolute;
  background: white;
  font-size: 10pt;
  left: 0px;
  top:  0px;
  padding-left: 4px;
  padding-right: 4px;
}
.hidden {
  visibility: hidden;
}
.show {
  visibility: visible;
}
.suggest_link {
  background-color: #FFFFFF;
  padding: 2px 6px 2px 4px;
}
.suggest_link_over {
  background-color: #6495ED;
  padding: 2px 6px 2px 4px;
}
.r { text-align: right; }
.c { text-align: center; }

.kb {
  display: inline-block;
  background: #2A5782;
}
.ul {
  display: inline;
  background: url(/img/ulm.gif) no-repeat top left;
   height: 100%;
}
.ur {
  display: inline;
  background: url(/img/urm.gif) no-repeat top right;
   height: 100%;
}
.ll {
  display: inline;
  background: url(/img/llm.gif) no-repeat bottom left;
   height: 100%;
}
.lr {
  display: inline;
  background: url(/img/lrm.gif) no-repeat bottom right;
   height: 100%;
}
.tilmeldte { font-size: 13px; text-align:right; }
.tilmeldte a { text-decoration: none; color: black;}
