body {
	font-family: sans-serif;
	color: #000000;
	background-color:#ffffff;
	background-image:url(../winter_landscape_I_by_ruehrer.jpg);
	background-position: center center;
	background-repeat:none;
	background-attachment:fixed;
	font-size:12pt;
}
.files .file:nth-of-type(2n) {
	background-color:#CCCCCC;
	background-color:rgba(0,0,0,0.2);
}
div.content {
	margin:auto auto;
	margin-top:35px;
	width:790px;
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.65);
	padding:10px;
	border:1px solid rgb(0,0,0);
	border:1px solid rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 5px #999999;
	-moz-border-radius:5px;
	box-shadow: 0px 0px 10px 5px #999999;
	-webkit-box-shadow: 0px 0px 10px 5px #999999;
	border-radius:5px;
}
/*.dir {
	/*margin-left:10px;
	border-left:1px solid #000;
}*/

.dir {
	border-top:1px solid #000;
}
.file {
	border-top:1px solid #AAA;
}
.file:hover {
	background:#fff;
}
.content > .dir {
	border:1px solid #000;
}

span.date {
	float:right;
	font-size:8pt;
}

.dir div .head {padding-left:10px; }
.dir div div .head {padding-left:20px; }
.dir div div div .head  {padding-left:30px; }
.dir div div div div .head {padding-left:40px; }
.dir div div div div div .head {padding-left:50px; }

.dir div .file {padding-left:20px; }
.dir div div .file {padding-left:30px; }
.dir div div div .file  {padding-left:40px; }
.dir div div div div .file {padding-left:50px; }
.dir div div div div div .file {padding-left:60px; }

.head {
	background-color:#999;
	background-color:rgba(0,0,0,0.4);
	font-weight:bold;
}
.head, .file {
	padding:3px;
}

a {
	text-decoration:none;
	color:#0063a8;
}
a:hover {
	color:#0096ff;
}

#img {
	position:fixed;
	bottom:3px;
	right:3px;
	padding:3px 3px 3px 3px;
	border:1px solid #000;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 4px 2px #333;
	-moz-border-radius:3px;
	box-shadow: 0px 0px 4px 2px #333;
	-webkit-box-shadow: 0px 0px 4px 2px #333;
	border-radius:3px;
	font-size:75%;
}
#img a {
	color:rgb(200,150,100);
	text-decoration:none;
}
#img a:hover {
	text-decoration:underline;
}

