html, body{
   background: white;
   color: Black;
}
html {
     margin: 0; padding: 0; 
}
body {
   font: 9pt/130%  georgia, "times new roman", serif;
   }
   
* * body img { behavior: url("css/pngbehavior.htc"); }   

#meta, #navigation{
   display: none;
   }

   
div#inhalt{
   left: 0; top: 0;
   position: static;
   width: auto;
   margin: 0;
   padding: 0;
   border-top: 1px solid #930;
   float: none !important;
   color: black;
   background: transparent none;

   }

div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.meica.de" attr(href) ") ";
   }
   
   

#mlogo
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
}   
   
td,  th {
   font: 9pt/130%  "Lucida Grande", "Bitstream Vera Sans" "Verdana", sans-serif;
   padding: 2pt 3pt;
   vertical-align: top;
} 

span.topbutton {
  display:none;
}   

.normalo {
  margin-left: 150px;
  margin-top: 30px;
}

img[src~="img/_.gif"] {
  visibility: hidden;
} 
img {
  visibility: expression( (this.src.indexOf('_.gif') != -1)? hidden : null );
} 

img.spruch {
  display: none;
}

table.brennwerte  {
  border: thin solid #666;
  margin: 1.5em 0;
}

table.brennwerte select {
  display: none;
}

table.brennwerte th {
  background: #DDD;
  border: 1px solid #555;
}

table.brennwerte td {
   border: 1px solid #555;
}

div.textuntertabelle strong {
  display: block;
}