body, table, td, p {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    }

body {
    margin: 0;
    padding: 0;
    background: #fff url(../bilder/body_bg.jpg) repeat-y 0px 10px;
}

body.luftbild {
    background: #fff url(../bilder/loading.gif) no-repeat;
}

#container {
    width: 780px;
}

#header {
    width: 780px;
    height: 170px;
    background: transparent url(../bilder/bg_header_links.jpg) no-repeat;
    position: relative;
}

#header_rechts {
    position: absolute;
    left: 95px;
    width: 685px;
    height: 170px;
    background: transparent url(../bilder/bg_header_rechts.jpg) no-repeat;
}

#silo {
    position: absolute;
    width: 130px;
    height: 450px;
    left: 780px;
    background: transparent url(../bilder/silo.jpg) no-repeat;
}

#navigation {
    width: 235px;
    float: left;
    text-align: right;
}

#navigation a img {
    margin-top: 12px;
    vertical-align: bottom;
}

#navigation a img#home {
    margin-top: 0;
}

#inhalt{
    line-height: 1.5em;
    position: relative;
    width: 530px;
    float: left;
    height: auto;
    min-height: 400px;
    _height: 400px;
    margin-bottom: 30px;
}

#footer {
    width: 645px;
    margin: 20px 0 10px 115px;
    padding-top: 10px;
    color: #666;
    font-size: 10px;
    background: transparent url(../bilder/bg_footer.gif) repeat-x;
    text-align: center;
    position: relative;
}

#footer a {
    color: #666;
}

#interbaustoff {
    position: absolute;
    right: 0px;
    top: -70px;
}

#eurobaustoff {
    position: absolute;
    right: 130px;
    top: -70px;
}

#producedby {
    position: absolute;
    top: -180px;
    left: 670px;
    width: 5px;
}

.box {
    background: #F5F6F7;
    padding: 5px;
    color: #666;
}

.spalte_links {
    width: 370px;
    float: left;
}

.spalte_rechts {
    padding: 0;
    width: 140px;
    float: right;
}



a {
    color: #1884BD;
    text-decoration: none;
    font-weight: bold;
    }

a:hover {
    color: #EA4015;
    text-decoration: underline;
    }

a img{
    border: none;
}

form {
    display:inline
}

p {
    margin: 0 0 1em 0;
    padding: 0;
}


h1 {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #1572A4;
}

h2 {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

h3 {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

h2.line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5em;
}


.rahmen {
    border: 1px solid black;
}

.datum {
    font-size: 10px;
    color: #ccc;
}

.floatleft {
    float: left;
    margin-right: 10px;
}

.floatright {
    float: right;
    margin-left: 10px;
}

/* Bildergalerie */
div.galerie{
margin-bottom: 20px;
}

div.galerie div{
float: left;
width: 120px;
}

div.galerie img{
border: 1px solid #808080;
padding: 5px;
}


dl.galerie
{
    border: 1px solid #808080;
    width: 110px;
    height: 110px;
    text-align: center;
    padding: 5px;
    padding-bottom: 15px;
    float: left;
    position: relative;
    margin-right: 1em;
    margin-bottom: 1em;
    background: #E9E9E9;
}

 dl.galerie:hover
{
    border: 1px solid black;
    background: #808080;
}

.galerie dt { font-weight: bold; }

.galerie dt img
{
    border: 1px solid #000;
}

.galerie dd
{
    margin: 0;
    padding: 0;
}
/* Ende Bildergalerie */

/* Kontaktformular */
.ausfuellen{
    border: 1px solid red ;
}

form label{
    cursor: pointer;
    cursor: hand;
}

form label.required {
  color: #EA4015;
}

form label.completed {
  color: black;
}

.formmailerror{
    border: 1px solid #EA4015;
    background: #FEEFEB;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

label{
    position: relative;
    width: 170px;
    display: block;
    float: left;
    margin-bottom: 5px;
}



select {
    font-size: 12px;
}

.clearleft{
    clear: left;
}
/* Ende Kontakt */

.kontaktadresse label {
    margin: 0;
    padding: 0;
}

.button {
    border: 1px solid #333;
    background: #1884BD;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

.bildleiste {
    width: 90px;
    float: right;
    text-align: right;
}

.bildleiste img {
    margin-bottom: 10px;
}

.nospace p {
    margin: 0;
    padding: 0;
}

#inhalt ul {
    margin: 0;
    padding: 0;
}

#inhalt ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
    background: transparent url(../bilder/listenpunkt.gif) 0px 4px no-repeat;
    line-height: 18px;
}

#inhalt ul.linkliste li, #inhalt ul.navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    line-height: 18px;
    display: inline;
}

