/*
Gruen: #336633

*/

html {  
    padding: 0px;
    margin: 0px;
    height: 101%;
}

body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%; 
    font-family:'Helvetica Neue',Helvetica,Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #191818;
    line-height: 18px;
}

img {
    padding:0px;
    margin:0px;
    border: 0px;
}

a {
    color: #004a99;
    text-decoration: none
;}

a:hover {

}

p {
  margin-bottom: 20px;
}  

td {
  vertical-align: top;
}

h1,h2,h3,h4,h5 {
    color: #8baed7;  
}

h1 {
  font-size: 15px;
}

h2 {
  font-size: 12px;
}

table {
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

td {
    padding: 0px;
    margin: 0px;    
}

#wrapper {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    position:relative; 
}

#header {
  background-color: #8baed7;
  border-bottom: 2px solid #478dc6;
  height: 63px;
}

#content {
  padding-bottom: 58px;
}

#footer {
  background-color: #8baed7;  
  border-top: 2px solid #478dc6;
  width: 100%;
  height: 38px;
  line-height: 38px;
  position: fixed;
  bottom: 0px;
  left: 0px; 
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  z-index: 20000;
}

#footer a {
  color: white;
}

.limiter {
  width: 900px;
  margin: 0 auto;
}

.clearer {
  clear: both;
}

.white {
  color: white;
}

.aligned-right {
  text-align: right;
}

/**** Main-Nav ****/

#mainnav {
    margin-left: 337px;
    padding-top: 40px;
}


#mainnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 563px;    
    height: 20px; 
    overflow: hidden;    
}

#mainnav ul li {
    padding: 0px;
    margin: 0px;
    line-height: 19px; 
    float: left;
    margin-right: 73px;
    text-align: center; 
}

#mainnav ul li.first {
    text-align: left;
}

#mainnav ul li.last {
    text-align: right;
    margin-right: 0px; 
    float: right; 
}

#mainnav ul li a {
    text-decoration: none;
    text-transform: uppercase; 
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}

#mainnav ul li a.selected,
#mainnav ul li a:hover {
    color: #336633;
}

#subnav {
  font-weight: bold;
}


/* content */
.left,
.top-left {
  width: 300px;
  float: left;
  position: relative;
}

.top-left {
  padding-top: 197px;
}

.right,
.top-right {
  float: right;
  width: 600px;
}

.top-right {
  padding-top: 30px;
}

#logo {
  display: block;
  width: 425px;
  height: 150px;
  position: absolute;
  top: -20px;
  left: 0px;
}

#logo-headline {
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  padding-top: 20px;
  letter-spacing: 3px;
}

.col-300-left {
  float: left;
  width: 300px;
}

.col-600-right {
  float:right;
  width: 600px;
}

.more {
  font-weight: bold;
}

.pdf-download {
  background-image: url('../images/download_pdf_icon.gif');
  background-repeat: no-repeat;
  padding-left: 25px;
  display: block;
  margin-bottom: 10px;
}


/* Vertrieb */
a.distributor {
  color: black;
  display: block;
  margin-bottom: 15px;
}

a.distributor:hover,
a.distributor.selected {
  text-decoration: none;
  color: #336633;  
}

a.distributor:hover {
  text-decoration: underline;
}

a.distributor.selected:hover {
  text-decoration: none;
}

a.distributor span.name {
  display: block;
}

a.distributor:hover span.name {
  color: #336633;  
}

a.distributor.selected span.name {
  font-weight: bold;
  color: black;  
  font-size: 15px;
  text-decoration: none;
}

a.distributor:hover span.name {
  color: #336633; 
  /* text-decoration: underline; */   
}

a.distributor.selected {
  font-size: 15px; 
  text-decoration: none;
}

.spacer {
  margin: 20px 0;
  height: 4px;
  background-image: url('../images/spacer-bg.png');
}

#imprint-table td {
  padding-bottom: 15px;
}

.green {
  color: #336633;    
}

/***** Kontakt *****/
.form-wrapper {
  padding: 20px;
  background-color: #f0f5e4;
}

label {
  width: 150px;
  float: left;
  color: #336633;    
}

form br {
  clear: both;
}

#zipcode {
  float: left;
  width: 40px;
  margin-right: 5px;
}

#city {
  width: 145px;  
}

.input-text {
  width: 200px;
  margin: 0;
  padding: 3px 5px;
  border: none;
  margin-bottom: 10px;
  box-shadow: 0px 5px 5px #d1dbc3;  
}

