body {
  font-family : verdana;
  font-size : 10pt;
  background-color : #88ddcc;
  color : #000000;
  text-align : center;
  margin-top : 10px;
  vertical-align : middle;
}

h1 {
  font-size : 16pt;
  color : #0000aa;
  margin : 5px 0px 5px 0px;
}

h2 {
  font-size : 14pt;
  margin : 12px 0px 5px 0px;
}

h3 {
  font-size : 12pt;
  margin : 5px 0px 10px 10px;
}

table.sinborde {
  width : 100%;
  font-size : 10pt;
  border : 0px;
}

thead th {
  text-align : center;
  background-color : #cccccc;
}

.banner {
  text-align : center;
  vertical-align : middle;
}

.content {
  width : 92%;
  margin-right : auto;
  margin-left : auto;
  margin-top : 10px;
  border : 2px solid #000000;
  background-color : #ffffff;
  padding-left : 10px;
  padding-bottom : 5px;
  padding-right : 5px;
  text-align : left;
}


.blockleft {
  margin-left : 15px;
  width : 320px;
  float : left;
  text-align : left;
}

.blockright {
  margin-right : 15px;
  width : 320px;
  float : right;
}

.blockwide {
  clear : both;
}

.blockclean {
  clear : both;
}

.foot {
  clear : both;
  font-size : 8pt;
}

.divcentral, .divcentralbig {
  border : 1px solid #888888;
  width : 500px;
  margin-top : 10px;
  margin-bottom : 10px;
  margin-left : 30px;
}

.divcentralbig {
  width : 630px;
}

.divtitle {
  font-size : 10pt;
  font-weight : bold;
  padding-bottom : 4px;
  padding-left : 5px;
  background-color : #cccccc;
}

.divcontent {
  padding-top : 3px;
  padding-left : 10px;
  padding-bottom : 10px;
}

.verticalspacer {
  clear : both;
  height : 10px;
  min-height : 10px;
}