#inhalt ul.linkliste li a, #inhalt ul.navigation li a {
    padding-left: 15px;
    background: transparent url(../bilder/listenpunkt.gif) 0px 4px no-repeat;
    text-decoration: none;
    display: block;
    line-height: 16px;
    margin-bottom: 2px;
}

#inhalt ul.linkliste li a:hover, #inhalt ul.navigation li a:hover {
    text-decoration: none;
    color: #EA4015;
}

#inhalt ul.linkliste li a.active, #inhalt ul.navigation li a.active {
    text-decoration: none;
    color: #EA4015;
    font-weight: bold;
}

#inhalt ul.linkliste li a.active:hover, #inhalt ul.navigation li a.active:hover {
    color: #EA4015;
    text-decoration: none;
}

ol {
    margin: 0;
    padding: 0 0 0 30px;
}

ol li {
    margin: 0;
    padding: 0;
}

label.kurz {
    width: 60px;
}

label.mittel {
    width: 100px;
    margin: 0;
}

/* Stylez für Shop */

.black {
    color: black;
}

.klein {
    font-size: 10px;
}


input.kontakt, textarea.kontakt {
    background: transparent url(../bilder/bg_input.gif) no-repeat;
    width: 180px;
    padding: 2px;
    font-size: 11px;
    border: 1px solid #aaa;
    margin-right: 1px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 176px;
    _background-attachment: fixed;    
}

.kontakt {
    position: relative;
    width: 190px;
    display: block;
    float: left;
    margin-bottom: 5px;
}

input.kontakt, textarea.kontakt {
    font-size: 12px;
    border: 1px solid #999;
}

.input_anzahl {
    background: transparent url(../bilder/bg_input.gif) no-repeat;
    width: 42px;
    padding: 2px;
    font-size: 11px;
    border: 1px solid #aaa;
    margin-right: 1px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 38px;
    _background-attachment: fixed;
}

.input_login {
    background: transparent url(../bilder/bg_input.gif) no-repeat;
    width: 125px;
    margin-bottom: 5px;
    padding: 2px;
    font-size: 11px;
    border: 1px solid #aaa;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 121px;
    _background-attachment: fixed;
}

.input_adresse {
    background: transparent url(../bilder/bg_input.gif) no-repeat;
    width: 150px;
    padding: 2px;
    font-size: 11px;
    border: 1px solid #aaa;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 146px;
    _background-attachment: fixed;
}

html>.input_anzahl {
    width: 32px;
}

.kasten_blau {
    background: #F5F6F7;
    padding: 5px;
    color: #666;
}

.login_button {
    margin-bottom: 10px;
}

.login_error {
    font-size: 10px;
    font-weight: bold;
    color: #EA4015;
    line-height: 12px;
    margin-bottom: 5px;
}

.kasten_blau .linkliste{
    font-size: 11px;
}

.warenkorb_gross {
    width: 598px;
}

table.warenkorb {
    border: none;
    background: #F5F6F7;
    empty-cells: show;
}

table.warenkorb td, table.warenkorb th{
    padding: 4px;
    vertical-align: top;
    border-bottom: 1px solid #C4CAD0;
}

table.warenkorb thead td, table.warenkorb thead th {
    background: #EA4015 url(../bilder/bg_warenkorbkopf.gif) repeat-x;
    border-bottom: 1px solid #27A3ED;
    color: #fff;
}

table.warenkorb2 {
    empty-cells: show;
}

table.warenkorb2 th, table.warenkorb2 td {
    text-align: right;
    vertical-align: top;
    padding: 4px;
}

table.warenkorb2 th {
    color: #666;
    font-weight: bold;
    width: 80%;
}