.input-text:focus,
textarea:focus {
  box-shadow: 0px 5px 5px #bbbbbb;  
}

.input-radio {
  margin-bottom: 10px;  
}

textarea {
  font-size: 12px;
  width: 200px; 
  height: 180px;
  padding: 3px 5px;
  border: none;
  margin-bottom: 10px; 
  box-shadow: 0px 5px 5px #d1dbc3; 
  font-family:'Helvetica Neue',Helvetica,Arial,Verdana,sans-serif;  
}

.input-submit {
  padding: 5px 20px;
  color: #336633;
  border: 1px solid #336633; 
  background: #e0ebc8; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e0ebc8 79%, #e0ebc8 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(79%,#e0ebc8), color-stop(100%,#e0ebc8)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e0ebc8 79%,#e0ebc8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e0ebc8 79%,#e0ebc8 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e0ebc8 79%,#e0ebc8 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #ffffff 0%,#e0ebc8 79%,#e0ebc8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0ebc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.error {
  border: 1px solid red;
  background-color: #fbeef0; 
  padding: 10px;
}

.distributor-logo {
  margin-right: 20px;
}

.distributor-region {
  text-align: right;
  height: 60px;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.distributor-name {
  color: black;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.contact-person {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.distributor-content {
  width: 450px;
}

table.adress {
  width: 100%;
  margin-bottom: 30px;  
}

table.adress td {
  vertical-align: top;
}

table.adress a {
  color: black;
  font-weight: bold;
}

table.adress a:hover {
  color: #336633;
}

.distributor-content .text {
  color: #336633;
  margin-bottom: 30px;    
}

table.locations {
  font-weight: bold;
}

table.locations td {
  vertical-align: top;
}

table.locations th {
  vertical-align: top;
  font-size: 14px;
  width: 70px;
  text-align: left;
}




/**** map *****/
#top-left-map {
  padding-top: 155px;
  width: 300px;
}

#top-right-map {
  width: 600px;
}

#map-produkte,
#map {
  margin-top: 20px;
  width: 600px;
  height: 602px;
  background-image: url('../images/map.png');
  position: relative;
  z-index: 0;
}

#map-produkte {
  background-image: url('../images/map.png');
}

#subnav-left {
  float: left;
  width: 135px;
}

#subnav-right {
  float: right;
  width: 155px;  
}

#subnav-left a,
#subnav-right a {  
  display: block;
  color: #b5b5b5;
  font-weight: normal;
}

#subnav-left a {
  margin-bottom: 15px;
}

#subnav-left a:hover {
  text-decoration: none;
}

#subnav-left a.selected {
  font-weight: bold;
}

#subnav-right a {
  /*margin-bottom: 3px;*/
  font-size: 11px;
}


#subnav-right a.selected {
  color: black;
  font-weight: bold;
}

#subnav-right a:hover {
  color: #000000;
  text-decoration: none;
}

#subnav-left h2 a,
#subnav-right h2 a {
    color: #336633;
    font-weight: bold;
    margin-bottom: 10px;
  font-size: 12px;    
}

#subnav-left h2 a:hover,
#subnav-right h2 a:hover {
    color: #666666;
}

/* produkte */
.product-text {
  color: #666666;
}

.produktspektrum {
  color: #336633;
}

.produktspektrum table {
  margin-bottom: 30px;
  width: 100%;
}

.produktspektrum table td {
  padding: 3px 10px;
  vertical-align: top;
}

.small-col {
  width: 130px;
}

.produktspektrum table th {
  text-align: left;
  padding: 3px 10px;  
}

.produktspektrum table ul {
  margin-top: 0;
  padding-top: 0;
}

tr.odd {
  background-color: #e7f0d5;
}

tr.even {
  background-color: #f8faf1;
}

#link-basalt:hover,
#link-basalt.selected {
  color: #218ccc;
}

#link-kalkstein:hover,
#link-kalkstein.selected {  
  color: #eab320;
}

#link-kies-sand:hover,
#link-kies-sand.selected {
  color: #f05123;
}

#link-asphaltmischgut:hover,
#link-asphaltmischgut.selected {
  color: #181616;
}

#link-recycling:hover,
#link-recycling.selected {  
  color: #657793;
}

#link-verwertung:hover,
#link-verwertung.selected {
  color: #77411a;
}

/* standorte */
#subnav-right a#link-huglfing {
  /* color: #598527; */
}

.link-google-maps {
  display: block;
  height: 100px;
  padding-left: 50px;
  background-image: url('../images/icon-standort.png');
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 13px;
}

