/* CSS-Reset */
html,body{height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,em,strong,pre,code,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,address,caption,cite,pre,code,dfn,th,var{line-height:1;font-size:100%;font-weight:normal;font-style:normal;}
fieldset,img{border:0;}
caption,th{text-align:left;}
td{vertical-align:top;}
table{font-size:inherit;table-layout:fixed;}
ol,ul{list-style:none;}
ul,ol,dl{position:relative;}
hr{clear:both;}
strong{font-weight:bold;}
/* Rahmen bei Inputfeldern entfernen IE <= 6 */
* html input{margin:-1px 0;}
/* Rahmen bei Inputfeldern entfernen IE > 6 */
*:first-child+html input{margin:-1px 0;}
/* CSS-Reset */
html, body, table, textarea, input {
  line-height: 17px;
  font-size: 13px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
  color: #000;
}
body {
  overflow: -moz-scrollbars-vertical;
}
li {
  padding-left: 20px;
  background: url(../images/list.jpg) no-repeat 8px 6px;
  line-height: 17px;
}
.gelb {
  color: #ffe400;
}
.lila {
  color: #883b84;
}
.grau {
  color: #435058;
}
h1 {
  line-height: 1;
  font-size: 15px;
  color: #883b84;
}
h2 {
  line-height: 1;
  font-size: 13px;
  color: #883b84;
  margin: 0 0 5px 0;
}
h3 {
  line-height: 1;
  font-size: 14px;
  background: url(../images/balken_blanko.gif) no-repeat;
  padding: 8px 0 8px 8px;
  font-weight: bold;
}
a.weitereInfos {
  line-height: 1;
  background: url(../images/list.jpg) no-repeat 8px 4px;
  color: #883b84;
  text-decoration: none;
  display: block;
  padding: 0 0 0 20px;
  margin: 10px 0;
}
div.textItem {
  margin: 0 0 0 10px;
}
div#hauptnavi {
  background: #ede2ed;
  width: 160px;
  line-height: 1;
  text-align: right;
padding: 0 5px;
}
div#hauptnavi a {
  color: #76838b;
  text-decoration: none;
  display: block;
  border-bottom: 1px dotted #76838b;
  padding: 10px 0 3px 0;
}
div#hauptnavi a:hover, div#hauptnavi a.active {
  color: #883b84;
  border-bottom: 1px solid #883b84;
}
div#adresse {
  font-size: 11px;
  color: #76838b;
  padding: 5px;
}
.termin {
  width: 180px;
  color: #76838b;
  margin: 0 0 15px 0;
}
.text{
 line-height: 1.3;
  font-size: 13px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
  color: #000;
}
p.linie_abstand {
  margin: 10px 0;
  height: 3px;
  repeat-x;
  overflow:hidden;
  font-size: 0;
  border-bottom: 1px dotted #76838b;
}
a{
  color: #883b84;
  text-decoration:none;
}
.balken{
background-image: url(images/balken.gif)
}
div#map{
margin: 0 0 0 10px;
}
.aktlila{
color: #883b84;
}
.aktgrau{
color: #76838b;
}
.headline_home {
  font-size: 27px;
  color: #883b84;
}
