body {
  background: url(../../images/bgBodyRepeat.jpg) repeat-x 25% 160px; green;
  font-family: "Trebuchet MS",  Arial, Verdana, Tahoma;
  font-size: 14px;
}
/* LeagueGothicRegular */




/*      GENERIC GLOBAL STYLES      */
a {
  color: #FF7200;
  font-weight: bold;
  text-decoration: none;
}

h1,h2,h3,h4,h5 {
  font-family: "LeagueGothicRegular";
  text-transform: uppercase;
  font-weight: normal;
  color: #514342;
}
h1 {font-size: 35px;}
h2 {font-size: 26px;}
h3 {font-size: 23px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}

.clear {
  clear: both;
}

p.more {
  text-align: right;
}




/*      BUTTONS      */
.button {
  display: inline-block;
  font-family: "LeagueGothicRegular";
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 16px;
  color: #FFF;

  -webkit-box-shadow: 1px 1px 4px rgba(51, 51, 51, .55);
  -moz-box-shadow:    1px 1px 4px rgba(51, 51, 51, .55);
  box-shadow:         1px 1px 4px rgba(51, 51, 51, .55);

  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  -moz-text-shadow:    1px 1px 1px rgba(0, 0, 0, 1);
  text-shadow:         1px 1px 1px rgba(0, 0, 0, 1);

}
/*
.button:active {
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 1);
  -moz-text-shadow:    -1px -1px 1px rgba(0, 0, 0, 1);
  text-shadow:         -1px -1px 1px rgba(0, 0, 0, 1);
}
*/

.button span {
  display: block;
  padding: 5px 10px 5px 10px;
}
input.button {
  padding: 5px 15px 5px 15px;
}

.green,
.gform_button {
  background: url(../../images/bgButtonGreen.gif) repeat 0px 0px;
  border: solid 1px #064302;
}

.green span,
.gform_button span {
  border: solid 1px #b5df7b;
}
.red {
  background: url(../../images/bgButtonRed.gif) repeat 0px 0px;
  border: solid 1px #580000;
}

.red span {
  border: solid 1px #bc2626;
}





/*      MAIN CONTAINERS      */
div#wrapperMain {
  background: url(../../images/bgHeaderRepeat.png) repeat-x 75% 0px;
}

div#wrapperInner {
  width: 960px;
  margin: 0px auto 0px auto;
}





/*      HEADER AND NAV      */
header {
/*  background: red;*/
  height: 180px;
}

header h1 {
  height: 138px;
  width: 473px;
  position: absolute;
  top: 12px;
  margin: 0px 0px 0px 0px;
  z-index: 1;
}
header h1 a {
  display: block;
  height: 138px;
  width: 473px;
  background: url(../../images/bgHeaderLogo.gif) no-repeat 0px 0px;
  text-indent: -99999px;
}

header h1 strong {
  display: none;
}

header .pitch {
  position: absolute;
  height: 175px;
  width: 85px;
  background: url(../../images/bgHeaderRibbon.png) no-repeat 0px 0px; 
  margin: 46px 0px 0px 880px;
}

header .pitch a {
  display: none;
}

header div {
}

header div a span {
}

header ul.socialCons {
  list-style: none;
  font-family: "LeagueGothicRegular";
  text-transform: uppercase;
  position: absolute;
  margin: 0px 0px 0px 700px;
  top: 20px;
}
header ul.socialCons li {
  float: left;
  padding: 0px 0px 0px 20px;
}
header ul.socialCons li a {
  color: #FFF;
  background: url(../../images/bgHeaderSocialcons.gif) no-repeat 0px 0px; 
  padding: 0px 0px 0px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: normal;
}
header ul.socialCons li a.socialTwitter {background-position: 0px 0px;}
header ul.socialCons li a.socialFacebook {background-position: 0px 0px;}
header ul.socialCons li a.socialLinkedin {background-position: 0px 0px;}

nav {
}

nav > ul {
  position: absolute;
  top: 0px;
  margin: 0px 0px 0px 150px;
  z-index: 2;
  list-style: none;
}

nav ul li {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 18px 10px 19px 10px;
}

nav ul li a {
  font-family: "LeagueGothicRegular";
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0px;
  color: #FFF;
  font-weight: normal;
}

nav ul li.submenu:hover ul,
nav ul li.submenu:hover ul {
  display: block;
}
nav ul li ul {
  list-style: disc;
  list-style-position: inside;
  display: none;
  position: absolute;
  z-index: 5000;
  margin: 0px 0px 0px -15px;
  padding: 18px 10px 0px 5px;
  background-color: #fcbc17;
}

nav ul li ul li {
  padding: 0px 10px 18px 10px;
  float: none;
  margin: 0px;
  background-color: #fcbc17;
}





