* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
   margin: 0;
   border: 0;
   padding: 0;
}

body {
    color: #000000;
    background-color: #000000;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; 
    padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#mainframe {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    height: 768px;
    width: 1024px;
    padding: 0;
    background: #000000 url(http://rottis-vom-weidengrund.de/bg.jpg) no-repeat;
    border: 1px black;
    Z-Index: 1;
  }

  div#left {
    font-size: 0.83em;
    float: left; 
    width: 250px;
    margin: 0 0 1.2em; 
    padding: 0;
  }
  
  div#corner {
   position: relative;
   left: 18px;
   height: 328px;
   width: 199px;
   Z-Index: 3;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://rottis-vom-weidengrund.de/corner.png');   
}

html > body #corner {
background: url(corner.png);
background-repeat: no-repeat;
} 

  div#navi {
   position: relative;
   left: 18px;
   top: -30px;
   height: 420px;
   width: 196px;
   Z-Index: 3;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://rottis-vom-weidengrund.de/navi.png');
}

html > body #navi {
background: url(navi.png);
background-repeat: no-repeat;
} 

div#navi a {
   padding: 0px;
   width: 160px;
   margin-left: 10px;
   text-decoration: none;
}

div#head {
   position: relative;
   left: 145px;
   top: 30px;
   height: 250px;
   width: 562px;
   Z-Index: 3;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://rottis-vom-weidengrund.de/head.png');
}

div#headline {
   position: relative;
   left: 10px;
   Z-Index: 3;
   font-size: 25px; 
   font-family: Helvetica,Arial,sans-serif;
   text-decoration: none;
   color: #000000;
}

div#content {
   position: relative;
   left: 5px;
   Z-Index: 4;
   font-size: 14px;
   font-family: Helvetica,Arial,sans-serif;
   text-decoration: none;
   color: #ffffff;
}

div#content table  {
   color: #ffffff;
}

html > body #head {
background: url(http://rottis-vom-weidengrund.de/head.png);
background-repeat: no-repeat;
}

div#frame {
    margin: 0 0 1em 220px;
    padding: 0 1em;
  }
  
* html div#frame {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }

div#frame p {
    margin: 1em 0;
    font-size: 1em;
  }

div#frame a {
	color: #000000;
	text-decoration: underline;
  }

div#content ul {
	display:inline;
	padding: 0;
	font-size: 10px;
  }
  
.contentm {
font-size: 10px; 
color: #ffffff; 
text-decoration: none;
}
