/***************************/
/* 	CSS Seite 'Team'	 	*/
/*	Stand: 01.03.2008	*/
/***************************/


/* Visitenkarte */
.businessCard{
	width:280px;
	height:145px;
	background-color: #EEEEEE;
	text-align: right;
	background-position: 10px 10px;
	border: 1px solid #999999;
	margin:0px auto;
	overflow:hidden;
}

/* Text der Visitenkarte */
.businessCard table {
	width:280px;
	height:145px;
	padding: 0px 9px 9px 0px;
}

.businessCard table td {
	vertical-align: bottom;
}

/* Abstand Überschrift links anpassen */
.oneColumnCentered  H1{
	margin-left: 20px;
}

/* Breite der 2-spaltigen Tabelle */
.oneColumnCentered #twoColsTable{
	width: 640px;
	padding: 0px;
	margin: 0 auto;
}

/* linke und rechte Spalte der Tabelle */
.oneColumnCentered  #twoColsLeft,
.oneColumnCentered  #twoColsRight{
	width: 400px;
	text-align: left;
	vertical-align:top;
}
.oneColumnCentered  #twoColsRight{
	text-align: left;
}
