@font-face {
  font-family: 'PTSansRegular';
  src: url('/images/font-face/PTS55F-webfont.eot');
  src: url('/images/font-face/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
    url('/images/font-face/PTS55F-webfont.woff') format('woff'),
    url('/images/font-face/PTS55F-webfont.ttf') format('truetype'),
    url('/images/font-face/PTS55F-webfont.svg#PTSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

html { overflow-y: scroll; }

body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-align: center;
}

img { border: none }
.clear { clear: both }

h1 {
  font-family: PTSansRegular, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 2.1666666666666666666666666666667em;
  font-weight: normal;
  padding-bottom: 4px;
  border-bottom: 1px solid #b4000b;
  margin-bottom: 1em;
}

h2 {
  font-family: PTSansRegular, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.7em;
  font-weight: normal;
  padding-bottom: 4px;
  margin: 0.8em 0 0.3em 0;
}

p {
  margin: 1em 0;
  line-height: 1.5em;
}
h2 + p {
  margin: 0.3em 0 1em 0;
}

a {
  color: #b4000b;
}

#wrapper, #footer {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  width: 916px;
  padding: 0 15px;
  font-size: 0.75em;
}
#wrapper {
  text-align: left;
  background: url('/images/bg-wrapper.png') repeat-y top center;
}

#header {
  position: relative;
  height: 358px;
  background: url('/images/header.png') no-repeat;
}

#header .logo {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}

#header .aanmelden {
  position: absolute;
  z-index: 5;
  top: 200px;
  right: 10px;
  background: url('/images/btn-red.png') no-repeat;
  width: 203px;
  height: 93px;
  padding: 33px 0 0 43px;
}
#header .aanmelden a {
  display: block;
  padding: 10px 24px;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: none;
}

#leftCol {
  float: left;
  width: 272px;
  min-height: 300px;
}

#leftCol .content {
  padding: 40px 0 40px 40px;
}

#twitter {
  margin: 30px 0 0 45px;
}
#twitter h1 {
  font-size: 1.4em;
  border-bottom: 1px solid #b8b8b8;
}
#twitter .item {
  margin: 1em 0;
}

#mainCol {
  float: left;
  width: 564px;
  padding: 40px;
  min-height: 300px;
}

#footer {
  height: 100px;
  background: url('/images/bg-footer.png') no-repeat bottom center;
}

#bgBar {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 411px;
  background: #d8d8d8;
}
#bgBar .line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  top: 0;
  bottom: 0;
}
#bgBar #lineLeft { left: 50%; margin-left: -483px; }
#bgBar #lineRight { right: 50%; margin-right: -483px; }

#form_container table td {
  padding: 3px;
}

.errorMsg {
  margin-bottom: 15px;
  padding: 5px;
  color: #d90000;
}
.successMsg {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  color: #ffffff;
  background: #08b400;
  text-align: center;
}