.link-google-maps .headline {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.standort-kontaktdaten h3 {
  color: black;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.standort-kontaktdaten h4 {
  color: black;
  margin: 0;
  padding: 0;  
}

.standort-kontaktdaten table {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.standort-kontaktdaten table td {
  width: 50%;
}

.standort-kontaktdaten table a {
  font-weight: bold;
  color: black;
}

.map-default-link {
  width: 10px;
  height: 10px;
  position: absolute; 
  top: 0px;
  left:0px;
  background-image: url('../images/circle-default.png');
  background-repeat: no-repeat;
  z-index: 1;
}

a.map-default-link-hover {
  width: 100px;
  position: absolute; 
  top: 0px;
  left:0px;
  background-image: url('../images/circle-default-hover.png');
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: none;
  z-index: 10;
  text-shadow: 2px 2px 1px #fff;    
}

.basalt .map-default-link {
  background-image: url('../images/circle-basalt.png');
}
.basalt a.map-default-link-hover {
  background-image: url('../images/circle-basalt-hover.png');
  color: #218ccc;
}

.kalkstein .map-default-link {
  background-image: url('../images/circle-kalkstein.png');
}
.kalkstein a.map-default-link-hover {
  background-image: url('../images/circle-kalkstein-hover.png');
  color: #eab320;
}

.kiessand .map-default-link {
  background-image: url('../images/circle-kiessand.png');
}
.kiessand a.map-default-link-hover {
  background-image: url('../images/circle-kiessand-hover.png');
  color: #f05123;
}

.asphalt .map-default-link {
  background-image: url('../images/circle-asphalt.png');
}
.asphalt a.map-default-link-hover {
  background-image: url('../images/circle-asphalt-hover.png');
  color: #181616;
}

.recycling .map-default-link {
  background-image: url('../images/circle-recycling.png');
}
.recycling a.map-default-link-hover {
  background-image: url('../images/circle-recycling-hover.png');
  color: #657793;
}

.verwertung .map-default-link {
  background-image: url('../images/circle-verwertung.png');
}
.verwertung a.map-default-link-hover {
  background-image: url('../images/circle-verwertung-hover.png');
  color: #77411a;
}

a.map-default-link-hover.selected {
  display: block;
  background-image: url('../images/circle-selected-hover.png');  
  color: black;
}


#map-link-adelebsen {
  top: 356px; 
  left: 261px;
}
#map-link-adelebsen-hover {
  top: 354px; 
  left: 230px;
  width: 70px;
}

#map-link-aschenberg {
  top: 414px; 
  left: 243px; 
}
#map-link-aschenberg-hover {
  top: 411px; 
  left: 212px; 
  width: 70px;
}

#map-link-beuchte {
  top: 314px; 
  left: 303px;
}
#map-link-beuchte-hover {
  top: 312px; 
  left: 233px; 
  width: 150px;
}

#map-link-bisperode {
  top: 294px; 
  left: 245px;
}
#map-link-bisperode-hover {
  top: 292px; 
  left: 215px; 
  width: 70px;
}

#map-link-bodetal {
  top: 322px; 
  left: 358px;
}
#map-link-bodetal-hover {
  top: 320px; 
  left: 328px; 
  width: 70px;
}

#map-link-braunschweig {
  top: 277px; 
  left: 304px;
}
#map-link-braunschweig-hover {
  top: 274px; 
  left: 267px; 
  width: 85px;
}

#map-link-calden {
  top: 374px; 
  left: 227px; 
}
#map-link-calden-hover {
  top: 371px; 
  left: 167px; 
  width: 130px;   
}

#map-link-doenstedt {
  top: 276px; 
  left: 358px;  
}
#map-link-doenstedt-hover {
  top: 273px; 
  left: 323px; 
  width: 80px;  
}

#map-link-emme {
  top: 373px; 
  left: 264px;
}
#map-link-emme-hover {
  top: 370px; 
  left: 209px; 
  width: 120px;
}

#map-link-fritzlar {
  top: 400px; 
  left: 218px; 
}
#map-link-fritzlar-hover {
  top: 397px; 
  left: 183px; 
  width: 80px;
}

#map-link-groeningen {
  top: 311px; 
  left: 350px;
}
#map-link-groeningen-hover {
  top: 308px; 
  left: 320px; 
  width: 70px;
}

#map-link-greifswald {
  top: 105px; 
  left: 494px;
}
#map-link-greifswald-hover {
  top: 102px; 
  left: 459px; 
  width: 80px;
}

