@charset "utf-8";

@import "screen.css";

/* fotoalbum */
div.albumitem {
  border: 1px #000 solid;
  background: #fff;
  clear: both;
  margin-bottom: 10px;
  min-height: 150px;
}

div.albumitem h4.albumitemtitle {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  background: inherit;
  padding-left: 5px;
}

div.albumitem h4.albumitemtitle a {
  font: inherit;
  color: #000;
  text-decoration: none;
}

div.albumitem a img.albumthumbnail {
  height: 77px;
  width: 100px;
  background: #fff;
  border: 1px #000 solid;
  
  float: left;
  margin: 0 10px 10px 5px;
}

div.albumitem a{
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}

div.albumitem p.albumitemdesc {
  color: #000;
  font-size: 12px;
  padding-left: 10px;
}

div.albumitem p.fotocount {
  color: #000;
  font-size: 11px;
  padding-right: 10px;
  text-align: right;
}
div.albumitem p.fotocount a {
  color: #c00;
  font-weight: bold;
  text-decoration: underline;
}
div.albumitem p.fotocount a:hover {
  color: #f00;
}

div.albumitem.albumeven {
  background: #eee;
}

div.albumitem.albumoneven {
  background: #ddd;
}

div.albumitem.albumview {
  background: #ddd;
  border: 2px solid #d11;
}

div.fotoitem {
  border: 1px #000 solid;
  background: #fff;
  clear: both;
  margin-bottom: 10px;
  min-height: 250px;
}

div.fotoitem img.foto {
  background: #fff;
  border: 1px #000 solid;
  margin: 10px;
  padding: 2px;
}

div.fotoitem p.fotoitemdesc {
  color: #000;
  font-size: 12px;
  padding: 10px;
}

p.fotoeigenaar {
  font-size: 11px;
  padding: 10px;
}

div.fotoitem.fotoeven {
  background: #eee;
}

div.fotoitem.fotooneven {
  background: #ddd;
}

div.fotoitem.fotooneven img.foto {
  float: left;
}

div.fotoitem.fotoeven img.foto {
  float: right;
}

div.albumpagenav {
 border: 1px solid #000;
 margin: 5px 0;
 font-size: 12px;
 height: 26px;
 font-weight: bold;
 position: relative;
 color: #ccc;
 background: #fff;
 text-align: center;
}

div.albumpagenav .pageprev {
  position: absolute;
  padding: 5px;
  cursor: default;
  left: 0;
  top: 0;
}

div.albumpagenav .pagenext {
  position: absolute;
  padding: 5px;
  cursor: default;
  right: 0;
  top: 0;
}

div.albumpagenav .imagecount {
  position: relative;
  padding: 5px;
  cursor: default;
  top: 5px;
  color: #000;
  background: inherit;
}

div.albumpagenav a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

div.albumpagenav a:visited {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

div.albumpagenav a:hover {
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #f00;
}



