* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100.01%;
  height: 100%;

}

body {
  font-size: 1em;
  line-height: 115%;
  font-family: 'Tahoma', Georgia, Verdana, Arial;
  color: #333;
  background-color: #ffffcc;
  height: 100%;
}

div#main {
  width: 500px;
  margin: 0 auto;
  font-size: 0.750em;
  position: relative;
  text-align: left;
  min-height: 100%;
}

 * html #main {height: 100%;} /* IE Hack für 100 % Höhe */
 
 #footer {position: absolute; bottom: 0; left: 0; width: 100%;}
 * html #footer {bottom: -1px;} /* Nächster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */
 
.stripes1,
.stripes2,
.stripes3 {
  height: 20px;
  background-color: #ff3300;
  width: 100%;
}

.stripes2 {
  background-color: #cc3300;
}

.stripes3 {
  background-color: #000;
}
 
#content {margin-bottom: 2em; float: left;}

.left,
.right {
  margin-top: 20px;
  float: left;
  widht: 250px;
}

.right {
  text-align: right;
  padding: 20px 0 0 50px;
}

p {
  margin: 0.416em 0 0.833em 0;
}