* {
  -moz-box-sizing: padding-box;
  box-sizing: border-box;
}

html, body, div#holder {
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;

}

html, body  {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

div#holder {
  width: 800px;
  background-image: url(../images/bg.jpg);
  position: absolute;
  _position: relative;
}

html>body, html>body div#holder {
  height: auto;
  top: 0;
  left: 0;
}

body {
  margin: 0 auto;
  padding:0;
  background-repeat: repeat-y;
  font-family: arial;
  font-size: 16px;
  text-align: center;
}


img {
  margin: 0;
  padding: 0;
  border: 0;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}

h1 {
  font-size: 51px;
  font-weight: bold;
  margin: 0;
  margin-left: 3px;
  color: #000000;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 12px;
}

div#header {
  background-image: url(../images/steigstra.jpg);
  border: none;
  width: 800px;
  height: 265px;
  margin: 0;
  padding: 0;
  padding-top: 100px;
}

div#header h1{
  color: #550101;
  font-size: 30px;
  }

div#menu {
  width: 200px;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  float:left;
  text-align: left;
  color: black;
}

div#menu a {
  text-decoration: none;
  color: white;
}


div#content {
  width: 490px;
  text-align: left;
  padding-bottom: 20px;
  float: left;
  margin-left: 5px;
}

div#content ul {
  margin: 0;
  list-style-image: url('../images/ulgolf.jpg');
  padding-left: 15px;
  list-style-position: outside;
  padding-bottom: 10px;
  padding-top: 10px;


}

 div#content hr {
 width: 500px;
 color: #160376;
 height: 1px;
 }

 div#content h3 {
  font-size: 13px;
 color: #160376;
 margin-bottom: 10px;
 margin-top: 0px;
 }

div#content img {
  float: right;
  margin-right: 10px;
  margin-left:10px;
  margin-bottom; 10px;
  border: none;
}

div#content h2 {
  color: #160376;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
}

div#content a {
  text-decoration: underline;
  color: #160376;
}


div#content div#info img {
float; left;
margin-left: 0;
}

div#content div#info {
  border:0px solid #550101;
  height: 450px;
  margin:10px;
}


div#content div#info h3{
    font-size: 13px;
 color: #160376;
 margin-bottom: 10px;
 margin-top: 0px;
}


div#content div#navigatie img{

  float: none;
  border: 0;
  }
  
div#content div#contact img{

  float: left;
  border: 0;
  margin: -1;
  }

div#footer {
  clear: both;
  bottom: 0;
  left: 0;
  background-image: url(../images/footer.jpg) ;
  border: none;
  width: 800px;
  height: 2px;
  margin-bottom: -1px;
}

div#footer a{
   float: left;
  color: white;
  font-size: 10px;
  text-decoration: none;
  }


/* hide from Mac IE5 */
/* \*/
div#footer {
  position: absolute;
}
/* */

/* Change in Opera 5+ (and some others) */
html>body div#footer {
  position: static;
}

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
  position: absolute;
}
/* */
