/* @group Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* @end Reset CSS */
body {
  font-family: verdana, sans-serif;
  color: #544741;
  background: #cccc32 url(images/bg-overlay.png) no-repeat top;
}
a {
  color: #544741;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#wrapper {
  width: 978px;
  margin: 0 auto;
}
#header {
  font-size: 15px;
  margin-top: 80px;
  line-height: 30px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}
#name {
  width: 350px;
  float: left;
}
#name h1 {
  font-size: 18px;
}
#name h2 strong {
  font-size: 20px;
  font-weight: 900;
}
#address {
  float: right;
}
#address ul {
  float: left;
}
#address ul li {
  margin-left: 65px;
  text-indent: 28px;
}
#address ul #street {
  background: url(images/ico-home.png) no-repeat left;
}
#address ul #phone {
  background: url(images/ico-gsm.png) no-repeat left;
}
#address ul #email {
  background: url(images/ico-mail.png) no-repeat left;
}
#center {
  clear: both;
  text-align: center;
  font-size: 15px;
  padding-top: 50px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}
#center h2 strong {
  font-size: 19px;
}
#center ul {
  line-height: 28px;
  margin-top: 15px;
}
#map {
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 30px;
  background-color: #f4f2cc;
  border: #94941d solid 1px;
  border-radius: 6px;
  box-shadow: inset 0 0 3px #fff, 1px 1px 5px #888;
}
#map img {
  display: block;
  float: left;
}
#map #route {
  float: right;
  width: 196px;
  background: #fff7ea;
  border: #e8c895 solid 1px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  padding: 18px;
}
#afspraak {
	height: 650px;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 30px;
    background-color: #fff;
    border: #94941d solid 1px;
    border-radius: 6px;
    box-shadow:inset 0 0 3px #fff;
    box-shadow: 1px 1px 5px #888;
}

#afspraak iframe {
	height: 100%;
}
.button {
    background-color: #f4f2cc;
  border: #94941d solid 1px;
  border-radius: 6px;
  box-shadow: inset 0 0 3px #fff, 1px 1px 5px #888;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}