/*Haupttabelle "Album Übersicht"*/
#kopf
{
  position: relative; 
  left: 49px;
  border: 0px solid #999;
  width: 700px;
  text-align: center;
}
/* <td> in dem die einzelnen Alben aufgelistet sind*/
.seite  
{
  text-align: center;
  border: 0px solid #999;
  border-bottom-width: 0px;
}
/*<div> als gesamt Bereich eines Albums*/
.bg
{
  position: relative;
  left: 0px;
  border: 0px solid #f0f;
}
/*<div> in dem die Beschriftungs-<div>'s sind*/
.rahmen_oben
{
  float: none;
  text-align: left;
  width: 640px;
  height: 45px;
  position: relative;
  clear: left;
  background-image: url("../../img/Rahmen_Girlande.png");
}
/*<table> -->Beschriftung der Tabelle mit der Miniatur, der Anzahl der Bilder, den Klicks und der Anzahl der Kommentare*/
.caption
{
  background-color: #abf;
  border-collapse: collapse;
  text-align: center;
  width: 580px;
}
/*<div>'s der Bezeichnungen (Bilder, Klicks, Kommentare)*/
.cap_bilder, .cap_klicks, .cap_kommentare
{
  width: 118px;
  text-align: center;
}
/*<div> der Bezeichnung "Album"*/
.cap_album
{
  position: relative;
  left: 11px;
  width: 236px;
}
/*<div> in dem sich die Tabelle mit dem Albumdaten befindet*/
.content  
{
  background-image: url("../../img/Rahmen_mitte.png");
  width: 640px;
}
.content a:hover
{
text-decoration: none;
}
/*Tabelle (<table>) der Albumdaten*/
.albausw
{
  text-align: center;
  width: 580px;
  height: 200px;
  border-collapse: collapse;
  background-color: #abf;
}
.albausw tr:hover
{
  background-color: #cef;
  text-decoration: none;
}
/*<td> mit dem thumb*/
.album
{
  width: 40%;
  text-align:center;
  border: 1px solid #000;
  border-left-width: 0px;
  border-bottom-width: 0px;
}                       
/*<td> mit der Anzahl der Bilder*/
.bilder
{
  width: 20%;
  text-align:center;
  border: 1px solid #000;
  border-bottom-width: 0px;
}
/*<td> mit der Anzahl der Klicks*/
.klicks
{
  width: 20%;
  text-align:center;
  border: 1px solid #000;
  border-bottom-width: 0px;
} 
/*<td> mit der Anzahl der Kommentare*/
.kommentare
{
  width: 20%;
  text-align:center;
  border: 1px solid #000;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
/*<div> als untere Begrenzung eines Albums*/
.auswfoot 
{
  width: 600px;
  height: 20px;
  clear:left;
  background-image: url("../../img/Rahmen_unten_ohne_Deko.png");
}

