@font-face {
    font-family: 'macosfont';
    src: url('CHARCOAL.TTF');
}
body {
  background: #000;
  color: #fff;
  font-family: "Times New Roman", serif;
  margin: 0;
  padding: 20px;
}

.wrapper {
  width: 800px;
  margin: 0 auto;
  border: 1px solid #fff;
  background-color: #000;
  overflow: auto;
}

.header {
  background-color: #000;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.main-content {
  display: flex;
}

.nav {
  width: 150px;
  padding: 10px;
  box-sizing: border-box;
}

.nav a {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  padding: 8px;
  color: #fff;
  text-decoration: none;
}

.nav a:hover {
  text-decoration: underline;
}

.content {
  padding: 10px;
  background-color: #000;
  color: #fff;
  width: 100%;
}

.ttitel {
  font-size: 1.4em;
  color: #fff;
}

.content .ttitel {
  font-size: 1.8em;
  text-align: center;
  display: block;
  width: 100%;
}
.folder{ 
width: 64px;
  left: 0px;
  position: relative;
  margin-left: 15px;
  display:inline-block;
  height: auto;
  top: 0;
  vertical-align: top;
}
.folder:hover{ 
  text-decoration: underline;
}
.folder img {
	display:block;
	position:inherit;
}
a:link {
	  color: white; 
	  text-decoration: none;
}
a:visited {
	  color: white; 
	  text-decoration: none;
}
.foldertext
{
	width: 75%;
	text-align:center;
	/* font-weight: bold; */
	font-size: 0.73em;
	font-family: 'macosfont';
	word-wrap: break-word;
}