
/*
 * Oog Photo-Gallery v3.1.1
 * http://www.oog-gallery.de/ 
 * Copyright (C) 2009 Torben Rottbrand
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */


#main {
  width: 880px;
  margin: 0 auto;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 11px;
  text-align: center;
}
#header {
  float: left;
  width: 880px;
  height: 58px;
  background: url(imgdata/oben.jpg) no-repeat;
  margin-top: 0px;
  margin-bottom: 0px;
}
#menu {
  float: left;
  width: 174px;
}
#content {
  text-align: center;
  float: left;
  margin-bottom: 20px;
  margin-left:10px;
  width: 696px;
}
#album_info_box {
  width: 100%;
  background: #A2A2A2;
  text-align: left;
  margin-bottom: 16px;
  color: #FFF;
  padding: 3px;
}
a:link, a:visited {
  color: #ffffff; 
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
h1 {
  font-size: 21px;
  font-weight: normal;
  color: #A2A2A2;
  margin: 26px;
}
h2 {
  font-size: 17px;
  font-weight: normal;
  color: #A2A2A2;
}
h4 {
  font-family: sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
h5 {
  font-family: sans-serif;
  font-size: 10px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.most_viewed_albums {
  float: left;
  height: 168px;
  width: 180px;
  padding: 5px;
  padding-top: 8px;
  margin: 20px;
  margin-top: 6px;
  background: #A2A2A2;
  border: 1px solid #D7D7DD;
}
.most_viewed_albums a {
  color: #ffffff;
}
.most_viewed_albums a:hover {
  color: #ffffff;
}
.most_viewed_albums_thumb {
  border: 0px solid #fff;
}
.newest_albums {
  float: left;
  height: 168px;
  width: 180px;
  padding: 5px;
  padding-top: 8px;
  margin: 20px;
  margin-top: 6px;
  background: #A2A2A2;
  border: 1px solid #D7D7DD;
}
.newest_albums a {
  color: #ffffff;
}
.newest_albums a:hover {
  color: #ffffff;
}
.newest_albums_thumb {
  border: 0px solid #fff;
}

/**** CSS for thumbnail_mode = 0 ****/

.thumb {
  border-style: solid;
  border-color: transparent;
}
.thumb:hover {
  border-color: #F0F0EB;
}

/**** CSS for thumbnail = 1 ****/

.thbox { 
  float: left;
  margin: 7px;
}
.thshad {
  padding-bottom: 7px;
  background: url(imgdata/shad_312.gif) no-repeat bottom right;
}
.thborder {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #A2A2A2;
  border: 1px solid #C4C4CA;
  cursor: pointer;
}
.thborder:hover {
  border: 1px solid #999;
}