* {
    margin:0; padding:0;
}

html {
  background: #f37421 url('/templates/templates/front_images/backgroundBottom.png') no-repeat 50% bottom;
}

body {
    background: transparent url('/templates/templates/front_images/backgroundTop.png') no-repeat 50% top;

    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 21px;
    color: #333;
}

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

#siteContainer {
    width:900px;
    margin:0 auto;
}

#header1 {
  width: 900px;
  height: 305px;
  background: transparent url('/templates/templates/front_images/headerScissor.png') no-repeat;
  margin-top: 18px;
}

#header2 {
  width: 900px;
  height: 305px;
  background: transparent url('/templates/templates/front_images/headerAders.png') no-repeat;
  margin-top: 18px;
}

#header3 {
  width: 900px;
  height: 305px;
  background: transparent url('/templates/templates/front_images/headerHoses.png') no-repeat;
  margin-top: 18px;
}

#contentSpacer {
  width: 900px;
  height: 42px;
  background: transparent url('/templates/templates/front_images/contentSpacer.png') no-repeat;
}

#content {
  width: 900px;
  overflow: auto;
  background: #fff url('/templates/templates/front_images/contentBackground.png') repeat-y;
  padding-bottom: 25px;
}

#menu {
  width: 205px;
  height: 100%;
  float: left;
  margin-left: 16px;
  list-style-type: none;
}

#menu li {
  background: #d6e0ed;

  padding: 5px 15px;
  border-bottom: #fff 1px solid;
}

#menu li:hover {
    background: #c0cde3;
}

#menu li.selected {
    background: #c0cde3;
}

#menu li ul {
  list-style-type: none;
  background: transparent url('/templates/templates/front_images/submenu.png') no-repeat;
  padding-top: 20px;
  margin-left: -15px;
  width: 205px;
}

#menu li ul.selected {
  list-style-type: none;
  background: #c0cde3 url('/templates/templates/front_images/submenu.png') no-repeat;
  padding-top: 20px;
  margin-left: -15px;
  width: 205px;
}

#menu li ul li {
    margin-top: 1px;
    margin-left: 25px;
    border: none;
    background: #c0cde3;
}



#menu li a {
  font-size: 18px;
  font-weight: normal;
  line-height: 35px;
  color: #00529f;
  text-decoration: none;
}

#menu li ul li a {
  font-size: 12px;
   font-weight: normal;
   line-height: 10px;
  color: #00529f;
  text-decoration: none;
  margin: 0;
}

#menu li ul li a:hover {
  color: #ffffff;
}

#innerText {
  width: 520px;
  float: left;
  margin-left: 50px;
}

#footer {
  width: 900px;
  height: 54px;
  background: transparent url('/templates/templates/front_images/footer.png') no-repeat;
  line-height: 54px;
  color: #fff;
  padding-left: 35px;
  padding-top: 5px;
  font-weight: 13pt;
  word-spacing: 2px;
}

#mediactief {
    background: transparent url('/templates/templates/front_images/mediactief.png') no-repeat;
    width: 151px;
    height: 40px;
    display: block;
    margin: 10px 45%;
    clear: both;
}

h3 {
  color: #f4793e;
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 16px;
  margin: 10px 3px;
  color: #f4793e;
}

.portfolioThumbImage {
  float: left;
  margin: 5px;
}

.portfolioImage {
  margin: 5px 8px;
}

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

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

a {
  text-decoration: none;
  color: #f4793e;
  font-weight: bold;
}

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:#f4793e;
  border:medium none;
  clear:both;
  color:#f4793e;
  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;
}

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;
}