/*      MAIN CONTENT      */
div#content {
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #edeae6;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f0ec), to(#edeae6));
  background: -webkit-linear-gradient(top, #f4f0ec, #edeae6);
  background: -moz-linear-gradient(top, #f4f0ec, #edeae6);
  background: -ms-linear-gradient(top, #f4f0ec, #edeae6);
  background: -o-linear-gradient(top, #f4f0ec, #edeae6);
  
  border: solid 1px #d9dad8;

  -moz-box-shadow: 0px 2px 0px #dadbd9;
  -webkit-box-shadow:  0px 2px 0px #dadbd9;
  box-shadow:  0px 2px 0px #dadbd9;

  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
  -moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, .5);
  box-shadow:         0px 0px 5px rgba(0, 0, 0, .5);
}

div#content .innerborder {
  border: solid 1px #FFF;
}  


/*      MAIN CONTENT FRONTPAGE      */
div#content section.fpItem {
  float: left;
  width: 220px;
  margin: 10px 9px 20px 10px;
}

div#content section.fpItem h2 {
  margin: 10px 0px 5px 0px;
}
div#content section.fpItem h2 a {
  color: #a94d91;
}

div#content section.fpItem img {
  padding: 8px;
  margin: 0px 0px 10px 0px;
  border: solid 1px #FFF;

  background-color: #ececec;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#dddddd));
  background: -webkit-linear-gradient(top, #f9f9f9, #dddddd);
  background: -moz-linear-gradient(top, #f9f9f9, #dddddd);
  background: -ms-linear-gradient(top, #f9f9f9, #dddddd);
  background: -o-linear-gradient(top, #f9f9f9, #dddddd);

  -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, .15);
  -moz-box-shadow:    1px 1px 2px rgba(51, 51, 51, .15);
  box-shadow:         1px 1px 2px rgba(51, 51, 51, .15);
}

div#content section.fpItem p.desc {
  padding: 0px 0px 15px 0px;
}






/*      MAIN CONTENT PAGE      */

div#content.contentpage .innerborder {
  padding: 20px;
}

article {
  width: 615px;
  float: left;
  margin-right: 20px;
  line-height: 20px;
  color: #3f3d3a;
}

article .post,
article hr {
  clear: both;
}

article h1 {
  margin-bottom: 10px;
}
article small {
  display: block;
  font-size: 11px;
  margin: 0px 0px 20px 0px;
}

article ul,
article ol {
  margin-left: 30px;
  margin-bottom: 20px;
}
article p {
  margin-bottom: 20px;
}

article img.wp-post-image {
  padding: 8px;
  margin: 0px 0px 10px 0px;
  border: solid 1px #FFF;

  background-color: #ececec;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#dddddd));
  background: -webkit-linear-gradient(top, #f9f9f9, #dddddd);
  background: -moz-linear-gradient(top, #f9f9f9, #dddddd);
  background: -ms-linear-gradient(top, #f9f9f9, #dddddd);
  background: -o-linear-gradient(top, #f9f9f9, #dddddd);

  -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, .15);
  -moz-box-shadow:    1px 1px 2px rgba(51, 51, 51, .15);
  box-shadow:         1px 1px 2px rgba(51, 51, 51, .15);
}

#nav-below {
  margin: 15px 0px 15px 0px;
  font-size: 8px;
}
#nav-below a {
  display: inline-block;
  font-family: "LeagueGothicRegular";
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 16px;
  color: #FFF;

  background: url(../../images/bgButtonOrange.gif) repeat 0px 0px;
  border: solid 1px #431302;


  -webkit-box-shadow: 1px 1px 4px rgba(51, 51, 51, .55);
  -moz-box-shadow:    1px 1px 4px rgba(51, 51, 51, .55);
  box-shadow:         1px 1px 4px rgba(51, 51, 51, .55);

  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  -moz-text-shadow:    1px 1px 1px rgba(0, 0, 0, 1);
  text-shadow:         1px 1px 1px rgba(0, 0, 0, 1);

  text-decoration: none;
}

#nav-below a span {
  display: block;
  padding: 5px 10px 5px 10px;
  border: solid 1px #fff1cb;
}

#nav-below .nav-previous {
  float: left;
  width: 50%;
}
#nav-below .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}




.alignleft,
img.alignleft {
  display: inline;
  float: left;
/*  margin-right: 24px !important; */
  margin-right: 15px !important;
  margin-top: 4px !important;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px !important;
  margin-top: 4px !important;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 24px;
  padding: 5px;
  background-color: #FFF;
  border: solid 0px #cfcfcf;
  -webkit-box-shadow: 1px 1px 5px rgba(75,75,75,.4);
  -moz-box-shadow: 1px 1px 5px rgba(75,75,75,.4);
  box-shadow: 1px 1px 5px rgba(75,75,75,.4);
}
.wp-caption {
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;

  background-color: #FFF;
  border: solid 0px #cfcfcf;
  -webkit-box-shadow: 1px 1px 5px rgba(75,75,75,.4);
  -moz-box-shadow: 1px 1px 5px rgba(75,75,75,.4);
  box-shadow: 1px 1px 5px rgba(75,75,75,.4);
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin: 0px 0px 4px 0px !important;
  font-size: 10px;
}






aside#sidebar {
  float: left;
  width: 280px;
}

