html, body {
			height: 100%;
			background-color:white;
			text-align: center;
			align-items: center;
		   }
		   
		   
#main 		{		
			margin: 0 auto 0 auto;
			overflow: auto;
        	max-width:1320px;	
			padding-bottom: 50px; /* must be same height as the footer */
			background-color: white;
			text-align: center;
			align-items: center;
			}  
		
		
#header 	{	
			background: url(../layout/header.jpg) no-repeat; /*Header-URL*/
			height: 120px; /*Header-Höhe*/
			margin-bottom: 10px;
			background-position:center;
	   		}			


#navigation{ 
  			/*display: block; */
  			min-height: 30px;
			position: relative;
  			overflow: hidden; 
  			background-color:white;
			text-align: center;
			align-items: center;
			}
			
#navigation a:link, a:visited	
			{
			text-align:center;
			position:relative;
			font-size:18px;
			margin-left:35px;
			margin-right:35px;
			float: none;
			font-family:"Calibri", Arial;
			background-color:white;
			text-decoration:none;
			color:#155347;
			}
		
#navigation a:hover  {font-weight:bold;}
.active {font-weight:bold;}


#text
			{
			font-family:"Calibri", Arial, "Times New Roman", Times, serif;
			text-align:justify;
			font-size: 18px;
			color:#555555;
			}

#text a, #text a.visited
			{
			text-decoration: none;	
			color:#006051;
			}


h1
			{
			font-family:"Calibri", Arial, "Times New Roman", Times, serif;
			font-size: 22px;
			font-weight: bold;
			color:#006051;
			}
			
h2
			{
			font-family:"Calibri", Arial, "Times New Roman", Times, serif;
			font-size: 20px;
			font-weight: bold;
			color:#006051;
			}
			
h3
			{
			font-family:"Calibri", Arial, "Times New Roman", Times, serif;
			font-size: 18px;
			font-weight: bold;
			color:#006051;
			}
	
.width1000
			{
			width:1000px; /*kann ganz weg, wenn alles funktioniert*/
			}


#footer 
			{  
			font-size : 13px; 
			letter-spacing: 0.1em; /*Abstand zw. Buchstaben einer Zeile*/
			line-height: 0.4em; /*Abstand zwischen Zeilen*/
			font-family:"Calibri", Arial, "Times New Roman", Times, serif;
			color:#5e5e5e;
			text-align:center;
			position: relative;
			margin-top: -50px; /* negative value of footer height */
			height: 50px;
			clear:both;
			background-color:white;
			}	
						
#footer a, #footer a.visited
			{
			text-decoration: none;	
			color:#006051;
			}	


.copyright::after
{
	content: "2020"; /*ändert Jahr auf allen Seiten*/
}

