/* sachen von home.css */
body { color: black; font-size: 13px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 16px; b-ackground-color: white; background-repeat: repeat-y; }
p { color: black; font-size: 13px; line-height: 16px; }
td { color: black; font-size: 13px; line-height: 16px; }


 ul {
      text-indent: 0px; 
      }
    li {
      line-height: 15px;
      font-weight: normal;
      margin-top: 0px;
      margin-bottom: 0px;
      }
    ol {
      line-height: 15px;
      font-weight: normal;
      margin-top: 0px;
      margin-bottom: 0px;
      }                   
 
    h1 { font-size: 14px; margin-top: 0; margin-bottom: 20px; font-weight: bold; color: black; }
      
    h2 {
      font-size: 14px;
      margin-top: 0;
      margin-bottom: 20px;
      font-weight: bold;      
      color: #f36e71;
      }

    h3 {
      font-size: 13px;
      margin-top: 13px;
      margin-bottom: 13px;
      font-weight: bold;      
      color: #f36e71;
      }



/* neu */

body {
  background-color: #6D5032;
}

div#links {
  background-color: #CCCCCC;
}

div#rechts {
  background-color: #E6E6E6;
}


/* Mail-Formulare */
fieldset.csc-mailform label {
 width: 100px;
 float: left;
 clear: right;
 padding-top: 2px;
}
fieldset.csc-mailform input {
 width: 300px;
 float: left;
 clear: right;
}
fieldset.csc-mailform input.csc-mailform-submit {
 width: 150px;
 float: left;
 clear: right;
}

/* CSS fuer Navigation... */
.menu {
/* color: red; */
 font-size: 15px;
 line-height: 30px;
}

a {
 color: #f36e71;
 text-decoration: none;
 letter-spacing: 1px;
}

a:hover, a:active, a.menuaktiv {
 color: red;
}


div#nav1 {
font-weight: bold;
}

dd {
font-size: 10px;
line-height: 12px;
 color: #6D5032;
}

div#spez div.menu {
 display: inline;
 font-size: 80%;
}

/*div.sitemap {
 margin-left: -40px;
}*/

/*ul.csc-menu {
 margin-left: -40px;
}*/


