* {
  margin: 0;
  padding: 0;  
}

body {
  background-color: #ebebeb;
  color: #444444;
  font-family: Arial, Verdana, sans-serif;
  font-size: 70%;
}

h1, h2, h3, h4 {
  color: #e31921;
}

h2, h3 {
  margin: 0.7em 0 0.5em 0;
}

h1 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.3em;
}

h3 {
}

h4 {
  font-size: 1em;
  margin-top: 0.7em;
}

h5 {

}

h6 {

}

p {
  margin: 0 0 1em 0;
}

img {
  border: none;
}

a {
  color: #0c539e;
}

a:hover {
  color: #e31921;
}

hr {
  border: none;
  border-bottom: 1px solid #0c539e;
  height: 1px;
  margin: 1em 0 2em 0;
}

ul.sitemap {
  list-style: none;  
  margin: 0 0 2em 0;
}

ul.sitemap ul li {
  border: none;
  display: block;
}

ul.sitemap .left_0,
ul.sitemap .left_1 {
  float: left;
  width: 150px;
}

ul.sitemap .right_0,
ul.sitemap .right_1 {
  float: left;
  width: 300px;
}

.color01 {
  color: #0c539e;
}

.color02 {
  color: #e31921;
}

.float_left {
  float: left;
}

.float_right {
  float: right;  
}

.clr {
  clear: both;
}

/* Layout */
#wrapper {
  background-color: #ffffff;
  background-image: url(images/decobar_top.png);
  background-position: top center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  margin: 0 auto 0 auto;
  width: 850px;
}

#box_top {
  background-color: #ffffff;
  background-image: url(images/bg_box_top.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  height: 63px;
  position: relative;
  top: 6px;
}
  .logoposition {
    left: 48px;
    position: absolute;
    z-index: 100;
  }
  .claimposition {
    left: 250px;
    position: absolute;
    z-index: 100;
  }
  #languageselector {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 100;
  }
    #languageselector img {
      border: 1px solid #b9b9b9;
      padding: 1px;
    }

#box_menu {
  background-color: #e31921;
  background-image: url(images/bg_box_menu.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  color: #ffffff;
  height: 43px;
  position: relative;
  z-index: 100;
}

#box_contentarea {
  background-color: #ebeaea;
}

#box_quicknav {
  background-image: url(images/bg_box_quicknav.png);
  background-position: center top;
  background-repeat: no-repeat;
  float: left;
  min-height: 444px;
  width: 250px;
}

  .quicknav_modbox {
    margin: 1em auto 0.5em auto;
    width: 194px;
  }

#box_content {
  background-color: #ffffff;
  float: right;
  min-height: 444px;
  padding: 20px;
  position: relative;
  width: 560px;
}

.colorwrapper {
  background-color: #e6f1fc;
  border: 1px outset #0c539e;
  margin-bottom: 1em;
  padding: 0 1em 0.5em 1em;
}

 .no_content {
   font-weight: bold;
   margin: 2em;
   text-align: center;
 }

#infowindow {
  background-color: #ffffff;
  padding: 20px;
}

#box_footer {
  height: 20px;
  margin: 10px auto 0 auto;
  width: 850px;
}
  #box_footer p {
    color: #000000;
    text-align: center;
  }
  
/* Produktdetails */

#produktdetails {
  background-color: #ffffff;
  margin: 1em;
  padding: 0.8em;
}

/* Produktsuche */

#suchformular option {
  padding: 0 0.5em 0 0.5em;
}

.suchformular_hinweis {
  font-size: 1.2em;
  font-weight: bold;
}

.suchbegriff, .suchkategorie, .artikelgruppe {
  color: #0c539e;
  font-size: 1.2em;
  font-weight: bold;
}

.erfolglose_suche {
  color: #e31921;
  font-size: 1.2em;
  font-weight: bold;  
}

.erfolgreiche_suche {
  color: green;
  font-size: 1.2em;
  font-weight: bold;  
}

.num_artikel {
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
}

#loading_animation {
  left: 176px;
  position: absolute;
  text-align: center;
  top: 100px;
  width: 208px;
}

/* Konataktformular */
.formwrapper_unternehmen {
  background-color: #e6f1fc;
  border: 1px outset #0c539e;  
}

form.unternehmen fieldset {
  border: none;
  margin-bottom: 0.5em;
  padding: 5px;
}

form.unternehmen legend {
  color: #0c539e;
  font-weight: bold;
  padding-top: 8px;
}

form.unternehmen td {
  padding: 2px;
}

form.unternehmen .row_label {
  width: 100px;
}

form.unternehmen .row_nachricht_label {
  vertical-align: top;
}

form.unternehmen .row_input {
  width: 440px;
}

form.unternehmen select option {
  padding-right: 5px;
}

form.unternehmen #field_titel {
  width: 30%;
}

form.unternehmen #field_firma,
form.unternehmen #field_vorname,
form.unternehmen #field_nachname,
form.unternehmen #field_strasse,
form.unternehmen #field_email {
  width: 60%;
}

form.unternehmen #field_ort {
  width: 45%;
}

form.unternehmen textarea {
  width: 95%;
}

form.unternehmen #form_buttons {
  padding: 3px 5px 5px 3px;
  text-align: right;
  width: 95%;
}

.required {
  color: red;
  font-weight: bold;
}

.missing {
  background-color: #0c539e;
  color: #ffffff;
}

#htmldataoutput {
  background-color: #e6f1fc;
  border: 1px outset #0c539e;
  padding: 5px;
}

#htmldataoutput th {
  color: #0c539e;
  font-weight: bold;
  padding: 6px 2px 6px 2px;
  text-align: left;
}

#htmldataoutput td {
  padding: 2px;
}

#htmldataoutput td.label {
  width: 140px;
}

#htmldataoutput td.value {
  background-color: #ffffff;
  width: 73%;
}
