body {
  background-color: #13050d; /* 161717 */
}
a, a:hover, a:link {
  color: #ffffff;
}
a.advkop {
  text-decoration: underline;
  color: #ffffff;
}
h1 {
  font-weight: normal;
  margin-top: 0px;
  font-family: Georgia;
  font-size: 35px;
}
#pagina {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 1000px;
}
#kaartje {
  float: left;
  width: 800px;
}
#boven {
  background-color: #5d193e; /* b53290 */
  height: 360px;
  width: 800px;
}
#onder {
  background-color: #eeeeee;
  height: 120px;
  width: 800px;
  background-image: url('images/logo.png');
  background-repeat: no-repeat;
  background-position: 595px 20px;
}
#foto {
  width: 345px;
  height: 360px;
  background-image: url('images/model.jpg');
  float: left;
}
#alphens {
  width: 190px;
  height: 190px;
  background-image: url('images/alphens2.png');
  margin: 0;
  display: block;
}
#content {
  margin: 20px;
  height: 300px;
  width: 410px;
  float: left;
  color: #ffffff;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu {
  float: left;
  width: 170px;
  padding-top: 4px;
}
#menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#menu ul li a {
  padding: 5px;
  margin-left: 0px;
  margin-bottom: 10px;

  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #000;
  
  background-color: #eee;
  cursor: pointer;
  display: block;
  border-left: 2px #000 solid;
}
#menu ul li a:hover {
  background-color: #5d193e;
  color: #fff;
}
#menu #selected {
  background-color: #5d193e;
  color: #fff;
  border-left: 0px;
}
#openingstijden {
  width: 200px;
}
#openingstijden  #tijden {
  text-align: center;
}
#openingstijden  #dag {
  text-align: right;
}