/* 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: 1.3;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif; 
  color: #656667;
}
body {
  overflow: -moz-scrollbars-vertical;
}
li {
  margin: 5px 0;
  padding-left: 20px;
  background: url(../images/ico_list.jpg) no-repeat 8px 3px;
  line-height: 1.2;
}
h2 li {
  margin: 5px 0;
  padding-left: 12px;
  background: url(../images/ico_list.jpg) no-repeat 0px 3px;
  color: #656667;
}
.blau {
  color: #05519D;
}
.rot {
  color: #e52b38;
}
h1 {
  color: #e52b38;
  font-size: 24px;
  letter-spacing: -1px;
}
h2 {
  padding: 7px 0 7px 23px;
  color: #e52b38;
  background: url(../images/ico_pfeil_rot_rechts.gif) no-repeat 2px 6px !important;
  background: url(../images/ico_pfeil_rot_rechts.gif) no-repeat 2px 7px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
.ohne {
  padding: 12px 0 7px 23px;
  color: #e52b38;
  background: url(../images/ico_pfeil_rot_rechts.gif) no-repeat 2px 12px !important;
  background: url(../images/ico_pfeil_rot_rechts.gif) no-repeat 2px 13px;
}
h3 {
  padding: 2px 0 2px 23px;
  color: #e52b38;
  background: url(../images/ico_pfeil_rot_rechts.gif) no-repeat 2px 1px !important;
  background: url(../images/ico_pfeil_rot_rechts.gif) no-repeat 2px 2px;
}
a {
  color: #05519D;
  text-decoration: none;
}
a:hover {
  color: #e52b38;
}
a.fancybox {}
div#hauptnavi a {
  font-size: 14px;
  letter-spacing: 0px;
  margin: 0 20px 0 0;
}
div#hauptnavi a.active {
  color: #e52b38;
}
div#subnavi1 {
  border-bottom: 1px dotted #000;
}
div#subnavi1 a {
  color: #656667;
  letter-spacing: 0px;
  display: block;
  padding: 5px;
  border-top: 1px dotted #000;
}
div#subnavi1 a:hover {
  color: #e52b38;
}
div#subnavi1 a.active {
  color: #05519D;
}
div#subnavi2 {
  border: 0;
  padding-bottom: 5px;
}
div#subnavi2 a {
  color: #656667;
  letter-spacing: 0px;
  line-height: 1.1;
  display: block;
  padding: 5px 5px 5px 15px;
  border-top: 0;
}
div#subnavi2 a:hover {
  color: #e52b38;
}
div#subnavi2 a.active {
  color: #05519D;
}
div#stripe_red {
  margin-top: 100px;
  height: 190px;
  background: #e52b38;
}
div#stripe_blue {
  margin-top: 195px;
  height: 155px;
  background: #05519D;
}
td#sidebar, td#sidebar_top {
  padding: 0 0 0 20px;
}
td#sidebar_top {
  height: 60px;
  background: url(../images/layout/bg_sidebar.jpg) no-repeat;
  color: #fff;
  font-size: 11px;
}
td#sidebar_top h1 {
  color: #fff;
}
td.header {
  font-size: 11px;
}
td.header a {
  color: #656667;
}
td.header a:hover {
  color: #e52b38;
}
td.footer {
  /*border-top: 1px dotted #000;*/
  color: #fff;
  font-size: 11px;
  vertical-align:middle;
}
td.footer a {
  color: #fff;
}
td.footer a:hover {
  color: #e52b38;
}
input#searchterm {
  padding: 1px 0 0 2px !important;
  padding: 0 0 0 2px;
  height: 17px;
  font-size: 11px;
  border: 1px solid #656667;
}

/********** 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: #e6f1fb none;
  padding: 3px 3px 3px 10px;
  margin: 0;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
  background: #f4f9fd none;
  padding: 3px 3px 3px 30px;
  margin: 0;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
  background: #ffffff none;
  padding: 3px 3px 3px 50px;
  margin: 0;
}
/********** Sitemap **********/
.hr{
border-bottom: 1px dotted #000;
width:663px;
height:15px;
}
