/* for a full list of posibilities see 
      www.zvon.org/xxl/css1Reference/Output
      www.w3.org/Style/CSS
*/
body {
   background-color: lightgreen;
}

body.title { 
   margin-left: 0; margin-top: 0;
   margin-bottom: 0; margin-right: 0;
   background-image: url(../images/background.jpg);
}

body.map { 
   margin-left: 0; margin-top: 0;
   margin-bottom: 0; margin-right: 0;
}

body.slide {
  margin-left: 0px; margin-top: 0px; top: 0px; left: 0px;
  width: 600px; height: 400px;
}

div {
  position: absolute;
  border: none;
  padding: 0;
}

div.background {
  left:0px; top:0px; width:590; height:420;
}

div.name {
  width: 450px; height: 26px; left: 8px; top: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black;
}

h1 { font-family: Arial, Helvetica, sans-serif; 
     text-align: center;
     font-size: 160%;
     color: #FF6600;
     margin-top: 2.5ex;
}
h1.slide { font-family: Arial, Helvetica, sans-serif; 
     text-align: center;
     font-size: 160%;
     color: #FF6600;
     margin-top: 10px;
}
h2 { font-family: Arial, Helvetica, sans-serif; 
     text-align: center;
     font-size: 80%;
     color: green;
}
dt { font-family: Comic Sans MS, Garamond, sans-serif;
     font-size: 70%;
}
form { margin-top: 4px; margin-bottom: 0px;}
dd { font-family: Comic Sans MS, Garamond, sans-serif;
     font-size: 70%;
}
/* Hangende paragraph voor referenties */
p.hang { text-indent: -3em; margin-left: 3em; margin-right: 3em; }

