#rundum{
  border:2px;
  border-style:solid;
  border-color:yellow;
  text-align:justify;
}
#rundum:hover{
  border:2px;
  border-style:solid;
  border-color:red;
  text-align:justify;
}
td{
text-align: center;
}
#text{
text-align: justify;
}
#bildwechsel{
   width: 230px;
   height: 149px;
   background-image: url(../styles/rollei.png);
   background-repeat: no-repeat; 
   margin-left:80px;
}
#bildwechsel:hover{
   width: 230px;
   height: 149px;
   background-image: url(../styles/rolleih.png);
   background-repeat: no-repeat; 
}
#bildwechseln{
   width: 230px;
   height: 149px;
   background-image: url(../styles/nikon.png);
   background-repeat: no-repeat;
   margin-left:80px;
}
#bildwechseln:hover{
   width: 230px;
   height: 149px;
   background-image: url(../styles/nikonh.png);
   background-repeat: no-repeat;
}
#lumix{
   width: 230px;
   height: 149px;
   background-image: url(../styles/lumix.png);
   background-repeat: no-repeat;
   margin-left:80px;
}
#lumix:hover{
   width: 230px;
   height: 149px;
   background-image: url(../styles/lumixh.png);
   background-repeat: no-repeat;
}
#gopro1{
   width: 230px;
   height: 200px;
   background-image: url(../styles/gopro1.png);
   background-repeat: no-repeat;
   margin-left:80px;
}
#gopro1:hover{
   width: 230px;
   height: 200px;
   background-image: url(../styles/gopro2.png);
   background-repeat: no-repeat;
}