/* Steuerung der externen Seiten für Berichte in der Chronik und Fotos im Fotoalbum */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #ffe6b3;;
}

#inhalt { /* Steuert den linken Seitenrand global */
    width:900px;
    min-height: 750px;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 0px;
	background-color: #FFF8E8; 
    border: 1px solid silver;   
}

#bild { /* Steuert die Lage von Bildern am linken Seitenrand */
	margin-left: 20px;
}

h1,h2,p,ul,ol {
	font-family:Verdana,sans-serif;
	margin-right: 20px;
	margin-left: 20px;
}

h1 {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 30px;
	color: Blue;
	border-bottom: 1px solid Blue;  
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 40px;
}

h2 {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	color: Navy;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-top: 20px;
}

h3 {
	/* Migration von Frame- auf DIV-design: Übergangslösung für alte Seiten: */
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	color: Navy;
}

p {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	padding-left: 25px;
	margin-top: 5px;
	color: Navy;
}

#tabelle{ /* Positioniert Tabellen in die gleiche Lage wie "h1,h2,p,table,tr,ul". Eine bessere Krücke ist mir nicht eingefallen. */
	margin-right: 20px;
	margin-left: 40px;
}

table {
	font-family:Verdana,sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: Navy;
}

p#Fusszeile {
   clear: both;
   font-size: 0.9em;
   color: Silver;
   margin-top:10px;
   margin-left:48px;
   margin-right:0px;
   width:900px;    
   padding: 0.1em;
   text-align: center;
   background-color: rgb(0,153,102);
   border: 1px solid silver;
}