html, body { margin: 0px; padding: 0px; height: 96%; }
body {
  background: #0101b1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #9b2800;
}
#intro {
  position: absolute;
  width: 560px;
  height: 390px;
  margin-left: -280px;
  margin-top: -195px;
  left: 50%;
  top: 50%;
}
#container {
  position: relative;
  width: 800px;
  left: 0%;
  margin-top: 0px;
  margin-left: -400px;
  left: 50%;
  height: 100%;
  min-height: 100%;
}
#top {
  position: relative;
  width: 800px;
  height: 82px;
  margin-left: -150px;
}
#left {
  position: relative;
  width: 150px;
  float: left;
  margin-left: -150px;
}
#content {
  position: relative;
  width: 650px;
  height: 100%;
  min-height: 100%;
  margin-left: 150px;
  background: #fffc03;
  text-align: center;
  margin-bottom: -40px;
}
* html #content {  height: 100%;  }
body>#content {  height: auto;  }

#contentinner {
  margin: 0px 0px 30px 0px;
  padding: 0px 30px 0px 30px;
  text-align: justify;
}

* html #contentinner {  height: 1%;  }
html>body #content{  height: auto;  }

#clearfooter{  clear: both;  height: 40px;  }

#footer {
  width: 650px;
  position: relative;
  clear: both;
  background: #fffc03;
  text-align: center;
  margin-left: 150px;
  padding-bottom: 30px;
}
#popup {
  background: #fffc03;
}
#popup .cont{
  margin: 10px;
  text-align: justify;
}

.sign {
  text-align: right;
  font-style: italic;
  font-weight: bold;
}
.cont_center {
  text-align: center;
}
.floatleft {
  margin: 0px 20px 5px 0px;
  float: left;
}
.floatright {
  margin: 0px 0px 5px 20px;
  float: right;
}

img {  border: 0px;  }
img.foto {  border: solid 1px #0101b1;  padding: 1px;  }
img.foto_fl {
  border: solid 1px #0101b1;
  padding: 1px;
  margin: 0px 5px 3px 0px;
  float: left;
}
img.foto_fr {
  border: solid 1px #0101b1;
  padding: 1px;
  margin: 0px 0px 3px 5px;
  float: right;
}
object.foto {  border: solid 1px #0101b1;  padding: 1px;  }

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #9b2800;
}
p {
  text-align: justify;
  text-indent: 20px;
}
ul {
  list-style: none;
}
a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: italic;
  font-weight: normal;
  color: #9b2800;
  text-decoration: none;
}
a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: italic;
  font-weight: normal;
  color: #9b2800;
  text-decoration: underline;
}