/* 
    Document   : main
    Created on : 4. september 2005, 11:21
    Author     : Jørgen Hansen
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body { 
    color: #ababab;
    background-color: #000000;
    font-family: verdana;

}

table {
     font-size: 11px;
}

td.forside {
    background-image: url("/esterbrohus/billeder/forside.JPG");
    height: 425px;
}

td.back {
  text-align: right;
  height: 30px;
  vertical-align: bottom;
}

a.menu {
    color: #ababab;
    text-decoration: none;
}
a:visited.menu {
    color: #ababab;
    text-decoration: none;
}
a:active.menu {
    text-decoration: none;
}
a:hover.menu {
    color: #c8c8c8;
    text-decoration: none;
}

a.sidemenu {
    color: #ababab;
    text-decoration: none;
}
a:visited.sidemenu {
    color: #ababab;
    text-decoration: none;
}
a:active.sidemenu {
    color: #cc0000;
    text-decoration: underline;

}
a:hover.sidemenu {
    color: #cc0000;
    text-decoration: none;
}

a.mail {
    color: #cc0000;
    text-decoration: none;
}
a:visited.mail {
    color: #cc0000;
    text-decoration: none;
}
a:active.mail {
    color: #cc0000;
    text-decoration: underline;

}
a:hover.mail {
    color: #cc0000;
    text-decoration: underline;
}

div.formular {
    margin-top: 5px;
}

.input {
  color: #000000;
  background-color: #ABABAB;
  border: solid #d7d7d7 1px;
}

.knap {
   border: solid 1px #1C1C1C;
   color: #000000;
  background-color: #ABABAB;
}

h2 {
   color: #cc0000;
   font-size: 18px;
   font-weight: bold;
   line-height: 14px;
}

h3 {
   color: #000000;
   font-size: 12px;
   font-weight: bold;
}

.overskrift {
  xcolor: #cc0000;
  color: #e84d30;
  font-size: 14px;
  font-weight: bold;
}

.overskrift_hvid {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;

}



