body { 
  background: url(verlauf.gif) repeat-x #F2D143;
  background-attachment: fixed;
  font-family: Verdana, Tahoma, Arial, non-serif;
  line-height: 1.5em;
}
h1.head { 
  text-align: center; 
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  font-family: Verdana;
  background: url(akupunktur.gif) no-repeat center;
  height: 50px;
}
h2.head {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  font-family: Verdana;
  background: url(tcm.gif) no-repeat center;
  height: 50px;
}
h1.head span, h2.head span {
  display: none;
}
#content { 
  background: url(background.png);
  width: 60%;
  margin:auto;
  padding: 1em;
}
#logo1 {
  position: fixed;
  top: 200px; left: 2%;
  width: 15%;
}
#logo2 {
  position: fixed;
  top: 200px; right: 2%;
  width: 15%;
}
#kontakt {
  position: fixed;
  left: 2%; bottom: 1%;
  list-style-type: none;
  background: #F2D143;
}
#impressum {
  position: fixed;
  right: 2%; bottom: 1%;
  list-style-type: none;
  background: #F2D143;
}
#footer {
  font-size: .8em;
  margin-bottom: 0;
  text-align: center;
  color: #D29C0C;
  clear: both;
}
#footer a {
  text-decoration: none;
  color: #D29C0C;
}
#footer a:hover {
  text-decoration: underline;
  color: #996600;
}
.skip {
  display: none;
}


.m_notice {
  background: url(notice.png) no-repeat left top;
  background-position: 10px 10px;
  border: 2px outset grey;
  padding: 10px 10px 10px 70px;
  min-height: 50px;
}
.m_alert {
  background: url(alert.png) no-repeat left top;
  background-position: 10px 10px;
  border: 2px outset grey;
  padding: 10px 10px 10px 70px;
  min-height: 50px;
}
.m_error {
  background: url(error.png) no-repeat left top;
  background-position: 10px 10px;
  border: 2px outset grey;
  padding: 10px 10px 10px 70px;
  min-height: 50px;
}

dl.list dt {
  font-style: italic;
  border-bottom: 2px solid #F2D143;
  width: 15em;
  margin-top: .5em;
}

img.fl {
  display: block;
  float: left;
  margin: 1em;
}
img.fr {
  display: block;
  float: right;
  margin: 1em;
}

a:hover {
  background: #F2D143;
}
