* {
  margin:0; padding:0;
}

html {
  overflow: -moz-scrollbars-vertical;
  overflow-x: auto; 
}

body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #2c2d2e;
}

/********************************************/
/**          DIV PlACEMENTS                **/
/********************************************/

#siteContainer {
  width:1000px;
  height: 640px;
  margin:0 auto;
  position: relative;
}

#siteContainerHeader {
  width: 1000px;
  height: 90px;
  background-color: white;
}

#logoContainer {
  float: left;
  width: 200px;
  margin-left: 32px;
  height: 90px;
  background-image: url('/templates/templates/front_images/logoWw.png'); /* image_logo */
  background-repeat: no-repeat;
}

#topNavigation {
  width: 460px;  
  height: 58px;
  float: left;
  margin-right: -200px;
}

#headerImage1 {
  width: 95px;
  height: 74px;
  float: right;
  margin-right: 4px;
  background-image: url('/templates/templates/front_images/imp1.jpg'); /* image_imp1 */
}
#headerImage2 {
  width: 95px;    
  height: 74px;
  float: right;
  margin-right: 4px;
  background-image: url('/templates/templates/front_images/imp2.jpg'); /* image_imp2 */
}
#headerImage3 {
  width: 95px;
  height: 74px;
  float: right;
  margin-right: 17px;
  background-image: url('/templates/templates/front_images/imp3.jpg'); /* image_imp3 */
}

#content {
  width: 1000px;
  height: 600px;
  background-image: url('/templates/templates/front_images/background.jpg'); /* image_bgmain */
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}

#content1 {
  width: 1000px;
  height: 600px;
  background-image: url('/templates/templates/front_images/background1.jpg'); /* image_bgmain */
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}

#content2 {
  width: 1000px;
  height: 600px;
  background-image: url('/templates/templates/front_images/background2.jpg'); /* image_bgmain */
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}

#content3 {
  width: 1000px;
  height: 600px;
  background-image: url('/templates/templates/front_images/background3.jpg'); /* image_bgmain */
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}

#content4 {
  width: 1000px;
  height: 600px;
  background-image: url('/templates/templates/front_images/background4.jpg'); /* image_bgmain */
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}

#content5 {
  width: 1000px;
  height: 600px;
  background-image: url('/templates/templates/front_images/background5.jpg'); /* image_bgmain */
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}

#content6 {
  width: 1000px;
  height: 600px;
  background-image: url('/templates/templates/front_images/background6.jpg'); /* image_bgmain */
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}

#content7 {
  width: 1000px;
  height: 600px;
  background-image: url('/templates/templates/front_images/background7.jpg'); /* image_bgmain */
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}

#menuSpacer {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 600px;
  width: 15px;
  float: left;
  background-color: #7ac142; /* color_bgmenu */
}

#menu { 
  width: 215px;
  float: left;
  margin-left: 15px;
  list-style-type: none;
  white-space: nowrap;
}

#menu li { 
  background: #7ac142; /* color_bgmenu */
  line-height: 35px;
  font-size: 17pt;
  margin-top: 13px;
  white-space: nowrap;
}

#menu li:hover {
  color: white; /* color_menutext_hover */
}

#menu li ul {
  list-style-type: none;
  background-color : #7ac142; /* color_bgmenu */
  width: 215px;
}

#menu li ul.selected {
  list-style-type: none;
  background-color : #7ac142; /* color_bgmenu */
}

#menu li ul li {
  background: #7ac142; /* color_bgmenu */
  line-height: 20px;
  margin: 0px;
  overflow: hidden;
}
#menu li a {
  font-size: 18px;
  text-decoration: none;
  color: #231f20; /* color_menutext_std */
  margin-left: 15px; 
  white-space: nowrap;
}
#menu li a:hover {
  color: white; /* color_menutext_hover */
}

#menu li ul li a {
 font-size: 13px;
 line-height: 26px;
 text-decoration: none;
 color: white; /* color_submenutext_std */
 white-space: nowrap;
 text-transform: lowercase;
}
#menu li ul li a:hover {
  color: white;
  background-image: url('/templates/templates/front_images/submenuHoverArrow.png');
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
}

#menu li ul li a.selected:hover {
  padding-right: 0px;
  background-image: none;
}

#menu li ul li a.selected {
  color: #231f20; /* color_submenutext_active */
}

#menu li ul li.submenuYSpacer {
  height: 9px;
}
#controlContainer
{
  width:64px;
  height:15px;
  float:right
}

