  .container {
    padding-left: 26px;
    padding-right: 26px;
    margin: 0 auto;
    width:100%;
  }



body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        background-color: #dae0e3;
}

.text, .rcorners, #A261, #Apotekerkreds, #A28, #A29 {
        border-radius: 5px;
        border: 1px solid #568196;
        padding: 2px;
}
table{
  border-collapse: collapse;
        font-size: 11px;
}
a:link {
  text-decoration: none;
  color:darkblue;
}
 
a:visited {
  color:grey;
}
 
a:hover {
  text-decoration: underline;
}
 
a:active {
  color:yellow;
}
 
a.linkstyling2:link, a.linkstyling2:visited {
  text-decoration: none;
  font-size: 22px;
  color: blue;
}
 
a.linkstyling2:hover {
  text-decoration: underline;
  font-size: 30px;
}
 
a.linkstyling2:active {
  color:yellow;
}

