/*-------------------------------------------------------------------------------------------------*/
/* Styledefinitionen des Inhaltsbereichs
/*-------------------------------------------------------------------------------------------------*/

.portrait {
  float: left;
	margin: 6px 0 0 -6px;
}

.portraitunterschrift {
  border: solid black;
	border-width: 0 1px 1px 1px;
	background-color: #ccccd8;
  text-align: center;
	font-weight: bold;
}

.spalte {
  margin: 0 0 0 120px;
	padding: 0;
  width: auto;
}

