/**  - HLC STYLESHEET - **/

/**  - Import aller .css Dateien - **/
/**  - positionierung der elemente - **/
@import url(layout.css);
/**  - Navigationslisten (Menu & Untermenu) - **/
@import url(navi.css);
@import url(newsletter.css);
/**  - Untermenuinformationen - **/
@import url(menu_ohneJS.css);
/**  - Listen - **/
@import url(lists.css);
/**  - Formulare - **/
@import url(forms.css);
/**  - Links - **/
@import url(links.css);
/**  - Sonstiges - **/
@import url(sonst.css);
@import url(inhaltAllgemein.css);
@import url(boxRechts.css);
@import url(semCss.css); 
@import url(titel.css);
@import url(sitemap.css);
@import url(hlcstyle_tinymce.css);

/**  - Texteigenschaften - **/
body, td, div, li {font-family: verdana, arial, sans-serif;  font-size: 12px; color:#000;}
/**   - Bodyeigenschaften - **/
body  {
        margin-top: 0px;
        margin-left:0px;
        padding-left: 0px;
        padding-top: 0px;
        background-color:#fff;
      }
img {
	border: 0px;
}
/**  - Alle Klassen die in header und bottom benötigt werden**/
.sitemap {
   padding:0px;
   margin:0px;
   width: 756px;
   background-color: #eee;
   border-bottom:2px solid #fff;
}
.sitemap span{
   color: #8AB063;
   float:left;
   font-weight:bold;
   padding:3px 0px 0px 6px;
   width: 320px;
}
.sitemap form{
  float:right;
  width: 280px;
  border: 0px;
}
.sitemap fieldset{
  padding:1px;
  margin:0px;
  width: 280px;
  border: 0px;
}

.subheader {
   padding:0px;
   margin:0px;
   width: 756px;
   background-color: #eee;
   }

.inhalt {
         width: 755px;
         border-top: 1px dashed #b70304;
        }
.footer{
  width:287px;
  list-style-type: none;
  padding: 0px 0px 0px 160px;
  margin: 0%;
}
.footer li {
  float: left;
}
.footerLinks {
        padding: 5px;
        width: 288px;
        border-top: 1px dashed #b70304;
}
.footerRechts {
         width: 447px;
         padding: 5px;
         border-top: 1px dashed #b70304;
         border-left: 1px dashed #b70304;
        }
