/* Formatierung der Teamseite */
#vorstand {
	width: 350px;
	margin-top: 15px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 120px;
	margin-bottom: 5px;
	
/*	overflow: hidden;
	text-align: left;
	margin-top: 20px;
	width: 400px;
	display: inline; */
}

#vorstand_bld {
	width: 90px;
	float: left;
}

#vorstand_txt {
	padding-left: 10px;
	float: left;
	width: 250px;
}

#vorstand_txt h3 {
	font-size: large;
	color: #000099;
	margin: 3px;
	padding: 0px;
}

#vorstand_txt h4 {
	
	color: #000099;
	margin: 3px;
	padding: 0px;
}

#vorstand_txt h5 {
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#mailadresse {
	border: 0;
	color: #FFFF00;
	font-size: small;
}

#mailadresse a:link {
	color: #FFFF00;
}

#mailadresse a:hover {
	color: #FFFFFF;
}

#imp_text {
	width: 400px;
	margin-top: 10px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

