/* CSS Document */
body {
  width:100%;
  height:100%;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #AA3300;
}

p {
  padding: 20px;
  margin-left: 50px;
  margin-right: 50px;  
}

p.beschreibung {
  text-align: center;
  border: 1px dotted #000000;
  display: none;
}

table {
  text-align: middle;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 0px;
  empty-cells: show;    
}

tr {
}

td {
  padding: 0px;
  margin: 0px;
  border: none;
  
}

td.bild {
  width: 700px;
  height: 540px;  
  text-align: center;
}

td.pfeil {
  width: 100px;
  height: 80px;
  text-align: center;
}

img.bild {
  width: 640px;
  height: 480px;
}

img.pfeil {
  border: none;  
}

img.nopfeil {
  display: none;
}

