/* 810604 Hecker Landtechnik */

@charset "UTF-8";


@media all
{


  select { padding: 1px; }

  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }

  html { height: 100%; margin-bottom: 1px; }
  body {
    font-size: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
    background-color: #ffffff;
    text-align: left; /* LTR */
  }


/* ----------wrapper-------------- */
#wrapper {
        width: 1026px;
        margin-top: 0;
        margin-left: 0px;
        background-color: #ffffff;
        border-right: 1px #666666 solid;
        min-height: 100%;
        background-image: url('Bilder/mainHg.gif');
        position: relative;
        }


/* ----------banner-------------- */
#banner {
        height: 85px;
        width: 1026px;
        background-color: #ffffff;
        }

#subNav {
        margin-right: 200px;
        float: right;
        }

#subNav a {
        text-decoration: none;
        font-size: 9px;
        color: #666666;
        }

#subNav a:hover {
        text-decoration: none;
        font-size: 9px;
        color: #95b922;
        }




/* ----------main-------------- */
#main {
        min-height: 100%;
        /*border: 1px solid red;*/
        width: 1026px;
        }

#leftNav {
        width: 160px;
        /*border: 1px solid blue;*/
        float: left;
        }

#leftNavContent ul {
        padding: 25px 0px 0px 2px;
        margin: 0px;
        }

#leftNavContent li {
        background-color: #ebebeb;
        width: 154px;
        height: 22px;
        border-bottom: 2px solid white;
        padding-top: 5px;
        padding-left: 4px;
        }

#leftNavContent a {
        color: #000000;
        font-weight: bold;
        }



.leftNavContentSub {
        background-color: #ebebeb;
        list-style: none;
        width: 152px;
        height: 22px;
        border-bottom: 2px solid white;
        padding-top: 5px;
        padding-left: 6px;
        margin-left: 2px;
        }

.leftNavContentSubContent {
        padding-left: 25px;
        }


#mainContent {
        float: left;
        width: 645px;
        padding: 0px 15px 0px 15px;
        /*border: 1px solid green;*/
        }

        #mainContent h1{
                color: #95b922;
                font-size: 12px;
                }

        #mainContent p{
                font-size: 10px;
                }



#rightCol {
        margin-left: 836px;
        width: 190px;
        /*border: 1px solid fuchsia;*/
        }

        #rightColPartner{
                padding-top: 25px;
                font-size: 9px;
                color: #666666;
                text-align: center;
                /*border: 1px solid black;*/
                }

        #rightColShop {
                margin-top: 300px;
                text-align: center;
        }

        #rightColContent {
                text-align: center;
                margin-top: 25px;
        }


/* ----------Maschinenbšrse-------------- */
.box{
   width:650px;
        font-size:11.5px;
   border:1px solid #666666;
   background-color:#ffffff;
   padding:15px;
   -moz-border-radius:10px;
   -khtml-border-radius:10px;
        overflow:hidden;
        margin:0px;
}

table.formTable{
                border: 0;
                text-align:left;
                margin:20px 15px;
}

table.maschList{
                border-collapse:collapse;
                border-style:hidden;
                margin-left:-15px;
}
table.maschList tr{border:0;}
table.maschList td{border:0;padding:5px;vertical-align:top;text-align:right;}
table.maschList th{text-align:right;}

table.maschGal{
                border:2px #CDCDCD;
}
table.maschGal td{
                font-size:11.5px;
                border:2px solid #CDCDCD;
                text-align:center;
                margin-left:-2px;
}

#skyscraper{}
#skyscraperabstand{
    margin: 0;

    padding: 20px 5px 10px 16px;
}





/* ----------allgemein-------------- */

a {
        color: #95b922;
        text-decoration: none;
        }
