.Sprechen1 {
position: absolute;
top: 557px;
left: 209px;
width: 100%;
max-width:200px;
height:42px;
background:#ffffff;
/*background:#c5ccd4 url(/VisuSP/WebApp/Design/Img/bg.gif);*/
font-family: Arial;
color: #5a566d;
box-shadow: 3px 3px 10px #a49c99, 3px 3px 10px #000000;
	-webkit-border-radius:0 2px 2px 0px;
	-moz-border-radius:0 2px; 2px 0px;
	border-radius:0 2px; 2px 0px;
}

.Oeffner1 {
position: absolute;
top: 557px;
left: 620px;
width: 100%;
max-width:200px;
height:42px;
background:#ffffff;
/*background:#c5ccd4 url(/VisuSP/WebApp/Design/Img/bg.gif);*/
font-family: Arial;
color: #5a566d;
box-shadow: 3px 3px 10px #a49c99, 3px 3px 10px #000000;
	-webkit-border-radius:0 2px 2px 0px;
	-moz-border-radius:0 2px; 2px 0px;
	border-radius:0 2px; 2px 0px;
}


.Mute1 {
position: absolute;
top: 620px;
left: 209px;
width: 40%;
max-width:200px;
height:42px;
background:#ffffff;
/*background:#c5ccd4 url(/VisuSP/WebApp/Design/Img/bg.gif);*/
font-family: Arial;
color: #5a566d;
box-shadow: 3px 3px 10px #a49c99, 3px 3px 10px #000000;
-webkit-border-radius:0 2px 2px 0px;
-moz-border-radius:0 2px; 2px 0px;
border-radius:0 2px; 2px 0px;
}


.CALLINFO1 {
position: absolute;
top: 260px;
left: 230px;
text-decoration: blink;
font-family: Arial;
color: #5a566d;
font-weight:bold;
}

.CALLS1 {
position: absolute;
top: 620px;
left: 620px;
width: 100%;
max-width:200px;
height:42px;
background:#ffffff;
/*background:#c5ccd4 url(/VisuSP/WebApp/Design/Img/bg.gif);*/
font-family: Arial;
color: #5a566d;
}

.menuIconGsa {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
max-width:42px;
height:42px;

/*background:#c5ccd4 url(/graphics/bg.gif);*/
font-family: Arial;
color: #5a566d;
  background: #ff7300;
}


.menuIconOeffner1 {
width: 42px;
height:42px;
}

.menuIconGsa1 {
width: 42px;
height:42px;
}

.menuIconImg {
width: 62px;
height:62px;
}

.menuTextGsa {
position: absolute;
top: 10px;
left: 60px;
font-size:20px;
vertical-align:middle;
height:62px;

/*background:#c5ccd4 url(/graphics/bg.gif);*/
font-family: Arial;
color: #5a566d;
}

.menuRightGsa {
position: absolute;
top: -3px;
left: 150px;
width: 10px;
height:62px;
font-size:24px;
vertical-align:middle;
/*background:#c5ccd4 url(/graphics/bg.gif);*/
font-family: Arial;
color: #5a566d;
}

.menuRightSzenen {
position: absolute;
top: 1px;
left: 130px;
width: 10px;
height:62px;
font-size:24px;
vertical-align:middle;
/*background:#c5ccd4 url(/graphics/bg.gif);*/
font-family: Arial;
color: #5a566d;
}

.iconininhalt2ring {
  animation: ring 1s infinite;
  animation-direction:alternate;
  animation-timing-function: ease-in-out;

    border: 3px solid white;
  border-radius:80px 80px 80px 80px;

  margin-top: 3px;
  margin-left: 3px;
  width: 30px;
  height: 30px;

}

@keyframes ring {
  0% {
    transform: rotateZ(80deg);
  }
  100% {
    transform: rotateZ(-80deg);
  }


  }

  .iconininhalt3ring {
  animation: ring3 1s infinite;
  animation-direction:alternate;
  animation-timing-function: ease-in-out;

    border: 3px solid white;
  border-radius:80px 80px 80px 80px;
  margin-top: 3px;
  margin-left: 3px;
  width: 30px;
  height: 30px;
}

@keyframes ring3 {
    from {
        opacity:0.3;
    }
    to {
        opacity:1;
    }

  }

#gsa_items_cams {
  margin-top: 50px;
  width: 1000px;
  height: 500px;
}

.GsaCam {
  width: 640px;
height: 360px;
padding-top: 10px;
 display: block; 
 margin: auto; 
}

