body { background-image: url(http://www.peterotte.be/_images/achtergrond-raten.jpg);
       background-repeat: repeat;       
       font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
       font-size:100%;
}

* {margin:0; padding:0;}

a{      color: black;
        font-weight: normal;
        text-decoration: none;
}

a:hover{color: red;
        font-weight: normal;
        text-decoration: none;
}


h2 {color: #c61c31;
margin-bottom : 10px;
text-align:left;
font-weight : 200;}

h1 {color: #c61c31;
text-align:center;
margin-bottom : 20px;}


p {margin-bottom : 10px;
text-align:justify;
}

img {border : none;}

/* --- delen van de website ------------------------------------------------ */
#site {
   width:760px;
   text-align:justify;
   margin:3px auto;
   border:none;
}
#siteheader {
   width:760px;
   padding:5px;
   border:2px solid #e74D00;
}


#siteheader table {
   width:100%;
}

#sitenavigatie {
   width:760px;
   border:none;
   font-size:0.8em;
   margin:5px 0;
text-align:center;
}


#sitecontents {
   width:760px;
   border:2px solid #e74D00;
   padding:5px;
   text-align:center;
}
#sitefooter {
   width:760px;
   border:none;
   font-size:0.7em;
   margin-top:3px;
   padding:5px;
}

/* --- waarlijst ------------------------------------------------------------ */

.waarlijst {
}

.waarlijst table {
   margin:10px;
   border-bottom:1px solid #800000;
}

.waarlijst table td {
   padding:3px;
   text-align:left;
}

/* --- fotolijst ------------------------------------------------------------ */

.fotolijst {
}

.fotolijst img {
   margin:10px;
   border-bottom:1px solid #800000;
}


li {
        text-align:left;
        list-style-position : inside;
        list-style : decimal;
margin-left: 30px;

}






