body {
}

/*personensuche*/
table.personenliste {
    /*border: 0;
     bordercolor: #808080;
     cellpadding: 2;
     cellspacing: 1;
     width: 100%;
     color: black;
     font-weight: 500;
     font-size: 9pt;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: none;*/
}

table.personenliste th {
    /*text-align: left;
     color: #555555;
     font-weight: 700;
     font-size: 10pt;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: none;
     vertical-align: top;*/
}

table.personenliste td {
    /*padding: 4px 0px 4px 0px;*/
}

table.personenliste thead tr {
    background-color: #e1e1e1;
}

table.personenliste tr.index {
    /*background-color: white;
     vertical-align: top;*/
}

table.personenliste tr.odd {
    background-color: #e1e1e1;
    vertical-align: top;
}

table.personenliste tr.even {
    background-color: #e1e1e1;
    vertical-align: top;
}

table.az_index {
    /* border: 0;
     bordercolor: #808080;
     cellpadding: 2;
     cellspacing: 2;
     width: 10%;
     color: #008000;
     font-weight: 500;
     font-size: 9pt;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: none;*/
}
*.person_name {
    width: 256px;
    /*font-weight: 700;*/
}

a.person_homepage {
    /* color: #008000;
     font-weight: 700;
     text-decoration: none;*/
}
*.person_funktion {
    /*font-style: italic;
     font-weight: 500;
     padding: 4px 0px 4px 4px;
     display: block;*/
    display: none;
}
*.person_raum {
    width: 78px;
}
*.person_telefon {
    width: 40px;
}
*.person_fax {
    /* width: 60px;*/
    display: none;
}
*.person_telefon_sekr {
    /* width: 60px;*/
    display: none;
}
*.person_email {
    /*color: #008000;
     text-decoration: none;*/
    width: 240px;
}
*.person_sprechzeit {
    display: none;
}
*.person_briefkasten {
    display: none;
}
*.person_homepage {
}

/*A-Z Index*/
a.initial_link {
    /*  display: block;
     color: #008000;
     font-size: 9pt;
     font-weight: bold;
     padding: 0;
     text-decoration: none;*/
}

table.az_index {
    /*    margin: 0;
     color: #008000;
     font-size: 9pt;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: none;*/
}

a.zum_seitenanfang {
    /*   padding-left: 20pt;
     color: black;
     text-decoration: none;
     font-size: 9pt;
     font-family: Arial, Helvetica, sans-serif;*/
    padding-left: 20pt;
}

/*Hierueber kann der erste Kontakt einer Person ausgezeichnet werden*/
tr.erster_kontakt {
}

/*Hierueber koennen alle weiteren Kontakte einer Person ausgezeichnet werden, z.B. koennen sie ausgeblendet werden*/
tr.weiterer_kontakt {
    display: none;
}

#druck {
    position: absolute;
    left: 869px;
    top: 149px;
    width: 13px;
    height: 38px;
    z-index: 35;
}

#suche {
    position: absolute;
    left: 727px;
    top: 146px;
    width: 143px;
    height: 20px;
    z-index: 50;
}

