/* 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;}
em{font-style:italic;}
/* 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: 1.3;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif; 
  color: #000;
}
p{
text-align:justify;
}
body {
  overflow: -moz-scrollbars-vertical;
}
li {
  padding: 5px 0 5px 20px;
  line-height: 1.1;
  background: url(../images/list.jpg) no-repeat 5px 6px;
}
li.bggrau {
  padding: 5px 0 5px 20px;
  line-height: 1.1;
  background: url(../images/list_bggrau.jpg) no-repeat 5px 6px;
}
.orange {
  color: #f49a00;
}
.grau {
  color: #74899e;
}
h1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.1;
  text-transform: uppercase;
}
h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #74899e;
}
a {
  color: #74899e;
  text-decoration: none;
}
a:hover {
  color: #f49a00;
}
#hauptnavi {
  color: #fff;
  font-size: 14px;
  margin: 0 30px 0 0;
}
#hauptnavi a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.9px;
}
#hauptnavi a:hover {
  color: #f49a00;
}
#hauptnavi a.active {
  color: #f49a00;
}
div.subnavi a {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 0 0 0 5px;
  text-decoration: none;
  letter-spacing: 1px;
}
div.subnavi a:hover {
  color: #000;
  background: url(../images/list_schwarz.jpg) no-repeat 245px 3px;
}
div.subnavi a.active, div.subnavi a.active:hover{
  color: #74899e;
  background: url(../images/list_grau.jpg) no-repeat 245px 3px;
}
div.subsubnavi a {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 5px 0 0 35px;
  text-decoration: none;
  letter-spacing: 1px;
}
div.subsubnavi a:hover {
  color: #000;
  background: url(../images/list_schwarz.jpg) no-repeat 245px 8px;
}
div.subsubnavi a.active, div.subsubnavi a.active:hover{
  color: #74899e;
  background: url(../images/list_grau.jpg) no-repeat 245px 8px;
}


#service, #suche {
  color: #888;
  font-size: 11px;
  margin: 0 20px;
}
#service a {
  color: #88898a;
  text-decoration: none;
}
#service a:hover {
  color: #f49a00;
}
p.hr {
  border-bottom: 1px dotted #000;
  margin: 5px 0;
  font-size: 0;
}
table.grau {
  background: #e3e3e4;
  color: #000;
}
input#searchterm {
  height: 17px;
  width: 150px;
  font-size: 11px;
}
p.linie {
  clear: both;
  height: 1px;
  border-bottom: 1px dotted #000;
  overflow:hidden;
  font-size: 0;
}
p.linie_abstand {
  clear: both;
  margin: 5px 0;
  height: 1px;
  border-bottom: 1px dotted #000;
  overflow:hidden;
  font-size: 0;
}
.linien {
  padding: 5px 0;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
img.pdficon {
  float: left;
  margin: 0 5px 0 0;
}

/********** Sitemap **********/
ul.sitemapStandardMainCat {
  margin: 0 0 20px 0;
  padding: 0;
}
ul.sitemapStandardMainCat li {
  border-bottom: 1px solid #ffffff;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.sitemapStandardMainCat li a {
  display: block;
}
ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
  background: #e3e3e4 none;
  padding: 5px 5px 5px 10px;
  margin: 0;
}
ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
  background: #f1f1f1 none;
  padding: 5px 5px 5px 20px;
  margin: 0;
}
ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
  background: #ffffff none;
  padding: 5px 5px 5px 30px;
  margin: 0;
}
/********** Sitemap **********/

/********** Terminliste **********/
div.termin1 {
  clear: both;
  padding: 10px;
}
div.termin2 {
  clear: both;
  padding: 10px;
  background-color: #f1f1f1;
}
div.kalender {
  display: block;
}
div.kal_blatt {
  width: 39px;
  height:39px;
  float: left;
  background: url(../images/kalender.jpg);
  margin: 3px 5px 0 0;
}
div.kal_monat {
  height: 12px;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  color: #fff;
}
div.kal_tag {
  height: 28px;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.3;
}
div#pagenavi {
  background: #000;
  height: 20px;
  padding: 0;
  margin: 0;
}
div#pagenavi a {
  display: inline-block;
  background: #000;
  height: 18px !important;
  height: 20px;
  width: 20px;
  border-right: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 2px 0 0 0;
  margin: 0;
}
div#pagenavi a:hover {
  background: #74899e;
}
div#pagenavi a.active {
  background: #f49a00;
}
/********** Terminliste **********/
