/* Style Sheet geschichte.html */

{ 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html { background-color: #f2f2f2; } 

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  max-height: 100vh;
  max-width: 1200px;
  background-color: #f2f2f2;; 
  margin: 0 auto;
}
	
 nav {
	width: 100%;
	height: 50px;
	background-color: #f2f2f2;
	}	

	
ul li {
    list-style: none;
	display: inline-block;
	float: right;
	line-height: 50px;
		
	}	
	
ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #000000;
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
		}	

ul li a:hover {
	font-weight: 700;
}

header {
	width: 100%;
	height: 180px;
	background-color: #f2f2f2;
	border-bottom: 2px solid black;
    margin-bottom: 40px;
}    

p  {
    width:1000px;
    margin-left: 10px;
}

table  {
    width: 1000px;
    margin-left: 10px;
    margin-bottom: 35px;
    text-align: left;
}
td {
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 20px;
}


	footer {
    position: relative;
    height: 300px;
	background-color: #f2f2f2;
	border-bottom: 2px solid black;
	margin-bottom: 40px;
    border-bottom: 2px solid black;
    margin-top: 130px;
    margin-bottom: 10px;
}
	
