* {
  margin: 0px;
  padding: 0px;
}
html {
  width: 100%;
  height: 100%;
}
html > body #divContainer {
  height: auto;
  min-height: 100%;
}
body {
  margin: 0px;
  width: 100%;
  height: 100%;
  color: #003366;
  font-size: 14px;
  text-align: center;
  background: #BFCBE2;
  font-family: arial,verdana,helvetica,sans-serif;
}
img {
  border: none;
}
.imgTitle {
  margin-bottom: 20px;
}
table {
  font-size: 13px;
  text-align: justify;
  font-family: arial,verdana,helvetica,sans-serif;
}
form {
  line-height: 20px;
}
#divIndexCenter {
  top: 50px;
  width: 700px;
  height: 500px;
  margin: 0px auto;
  position: relative;
}
#divContainer {
  width: 800px;
  height: 100%;
  margin: 0px auto;
  text-align: left;
  background: #BFCBE2 url("/pics/sfi_bg.png") repeat-y 3px;
}
#divContent {
  left: 20px;
  width: 620px;
  text-align: left;
  position: relative;
}
#divMenu {
  top: -4px;
  right: 0px;
  width: 143px;
  float: right;
  position: relative;
}
#divFooter {
  z-index: 2;
  width: 800px;
  height: 27px;
  color: #ffffff;
  margin: 0px auto;
  line-height: 27px;
  position: relative;
  background: url("/pics/bottom.png") no-repeat;
}
#divFooter a {
  color: #ffffff;
}
#divFooter div {
  padding: 0px 10px;
}
a {
  color: #003366;
}
a:hover {
  color: #927354;
}
.spanTitle {
  font-size: 15px;
  font-weight: bold;
}
ul {
  padding-left: 1.5em;
}
li {
  line-height: 20px;
}
h2 {
  color: #927354;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 3px;
}
.spanLittle {
  font-size: 10px;
}
.divIndent {
  float: left;
  margin-left: 20px;
}
/* Aktion Weihnachtspäckli 2009 */
#aktuell p {
  margin: .8em 0;
}
/* @group Sammelstellen */
#sammelstellen {
  margin: 15px 6px;
  text-align: left;
}
#sammelstellen th, #sammelstellen td {
  width: 10em;
  padding: 4px;
}
#sammelstellen td {
  font-size: .8em;
}
#sammelstellen .td_times {
  width: 20em;
}
/* @end */
.td_awp {
  padding: 10px;
  border: 1px solid #000;
}
.td_awp h3 {
  margin-top: 10px;
}
.ul_awp {
  margin: 10px 0 0 10px;
}
#awp_kinder {
  border-right: 0;
}
p.halb {
  float: left;
}