/* $Id: foto.css,v 1.3 2008/02/03 21:30:28 pafei Exp $ */
/* $Source */

/* Regeln fuer alle Medien */

body a img {
 border: none;
}

/* ===== Header */
div#head {
 clear: both;
}

div#head h1 {
 margin: 0;
 margin-botop: 0;
}

div#head p {
 float: right;
 text-align: center;
 color: #888;
 font-size: smaller;
 margin-top: 0;
}

/* ===== Apetizer
   nur in Screen angezeigt */

/* ===== Haupt-Navigation
   nur in Screen angezeigt */

/* ===== Info (rechts) 
   nur in Screen angezeigt */

/* ===== Body */
/* die 10em von margin wie width bei div#info */
div#body {
 margin: 0 10em 1em 0;
}

div#body form label {
 width: 40em;
 display: block;
}

div#body table {
  width: 50%;
  text-align: center;
}

div#body table.breit {
 width: 100%;
 text-align: left;
}

div#body table.breit tr th {
 background-color: #ddd;
 text-align: left;
}

div#body table.breit tr.zebra td {
 background-color: #eee;
}

/* ===== Footer */
div#footer {
 border-top: dashed 1px #888;
 text-align: center;
 font-size: x-small;
 color: #333;
}
