/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
  html { margin: 0pt;
	 padding: 0pt;
  }
  body { margin: 0pt;
    padding: 0pt;
    font-family: Comic Sans MS, Arial, sans-serif;
    background-color: rgb(251, 221, 115);
    width: 100%;
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: inherit;
    text-align: center;
    }

  #main { margin: auto;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    width: 700px;
    min-height: 100%; 
    }

  #menu { margin: 45px auto;
      width: 640px; 
	  height: 25px;
	  padding-left: 30px;
    }

  #menu a { text-decoration: none;
    background-color: rgb(251, 221, 115);
    display: block;
    font-size: 15px;
    color: rgb(51, 51, 51);
    text-align: center;
    font-weight: bolder;
    float: left;
    width: 120px;
    height: 25px;
    padding-top: 2px;
    margin-left: 15px;
    margin-right: 15px;
    }
  
  #menu a:hover {
	 color: white;
  }
  #menu a.current {
    color: white;  
  }

  a, a visited {
    text-decoration: none;
  }

  #content {
    margin-left: 30px;
    margin-right: 30px;
    width: 640px;
    }

  #content table { border-style: none;
    font-weight: lighter;
    }

  #content td {
    padding-left: 10px;
    padding-right: 10px;
  }
    
  #content li { list-style-type: none;
    list-style-image: url(../img/klotz.jpg);
    font-weight: lighter;
    }
  
  #content td img {
  	 margin-top: 30;
  }
  
  .leftcol {
	vertical-align: top; 
	width: 160px;
  }

  .rightcol {
	vertical-align: top; 
  }
  
  .small {
    font-size: 0.8em;  
  }

