/* this file is used by the extra-function 'vorstand.php' */


/* <table> add a border to the whole output */
.vorstand_rahmen {
	border: 1px solid #FFFFFF;
}

/* first div */
.vorstand_name {
	background: #FFFFFF;
	color: #000000;
	padding: 4px;
	margin-bottom: 2px;
}
/* span inside the first div */
.vorstand_position {
	font-weight: bold;
	width: 230px;

}
/* second div */
.vorstand_adresse {
	padding: 4px;
}
/* third div */
.vorstand_texte {
	border: 1px solid #000000;
	padding: 4px;
}
/* fourth div */
.vorstand_email {
	padding: 4px;
	border-bottom: 1px solid #000000;
}