* {
     padding:0px;
     margin:0px;
}

body {
    width:1074px;
    background-color:black;
    margin-top:20px;
	margin-left: auto;
	margin-right:auto;

}

#header h1 {
	 text-align:center;
	 font-size:50px;
	 font-style:italic;
	 font-weight:normal;
	 color:white;	
}

.menu {
    text-align:right;
    margin-top:-50px;
}

.menu ul {
    list-style-type:none;
}

.menu li {
    display:inline;
    padding-left:2px; 
    padding-right:2px;
    cursor:hand;
	font-size:20px;
}

.menu a {
    text-decoration:none;
    color:white;
}

.menu a:hover {
    text-decoration:underline;
}

.social {
	text-align:left;
	margin-top:5px;
	height:30px;
	width:100%;
}

#youtube {
	float:right;
	width:30px;
	margin-top:4px;
	margin-right:10px;
}

#flickr {
	width:30px;
	margin-right:0;
	float:right;
}

#Schrift a {
	text-decoration:none;
	color:white;	
}

#Schrift h1 {
	font-size:20px;
	font-style:italic;	
}

#footer {
	width:1074px;
	height:auto;
	bottom:0px;
	margin-top:50px;
	clear:both;
}

#footer h4 {
	text-align:center;
 	padding-top:5px;
	padding-bottom:5px;
	padding-right:50px;
	color:white;
	font-family: Times New Roman;
}

#footer a {
	text-decoration:none;
	color:white;	
}

#footer a:hover {
	text-decoration:underline;
}
