body,html {
  margin:0px;
  padding:0px;
}

body {
  background-image:url(../assets/images/foto/bg.gif);
}

body,table,input,select,textarea,button {
  font-family:'franklin gothic medium',sans-serif;
  font-size:11px;
  color:#444;
}

#nv1 a {
  text-decoration:none;
  color:#444;
  text-decoration:none;
}

#nv1 a {
  text-decoration:none;
  color:#444;
  text-decoration:none;
}
#nv1 a:hover {
  color:#000;
  border-bottom:solid #aaa 2px;
}
#nv1 a.a1 {
  color:#000;
  border-bottom:solid #444 2px;
}
#nv1 a:hover.a1 {
  color:#000;
  border-bottom:solid #444 2px;
  cursor:default;
}


table.fotoBg {
  width:430px;
  border:0px;
  padding:0px;
  background:#fff;
}

/* Foto-Beschreibung (Alt+LongDesc) */
#text p,
#text h1 {
 font-size:11px;
 margin:0px;
}
#text {
  text-align:center;
  height:2em;
}


.links a#prev {
  display:block;
  width:15px;
  height:15px;
  background-image:url(images/foto/nvPrev.gif);
  text-decoration:none;
  background-position:0px 0px;
}
.links a:hover#prev {
  background-position:0px 15px;
}
#prev span {
  display:none;
}

.links a#index {
  float:right;
  display:block;
  width:15px;
  height:15px;
  background-image:url(images/foto/nvIndex.gif);
  text-decoration:none;
  background-position:0px 0px;
}
.links a:hover#index {
  background-position:0px 15px;
}
#index span {
  display:none;
}

.links a#next {
  float:right;
  display:block;
  margin-left:15px;
  width:15px;
  height:15px;
  background-image:url(images/foto/nvNext.gif);
  text-decoration:none;
  background-position:0px 0px;
}
.links a:hover#next {
  background-position:0px 15px;
}
#next span {
  display:none;
}