aside#sidebar section {
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  border-bottom: solid 1px #d1cdc9;
}
aside#sidebar section h2 a,
aside#sidebar section h3 a,
aside#sidebar section h4 a {
  color: #514342;
}
aside#sidebar section ul {
  margin: 0px 0px 0px 20px;
}
aside#sidebar section ul li {
  margin: 5px 0px 5px 0px;
}

aside#sidebar section ul.news {
  margin: 0px 0px 0px 20px;
  font-size: 8px;
}
aside#sidebar section ul.news li {
  margin: 5px 0px 10px 0px;
}
aside#sidebar section ul.news li a {
  color: #ff7200;
  font-size: 12px;
}


aside#sidebar section form input#s {
  width: 275px;
  padding: 4px 0px 4px 0px;
  margin: 0px 0px 10px 0px;

  background: #F9F9F9;
  border: 1px solid #CCC;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}


aside#sidebar section ul.fotos {
  list-style: none;
  margin: 0px;
}
aside#sidebar section ul.fotos li {
  margin: 0px 0px 0px 0px;
  float: left;
}
aside#sidebar section ul.fotos li a {
  display: block;
  border: solid 1px #d9d9d8;
  margin: 0px 5px 5px 0px;
  padding: 0px;
  line-height: 0px;
}
aside#sidebar section ul.fotos li a img {
  padding: 3px;
  margin: 0px 0px 0px 0px;
  border: solid 1px #FFF;

  background-color: #ececec;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#dddddd));
  background: -webkit-linear-gradient(top, #f9f9f9, #dddddd);
  background: -moz-linear-gradient(top, #f9f9f9, #dddddd);
  background: -ms-linear-gradient(top, #f9f9f9, #dddddd);
  background: -o-linear-gradient(top, #f9f9f9, #dddddd);
}





/*      FOOTER      */
footer {
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #21201e;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#282725), to(#1a1917));
  background: -webkit-linear-gradient(top, #282725, #1a1917);
  background: -moz-linear-gradient(top, #282725, #1a1917);
  background: -ms-linear-gradient(top, #282725, #1a1917);
  background: -o-linear-gradient(top, #282725, #1a1917);
  
  border: solid 1px #131312;

  -moz-box-shadow: 0px 2px 0px #dadbd9;
  -webkit-box-shadow:  0px 2px 0px #dadbd9;
  box-shadow:  0px 2px 0px #dadbd9;

  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
  -moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, .5);
  box-shadow:         0px 0px 5px rgba(0, 0, 0, .5);
}

footer .innerborder {
  border: solid 1px #5a5957;
}  

footer section {
  float: left;
  width: 300px;
  margin: 10px 8px 20px 10px;
  color: #aba49d;
}
footer section h2 {
  margin: 10px 0px 5px 0px;
}
footer section h2 a {
  color: #f4f0ec;
}

footer section .content {
  padding: 5px 0px 0px 0px;
}
footer section p {
  padding: 0px 0px 10px 0px;
}
footer section p.more {
  padding: 0px 0px 0px 0px;
}

footer ul.news {
  list-style: none;
  margin-bottom: 10px;
}
footer ul.news li {
  border-bottom: solid 1px #666563;
  border-top: solid 1px #a9a7a4;
  padding: 10px 0px 0px 0px;
}
footer ul.news li.first {
  border-top: none;
}
footer ul.news li.last {
  border-bottom: none;
}
footer ul.news li h3 {}
footer ul.news li h3 a {color: #f4f0ec; font-size: 20px;}
footer ul.news li p {
}

footer img.aanbieding {
    padding: 7px;
  margin: 0px 0px 0px 0px;
  border: solid 1px #FFF;

  background-color: #ececec;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#dddddd));
  background: -webkit-linear-gradient(top, #f9f9f9, #dddddd);
  background: -moz-linear-gradient(top, #f9f9f9, #dddddd);
  background: -ms-linear-gradient(top, #f9f9f9, #dddddd);
  background: -o-linear-gradient(top, #f9f9f9, #dddddd);
}

footer .desc {
  padding: 10px 0px 10px 0px;
}


footer ul.address {
  list-style: none;
}
footer ul.address li {
  padding: 0px 0px 10px 20px;
  background: url(../../images/bgIconsAddress.png) no-repeat 0px 0px;
}
footer ul.address li.city {
  background-position: 0px -57px;
}
footer ul.address li.tel {
  background-position: 0px -114px;
}
footer ul.address li.fax {
  background-position: 0px -170px;
}

footer #mapFooter {
  width: 100%;
  height: 120px;
  background-color: silver;
  margin-bottom: 10px;
}


p.copyright {
  text-align: center;
  font-family: "LeagueGothicRegular";
  font-size: 19px;
  text-transform: uppercase;
  font-weight: normal;
  color: #FFF;
  line-height: 15px;
  margin: 20px 0px 20px 0px;
}

p.copyright sup  {
  vertical-align: super;
  font-size: 10px;
}
p.copyright span.credits {
  font-size: 12px;
}
p.copyright a {
  color: #FFF;
  font-weight: normal;
}