#innerText {
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 37px;
  padding-right: 37px;
  width: 398px;
  height: 464px;
  overflow: auto;
  float: right;
  background-image: url('/templates/templates/front_images/innerTextBg.png');
}



#searchBox {
  background-image: url('/templates/templates/front_images/inputSearchBg.png');
  float: left;
  margin-left: 130px;
  margin-top: 11px;
  border-color: #bebdbd;
  border-style: solid;
  border-width: 1px;
  height: 19px;
  padding: 0px;
                   
}

#searchSubmit {
  margin-top: 11px;
  margin-left: 2px;
  position: relative;
  background-color: #7ac142; /* color_bgmenu */
  background-image: url('/templates/templates/front_images/searchArrow.png');              
  width: 21px;
  height: 21px;
  float: left;   
  cursor: pointer;
}
#searchSubmitBorder {
  position: absolute;
}


input.searchBox {
  font-weight: bold;
  background: transparent;
  border-width: 0px;
  width: 130px;
  margin: 0px;
  float: left;
  padding: 1px;                 
  height: 21px; 
}

  
div.searchSubmit {
    
}

#innerText P.first {
  color: #231f20;
  font-size: 17pt;
}

#innerText P {
  font-family: Arial, Verdana, sans-serif;
  color: #000;
  font-size: 13px;
  margin: 5px 0;
}

#siteHeader {
  font-weight: bold;
  width: 1000px;
  height: 24px;
  color: white;
}

#siteFooter {
  font-size: 12px;
  font-weight: bold;
  width: 1000px;
  height: 24px;
  color: white;
}

#mediactief {
  width: 245px;
  height: 40px;
  display: block;
  margin: 20px auto;
  clear: both;
  color: #efefef;
font-size: 9px;
text-decoration: none;
}

/********************************************/
/**          BUTTON STYLE                  **/
/********************************************/



.topNavigationButton {
  text-decoration: none;
  width: auto;
  margin-top: 37px;
  padding: 0;
  background-color: transparent;
  height: 23px;
  float: right;
  border-color: #c8c7c7;
  border-width: 1px;
  border-style: solid;
  margin-right: 5px;
  color: #231f20;
  font-size: 14px;
  padding-left: 7px;
  padding-right: 7px;
}
.topNavigationButton:hover {
  text-decoration: none;
  color: white;
  background-color: #7ac142;
  border-color: #64993a;
}


h1 {
  color: #2c2d2e;
  font-size: 20px;
  margin: 25px 0;
}

h2 {
  color: #2c2d2e;
  font-size: 16px;
  margin: 25px 0;
}

h3 {
  color: #2c2d2e;
  font-size: 14px;
  margin: 25px 0;
}

h5 {
  font-size: 12px;
  margin: 10px 3px;
  color: #2c2d2e;
}


.readMore {
  text-decoration: none;
  color: #2c2d2e;
  font-weight: bold;
  float: right;
}

.readMore:hover {
  text-decoration: underline;
}

a {
  color: #f4793e;
  font-weight: bold;
  letter-spacing: 1px;
}

a:hover {
  text-decoration: underline;
}

#paginationNumbers {
  float: left;
  width: 70%;
  text-align: center;
}

#paginationNumbers a {
  padding: 0 2px;
}

#paginationNext {
  float: left;
  width: 75px;
}

#paginationPrevious {
  float: left;
  width: 75px;
}

.stripe {
  background-color:#7ac142;
  border:medium none;
  clear:both;
  color: #7ac142;
  height:1px;
  margin:5px 0 10px;
  padding:0;
}

.selectedNumber {
  color: #333;
}

table#form {

}

table#form tr {
  background: #fff;
  height: 28px;
}

table#form tr:first-child td {
  background: #fff;
  font-weight: normal;
  width: 150px;
}

table#form td {
  color: #333333;
  text-align: left;
  vertical-align: top;
}

td {
  vertical-align: top;    
}

.searchResult {
  color: #2c2d2e;
  font-size: 13px;
  padding-top: 10px;
}

table#form input, table#form textarea {
  width: 200px;
  border: 1px solid #c0cde3;
  padding: 2px;
  font-size: 11px;
  font-family: arial;
}

table#form textarea {
  height: 75px;
}

table#form .button {
  width: 75px;
  border: none;
  background: #F37421;
  color: #fff;
  font-weight: bold;
  margin: 0 10px;
}
