@font-face
{
font-family: schrift;
src: url("Blogger Sans.ttf");
}

* {
font-family:schrift;
font-size:12pt;
margin:0px;
padding:0px;
}

body {
    background-repeat:no-repeat;
    background-size: cover;
    background-position: right;
    background-image:url(ordner.jpg);
}

#wrapper {
    width:800px;
    margin: 10px auto;
    border-radius:10px;
    box-shadow:5px 5px 5px black;
    overflow: auto;
    border:1px solid #525252;
	background-color:white;	
	padding:20px;
}
 
ul {
  list-style-type: none;
  width: 800px;
}
a {
display:block;
/*height:100px;*/
overflow: auto;
text-decoration:none;
color:black;
}

  
h1 {
  font-size:28px;
  padding: 10px;
}
h3 {
  font-size:24px;
  padding-top:25px;
}
 
li img {
  float: left;
  margin: 0 15px 0 0;
  width:100px;
  height:100px;
}
 
li p {
  font-size:16px;
  
}
 
li {
  padding: 10px;
  overflow: auto;
}
 
li:hover {
  background: #eee;
  cursor: pointer;
}

.rechts{
	text-align:right;
	font-size:14px;
}
	