
/*
 * 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;
  line-height: 0.9em;/*Hajo: hin zugefügt230719*/
}
#header {
  float: left;
  width: 880px;
  height: 112px;/*145px;*/
  background: url(imgdata/headerback.png) no-repeat;
  margin-top: 5px;/*12px;*/
  margin-bottom: 5px;

}
#menu {
  float: left;
  width: 174px;
  top: 70px; 
}

#Menu1 ul {
  background-color:transparent;
  border-color:transparent;
  top: -20px !important;/*Hajo: von -50 auf -20*/
}
#content {
  text-align: center;
  float: left;
  margin-bottom: 20px;
  margin-left:10px;
  width: 696px;
}
#album_info_box {
  width: 100%;
  background: #869193;
  text-align: left;
  line-height: normal;
  margin-bottom: 16px;
  color: #FFF;
  padding: 3px;
}
a:link, a:visited {
  color: #697374; 
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #444;
  text-decoration: none;
  font-weight: bold;
}
h1 {
  font-size: 21px;
  font-weight: normal;
  color: #5A5A5A;
  margin: 26px;
}
h2 {
  font-size: 17px;
  font-weight: normal;
  color: #424242;
}
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: 160px;/*168px;*/
  width: 170px;/*180px;*/
  padding: 2px;/*5px;*/
  padding-top: 4px;/*8px;*/
  margin: 10px;/*20px;*/
  margin-top: 3px;/*6px;*/
  background: #F7F7F9;
  border: 1px solid #D7D7DD;
}
.most_viewed_albums a {
  color: #727272;
}
.most_viewed_albums a:hover {
  color: #929292;
}
.most_viewed_albums_thumb {
  border: 0px solid #fff;
}
.newest_albums {
  float: left;
  height: 160px;
  width: 170px;
  padding: 2px;
  padding-top: 4px;
  margin: 10px;
  margin-top: 3px;
  background: #F7F7F9;
  border: 1px solid #D7D7DD;
}
.newest_albums a {
  color: #727272;
}
.newest_albums a:hover {
  color: #929292;
}
.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: #F2F2F4;
  border: 1px solid #C4C4CA;
  cursor: pointer;
}
.thborder:hover {
  border: 1px solid #999;
}
/*
.SM li, .SM li a, .SM li a:link {
  top: -50px;
}
*/