/*----------------------------------------------------------------*/
/* CSS by K4SYSTEMS */
/*----------------------------------------------------------------*/

/* wichtige Farben
Rot: #cc0000
Grun: #62BD6E
*/

/*----------------------------------------------------------------*/
/* Allgemeines */
/*----------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  font-size: 82.5%;
  background: #575759 url('../bilder/back_body.gif') left top repeat-X;
  text-align: center;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
  font-family: Arial,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  color: #333;
  text-align: left;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img, a img {
  border: 0;
}

form {
  display: inline;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}

p {
  line-height: 1.5em;
  margin: 0 0 1.0em 0;
}

a {
  color: #03B7FF;
}

h2, h3 {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
}

h2 {
  font-size: 1.4em;
  margin-bottom: 1.0em;
  font-weight: normal;
}

.clear {
  clear: both;
}

.pdf {
  padding-left: 20px;
  background: transparent url('../bilder/icon_pdf.gif') left center no-repeat;
}


/*----------------------------------------------------------------*/
/* Globale DIVs */
/*----------------------------------------------------------------*/
#wrap {
  margin: 0 auto;
  width: 895px;
  border-left: 1px solid #7A7A7A;
  border-right: 1px solid #7A7A7A;
  background: #fff url('../bilder/back_wrap.gif') left top repeat-Y;
  font-size: 0.9em;
  }
  
.spalte0 {
  width: 619px;
  float: left;
  display: inline;
  background: #3E403F url('../bilder/back_header.gif') left top repeat-X;
}

.spalte1 {
  width: 276px;
  float: right;
  display: inline;
  background: #3E403F url('../bilder/back_spalte1.gif') left top repeat-Y;
  height: 124px;
}

/*----------------------------------------------------------------*/
/* iconnavi */
/*----------------------------------------------------------------*/
#iconnavi {
  margin-left: 20px;
}

#iconnavi li {
  float: left;
  display: inline;
  margin-right: 1.0em;
  padding: 5px 0;
}

#iconnavi li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
}

#iconnavi li a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------*/
/* topnavi */
/*----------------------------------------------------------------*/
#topnavi {
  clear: both;
  background: transparent url('../bilder/back_balken_lager.gif') left bottom no-repeat;
  height: 99px;
}

#umwelt #topnavi {
  background: transparent url('../bilder/back_balken_umwelt.gif') left bottom no-repeat;
}

#lager #topnavi {
  background: transparent url('../bilder/back_balken_lager.gif') left bottom no-repeat;
}

#transport #topnavi {
  background: transparent url('../bilder/back_balken_transport.gif') left bottom no-repeat;
}

#buero #topnavi {
  background: transparent url('../bilder/back_balken_buero.gif') left bottom no-repeat;
}

#betrieb #topnavi {
  background: transparent url('../bilder/back_balken_betrieb.gif') left bottom no-repeat;
}


#topnavi li {
  float: left;
  display: inline;
  background: #FEFFFB url('../bilder/back_topnavi.gif') left top repeat-X;
  margin-right: 1px;
}

#topnavi li a {
  text-decoration: none;
  padding-left: 20px;
  display: block;
  background: #FEFFFB url('../bilder/back_topnavi.gif') right top repeat-X;
  color: #086D9B;
  font-weight: bold;
  font-size: 1.2em;
  padding-right: 26px;
  line-height: 39px;
  height: 39px;
}

* html #topnavi li a {
  display: inline-block;
}

#topnavi li a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------*/
/* content */
/*----------------------------------------------------------------*/
#content {
  clear: both;
}

#content .spalte1, #content .spalte0 {
  background: transparent;
  height: auto;
}

#content .spalte0, #content .spalte0 #inhalt {
  padding-left: 20px;
  padding-right: 20px;
  width: 579px;
  padding-top: 1.0em;
}

#content .spalte1 h1 {
  background: #383838 url('../bilder/back_bereich.gif') left bottom no-repeat;
  color: #03B7FF;
  font-size: 1.0em;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 25px;
}

#content .spalte1 h1 a {
  text-decoration: none;
  color: #03B7FF;
}

#content .spalte1 h1 a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------*/
/* subnavi */
/*----------------------------------------------------------------*/
#content .spalte1 ul {
  margin: 0;
  padding: 0;
  margin-bottom: 2.0em;
}

#content .spalte1 li {
  background: transparent url('../bilder/back_subnavi_li.gif') left center no-repeat;
}

#content .spalte1 #sub12 {
  background: transparent url('../bilder/back_subnavi_li12.gif') left center no-repeat;
}

#content .spalte1 #sub13 {
  background: transparent url('../bilder/back_subnavi_li13.gif') left center no-repeat;
}

#content .spalte1 #sub14 {
  background: transparent url('../bilder/back_subnavi_li14.gif') left center no-repeat;
}

#content .spalte1 #sub15 {
  background: transparent url('../bilder/back_subnavi_li15.gif') left center no-repeat;
}

#content .spalte1 #sub16 {
  background: transparent url('../bilder/back_subnavi_li16.gif') left center no-repeat;
}

#startseite #content .spalte1 #sub13 {
  margin-top: 1.5em;
}

#okatcontent {
  margin-bottom: 1.0em;
}


#content .spalte1 li a {
  color: #969799;
  text-decoration: none;
  border-bottom: 1px solid #6F6F6F;
  display: block;
  width: 220px;
  margin-left: 40px;
  padding: 0.2em 0;
}

#content .spalte1 li a:hover, #content .spalte1 li.selected a {
  color: #fff;
}

#content .spalte50, .spalte50 {
  float: left;
  display: inline;
  width: 49%;
}

#content ul {
  margin: 1.0em 0em;
}

