body{
	background-color: #BDBDBD;
}
#all{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#PB{
	float: left;
	width: 15%;
	height: 135px;
	text-align: center;
	text-align: center;
}
#header{
	float: right;
	width: 84%;
	height: 135px;
	font-family: Arial;
	font-size: 7vw;
	text-decoration: bold;
	text-align: center;
}
#menue-left{
	width: 17%;
	float: left;
	font-family: Arial;
}
#content{
	float: right;
	width: 82%;
	font-family: Calibri;
	font-size: 18;
}
#footer{
	width: 100%;
	height: 50px;
	clear: both;
}
a{
	color: blue;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: blue;
}
nav a{
	display: block;
	padding: 5px;
	text-decoration: none; 
	border: 1px solid;
	border-radius: 10px;
	color: black; 
	background-color: #BDBDBD;
	box-shadow: 0 5px 5px black;
}
nav a:hover,
nav a:active{
	text-decoration: none;
	color: black;
	box-shadow: 0 5px 5px black inset;
}
nav ul {
    list-style: none; 	  
    width: 75%;
}
nav li {
    margin: 2px; 
    font-size: 1.25vw
}
#test{
	width: 100px;
	height: 100px;
	transition: width 2s, height 2s;
	background-color: green;
}
#test:hover{
	width: 200px;
	height: 200px;
	background-color: red;
}
#Radio{
	width: 98%;
	height: 500px;
}
#clicker{
	padding: 30px;
	border: 3px solid;
	border-radius: 10px;
	background-color: #FF0000;
	font-size: 60;
}
#clicker:active{
	padding: 30px;
	border: 3px solid;
	border-radius: 10px;
	background-color: #DF0101;
	font-size: 60;
}
#Discord{
	width: 70%;
	height: 800px;
}
#Musik{
	width: 70%;
	height: 450px;
}