/*Body*/
body {
  height:100%;
  width:100%;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
a{
  text-decoration:overline;
  color:#a0d751;
}
a:hover{
	text-decoration:underline;
	color:#a0d751;
}
.frameimg{
	border:ridge;
	border-color:#88cd26;
}
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;
  background-color: rgb(127,80,0);
}

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

img.pfeil {
  border: none;  
}

img.nopfeil {
  display: none;
}

