* {
   padding:0;
   margin:0;
   border:none;
}
body {
   background: white url(http://www.shoewhere.be/images/shoewhere-startscherm-achtergrond.jpg) top center no-repeat;
   color: #9a611e;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 0.8em;
   line-height:1.6em;
}

A:link {color: #800000;}
A:visited {color: #c00000;}
A:hover {color: #000000}

/* --- pagina indeling ------------------------------------------------------ */
/* --- volledige site --- */
#site {
   width:960px;
   margin:0 auto;
}
#site-contents {
   padding:10px 25px;
}
#page-footer {
   width:950px;
   font-size:10px;
   border-top:1px solid #ddd;
   padding:10px 5px;
}
/* --- alleen eerste pagina --- */
#frontpagina-contents {
   position:relative;
   top:110px;
   left:50px;
   width:385px;
   height:450px;
   overflow:hidden;
}
#frontpagina-header {
   position:relative;
   top:100px;
   left:390px;
   width:520px;
   height:100px;
   overflow:hidden;
}
/* --- alle shoewhere pagina's --- */
#shoewhere-contents {
   position:relative;
   top:110px;
   left:50px;
   width:385px;
   height:450px;
   overflow:hidden;
}
#shoewhere-header {
   position:relative;
   top:100px;
   left:390px;
   width:520px;
   height:100px;
   overflow:hidden;
}
/* --- alle kassa pagina's --- */
#kassa-contents {
   position:relative;
   top:110px;
   left:50px;
   width:385px;
   height:450px;
   overflow:hidden;
}
#kassa-header {
   position:relative;
   top:100px;
   left:390px;
   width:520px;
   height:100px;
   overflow:hidden;
}

/* --- instellingen standaard html elementen -------------------------------- */
h1 {
   font-size:1.20em;
   color:#6d330c;
   font-weight:bold;
}
p {
   padding:8px 0;
   text-align:left;
}
strong {
   color:#6d330c;
}
/* --- herdefiniëring standaard html op de fontpagina ----------------------- */
#fontpagina-contents h1 {
   position:relative;
   top:230px;
   left:40px;
   width:390px;
   height:350px;
}

/* --- buttons -------------------------------------------------------------- */
.button {
   width:204px;
   height:40px;
   color:white;
   display:block;
   text-align:center;
   font-size:1em;
   line-height:40px;
   overflow:hidden;
   margin:10px 0 10px 20px;
   padding:0 !important;
   font-weight:bold;
}
.button a { color:white; text-decoration:none; }
.button a:hover { color:white; text-decoration:underline }

.contacteerons-button {
   background: white url(http://www.shoewhere.be/images/button1.png) top left no-repeat;
}

