/* CSS Document */

* {
  margin: 0;
  padding: 0xp;
}

body {
  background-color: white;
  width: 240px;
}

h1 {
  background-color: #6D0004;
  color: white;
  text-align: center;
}

h2, h3 {
  clear: both;
  padding-bottom: 10px;
}

img {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 99%;
}

#container {
  border-left: 2px solid black;
  border-right: 2px solid black;
}
div, p {
  padding: 2px;
  padding-bottom: 10px;
}

div.hdownload {
  background-color: beige;
  background-image: url('handheld_logo_download.png');
  background-position: right top;
  background-repeat: no-repeat;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

#menu {
  margin:0px;
  padding: 0px;
  width: 240px;
}	

#menu li a {
  background-image: url('handheld_menuitem.png');
  color: white;
  display: block;
  float: left;
  height: 18px;
  list-style: none;
  padding-top: 2px;
  text-align: center;
  text-decoration: none;
  width: 120px;
}

.voet {
  background-color: #6D0004;
  color: white;
  font-size: 9px;
  text-align: center;
}

.vcard {
  display: none;
}
