
/* General Rules for the main body */
#container { float: right; background: url(images/blue_50.png) top
	   right repeat-y; }


body {
  background-image: url(images/Paranal_ATs.jpg);
  font-family: Arial,Helvetica,sans-serif;
  padding-left: 12em;
}
/* General Rules for text */ 

h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  font-size: xx-large;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: x-large;
}
h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: large;
}
h4 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: normal;
  text-decoration: underline;
}




/* Paragraph layout */
div.longtext p {
  margin-bottom: 0 }
div.longtext p + p {
  text-indent: 1.5em;
  margin-top: 0 }

div.contact {
  float: left;
  border: thin #696969 solid;
  margin: 0.5em;
  padding: 0.5em;
}

/* Box with caption, width needs to be given in div-container */
div.figure {
  float: right;
  border: thin #696969 solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.scfigure {
  background-color: white;
  float: right;
  border: thin #696969 solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  margin-top: 0 
  text-indent: 0;
}
div.scfigure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  margin-top: 0 
  text-indent: 0;
}
img.scaled {
  width: 100%;
}

td.navcontainer {border-right: #696969 2px solid ; margin:0em; padding:0em;
background: url(images/blue_25.png); width: 11em; min-width: 11em; max-width: 11em; border-bottom: #696969 2px solid ;}


/* Navigation bar style */

.navbar {
  font-family: Arial,Helvetica,sans-serif;
  background: url(images/blue_25.png);
  color: black;
  position: absolute;
  float: left;
  height: 90ex;
  top: 0%;
  width: 11em;
  left: 0%;
  margin-top: 0%;
  padding-top: 0px;
  list-style-type: none;
  border-right: #696969 2px solid;
  border-bottom: #696969 2px solid }




/* Address line footer */

address {
  clear: both;
  text-align: right;
  margin-top: 1em;
  padding-top: 1em;
  border-top: #696969 thin dotted }








ul.publication  { list-style-image: url("icons/ballred.transp.gif"); 
      margin-left: 1em;
} 

ul.links  { list-style-image: url("icons/ballblue.transp.gif"); 
      margin-left: 1em;
} 

