/*Befehle die gesamte Site betreffend*/
	body {
	width: 700px;
	margin: auto;
	background-color: white;
	}
		
/*Linkformatierungen*/

	
	a.navi {
	color: black;
	}
		
	a.navi:hover {
	background: #6699ff;
	color: white;
	}

	a.link {
	font-weight: bold;
	color: #0431B4;
	}
	
	a.link:hover {
	background: #6699ff;
	color: white;
	}

	
 	
/*div-Gruppierung*/

	div.index {
		/*font-family: Impact, Charcoal, sans-serif;*/
		font-size: 295px;
		color: white;
		}

	div.navileiste {
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		}

	div.page1 {
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		/*font-weight: bold;*/		
		text-align: center;
		}	
				
	div.page1bild2 {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}

	div.bildergr {
		margin-left: auto;
		margin-right: auto;		
		width: 600px; /*Achtung: width&height auch im html*/
		height: 600px;
		}
		
	div.textbilder {
		margin-left: auto;
		margin-right: auto;		
		margin-bottom: 10px;
		margin-top: 1px;
		text-align: center;
		}
	
/*Mit Miniaturen werden auch die Eigenschaften der Fließtexte bestimmt */
	div.miniaturen {
		margin-left: auto;
		margin-right: auto;
		margin-top: 3px;		
		width: 530px; /*Achtung: width&height auch im html*/
		height: 50px;
		text-align: justify;
		font-size: 19px;
		}
		
		
/*box1 für überschriften auf page 2,3,4*/			
	div.box1 {
		margin-left: auto;
		margin-right: auto;
		width: 530px;
		height: 20px;
		font-size: 18px;
		font-weight: bold;
		}
	
/*box2 für text/listen auf page 2,3,4*/
	div.box2 {
		margin-left: auto;
		margin-right: auto;
		font-size: 19px;
		text-align: justify;
		width: 530px;
		}

/*Trennlinien mit Überschrift. Auf 2,3,4,6*/
	div.linie {
		margin-left: auto;
		margin-right: auto;
		width: 530px;
		font-size: 19px;
		/*font-weight: bold;*/
		border-width: 0px 0px 1px 0px;
		border-color: black;
		border-style: solid;
		}	

/*Ein Kasten. Auf 2*/
	div.kasten {
		margin-left: auto;
		margin-right: auto;
		width: 530px;
		font-size: 19px;
        text-align: justify;
		/*font-weight: bold;*/
		border-width: 1px 1px 1px 1px;
		border-color: black;
		border-style: solid;
		}	


	div.zurueck {
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		text-align: center;
		}
