html {
  padding: 0;
}
body {
  background-image:url(bilder/papier.png);
  background-attachment:fixed;
  min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  margin: 0; padding: 0;
}

a:link {
  color: #3333cc;
  font-weight: normal;
}
a:visited {
  color: #cc3366;
  font-weight: normal;
}


p {
  text-align: justify;
  text-indent: 0.8em;
}


#navi {
  width: 14em;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2.3em;
  margin-left: 2.3em;
}

html>body #navi {  /* nur fuer moderne Browser! */
  position: fixed;
}

/* rather want it just in #sidebar, but ul#sidebar doesn't work ... */
ul {
  padding-left: 1em;
  margin-left: 0;
}


#main {
  margin-top: 2.3em;
  /* margin-left: 17em; */
  margin-left: 250px;
  margin-right: 2.3em;
}

* #main {  /* versteckt vor Netscape 4 */
}

/* rather want it just in #main, but th#sidebar doesn't work ... */
th {
  white-space:nowrap;
}



#footer {
  clear: both;
  text-align: center;
  margin-left: 2.3em;
  margin-right: 2.3em;
  margin-bottom: 2.3em;
}


/*****************/
/* for llgal {{{ */
/*****************/
img.image-link {
  border-style: none;
}

/* Various */

.small {
  font-size: 75%;
}

.large {
  font-size: 200%;
}

.center {
  text-align: center;
}

.center table {
  margin-left: auto;
  margin-right: auto;
}

/* Index table */

table.index {
  border: 0px;
  padding: 0px;
  margin-top: 9px;
  margin-bottom: 9px;
}

table.with-tile {
  background-color: #000000;
}

table.index td {
  padding: 0px;
}

table.index td.thumb img {
  vertical-align: middle;
  border-style: none;
}

table.index td.text-thumb {
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  text-align: center;
  font-size: 50%;
}

table.index td.tiled {
  background-image: url("photos/.llgal/tile.png");
  background-repeat: repeat-x;
  text-align: left;
  font-size: 0px;
}

table.index td.thumb-dim {
  font-size: 50%;
  color: #ffffff;
}

table.index td.thumb-caption {
  font-size: 75%;
  background: none;
  color: #ffffff;
}

hr.index {
  width: 80%;
  height: 0px;
  border-width: 2px;
}

/* Slides */

table.slide {
  background-color: #000000;
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
  border-spacing: 0px;
}

table.slide td.image-slide {
  padding: 0px;
}

table.slide td.image-slide img {
  vertical-align: middle;
  border-style: none;
}

table.slide td.text-slide {
  text-align: center;
  vertical-align: middle;
  font-size: 200%;
  font-style: italic;
}

p.caption {
  text-align: center;
}

/* Headers and footers */

.header {
  font-size: 120%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.footer {
  font-size: 120%;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* EXIF table */

table.exif {
  border: 0px;
  border-spacing: 1px;
  background: #ffffff;
}

table.exif td.exif-name {
  text-align: right;
  background: #333333;
  padding-left: 6px;
  padding-right: 6px;
}

table.exif td.exif-value {
  text-align: left;
  background: #333333;
  padding-left: 6px;
  padding-right: 6px;
}
/*****************/
/* for llgal }}} */
/*****************/