table.warenkorb2 td {
    color: #000;
    font-weight: bold;
    width: 20%;
}

table.warenkorb2 tfoot td, table.warenkorb2 tfoot th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #F5F6F7;
}

.kasten_blau h2 {
    background: transparent url(../bilder/bg_warenkorbkopf.gif) repeat-x;
    border-bottom: 1px solid #27A3ED;
    color: #fff;
    margin: -5px -5px 5px -5px;
    padding: 2px 5px 2px 5px;
}

.adresse label {
    width: 80px;
    margin: 0;
    cursor: default;
}

#benutzerinfo, #passwortinfo {
    display: none;
    float: right;
    width: 160px;
}

.adresseinfo {
    font-size: 11px;
    line-height: 13px;
}


.popupInfo {
    position: absolute;
    font-size: 12px;
    background: #004693;
    color: #fff;
    font-weight: bold;
    z-index: 1000;
    padding: 22px 10px;
    border-top: 1px solid #fff;
    width: 100%;
    top: 500px;
    left: 0px;
    filter : alpha(opacity=80);
    opacity : 0.80;
    -moz-opacity : 0.80;    
}

.headinfo {
    position: absolute;
    font-size: 10px;
    background: #fff;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #004693;
    z-index: 1000;
    padding: 0 10px 0 0;
    width: 100%;
    top: -50px;
    left: 0px;   
    filter : alpha(opacity=90);
    opacity : 0.90;
    -moz-opacity : 0.90;    
}

.headinfo p {
    font-size: 10px;
    margin: 10px 0;
    padding: 0;
}

.headinfo img {
    float: left;
    margin-right: 30px;
}

.bildunterschrift {
    font-size: 10px;
    line-height: 14px;
    float: right;
    margin-left: 10px;
}

.labels label {
    width: 120px;
}

.fehler {
    color:red;
}

.trennstrich {
    height: 20px;
    background: transparent url(../bilder/trennstrich.gif) left bottom repeat-x;
    font-size: 10px;
    text-align: right;
    margin: 10px 0 10px 0;
}

.trennstrich a:hover {
    text-decoration: none;
}

ul.unternavigation {
    text-align: left;
    margin: -2px 10px 0 95px;
    padding: 0;
    list-style: none;
    font-size: 11px;
}

ul.unternavigation li {
    margin: 0;
    padding: 0;
    display: inline;
}

ul.unternavigation li a {
    display: block;
    /* background: transparent url(../bilder/listenpunkt_unternavigation.gif) repeat-y 0 3px; */
    background-image: none;
    padding-left: 23px;
    padding-top: 5px;
}

ul.unternavigation li a:hover, ul.unternavigation li.active a, ul.unternavigation li.active a:hover {
    text-decoration: none;
    color: #EA4015;
}

.red {
    color: #EA4015;
}

.alterpreis {
    text-decoration: line-through;
    font-weight: normal;
    color: black;
    font-size: 10px;
}

.teaserbox {
    background: #F5F6F7 url(../bilder/verlauf_ecke.gif) no-repeat;
    padding: 7px;
    color: #333;
    /*border: 1px solid  #364d8c; */
}

.teaserbox p {
    margin: 0;
    font-weight: normal;
}

.teaserbox strong {
    font-size: 11px;
}

div.topprodukte {
      
}

div.topprodukte h2 {
    font-size: 11px;
    font-weight: bold;
    display: inline;                      
}

div.topprodukte img.floatright {
    border: 1px solid #ccc;
    padding: 2px;              
}

div.topprodukte input, a{
    border: none;                
}

.laquo {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;   
}

.light {
    font-weight: normal;
}

.detailbilder {
    text-align: center;
    background: #f5f6f7;
    margin-bottom: 10px;
}

.detailbilder_white {
    background: #fff;
    padding-top: 5px;
}

.detailbilder img {
    margin-bottom: 5px;
}

.minilinks img {
    margin-right: 10px;
}

.produktrepeater {
    border-left: 5px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
    padding-left: 10px;
}

.unterstrichen {
    font-size:11px;
    text-decoration: underline;
    color: #333;
    font-weight: bold;
}