#header { 
  background: #ff6600 url(bilder/header_background.png) repeat-y top left;
  padding: 0.5em;
  clear: both;
  overflow:hidden;
}
/*
    #header p#slogan {
	  float: right;
	  width: 35em;
      height: 95px;
      margin: 0em;
      padding: 0px 220px 0px 0px;
      text-align: right;
	  color: #735856;  
	  font-size: 110%;
	  font-weight: bold;
      background: transparent url(bilder/GeSi.gif) no-repeat center right;	
    }
*/
	#header #firmenlogo {
        float:left;
        width:240px;
	}
	#header #gesi {
        float:right;
        width:210px;
	}
	#header #slogan {
      margin-left:200px;
      margin-right:230px;
      text-align: right;
	  color: #735856;  
	  font-size: 110%;
	  font-weight: bold;
	}



#shortnav {
  padding:1em 0.75em; 
  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.5em 1em;
  font-size: 90%;
}


#links {
  float: left;
  width: 18em; 
  padding: 1em 0.5em 0.5em 1em;
}
#rechts {
  float: right;
  width: 18em; 
  padding: 0.5em 1em 0.5em 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: 20.5em;
  margin-right: 20.5em; 
  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;
}




