body {
  margin:0px 0px 0px;
  padding:0px;
  text-align:center;
  background:#3c3c3c url(../grafiken/bg2.jpg) repeat-x;
}
#box {
  margin:100px auto;
  width:950px;
  height:640px;
  padding:10px;
  border: 2px solid #ff0000;
  text-align:left;
  background-color:#5f666c;
}

#boxVid {
  margin:100px auto;
  width:950px;
  height:920px;
  padding:10px;
  border: 2px solid #ff0000;
  text-align:left;
  background-color:#5f666c;
}

#boxLive {
  margin:100px auto;
  width:950px;
  height:1600px;
  padding:10px;
  border: 2px solid #ff0000;
  text-align:left;
  background-color:#5f666c;
}

#live {
  float:left; 
  width:500px;
}

#boxfoto {
  margin:130px 15px auto;
  width:400px;
  height:236px;
  padding:00px;
  float:right;  
}

#boxfoto_1 {
  margin:0px 15px auto;
  width:400px;
  height:236px;
  padding:00px;
  float:right;  
}

p {
  font-family:Verdana,Arial,Helvetica,sans-serif; color:#000000;
  font-size:0.84em;
}
a {
  color:white;
  font-weight:600;
}
pre {
  font-size:12px;
}
#nav {
  height:10%;
  float:right;
  margin-right:20px;
  font-size:16px;
  font-family:arial, helvetica, verdana;
  font-weight:bold;
  font-color:#ffffff;
}
a:link {
 color:#ffffff;
 text-decoration: none;
 font-weight: bold;
}
a:visited {
 color:#c3c3c3;
 text-decoration: none;
 font-weight:bold;
}
a:focus {
 color: red;
 text-decoration: underline;
}
a:hover {
 color:#c3c3c3;
 text-decoration: underline;
}
a:active {
 color: red;
 text-decoration: underline;
}