* {
	margin: 0px;
	border: 0px;
	border-radius: 0px;
	padding: 0px;
	color: red;
	font: normal normal normal 100% Helvetica, Arial, sans-serif;
	line-height: 20px;
	background: transparent;
  text-decoration: none;
}

/**************************************
  General blocks
*/

body {
  width: 100%;
  height: 100%;
  background: #ffffee url(../img/bg-aquarel.png) center top no-repeat;
  background-size: cover;
}

.dSite {
  margin: 0px auto 0px auto;
  max-width: 800px;
  background: transparent;
}

@media only screen and (max-width: 800px)
{
  .dSite {
    margin: 0px;
    width: 100%;
  }  
}

/**************************************
  Top
*/

.dTop {
  position: fixed;
  top: 10px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 150px;
  border-top: 1px solid #ccffcc;
  border-bottom: 1px solid #ccffcc;
  background: #eeffee;
}

.dTop .dArea {
  margin: 0px auto 0px auto;
  max-width: 800px;
  height: 140px;
  background: transparent url(../img/logo-bep-verheijen.png) left top no-repeat;
}

.dTop .dLang {
  float: right;
  margin: 10px 0px 0px 0px;
}

.dTop .dLang a[s="n"],
.dTop .dLang a[s="y"] {
  margin-left: 10px;
  padding: 5px 0px 5px 0px;
  text-decoration: none;
  color: #cccccc;
  font-size: small;
  line-height: 110%;
}
.dTop .dLang a[s="y"] {
  color: #000000;
}
.dTop .dLang a[s="n"]:hover, 
.dTop .dLang a[s="y"]:hover {
  color: #cc0000;
}

.dTop img {
  display: none;
}

.dTop .dNav {
  padding: 117px 0px 0px 128px;
}

.dTop .dNav a[s="n"],
.dTop .dNav a[s="y"] {
  margin-right: 20px;
  padding: 5px 0px 5px 0px;
  text-decoration: none;
  color: #cccccc;
  font-weight: bold;
  font-size: normal;
  line-height: 110%;
}
.dTop .dNav a[s="y"] {
  color: #000000;
}
.dTop .dNav a[s="n"]:hover, 
.dTop .dNav a[s="y"]:hover {
  color: #cc0000;
}

@media only screen and (max-width: 800px)
{
  .dTop {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
  }
  
  .dTop .dArea {
    margin: 0px;
    width: 100%;
    height: auto;
    background: transparent;
  }
  
  .dTop img {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 90%;
  }
  
  .dTop .dLang {
    float: none;
    margin: 0px;
    padding: 10px 0px 0px 0px;
  }

  .dTop .dNav {
    padding: 0px;
    border-bottom: 1px solid #cc0000;
  }

  .dTop .dNav a[s="n"],
  .dTop .dNav a[s="y"] {
    display: block;
    margin: 0px;
    border-top: 1px solid #cc0000;
    padding: 5px 10px 5px 20px;
  }
}

/**************************************
  Content
*/

.dSite .dContent {
  position: fixed;
  top: 160px;
  right: auto;
  bottom: 40px;
  left: auto;
  width: 800px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.65);
}

.dSite .dContent h1 {
  margin: 20px 10px 20px 40px;
  color: #006600;
  font-weight: bold;
  font-size: x-large;
  line-height: 125%;
}

.dSite .dContent h2 {
  margin: 20px 10px 0px 40px;
  color: #006600;
  font-size: large;
  line-height: 125%;
}

.dSite .dContent p {
  margin: 0px 10px 20px 40px;
  color: #666666;
  font-size: normal;
  line-height: 125%;
}

.dSite .dContent a {
  font-weight: normal;
  color: #cc0000;
}
.dSite .dContent a:hover {
  text-decoration: underline;
}

.dSite .dContent img[p="l"],
.dSite .dContent img[p="c"],
.dSite .dContent img[p="r"] {
  display: block;
}
.dSite .dContent img[p="l"] {
  float: left;
  display: block;
  margin: 0px 15px 10px 40px;
  max-width: 40%;
}
.dSite .dContent img[p="c"] {
  display: block;
  margin: 0px auto 10px auto;
  max-width: 80%;
}
.dSite .dContent img[p="r"] {
  float: right;
  display: block;
  margin: 0px 10px 10px 15px;
  max-width: 40%;
}

