* {
    padding: 0px;
    margin: 0px;
    font-family: serif;
}

body {
    background-color: #E4E4E4;
    width: 1920px;
}

#titel {
    height: 120px;
	width: 100%;
    margin: 0px auto;
    background-color: #262626;
}

div h1 {
    font-style: normal;
    color: white;
    font-size: 80pt;
    text-shadow: black 3px -4px 1px;
    text-align: center;
    font-family: serif;
}                                                                  

div li {
    color: white;
    font-size: 35pt;
    list-style-type: none;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}

#link1 {
    background-color: #262626;  
	float: left;
	width: 480px;
	height: 60px;
}

#link2 {
    background-color: #262626;
    float: left;
	width: 480px;
	height: 60px;
}

#link3 {
    background-color: #262626;
    float: left;
	width: 480px;
	height: 60px;
}

#link4 {
    background-color: #262626;
    float: left;
	width: 480px;
	height: 60px;
}

#link1 li:hover {
	cursor: default;
}

#link2 li:hover {
    color: #A5A5A5;
}

#link3 li:hover {
    color: #A5A5A5;
}

#link4 li:hover {
    color: #A5A5A5;
}

#fenster {
    width: 1920px;
    height: 1080px;
    background-image:url(https://www.gloeckler.de/max/Bilder/IMG_8807.JPG);
}

#yt1 {
	margin-top:40px;
	margin-left:120px;
    border: black 2px solid;
	width: 800px;
	height: 450px;
	float: left;
}

#yt2 {
	margin-top:40px;
	margin-right:120px;
    border: black 2px solid;
	width: 800px;
	height: 450px;
	float: right;
}

#yt3 {
	margin-top:30px;
	margin-left:120px;
    border: black 2px solid;
	width: 800px;
	height: 450px;
	float: left;
}

#yt4 {
	margin-top:30px;
	margin-right:120px;
    border: black 2px solid;
	width: 800px;
	height: 450px;
	float: right;
}	

#mh {
    float: left;
    width: 1920px;
    height: 100px;
    background-color: #262626;
}