#map-link-hadmersleben {
  top: 304px; 
  left: 365px;
}
#map-link-hadmersleben-hover {
  top: 301px; 
  left: 328px; 
  width: 85px;
}

#map-link-hamburg {
  top: 145px; 
  left: 282px;
}
#map-link-hamburg-hover {
  top: 142px; 
  left: 247px; 
  width: 80px;
}

#map-link-igelsburg {
  top: 387px; 
  left: 225px; 
}
#map-link-igelsburg-hover {
  top: 384px; 
  left: 190px; 
  width: 80px;
}

#map-link-kraehenwinkel {
  top: 257px; 
  left: 261px; 
}
#map-link-kraehenwinkel-hover {
  top: 254px; 
  left: 225px; 
  width: 80px;
}

#map-link-laudenbach {
  top: 397px; 
  left: 261px; 
}
#map-link-laudenbach-hover {
  top: 394px; 
  left: 226px; 
  width: 80px;
}

#map-link-marbe {
  top: 321px; 
  left: 380px; 
}
#map-link-marbe-hover {
  top: 318px; 
  left: 355px; 
  width: 60px;
}

#map-link-neusedding {
  top: 261px; 
  left: 464px; 
}
#map-link-neusedding-hover {
  top: 258px; 
  left: 434px; 
  width: 70px;
}

#map-link-rhuenda {
  top: 402px; 
  left: 233px; 
}
#map-link-rhuenda-hover {
  top: 399px; 
  left: 203px; 
  width: 70px;
}

#map-link-ringelheim {
  top: 304px; 
  left: 290px;   
}
#map-link-ringelheim-hover {
  top: 301px; 
  left: 255px; 
  width: 80px;  
}

#map-link-rostock {
  top: 105px; 
  left: 407px;   
}
#map-link-rostock-hover {
  top: 103px; 
  left: 372px; 
  width: 80px;  
}

#map-link-sarstedt {
  top: 279px; 
  left: 264px; 
}
#map-link-sarstedt-hover {
  top: 276px; 
  left: 229px; 
  width: 80px;
}

#map-link-satzkorn {
  top: 244px; 
  left: 460px; 
}
#map-link-satzkorn-hover {
  top: 241px; 
  left: 425px; 
  width: 80px;
}

#map-link-walbeck {
  top: 269px; 
  left: 345px; 
}
#map-link-walbeck-hover {
  top: 266px; 
  left: 310px; 
  width: 80px;
}

#map-link-wegeleben {
  top: 322px; 
  left: 343px; 
}
#map-link-wegeleben-hover {
  top: 319px; 
  left: 307px; 
  width: 80px;
}

#map-link-wuelfingen {
  top: 287px; 
  left: 255px; 
}
#map-link-wuelfingen-hover {
  top: 284px; 
  left: 220px; 
  width: 80px;
}

#umschlag-overlay {
  width: 350px;
  height: 160px;  
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url('../images/umschlag-bg.png');
  background-repeat: no-repeat;
  background-position: top right;
  display: none;  
  z-index: 10;
}

#umschlag-overlay-content {
  text-align: center;
  width: 150px;
  height: 40px;
  position: absolute;
  top: 48px;
  left: 100px;
  color: #336633;
  line-height: 18px; 
}

#umschlag-overlay-content a {
  font-weight: bold;
}

#show-bzw-links {
  color: #336633;
  margin-bottom: 15px;  
}

#show-bahn-links:hover,
#show-bahn-links.selected {
  color: #d81515;
}

a#show-see-links:hover,
a#show-see-links.selected {
  color: #013f95;
}

.bahn .map-default-link {
  background-image: url('../images/circle-bahn.png');
}
.bahn a.map-default-link-hover {
  background-image: url('../images/circle-bahn-hover.png');
  color: #d81515;
}

.see .map-default-link {
  background-image: url('../images/circle-see.png');
}
.see a.map-default-link-hover {
  background-image: url('../images/circle-see-hover.png');
  color: #013f95;
}

#standort-image-rotation {
  width: 425px;
  height: 266px;
  overflow: hidden;
}

#standort-image-rotation img {
  width: 425px;
  height: 266px;
}

#subnav-right a.standorte.disabled {
  color: #eeeeee;
}


h3.imprint {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

#placeholder-head {
  margin-top: 130px;
  font-size: 14px;
  margin-bottom: 50px;
}


#placeholder-head li {
  padding-left: 30px;
  margin-bottom: 10px;
}
