* {padding: 0; margin:0;}
td {padding: 10px; font-size:160%;}
body{margin:auto;width:98%;font-size:145%;}
html{background-color:#FFFFAA;overflow-y: scroll;}
input{font-size:40px;}
a{font-style:italic;font-weight:bold;color:gray;text-decoration:none;}
a:hover{color:red;}
li:before {
  /* For a round bullet */
  content: '\2022';
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -10px;
  top: 5px;
  color: red;
  font-size: 150%;
}
li {
  list-style: none;
}	
	
.rotfett{color:red;font-weight:bold;}
.gruenfett{color:green;font-weight:bold;}
#container{max-width:100%;}
#links{max-width:75%;}
#rechts{float:right;width:24%;}
#fuss{height:2.5em;margin-top:1.5em;border-radius:18px;border-bottom-width:5px;border-bottom-color:red;border-bottom-style:solid;}