.dSite .dContent ul {
  margin: 0px 10px 20px 40px;
  color: #666666;
  font-size: normal;
  line-height: 125%;
}

.dSite .dContent li {
  margin: 0px 10px 0px 20px;
  color: #666666;
  font-size: normal;
  line-height: 125%;
}

.dSite .dContent .dCategory {
  display: block;
  margin: 20px 10px 0px 40px;
  border: 1px solid #ccffcc;
  border-radius: 10px;
  padding: 5px 0px 0px 0px;
  min-height: 25px;
  text-align: center;
  color: #006600;
  background: #ffffff;
  font-size: large;
  line-height: 125%;
}

.dSite .dContent .dCategory .dPrevCat,
.dSite .dContent .dCategory .dNextCat {
  float: left;
  display: block;
  margin: -5px 0px 0px 0px;
  border-radius: 10px 0px 0px 10px;
  padding: 5px 15px 5px 15px;
  min-height: 20px;
  font-weight: bold;
  color: #ffffff;
  background: #006600;
}
.dSite .dContent .dCategory .dNextCat {
  float: right;
  border-radius: 0px 10px 10px 0px;
}
.dSite .dContent .dCategory .dPrevCat:hover,
.dSite .dContent .dCategory .dNextCat:hover {
  background: #cc0000;
  text-decoration: none;
}

.dSite .dContent .dCatBox {
  margin: 10px 10px 20px 40px;
}

.dSite .dContent .dCatInfo {
  clear: both;
  float: left;
  width: 40%;
}

.dSite .dContent .dCatInfo h1 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #006600;
  font-weight: bold;
  font-size: large;
  line-height: 125%;
}
.dSite .dContent .dCatInfo h2 {
  margin: 0px;
  padding: 0px;
  color: #666666;
  font-size: 95%;
  line-height: 125%;
}
.dSite .dContent .dCatInfo h3 {
  margin: 0px;
  padding: 0px;
  color: #666666;
  font-size: 95%;
  line-height: 125%;
}
.dSite .dContent .dCatInfo h4 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #666666;
  font-size: 95%;
  line-height: 125%;
}
.dSite .dContent .dCatInfo p {
  margin: 0px;
  padding: 0px;
  color: #666666;
  font-size: 95%;
  line-height: 125%;
}

.dSite .dContent .dCatArt {
  margin-left: 40%;
  max-width: 60%;
}

.dSite .dContent .dCatArt img {
  width: 100%;
}

@media only screen and (max-width: 800px)
{
  .dSite .dContent {
    padding: 10px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
  }

  .dSite .dContent h1 {
    margin-left: 10px;
  }
  
  .dSite .dContent h2 {
    margin-left: 10px;
  }
  
  .dSite .dContent p {
    margin-left: 10px;
  }

  .dSite .dContent .dCategory {
    margin: 20px 0px 0px 10px;
  }

  .dSite .dContent .dCatBox {
    margin: 10px 0px 20px 10px;
  }

  .dSite .dContent .dCatInfo {
    width: 50%;
  }
  
  .dSite .dContent .dCatArt {
    margin-left: 50%;
    max-width: 50%;
  }
  
}

/**************************************
  Footer
*/

 .dFooter {
  position: fixed;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 40px;
  border-top: 1px solid #ccffcc;
  background: #eeffee;
}

.dFooter p {
  margin: 0px auto 0px auto;
  max-width: 800px;
  padding: 10px;
  color: #000000;
  font-size: small;
  line-height: 120%;
}

.dFooter span {
  margin: 0px 10px 0px 10px;
  color: #666666;
  font-weight: bold;
}

.dFooter a[s="n"], 
.dFooter a[s="y"] {
  color: #cccccc;
  text-decoration: none;
}
.dFooter a[s="y"] {
  color: #000000;
}
.dFooter a[s="n"]:hover, 
.dFooter a[s="y"]:hover {
  color: #cc0000;
}

@media only screen and (max-width: 800px)
{
  .dFooter {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
  }
  
  .dFooter p {
    margin: 0px;
    max-width: auto;
    padding: 10px;
  }  

  .dFooter span {
    display: none;
  }
  
  .dFooter a[s="n"], 
  .dFooter a[s="y"] {
    display: block;
  }  
}
