/******************************************************************************
CSS Styles für Mischapage Web Gallery
(C) Copyright 2004 Michael Hoser
*******************************************************************************/

/* --------------------------------------------------------------------------------------------------- */
/* GENERAL LAYOUTS                                                                                     */
/* --------------------------------------------------------------------------------------------------- */

body {
  font-family: arial;
  background-color: #FFFFFF;
  background-image: url('background.gif');
}

img {
  border: 0px;
}

h1 {
  margin-top: 0px;
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #6060ff;
}

div.footer,
div.footer a {
  margin-top: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 8pt;
  color: #000000;
  visibility: hidden;
}

div.control { 
  margin-top: 0px;
  text-align: center;
}

div.control img {
  width: 35px;
  height: 25px;
}

/* --------------------------------------------------------------------------------------------------- */
/* OVERVIEW LAYOUTS                                                                                    */
/* --------------------------------------------------------------------------------------------------- */

table.overview { 
  margin-top: 0px;
}

table.overview tr td.image {
  background-image: url('frame.gif');
  width: 152px;
  height: 152px;
  padding-top: 3px;
  text-align: center; padding-left:0px; padding-right:0px; padding-bottom:0px
}

table.overview tr td.empty {
  text-align: center;
}

/* --------------------------------------------------------------------------------------------------- */
/* DETAIL LAYOUTS                                                                                      */
/* --------------------------------------------------------------------------------------------------- */

div.image {
  margin-top: 0px;
  text-align: center;
}
