
html, body, table{
    font-size: 76%;  /* Moegliche Werte, damit es in den gaengigen Browsern in etwa gleich aussieht: 69%, 76%, 86%, 93% */
    font-family:arial, helvetica, sans-serif;
	color:#000;
}
body{
}
body, table, td, th{
    font-size:1em;
    line-height:1.3em;
}

td, th{
	vertical-align:middle;
}
tr.row0 td{
	background-color:#E4F7FE;
}
tr.row td{
	height:25px;
}


a{
	color:#01669A;
}

a.filelink{
	font-weight:bold;
}
th a{
	color:#fff;
}

th.colum{
	text-align:left;
	color:#fff;
	background-color:#006699;
	font-weight:bold;
}
.size{
	text-align:right;
	width:70px;
}

.filename{
}


.fileicon{
	margin-bottom:-3px;
}



#nav,#bc{
	height:1.5em;
}

