#head {
  width: 1000px;
  height: 220px;
  background-image: url(../images/background_head.jpg);
  margin: auto;
}

.flumserbox {
  width: 186px; /* 190 - padding */
  min-height: 246px; /* 346 - padding */
  background-image: url(../images/flums_bg.jpg);
  background-repeat: no-repeat;
  margin-left: -3px;
  margin-top: 10px;
  padding-top: 100px;
  padding-left: 4px;
}

.flumserbox hr {
  background-image: url(../images/flums_hr.gif);
  width: 190px;
  height: 2px;
  border: none;
  margin-left: -4px;
}

.flumserbox_schnee {
  width: 182px; /* 190 - padding */
  height: 122px; /* 130 - padding */
  padding: 4px;
  margin-left: -4px;
  margin-top: -8px;
  margin-bottom: -8px;
  background-image: url(../images/flums_schnee.jpg);
}


#stripe {
  width: 1000px;
  height: 31px;
  background-image: url(../images/background_stripe.jpg);
  margin: auto;
}

.flumserbox a {
  color: #000;
  text-decoration: none;
}

.flumserbox a:hover {
  color: #b90000;
  text-decoration: underline;
}

a.flumserbox_titel,
a:visited.flumserbox_titel
a:hover.flumserbox_titel
a:active.flumserbox_titel  {
  color: #b90000;
}


a.flumserbox_titel:hover {
  text-decoration: underline;
}

.flumserbox_table {
  font-size: 9pt;
}


.linkArrow{
  padding-left: 12px;
  margin-top: 10px;
  display: inline-block;
  background: url(../images/link_arrow.gif) no-repeat 0 0.4em;
  text-decoration: none;
  color: #1e1e1e;
}

