/* 1spaltiges Layout */
#inhalt_spalte1_1spaltig  {
width:auto;
}
*html #inhalt_box  {
width: 798px;
}

/* Standard Schrift Tabellenansichten*/
.contenttable{
/*umbruch*/
width:auto;
font-size:1em;
}
.contenttable td {
vertical-align:top;
text-align:left;
padding:0 0 0 0;
color:#333;
font-family:Verdana;
font-size:0.688em;
line-height:1.7em;
}

/* PSEUDO: Erstes TD muss 30px rechten Rand haben damit Abstand zw. Tabellen besteht.*/
.contenttable tbody tr td {
width:350px;
/*border:solid;*/
}
.contenttable tbody tr td:first-child{
width:350px;
/* umbruch*/
border-right:solid 1.87em #EFEBE1;
}

*html .contenttable tbody tr td {
border-right:expression(this.previousSibling==null?'solid 1.87em #EFEBE1':'none');
/*umbruch*/
/*width:expression(this.previousSibling==null?'28em':'27.7em');*/
width:350px;
border:solid 0px;
/*width:27em;*/
}

#personentabelle_innen .bodytext {
font-size:1em;}

