
#contentText .st-accordion a {
    color: #000;
    text-decoration: none;
}

#contentText .st-accordion  ul li {
    background: white;
}

#contentText .project_list li a {
    text-decoration: none;
}

#contentText .st-accordion .project_list ul li > a {
    /*border-bottom: 1px solid #e5e5e5;*/
    background: #fff url(../images/tud/dartRight.gif) no-repeat 10px 3px;
    padding-left: 26px;
    line-height: 20px;
    color: #000;
    display: block;
    /*height: 25px;*/
    /*font-size: 15px;*/
    font-family: Tahoma, Arial, sans-serif;
    font-size: 100%;
    /*border-bottom: 0;*/
    margin: 0;
}

/*#contentText .st-accordion .people_img_popup {
	width: 125px;
	height: 156px;
}

#contentText .st-accordion .people_img_faces {
	width: 100px;
	height: 125px;
}*/

.people_img_popup {
    width: 125px;
    height: 156px;
}

.people_img_faces {
    width: 100px;
    height: 125px;
}

/* tables */

.hor-minimalist-a {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    background: #fff;
    margin: 0px;
    width: 480px;
    border-collapse: collapse;
    text-align: left;
}

.hor-minimalist-a th {
    font-size: 14px;
    font-weight: normal;
    color: #039;
    padding: 10px 8px;
    border-bottom: 2px solid #6678b1;
}

.hor-minimalist-a td {
    color: #669;
    padding: 9px 8px 0px 8px;
}

.hor-minimalist-a tbody tr:hover td {
    color: #009;
}

.hor-minimalist-b {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    background: #fff;
    margin: 0px;
    width: 480px;
    border: 0px;
    border-collapse: collapse;
    text-align: left;
}

.hor-minimalist-b th {
    font-size: 14px;
    font-weight: normal;
    color: #039;
    padding: 10px 8px;
    background: #fff;
    border-bottom: 2px solid #6678b1;
}

.hor-minimalist-b td {
    border-bottom: 1px solid #ccc;
    border-top: 0px;
    border-left: 0px;
    background: white;
    color: #669;
    padding: 6px 8px;
}

.hor-minimalist-b tbody tr:hover td {
    color: #009;
}

