/*Globale Body-Eigenschaften*/
body 
{
  font-family:Arial, sans-serif;
  font-size:10pt;
  
  background-color:#FFFFFF;
}

/*Body-Eigenschaften fuer view.php (Zur Anzeige der Bilder im Popup)*/
body.view
{
  background-color:#000000;
}

/*Tabelle fuer Anzeige der Alben*/
table.alb_table
{
  border-spacing:5px;
}

/*Tabelle fuer Anzeige der Thumbnails*/
table.img_table
{
  border-spacing:5px;
}

/*<td>, in der die Alben angezeigt werden*/
td.alb_container
{
  border:0px solid black; 
  width:100px; 
  height:100px;
}

/*Formatierung der Thumbnails*/
img.thumbnail
{
  width:100px;
  height:100px;

  border:1px solid black; 
  cursor:pointer;
}

/*"Zurueck" Link bei der Thumbnail-Anzeige*/
p.back
{
  
}

/*Allg. Linkformatierung*/
a:link    { font-weight:normal; color:black; text-decoration:none; }
a:visited { font-weight:normal; color:black; text-decoration:none; }
a:focus   { font-weight:normal; color:black; text-decoration:underline; }
a:hover   { font-weight:normal; color:black; text-decoration:underline; }
a:active  { font-weight:normal; color:black; text-decoration:none; }