/* ########################################### */
/* ------------ tx_tkinstpersonen ------------ */
/* ########################################### */

/* ------------- Listenansicht --------------- */

.mb_table {
	display: table;
	width: 100%;
}
.mb_table_row {
	display: table-row;
}
.mb_table_cell {
	display: table-cell;
	vertical-align: top;
}
.mb_table .row_one .cell_one {
   
}
.mb_table .row_one .cell_two {
    text-align: right;
}

#mb_personenliste {
    margin-top: 12px;
}
.mb_status { 
    font-weight: bold;
	background-color: #EAEAEA;
	padding: 1px;
	text-align: center;
	margin-bottom: 10px;
}
.mb_name {
	font-weight: bold;
	color: #444;
	line-height: 1.5em;
	font-size: 1.1em;
}
.mb_descr {
	font-weight: bold;
	color: #444;
	line-height: 1.3em;
}
.mb_homepagelink {
	font-weight: bold;  
}
.mb_border {
    background-image: url(../images/content/border.jpg);
 	background-position: top;
	background-repeat: repeat-x; 
	margin-top: 4px;
}

/* -------------- Einzelansicht -------------- */

#mb_pt {
	width: 100%; 
}
#mb_pt_info {
	padding-left: 15px;  
}
.mb_pt_name {
	font-weight: bold;
	color: #333333;
	font-size: 1.3em;
	height: 2em;
}
.mb_pt_daten {
    margin-top: -2em;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}
.mb_pt_descr { 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #383f42;
    line-height: 1.5em;
    margin-bottom: -1em;
    margin-left: 15px;
    display: inline;
}
.mb_pt_adr p{
    margin-left: 20px;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
.mb_pt_abt { 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #383f42;
    font-size: 1.1em;
    line-height: 3em;
    margin-left: 15px;
}


.mb_pt_sprech {
	margin-left: 7.9em;
    margin-top: -2.40em;
}
.mb_pt_sprech p {
    margin-bottom: -1em;
}
.mb_pt_sprech_engl {
	margin-left: 10.4em;
    margin-top: -2.40em;
}
.mb_pt_sprech_engl p {
    margin-bottom: -1em;
}


#mb_pt_bild {
	text-align: right;
	float: right;
	vertical-align: top;
	padding-right: 25px; 
	padding-top: 40px;
}
#mb_pt_text {
    padding-top: 0px;
	padding-left: 15px; 
    padding-right: 15px; 
    padding-bottom: 25px;
}
#mb_pt_border {
    background-image: url(../images/content/border.jpg);
	background-repeat: repeat-x; 
}
#mb_pt_linkliste {
    margin-bottom: 2em;
}
ul.punktliste-pers {
	list-style-image: url(../images/content/bullet3.gif);
	margin-top: -0.3em;
	margin-bottom: -0.3em;
	margin-left: -20px;
}

