﻿/*vereine*/
.vereine {
	margin-bottom: 3px;
	width: 100%;
}
.verein_name{
  	width:17%;
  	height: 80px;
  	padding: 5px;
  	overflow: hidden;
  	text-align: center;
  	font-size: 16px;
  	font-weight:bold;
  	font-style: italic;
  	background-color: inherit;
  	color: maroon;
  	border: 1px;
  	border-style: solid;
  	float:left;
}
.verein_daten {
	width: 75%;
	height: 80px;
  	padding: 5px;
  	border: 1px;
  	border-style: solid;
  	font-size: 14px;
  	float: left;

}
div.verein_merkmal {
	width: 15%;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	float: left;
}
div.verein_inhalt {
	width: 80%;
}
.ueberschrift {
	text-align:center;
	font-size:1.2em;
}
