/* design & layout by  karl csar 01.04.2005 */
/* Homepage für Alexander Krittel */

/* popup für orginalfoto mit fullscreen */

/* Zentrierlogik: //http://www.thestyleworks.de/tut-art/centerblock.shtml*/

/* Standard CSS  */

/* wichtige Farben
leichtes Grau  = #AFABAB
*/

#img_id, .close, .button, #img_container, #img_select {

  margin: 0;
  padding: 0;
  border:0;
  list-style-type: none;
  overflow:hidden;

}
.close {
  padding-top:10px;
  padding-bottom:20px;
  text-align: center;
  color: #AFABAB;
}

a.button:link, a.button:visited, a.button:active {
 background:#626262;
 text-decoration:none;
 color:#AFABAB;
 padding:0.1em 0.2em 0.1em 0.2em; /* o r u l */
}
#img_id{
  position: relative;
  top:5%;
  left:35%;
}
#img_container {
  position			: absolute;
  top				: 50%;
  left				: 50%;
  width				: 0px;  /* Inhalts Breite */
  height			: 0px;  /* Inhalts Höhe */
  margin-top			: -0px; /* Höhe /2   */
  margin-left			: -0px; /* Breite /2  */
  border: 0.00em solid #AFABAB;
}

#img_select {
  position:absolute;      /* notwendig wegen hover verschiebung */
  top:0;
  left:40%;
  text-align: center;
}
 #img_select a.button:hover {
 text-align: center;
 background:#AFABAB;
 text-decoration:none;
 color:#000000;
 padding:0.1em 0.2em 0.1em 0.2em;
}

#img_container p, #img_select p {   /* imgFullScreen() */
 text-align: center;
 font-size:0.9em;
 line-height:1.3em;
}
#img_container span, #img_select p {
  margin:0em;   /* o r u l */
}
#img_container img, #img_select img {
  border:0;
}
#img_container table, #img_container table tr, #img_container table td{
  border: 0px solid #000000;
}
#foto_text{
  text-align:center;
  width:auto; height:auto;
}