body {
  color: rgb(64, 64, 64);
  line-height: 1.2em;
  font-family: sans-serif !important;
  font-size: 12px;
  background: #FFF;
}

.clear-fix:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

img {
  border: 0;
}

.pageContainer {
  max-width: 980px;
  margin: 20px auto 0px auto;
  position: relative;
  background-color: #FFF;
}

.rapportPic {
  border: 0px solid #FFF;
  width: 20px;
}

h1 {
  font-size: 2em;
  font-weight: normal;
  color: #333;
  margin: 0 0 0.5em 0;
}

h2 {
  font-size: 1.7em;
  margin: 0 0 1em 0;
}

h3 {
  font-size: 1.5em;
  margin: 0 0 1em 0;
}

p {
  margin: 0 0 0.75em 0;
}

a {
  color: #333;
}

.navRight {
  position: absolute;
  right: 0;
  top: 0;
}

.pullRight {
  float: right;
}

a:hover {
  color: #b3262e;
}

.veldNaam {
  color: #333;
}

footer {
  font-size: 0.9em;
  max-width: 970px;
  color: #EEE;
  background-color: #1f668b;
  margin: 0px auto 50px auto;
  text-align: center;
  padding: 1rem;
}

footer a {
  color: #FFF;
  text-decoration: none;
}

footer a:hover {
  color: #EEE;
}

a.cta {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  margin: 0.5em 0 0 0;
  padding: 0 22px 0 0;
  background: url(../images/moreArrow.png) no-repeat right -3px;
}

a.cta:hover {
  background-position: right -28px;
}

.newsItem h3 {
  font-size: 1.1em;
  margin: 0;
}

.newsItem p {
  line-height: 1.2em;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

.newsItem {
  background-repeat: no-repeat;
}

.newsItem.pinBlue {
  background-image: url(../images/pinBlue_50x50.png);
}

#accordion h3 {
  background: #EEE;
  color: #FFF;
  padding: 6px;
  padding-left: 30px;
  font-size: 1em;
  margin: 0;
  margin-top: 10px;
}

#accordion h3:hover {
  cursor: pointer;
}

#accordion .msg {
  border: 1px solid #BBB;
  padding: 6px;
  margin: 0;
  font-size: 0.9em;
  border-radius: 0 0 5px 5px;
}

nav a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 6px;
  color: #1f668b;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.5s;
}

nav a:hover {
  color: #0d2662;
  background: #EEE !important;
  border-radius: 4px;
  opacity: 0.8;
  transition: all 0.5s;
}

nav li a:hover {
  opacity: 0.8;
  background: #EEE;
  transition: all 0.5s;
}

.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
  background: rgb(64, 64, 64) !important;
  color: #FFF !important;
  transition: all 0.5s;
}

.clear-fix {
  clear: both;
}

.loginLeft {
  width: 100px;
  float: left;
  background: #EEE;
  margin: 4px;
  padding: 4px 4px 0 4px;
  text-align: right;
}

.loginRight {
  width: 400px;
  float: left;
  margin: 4px;
}

.loginRight .input {
  border: none;
  border-bottom: 1px dashed #333;
}

.loginStatus a {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px;
}

.loginStatus a:hover {
  background: #FFF;
  color: #333;
  border-radius: 3px;
}

.upperFooterRow {
  float: left;
}

.upperFooterRow a {
  background: beige;
  padding: 5px;
  color: #333;
}

.upperFooterRow a:hover {
  color: Maroon;
}

.welkomHeaders {
  font-size: 1.7rem;
}

.wp5 {
  width: 5%;
}

.wp10 {
  width: 10%;
}

/*# sourceMappingURL=ae_styles.css.map */
