body {
	font-family: 'RED', sans-serif;
	background-color: YELLOW;
	color: #2C3E50;
	text-align: center;
}				
p{
 color:red;
}
.red{
 color:green;
}
img,iframe {
  width:420px;
  border:15px solid black;
  border-radius: 10px;
}
.Video1{
  float:left;
}
.Urus{
  float:right;
}
table {
	border-collapse: collapse;
	width: 100%;
}
th, td {
	border: 1px solid black;
	padding: 8px;
	text-align: left;
}
.ueberschrift{
	text-decoration: underline;
}

