body
{
	font-family: arial,verdana,tahoma;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-attachment: fixed;
        scrollbar-base-color: #000000;
}

a
{
	color: #2E3192;
	text-decoration: none;
}

a.active
{
	color: #2E3192;
	text-decoration: none;
}

a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

a.lijn
{
	color: #000000;
	text-decoration: none;
}

h1 {
   color:#ffffff;
   border-bottom:1px dotted #ffffff;
}
h2 {
   color:#ffffff;
   border-bottom:none;
}
h4 {
   color:#ffffff;
}

.nieuwsbericht a {
   color:#80C141;
}

#nieuws_archief {
   border-right:1px dotted #80C141;
}
.before_after {
   color:#80C141;
}
.submit {
  background:#2E3192;
}
label textarea {
   border:1px solid #80C141;
}
label input, #webshop_forms .forms_border {
   border:1px solid #80C141;
}
.flex-container {
  /* We first create a flex layout context */
  display: flex;
  
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: row wrap;
  
  /* Then we define how is distributed the remaining space */
  justify-content: space-around;
  
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item {
  background: tomato;
  width: 185px;
  margin-top: 10px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
	position: relative;
}

.webwinkel-email {
    color: #fff;
	background-color: red;
    width: 100%;
    display: block;
}

.webwinkel-album {
    width: 100%;
    height: 190px;
}

.extra-info {
    background-color: #3b3b3b;
	height: 86px;
}

.prijs {
    display: block;
    color: #fff;
    margin-bottom: 7px;
}

.titel {
    display: block;
    color: #fff;
    font-size: 19px;
    padding: 10px;
}

.header-webwinkel {
    border-top: 1px solid #fff;
    width: 360px;
    text-align: center;
    font-size: 42px;
    margin: 30px auto 0;
}

.intro-webwinkel {
    color: white;
    padding: 30px 30px 0 30px;
}