/* Downloads */
/* ------------------------------------------------------------------------- */
#downloadTabelle {
    background-color: #CCCCCC;
    border: 1px solid #336699;
    margin-left: 10px;
    margin-right: 5px;
    border-collapse: collapse;
}

#downloadTabelle td {
    padding-left: 5px;
    padding-right: 5px;
}

#downloadTabelle thead {
    font-weight: bold;
    border-bottom: 1px dashed #336699;
}

#downloadTabelle th {
    font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11pt;
	color: #006666;
	font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

#downloadTabelle tr:hover {
    background-color: #B0FFB0;
}

#downloadTabelle th:hover {
    background-color: #CCCCCC;
}

#downloadTabelle thead tr:hover {
    background-color: #CCCCCC;
}