/*
 * (o>
 * //\  stylesheet for screen
 * V_/_ (c) 2003-2006 by Bjoern Knorr (http://exeonline.de/)
 */
 
/* -- Tags -- */
body {
 font-family: Helvetica, Arial, Helvetica, sans-serif;
 font-size: small;
 margin: 0px; 
 padding:0px;
 background-color: #fff;
 line-height:1.5em;
}

img {
 border: 0px;
}

a:link {
 color: #0095FF;
 text-decoration: none
}

a:visited {
 color: #0095FF;
 text-decoration: none
}

a:hover {
 color: #0095FF;
 text-decoration: underline
}

li{
 list-style-image: url('images/webcam.jpg');
 text-align: justify;
 padding-bottom: 8px;
}

dl {
  padding-left: 20px;
}

/* -- IDs -- */
#navigation {
  background-image:url('images/header.png');
  background-position: right;
  background-repeat: o-repeat;
  height: 70px;
  padding-top: 50px;
  font-size:x-large;
  text-align: left;
  padding-left: 90px;
}

#body {
  text-align: left;
  padding-top: 20px;
  padding-left: 90px;
  padding-bottom: 30px;
  padding-right: 90px;
  max-width: 900px;
}

#footer {
  background-image:url('images/footer.png');
  background-position: left;
  background-repeat: no-repeat;
  height: 70px;
  padding-top: 50px;
  font-size:small;
  text-align: center;
}
