body {
  font-family: verdana, helvetica, tahoma, sans-serif;
  color: #C7BAC4;
  margin: 0;
  padding: 0;
  background-image: url(../images/stripe.png);
  background-repeat: repeat;
}

#container {
  width: 977px;
  margin: 0 auto;
}

div.middle_shade {
  background-image: url(../images/background_middle.png);
  background-repeat: repeat-y;
}

div.bottom_shade {
  background-image: url(../images/background_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  margin: 0;
  padding-bottom: 102px;
}

#header {
  height: 250px;
  margin: auto;
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  background-position: 105px 30px;
}

#logo {
  height: 225px;
  margin: auto;
  background-image: url(../images/boensma_vuurwerk_logo.png);
  background-repeat: no-repeat;
  background-position: 475px 75px;
}

#content {
  margin: 0 115px;
}

h2 {
  color: #fff;
  font-family: georgia,serif;
  font-size: 2.75em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

#header h1 {
  visibility: hidden;
  margin-top: 0;
}

#content div {
  margin: 0 0 25px 0;
}

#content div.last {
  margin: 0;
}

#content div.last p {
  margin-bottom: 0;
}

#content .bestellen {
  width: 600px;
  margin: 40px auto 45px;
}

#content .bestellen h2 {
  text-align: center;  
}

a.webshop {
  width: 300px;
  border: 3px solid #fff;
  text-align: center;
  display: block;
  font-size: 2em;
  text-decoration: none;
  background-color: #df1f26;
  line-height: 1.5em;
  color: #fff;
  font-family: georgia;
  font-style: italic;
  margin: 25px auto;
}

a.webshop:hover{
   border-color: #C7BAC4;
   color: #000;
   background-color: #fff;
}

p.logos {
  text-align: right;
}

#content div.wrapper {
  margin-bottom: 0px;
}

div.wrapper p {
  float: left;
  width: 520px;
  margin-top: 7px;
}

div.wrapper p.logos {
  float: right;
  width: 225px;
  margin-top: 7px;
}

/** footer styles **/

#footer {
  line-height: 0.75em;
  font-size: 0.9em;
}

#footer h2 {
  background-image: url(../images/background_top.png);
  background-position: top left;
  background-repeat: no-repeat;
  height: 25px;
  padding: 77px 115px 0px 115px;
  margin: 0;
  line-height: 25px;
}

#footer div.address {
  padding: 0px 115px;
  margin: 0;
}

#footer .address {
  background-image: url(../images/background_middle.png);
  background-repeat: repeat-y;
  background-position: top left;
}

#footer .address p {
  margin: 0 0 7px 0;
  line-height: 1.2em;
}

#footer .address p.adres {
  padding-top: 25px;
}

#footer .address p.ijzerwaren {
  text-align: right;
  font-size: 0.8em;
  padding: 3px 0 25px;
  margin: 0;
}

#footer .address p.email {
  width: 250px;
  float: left;
  padding-bottom: 5px;
}

#footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}

#footer a:hover {
  border-bottom: 1px solid #fff;
}

/** clearfix **/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

