/* Stilangaben für "Hamburger Fototage */
/* Bildschirmversion für die Einzelbilder der Galerie */

a:link {text-decoration:none;color:#0000c0;}

a:visited {text-decoration:none;color:#800080;}

a:active {text-decoration:none;color: #ff0000;}

a:hover {font-weight:bold;text-decoration:none;color:#ff0000;}

body {
   width:100%;margin: 0;
   background-image:url('../grafiken/standard.gif');
   font-size:94%;
   padding-top:18px;
}

p {
   font-family: "Trebuchet MS", Helvetica, Arial, "Sans Serif";
   text-align:justify;
   margin-bottom: 0;
   margin-top: 10px;
   line-height: 140%;
   padding: 0;
}

.kasten {
  font-size:90%;
  width:604px;
  padding:12px;
  background-color:#fffef0;
  border: 1px solid #bbb8b0;
}

.klein {
   font-size: 86%;
}

.v {
   font-size: 60%;
}

#inhalt {
   left: 32px;
   margin: 0;
   position: absolute;
   width:92%;
   z-index: 3;
}

/*  Erscheint nicht im Druck: */

#kopf {
   left: 60px;
   position: absolute;
   z-index: 0;
}

/* -------------------------- */

/*   Erscheint nur im Druck:  */

#druck-kopf {
   display:none;
}

/* -------------------------- */

