/* 
    Created on : 13. feb. 2021, 15.30.35
    Author     : torbenbundgaard
*/
/* 
    Created on : 13. feb. 2021, 15.30.35
    Author     : torbenbundgaard
*/
body {
  width: 95%;
  margin-left:auto;
  margin-right: auto;
  padding:0;
  font-size:18px;
  background:  #ffffdd;
}

body,div,table,thead,tbody,tfoot,tr,th,td,p { font-family:"Arial"; font-size: 16px;}

header {

  margin-left: auto;
  margin-right: auto; 
  border: none;
  text-align: center;
  padding: 10px;
  background-color: #fff67a;
  border: 1px solid black;
  border-top: 0px;
}

.kontakt
{
    float: left;
}

.opdateret
{
    float: right;
}

.divnorm {
  box-sizing: border-box;    
  border: 0px black solid;
  border-style: dotted;
  padding: 8px;
}

.divheader{
font-size: 30px;
font-weight: bold;
border: none;
font-family: 'Times New Roman', serif;
}

.divleftright
{
font-size: 16px;
width: 50%;
display: inline-block;    
float: left;
text-align: left;
}

.divmiddle
{
font-size: 16px;
width: 100%;
border-top-width: 1px;
border-top: solid #ff9933;
display: inline-block;    
}

footer {
/*   width: 90%;
   max-width: 580px; */
   font-size: 14px;
   margin-left: auto;
   margin-right: auto;
   border: black 1px solid;
   background-color: #fff67a;
   padding: 10px;
   font-weight: bold;
/*   box-sizing: border-box; */
}


table.kpa1 {
 cols:3;
 border: 1px black solid;
 background:  #ffffcc;
 border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 5px 10px  #d4d44f;
}


tr, th, td {
 border: 0px black solid;
 font-size: 14px;
}

th {
    font-family: "Times New Roman", serif;
    padding: 5px 5px 5px 5px;
    color: black;
}

td {
    font-family: "Times New Roman", serif;
    padding: 5px 5px 5px 5px;
    color: gray;
}

span{
font-size: 14px;
margin-bottom: 5px;
}

div.billeder {
    width:100%;
    padding:0;
    margin: 0;
}

img.billed {
    width: 13%;
    height: auto;
    max-height: 14%;
    display: inline-block;
    box-sizing: border-box;
}

/* unvisited link */
td a:link {
  color:black;
  background-color: white;
  text-decoration: none;
}

/* visited link */
td a:visited {
  color:black;
  background-color: white;
  text-decoration: none;
}

/* mouse over link */
td a:hover {
  color: white;
  background-color: dimgray;
  text-decoration: none;
}

/* selected link */
td a:active {
  color: blue;
  text-decoration: none;
}