#header { 
  background: #ff6600 url(bilder/header_background.png) repeat-y top left;
  clear: both;
}
        #header p#slogan {
	  float: right;
	  width: 32em;
          margin: 0;
          padding: 2em 0.5em 0 0;
          text-align: right;
	  /* color: #4d4d4d; */
	  color: #ffffff;  
	  font-size: 110%;
	  font-weight: bold;	
        }
	#header #firmenlogo {
           padding: 0.5em;
	}


#shortnav {
  padding: 0.5em;
  background: white url(bilder/background-shortnav.png) repeat-x top left;
  font-size: 90%;
}
    #shortnav ul {
	  margin-bottom: 0;
          font-weight: bold;
	}
	#shortnav ul li {
	  list-style-type: none;
	  margin: 0 1em 0 0;
          display: inline;
	}	


#rootline-bar {
  clear: both;
  padding: 0.3em 0.5em 0 0.5em;
  font-size: 90%;
}


#links {
  float: left;
  width: 15em; 
  padding: 1em 0.5em 0.5em 0.5em;
}
#rechts {
  float: right;
  width: 13em; 
  padding: 0.5em;
}

#links,
#rechts {
  font-size: 90%;
  overflow: hidden;
}

#links h1,
#rechts h1 {
  font-size: 100%;
}




.suchbox {
  float: right;
  width: 27em;
  text-align: right;
}
	.suchbox input.textinput {
	  width: 13em;
	  background: white url(bilder/lupe.png) no-repeat 2px 50%;
	  padding: 2px 2px 2px 20px;
	  margin-right: 0.2em;
	}



.shortnav2 {
  
  float: right;
  width: 39em;
  text-align: right;
}
    .shortnav2 ul {
      margin-bottom: 0;
    }
	.shortnav2 ul li {
	  list-style-type: none;
	  margin: 0 0 0 1em;
          display: inline;
	}



.rootline {
}

#navigation {
  border: 1px solid #4d4d4d;
  background-color: #f2f2f2;
  padding: 0.5em;
  overflow: hidden; /* die Spalte soll nicht mitwachsen, so dass der Content nicht nach unten umbricht */
}
	/* generell gilt */
        #navigation ul,
        #navigation ol {
	  margin-bottom: 0;
        }
	#navigation li {
	  list-style-type: none;
	  padding-bottom: 0.2em;
	}
	#navigation a {
	  display: block;
	}

	#navigation span {
	  display: block;
	  color: black; 
	}
	
	#navigation .navspc {
	  border-top: 1px solid #FFA061;
	}
	
	/* erste Ebene */
	#navigation ul li {
	  margin-left: 0;
	}
		/* zweite Ebene */
		#navigation ul li ul li {
		  margin-left: 0.5em;
		}
			/* dritte Ebene */
			#navigation ul li ul li ul li {
			  margin-left: 0.5em;
			}


#content {
  background-color: white;  
  padding-top: 1em;
  margin-left: 17em;
  margin-right: 15em; 
  font-size: 90%;
}
    #content ul li { 
      list-style-type: disc; 
    }
    #content h1,
    #content h2,
    #content h3 {
      font-size: 110%;
    }



#footer {
  padding: 0.5em; 
  background: #DDDDDD url(bilder/background-footer.png) repeat-x top left;
  clear: both;
}
        /* Das address-Element mit dem Hintergrundbild ist per TS eingefügt */
	#footer address {
          padding: 15px 0 5px 0;
	  display: block;
	  font-size: 90%;
	  text-align: right;
	  color: #4d4d4d;
	  font-style: normal; 
	}

/*
  NEU!
*/
.neu {
  background: transparent url(bilder/NEU.gif) no-repeat top right;
}



