body, p, table {
	font-family:verdana, arial;
        font-weight:400;
        font-size:10pt;
        color:#ffffff;
	margin:0px;
	background-attachment:fixed;
	scrollbar-base-color:#222222;
	scrollbar-3dlight-color:#aaaaaa;
	scrollbar-arrow-color:#ff0000;
	scrollbar-darkshadow-color:#aaaaaa;	
	scrollbar-face-color:#222222;
	scrollbar-highlight-color:#aaaaaa;
	scrollbar-shadow-color:#555555;
	scrollbar-track-color:#000000;
	background: url(bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

  #fixiert {
    position: absolute;
    top: 2%; left: 2%;
    width: 20%;
    border: 0px;
  }

  html>body #fixiert {  /* nur fuer moderne Browser! */
  }

  #Inhalt {
    margin-left: 24%;
    width: 74%; 
  }

  #Inhalt h2 {
    font-size: 1.4em;
    margin: 2em 5% 2em;
    color: maroon;
    border-bottom: 1px solid silver;
  }

  #Inhalt p {
    font-size: 1.2em;
    margin: 1em 0;
  }

  #Inhalt #Fusszeile {
    font-size: 1.1em;
    margin: 200em 0 0; padding: 0.1em;
    text-align: center;
    background-color: #fed; border: 1px solid silver;
  }

  h1 {
    font-size: 25px;
    margin: 0.5em; padding: 0.3em;
    text-align: center;
    font-weight:bold;
    color: #2D1301;
  }

  h2 {
    font-size: 22px;
    margin: 0.5em; padding: 0.3em;
    text-align: center;
    font-weight:bold;
    color: #2D1301;
  }

  .erl {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #000000;
  }

  .norm {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #000000;
  }

  .preis {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #840407;
  }

  .rabatt {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #06C709;
  }

a:link {
    font-size: 25px;
    text-align: center;
    font-weight: normal;
    color: #000000;
 }
a:visited {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #000000;
 }
a:focus   { 
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #000000;
 }
a:hover   { 
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #0000ff;
 }
a:active  { 
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #000000;
 }