body {
	background-color: #356a31;
	}
	
#Inhalte-werden-zentriert {
  display: flex;
  align-items: center;
  justify-content: center;
}	
	
div.table {
    display: table;
    padding: 5px;
    width: 850px;
  }

/* personen.html und Fuß projekt.html */ 
div.spalte-bild { 
    display: table-cell;
    width: 160px;
    padding: 5px;
    vertical-align:top;
  }

div.spalte-text { 
    display: table-cell;
    padding: 5px;
    vertical-align:top;
    font-family: helvetia,sans-serif;
    line-height: 1.5em;
  }
/* Ende */

/* Fußzeile Projekte */
div.spalte-logo { 
    display: table-cell;
    width: 60px;
    padding: 5px;
    vertical-align:top;
  }
/* */
div.kasten {   
	background-image: url(bilder/hintergrund1.png);
	border-radius: 0.5em;
	border: 1px solid;
	padding: 30px;
	margin: 30px;
	width: 850px;
	 }
div.gabe {
	margin-left: 70px;
	}
	
span.menue-aktiv {
	width: 100px;
	height: 20px;
	color: white;
	background-color: #356a31;
	border-radius: 0.3em;
	border: 1px solid;
	padding: 3px;
	font-family: helvetia,sans-serif;
	}
	
span.oben {
	width: 100px;
	height: 20px;
	color: white;
	background-color: #356a31;
	border-radius: 0.3em;
	border: 1px solid;
	padding: 3px;
	font-family: helvetia,sans-serif;
	}		

hr {
	width: 100%;
	height: 1px;
	color: #356a31;
	background: #356a31;
	align-self: center;
	}
	
h1 {
	color: #356a31;
	font-family: freeSerif, dejaVu serif, garamont, serif;
	}
	
p {
	font-family: helvetia,sans-serif;
	line-height: 1.5em;	
	}
	
p.rechts {
	font-family: helvetia,sans-serif;
	line-height: 1.5em;
	text-align: right;
}

a.menue {
	color: #356a31;
	background-color: white;
	text-decoration: none;
	width: 100px;
	height: 20px;
	border-radius: 0.3em;
	border: 1px solid;
	padding: 3px;
	font-family: helvetia,sans-serif;
	}
	
a.oben {
	width: 100px;
	height: 20px;
	color: white;
	background-color: #356a31;
	text-decoration: none;
	border-radius: 0.3em;
	border: 1px solid;
	padding: 3px;
	font-family: helvetia,sans-serif;
	}
	
a {
	color: #356a31;
}	
	
li {
	font-family: helvetia,sans-serif;
	line-height: 1.5em;	
	}
b {
	color: #356a31;
	font-family: freeSerif, dejaVu serif, garamont, serif;
	font-size:1.3em;
	}
	
img {
		border: 1px solid;
	 }
	 
img.ohne-Rahmen {
		border: 0px;
	 }
	 
img.logo-titel {
	 width: 483px;
	 height: 178px;
	 border: 0px solid;
	 }
	 
img.logo-blatt {
	 width: 45px;
	 height: 45px;
	 margin-left: 10px;
	 margin-right: 10px;
	 margin-bottom: -15px;
	 border: 0px solid;
	 }

img.mail {
		border: 0px solid;
		}
		
.highlight { display:none; }  /* versteckt spamschutz */