body { }
p { }
td { }
a:link {  }
a:visited { }
a:hover { }
a:active { }

/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/
body { background-image: url(../img/bg.jpg); background-repeat: repeat-x; word-wrap: break-word; }
.indhold { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 10px 10px 15px; }
.indhold a { color: #0d3c77; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }
.indhold a:visited { color: #0d3c77; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }
.indhold a:hover { color: #0d3c77; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline; }
.indhold img {  }
.indhold h1 { color: black; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.indhold h2 { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }
.siteby { font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; }
.siteby a { color: black; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; text-decoration: none; }
.siteby a:hover { color: black; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; text-decoration: none; border-bottom: 1px solid black; }
.siteby a:visited { color: black; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; text-decoration: none; }
.kontakt { color: #0d3c77; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin-top: 5px; padding-top: 5px; border-top: 1px solid #1d931d; }
.kontakt a { color: #0d3c77; text-decoration: none; }
.kontakt a:hover { color: #0d3c77; text-decoration: none; border-bottom: 1px dotted #0d3c77; }
.kontakt a:visited { color: #0d3c77; text-decoration: none; }
hr {border: 0;
  width: 100%;
  color: #1c931c;
background-color: #1c931c;
height: 1px;}

