/******************************************************************************
CSS Styles für Mischapage Web Gallery / Get A Gallery
(C) Copyright 2004 Michael Hoser
Benutzung durch Get A Gallery mit Genehmigung
*******************************************************************************/

/* --------------------------------------------------------------------------------------------------- */
/* GENERAL LAYOUTS                                                                                     */
/* --------------------------------------------------------------------------------------------------- */

body {
  font-family: helvetica, tahoma, arial;
  background-color: #FFFFFF;
  background-image: url( background.gif );
}

img {
  border: 0px;
}

h1 {
  margin-top: 20px;
  font-family: Georgia, serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

div.footer,
div.footer a {
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 8pt;
  color: #999999;
}

div.control {
  margin-top: 30px;
  text-align: center;
}

div.control img {
  width: 35px;
  height: 25px;
}

/* --------------------------------------------------------------------------------------------------- */
/* OVERVIEW LAYOUTS                                                                                    */
/* --------------------------------------------------------------------------------------------------- */

table.overview {
  margin-top: 15px;
}

table.overview tr td.image {
  background-image: url( frame.gif );
  width: 152px;
  height: 152px;
  padding: 0px;
  padding-top: 3px;
  text-align: center;
}

table.overview tr td.empty {
  text-align: center;
}

/* --------------------------------------------------------------------------------------------------- */
/* DETAIL LAYOUTS                                                                                      */
/* --------------------------------------------------------------------------------------------------- */

div.image {
  margin-top: 15px;
  text-align: center;
}