body {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

#title {
  position: relative;
  margin: 0;
  width: 730px;
  text-align: right;
  font-weight: normal;
  font-size: 48px;
  font-family: Verdana;
}

#navigator {
  position: absolute;
  top: 48px;
  width:730px;
  margin: 0;
  padding: 2px 0 2px 0;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  font-family: Verdana;
  font-size: 11px;
  color: #808080
}

#navigator a {
  text-decoration: none;
  color: black;
  border-right: 1px solid black;
  padding: 0 5px;
}

#navigator a:hover {
  text-shadow: 2px 2px 0px #808080;
}

#info {
  position: relative;
  top: 30px;
  left: 50px;
  width: 390px;
  height: 230px;
  text-align: left;
  font-size: normal;
  font-style: italic;
}

#info font.title {
  font-style: normal;
  font-family: Verdana;
  font-size: 16px;
}

#info font.supervisor {
  display: block;
  float: left;
  font-style: italic;
  font-size: 14px;
}

#info font.institution {
  display: block;
  float: right;
  font-style: italic;
  font-size: 14px;
}

#info font.lab {
  display: block;
  text-align: right;
  font-style: italic;
  font-size: 16px;
  color: maroon;
}

#info img.picture {
  position: absolute;
  top: -10px;
  left: 480px;
  width: 200px;
  height: 200px;
  border: solid;
  border-width: 1px;
}

#contact {
  position: absolute;
  top: 190px;
  left: 200px;
  text-align: center;
}

#content {
  position: relative;
  margin-left: 10px;
  width: 690px;
}

#topic {
  position: relative;
  margin-bottom: 20px;
  background: #99bbee;
  width: 720px;
  border: dashed;
  border-width: 1px;
}

#topic .title {
  position: absolute;
  width: 100%;
  font-weight: bold;
  font-family: Verdana;
  background: #2244aa;
  color: white;
}

#topic .title a {
  color: #c0c0c0;
}

#topic .subtitle {
  position: absolute;
  width: 95%;
  padding-left: 5%;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana;
  background: #4466cc;
  color: white;
}

#publication {
  margin-top: 5px;
  margin-bottom: 3px;
}

#publication {
  display: list-item;
  list-style-type: circle;
  position: relative;
  margin-left: 20px;
  width: 100%;
  font-weight: normal;
  font-family: Times;
  background: none;
  color: black;
  font-size: 16;
}

#publication font.title {
  display: inline;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-family: Times;
  background: none;
  color: black;
}

#publication a.title {
  display: inline;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-family: Times;
  background: none;
  color: black;
}

#publication a.pdf {
  position: absolute;
  font-weight: normal;
  font-family: Times;
  background: none;
  color: blue;
  right: 20px;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 1px;
  padding-right: 1px;
/*  border-left: 1px solid black; */
/*  border-right: 1px solid black; */
}


#publication font.authors {
  display: block;
  margin-left: 20px;
  width: 75%;
  font-weight: normal;
  font-family: Times;
  font-style: italic;
  background: none;
  color: black;
  font-size: 14;
}

#publication b {
  position: inline;
  font-weight: bolder;
  font-style: normal;
  font-family: Times;
  background: none;
}

#publication font.rate {
  position: absolute;
  font-weight: normal;
  font-style: italic;
  font-family: Times;
  right: 55px;
  padding-top: 3px;
  background: none;
  color: black;
  font-size: 10.5;
/* visibility: hidden; */
}

#publication font.money{
  position: absolute;
  top: 0px;
  right: 100px;
  font-weight: normal;
  font-family: Times;
  font-style: italic;
  background: none;
  color: black;
  padding-top: 3px;
  font-size: 10.5;
  visibility: hidden;
}

#publication font.time{
  position: absolute;
  top: 0px;
  right: 20px;
  font-weight: normal;
  font-family: Times;
  font-style: italic;
  background: none;
  color: black;
}

#publication font.patent {
  position: absolute;
  top: 0px;
  right: 20px;
  font-weight: normal;
  font-family: Times;
  font-style: italic;
  background: none;
  color: black;
}

#publication font.conf {
  position: inline;
  margin-left: 0px;
  font-weight: normal;
  font-family: Times;
  background: none;
  color: black;
}

#project {
  position: relative;
  margin-bottom: 20px;
  background: #99bbee;
  width: 560px;
  border: dashed;
  border-width: 1px;
}

#project font.title {
  position: absolute;
  width: 100%;
  font-weight: bold;
  font-family: Verdana;
  background: #2244aa;
  color: white;
}

#project font.source {
  position: absolute;
  left: 50px;
  width: 100%;
}

#project a {
  color: #808080;
}

#presentation {
  position: relative;
  margin-bottom: 20px;
  background: #99bbee;
  width: 560px;
  border: dashed;
  border-width: 1px;
}

#presentation div.title {
  position: relative;
  width: 100%;
  font-weight: bold;
  font-family: Verdana;
  background: #2244aa;
  color: white;
}

#presentation div.place {
  text-align: right;
  font-style: italic;
  font-size: 14px;
}

#presentation img.image {
  float: right;
}

#presentation div.end {
  clear: both; /* force floating image to have a height */
}