#content ul li {
  background: transparent url('../bilder/back_li.gif') left 0.3em no-repeat;
  padding-left: 16px;
  margin-bottom: 0.2em;
}

#content ul.big li {
  font-size: 1.2em;
}


/*----------------------------------------------------------------*/
/* startseite */
/*----------------------------------------------------------------*/


/*----------------------------------------------------------------*/
/* footer */
/*----------------------------------------------------------------*/
#footer {
  clear: both;
  border-top: 7px solid #02BAFA;
  background: #232323;
  color: #757575;
  margin-top: 1.0em;
  padding-top: 1.0em;
  border-bottom: 1px solid #7A7A7A;
}

#footer .spalte0, #footer .spalte1 {
  background: #232323;
  height: auto;
}

#footer .spalte1 {

}

#footer a, #footer p {
  color: #757575;
  text-decoration: none;
}

#footer p {
  margin: 0;
  padding: 0;
}

#footer .spalte1 p {
  padding-left: 41px;
}

#footer .spalte0 p {
  color: #fff;
}

#footer .spalte0 {
  padding-left: 20px;
  padding-right: 20px;
  width: 579px;
}

#footer a:hover {
  text-decoration: underline;
}


/*----------------------------------------------------------------*/
/* footer */
/*----------------------------------------------------------------*/
#content ul.produkte, #content ul.produkte li, #content ul.produkte li h2, #content ul.produkte ul {
  margin: 0;
  padding: 0;
}

#content ul.produkte li {
  background: transparent url('../bilder/back_li_umwelt.gif') left top no-repeat;
  padding-top: 6px;
  margin-top: 2.0em;
  display: block;
}

#lager #content ul.produkte li {
  background: transparent url('../bilder/back_li_lager.gif') left top no-repeat;
}

#transport #content ul.produkte li {
  background: transparent url('../bilder/back_li_transport.gif') left top no-repeat;
}

#betrieb #content ul.produkte li {
  background: transparent url('../bilder/back_li_betrieb.gif') left top no-repeat;
}

#buero #content ul.produkte li {
  background: transparent url('../bilder/back_li_buero.gif') left top no-repeat;
}

#lager #content ul.produkte li ul li, #transport #content ul.produkte li ul li, #betrieb #content ul.produkte li ul li, #buero #content ul.produkte li ul li {
  background: none;
}


/*----------------------------------------------------------------*/
/* produkte */
/*----------------------------------------------------------------*/
#content ul.produkte li h2 {
  background: #C0C0C0;
  font-size: 1.2em;
  padding: 0.2em 0.4em;
  width: 238px;
}

#content ul.produkte li h2 a {
  color: #000;
  text-decoration: none;
}

#content ul.produkte li h2 a:hover {
  text-decoration: underline;
}

#content ul.produkte li ul li {
  display: inline;
  margin: 0;
  margin-right: 0.6em;
  background: #fff;
  padding: 0;
  line-height: 1.5em;
}

#content ul.produkte li ul li a {
  color: #000;
}


/*----------------------------------------------------------------*/
/* produktuebersicht */
/*----------------------------------------------------------------*/
ul#produktuebersicht, ul#produktuebersicht li {
  margin: 0;
  padding: 0;
}

ul#produktuebersicht  {
  margin: 2.0em 0em;
}

ul#produktuebersicht li {
  float: left;
  display: inline;
  background: none;
  padding: 0;
}

ul#produktuebersicht li a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 24px;
  width: 100px;
  text-align: center;
  margin-right: 10px;
}

ul#produktuebersicht li a:hover {
  text-decoration: underline;
}

ul#produktuebersicht #btn12 {
  background: transparent url('../bilder/back_btn_umwelt.gif') left center repeat-X;
}

ul#produktuebersicht #btn13 {
  background: transparent url('../bilder/back_btn_lager.gif') left center repeat-X;
}

ul#produktuebersicht #btn14 {
  background: transparent url('../bilder/back_btn_transport.gif') left center repeat-X;
}

ul#produktuebersicht #btn15 {
  background: transparent url('../bilder/back_btn_betrieb.gif') left center repeat-X;
}

ul#produktuebersicht #btn16 {
  background: transparent url('../bilder/back_btn_buero.gif') left center repeat-X;
}


/*----------------------------------------------------------------*/
/* google map */
/*----------------------------------------------------------------*/
#standort #content .spalte0, #anfahrt #content .spalte0 {
  padding: 0;
  width: 619px;
}

#map {
  background: #eee;
  width: 619px;
  height: 260px;
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797;
  margin-bottom: 0.5em;
}


/*----------------------------------------------------------------*/
/* kontaktformular */
/*----------------------------------------------------------------*/
span.cx_pflicht {
  color: #FE0000;
  font-weight: bold;
  font-size: 1.4em;
}

input.cx_pflicht, textarea.cx_pflicht {
  background: #FF6D6E;
  color: #fff;
}

.cx_error {
  border: 1px solid #FE0000;
  color: #fff;
  background: #FF6D6E;
  padding: 0.5em;
}

table.kontaktformular {
  margin: 2.0em 0em;
}

table.kontaktformular .spalte-1, table.kontaktformular .spalte-2 {
  vertical-align: top;
  padding-bottom: 0.3em;
}

table.kontaktformular .spalte-1 {
  width: 150px;
}

table.kontaktformular .spalte-2 input, table.kontaktformular .spalte-2 textarea, table.kontaktformular .spalte-2 select, .submit {
  padding: 0.2em;
  font-size: 1.2em;
}

table.kontaktformular .spalte-2 input, table.kontaktformular .spalte-2 textarea {
  width: 300px;
}

.submit {
  text-align: center;
}

p.kontaktformular {
  text-align: center;
}

