body {
   margin: 0;
   background: #ffffff;
   font-family: Tahoma, serif;
}
div { margin: 0; }
img { border: 0; }
.wyczysc {
   display: inline-table;
   overflow: hidden; 
}
.wyczysc:after {
   content: "."; 
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   overflow:hidden;
}

/* Hides from IE-mac \*/
* html .wyczysc { 
   height: 0.5%;  
}
.wyczysc {
   display: block;
}
/* End hide from IE-mac */


.Menu {
  background: #7b2424;
  color: #ffffff;
  font-size: 80%;
  float: left; 
  width: 150px; 
  height: 400px;
  margin: 0;
  padding: 10px 0;
}
.Menu h1 {
  background: #5f1414;
  font-size: 120%;
  text-align: center;
  margin: 0;
}
.Menu ul {
  list-style: none;
  margin: 20px 0 10px 20px;
  padding: 0;
}
.Menu ul li {
  margin: 5px 0;
}
.Menu a {
  color: #ffffff;
  text-decoration: none;
}
.Menu a:hover {
  text-decoration: underline;
}
.Tresc { 
  font-size: 80%;
  padding: 0;
  margin: 0;
  float: left; 
  width: 620px;
}