/***********************************/
/* MITGLIEDER*/
/***********************************/

TD.nameWand {
	background-color : Navy;
	color : White;
	width : 100px;
	height : 50px;
	font-size : 18px;
	font-weight : bold;
	padding-right : 5%;
	vertical-align : bottom;
}

TD.nameBahn {
	background-color : Navy;
	color : White;
	width : 100px;
	height : 50px;
	font-size : 18px;
	font-weight : bold;
	padding-left : 5%;
	vertical-align : bottom;
}

DIV.name{
	cursor:help;
}

TD.nameBlind{
	width : 100px;
	height : 30px;
	background-color : Navy;
	color : Navy;
}

TD.image{
	background-image : url(../mitglieder/imgback.gif);
	background-position : center;
	background-repeat : repeat-y;
   width: 200px;
}

IMG.image {
	width: 196px;
	height: 296px;
	border : 2px double White;
}