* {
	padding:0;
	margin:0;
}

body {
	color: #333;
	font: 14px Sans-Serif;
	padding: 50px;
	background: #eee;
}

h1 {
	text-align: center;
	padding: 20px 0 12px 0;
	margin: 0;
}
h2, h5, h6 {
	font-size: 16px;
	text-align: center;
	padding: 0 0 12px 0; 
}

#container {
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
	position: relative;
	background: white; 
}

table {
	background-color: #F3F3F3;
	border-collapse: collapse;
	width: 90%;
	margin: 15px auto;
}

th {
	background-color:lightgrey;
	color: #FFF;
	padding: 0;
}

th small {
	font-size: 9px; 
}

td, th {
	text-align: left;
}

td, th {
	font-size:18px;
}

th:nth-of-type(1), td:nth-of-type(1) {
	width: 40px;
	padding: 5px 10px;
}

th:nth-of-type(3), td:nth-of-type(3) {
	width:15%;
	text-align: left;
}
th:nth-of-type(4), td:nth-of-type(4) {
	width:6%;
	text-align: center;

}

a {
	text-decoration: none;
}

.headTitle, .footTitle {
	color: black;
	cursor: pointer;
	height: 32px;
}

/* start: trick to change FancyIndexing texts (\A in content = newline)*/

/* last modified */
tr:nth-of-type(1) th:nth-of-type(3) a {
	font-size:0;
 	height: 45px;
}
tr:nth-of-type(1) th:nth-of-type(3) a::after {
	white-space: pre;
  content: 'Erstellt';
	font-size: 18px;
}

/* size */
tr:nth-of-type(1) th:nth-of-type(4) a {
	font-size:0;
 	height: 45px;
}
tr:nth-of-type(1) th:nth-of-type(4) a::after {
	white-space: pre;
  content: 'Grösse';
	font-size: 18px;
}
/* hide default "parent directory" text
(will be set in js after setting text)*/
tr:nth-of-type(3) td:nth-of-type(2) a {
	display: none;
}
/* parent directory tr, td, span styles */
span.parent-dir {
	font-style: italic;
}

/* not used: change "parent directory" text */
/*
tr:nth-of-type(3) td:nth-of-type(2) a {
	font-size:0;
 	height: 45px;
}
tr:nth-of-type(3) td:nth-of-type(2) a::after {
	white-space: pre;
  content: '\AVerzeichnis verlassen';
	font-size: 14px;
}
*/

/* end: trick to change FancyIndexing texts (\A in content = newline)*/

td a {
	color: #034f7d;
	display: block;
}

th a {
	padding-left: 0
}

/* icon width/height = 32 set in .htaccess
/* replacing server default icons measures */
/* th:nth-of-type(1) img.oth-entry, td:nth-of-type(1) img.oth-entry {
	height: 32px;
	width: 32px;
} */

/* keep ratio of image entries used as icon thumbnails */
/*th:nth-of-type(1) img.img-entry, td:nth-of-type(1) img.img-entry {*/
img.img-entry {
	height: 24px;
	max-height: 24px;
	max-width: 24px;
	vertical-align: text-bottom;
}

tr:nth-of-type(even) {
	background-color:lightblue;
}

tr:nth-of-type(odd) {
	background-color:lightyellow;
}

tr:hover td {
	background-color:#CACACA;
}

tr:hover td a {
	color: #000;
}
