html {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

#pic1 {
    position: relative;
    top: 100px;
}








/* Mobilhome Kontich */
html {
	background: url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* body vaste breedte, midden scherm */
body {
	margin:0; 
    padding:0px;   
    height: 100%;
}

/* jquery voor overlay message */
#contentwrapper {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0; 
}

/* titel balk zwevend top, center in page */
#title {
    width: 100%;
    height: 100px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #087800;
    background-image: url(../images/title-background.jpg);
    background-repeat: repeat-x;
    background-position: left;
    text-align: center;
}

#titelsubtekst {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.2em;
    color: #313131;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 0px;
}

#banner {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1em;
    color: #313131;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: 0;
    padding: 0px;  
}


#banner a {
    color: #097800;
    text-decoration: underline;
}

#banner a:hover {
    color: #313131;
   text-decoration: underline;
} 

/* pagina binnen in body met rand */
#page {
    position: relative;
    border-color: #087800;
    margin: 20px 0px;
    padding: 10px;
    background-size: 100% 100%;
    width: 1024px;
    left: 50%;
    margin-left: -512px;
}


#voettekst{
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.7em;
  color: #313131;
  text-align: right;
  padding: 0px;
  bottom: 0px;
  height: 20px;
}

#voettekst a {
    color: #097800;
}

#voettekst a:hover {
    color: #313131;
    cursor: pointer;
}