 body {
    color: black;
    background-color:white;
    font-size: 13px;
    font-family: Courier,Helvetica,Arial,sans-serif;
    font-style:normal;
    margin: 0; 
    padding: 1em;
    
  }
  
  #Inhalt {
   position:absolute;
   top:10%;
   left:10%;
   font-size:13px;
   line-height:16px;
   width:70%;
   background-color:white;  
   padding:15px;
   border: 3px solid teal;
   border-radius:5px;
   box-shadow:8px 8px 8px #666;
   min-width: 20em;   }

  #Inhalt a:link {font-size:13px; color: black;background:white; border: 1px solid white; text-decoration: underline; outline:none;}
  #Inhalt a:visited {font-size:13px; color: black; background:white; border: 1px solid white; text-decoration: underline; outline:none;}
  #Inhalt a:hover {font-size:13px; color: white; background-color: teal; text-decoration: none; outline:none;border: 1px solid teal;border-radius:3px}
  #Inhalt a:active {font-size:13px; color: white; background-color: teal; text-decoration: underline; outline:none;border: 1px solid teal;border-radius:3px}
  #Inhalt a img:hover {opacity:0.75;}

.small 	{
	font-family: Courier,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:black;
	text-decoration: none;
	}
.medium 	{
	font-family: Courier,Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:black;
	text-decoration: none;
	}
.menu 	{
	font-family: Courier,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:black;
	text-decoration: none;
	}
 
* {
    margin: 0;
    padding: 0;
}
html {
    background-attachment: fixed;
    
    height: 100%;
}

