/* Style Sheet for Comer's Patchwork Atelier
   Last changed 18.9.2011 */

body { font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; }

/* Heading Sytles */

#kopf { display: none; }

.basic {
  color: #FFFFFF;
  padding: 5px;
  margin: 0px;
}


/* Content Styles */

#content {
  position: absolute;
  top: 0em; left: 0px; right: 0em;
  }

.pagetitle {
  text-align: center;
  font-size: 20pt;
  font-weight: bold;
  font-family: cursive;
  padding: 5px;
  }

h1 {
  text-align: center;
  display: inline;
  padding: 3px;
  font-size: 18pt;
  font-weight: bold;
  font-family: cursive;
  margin: 0px;
  }

h2 {
  color: #6699FF;
  font-size: 12pt;
  font-weight: normal;
  margin: 0px;
  }

#news {
  padding: 4px;
  float: right;
  width: 200px;
  border-top: 0px;
  text-align: center;
  color: #FFFF80;
  }

.section {
  background-color: #FFFFFF;
  padding: 0.5em;
  border-width: 4px 4px 0px 4px;
  border-style: solid;
  border-color: #6699FF;
  }

.section table {
  margin: auto;
  font-size: 10pt;
  }

.section table.pics td {
  margin: 1px;
  background-color: #D8E0E0;
  padding: 0.2em 0.5em ; 
  text-align: center; }

.section td {
  background-color: #D8E0E0;
  padding: 0.2em 0.5em ; 
  text-align: center; }

p.remarks {
  font-size: 8pt;
  text-align: center;
  background-color: white;
  border-top: 4px solid #6699FF;
  padding: 2px;
  margin: 0em; }

.lt { text-decoration: line-through; }

.rd { color: red; }

