﻿
#map {
  width: 226px;
  float: right;
  margin: 0em 0em 1em 1em;
  border: 1px solid #000;
  border-collapse: collapse;
}
#map h3 {
  font-size: 1.2em;
  padding:0.7em;
  margin: 0 0 .5em;
  background:#a44;
  border-bottom: 1px solid #000;
}
#map a { margin: 1em .5em 0; color: black; }
#map strong {
  padding: .2em .4em;
  background: gray;
  color: white;
  border: 1px solid #000;
}
#map img {
  width: 226px;
  height: 310px;
}

strong.numberPh { font-size: larger; }

#introText { text-align: justify; }
#noAmateurs { text-align: center; }

#selectionList {
  width: 485px;
  margin: 0 0 1em;
  padding: 0 .7em .8em;
  text-align: left;
  border: 1px solid #444;
  background: gray;
  color: white;
  font-size: .9em;
}
#selectionList a
{
	color: white;
}
#selectionList h2 {
  font-size: 1.1em;

}
#selectionList ul {
  list-style: none;
  line-height: 1.7em;
}
#selectionList ul li {
  display: inline;
  margin: 0 .8em;
}
/* -------- Liste von Fotografen --------- */
p.subpageNav {
  text-align: left;
}
p.subpageNav a
{
	color: black;
}
#entriesTab {
  width: 505px;
  border: 1px dashed #000;
  border-collapse: collapse;
	margin-bottom:		.5em;
}
#entriesTab th, #entriesTab td {
  padding: .5em;
  border: 1px dashed #000;
  border-collapse:collapse;
}
#entriesTab th { text-align: center; }
#entriesTab td { text-align: left; }
#entriesTab a
{
	color: black;
}


