/*--------------------------------------------------------
      http://www.delacher.at/
      autor: holzweg ecommerce solutions, www.holzweg.com
      beginn: 2006-04-24
      ende: 2006-04-26
      inhalt: layouts, positionierungen,..
--------------------------------------------------------*/







/*  CONTAINTER: POSITIONIERUNG DES HINTERGRUNDBILDES
---------------------------------------------------------------------------*/
div#masterGrid{
        padding: 0;
        /* top right bottom left*/
        /*margin: 0 5% 0 5%;*/
        width:1150px;
		margin: 0 auto;
        text-align: left;
        background-color: #fff;
        border: 0px solid green;
}

/*  CONTAINTER: POSITIONIERUNG DES HINTERGRUNDBILDES
---------------------------------------------------------------------------*/
        div#container{
                      background-repeat: repeat-x;
                      background-position: 0 20;
                      _background-position: 0 22;
                      border: 0px solid red;
                      }
                      
/*  CONTAINER: POSITIONIERUNG DES HINTERGRUNDBILDES FÜR DIE HAUPTNAVIATION LINKS
---------------------------------------------------------------------------------*/
        div#containerLeft{

                             border: 0px solid red;
                             background: url(../images/bgMainbar.jpg);
                             background-repeat: repeat-y;

        }

                      
/*  ÜBERPOSITION DES LAYERS FÜR DEN INHALT
---------------------------------------------------------------------------*/
                div#wrapperColum{
                                 border: 0px solid red;
                                 _height: 1px;

                                 background-image: url(../images/rechteSpalte005.jpg);
                                 background-repeat: no-repeat;
                                 background-position: top right;

                                 padding: 0;
                                 margin: 0;
                                 }
                        div#wrapperColumContent{
                                    float:left;
                                    width:100%;
                                    border: 0px solid blue;
                                    }
                                    
/*  FUNKTIONALE NAVIGATION
---------------------------------------------------------------------------*/
                                div#funkNavColum{
                                                 height: 20px;
                                                /* width: 100%; */
                                                 width: 550px;
                                                 border: 0px solid red;
                                                 height: 20px;
                                }
                                
/*  INHALT/CONTENT: MELDUNGEN/INHALT/BOXEN ETC
---------------------------------------------------------------------------*/
                                div#content{
                                            /* top right bottom left*/
                                            margin: 240px 230px 10px 210px;
                                            border: 0px solid red;
                                            /* background-color: #fff;   */
                                            }
                                            
/*  INHALT/CONTENT/MELDUNGEN/BILDER
---------------------------------------------------------------------------*/
                                        td.meldungenFoto{
                                                   border: 0px solid red;
                                                   height: 86px;
                                                   width: 76px;
                                                   background-image: url(../images/meldungFotoHintergrund.jpg);
                                                   background-repeat: no-repeat;
                                                   background-position: 0 0;
                                                   padding: 2 0 10 2;
                                        }

/*  RECHTE SPALTE
---------------------------------------------------------------------------*/
                                div#rightColum{
                                               float:left;
                                               /* top right bottom left */
                                               width: 202px;
                                               margin-left: -223px;
                                               border: 0px solid green;
                                               text-align: left;



                                               }
                                        /* ÜBERPOSITIONIERUNG DER BOXEN RECHTS */
                                        div#rightColumContent {
                                                       margin: 63 0 0 0 ;
                                                       padding: 10px;
                                                       border: 0px solid violet;
                                                       text-align: left;

                                        }
/*  RECHTE SPALTE/PUSHBOX/SPRACHENAUSWAHL
---------------------------------------------------------------------------*/
                                                div#sprache{
                                                            margin: 0;
                                                            padding: 10 0 4 0;
                                                            _padding: 10 0 10 0;
                                                            border-bottom: 1px dotted #999;
                                                            height: 30px;
                                                            text-align: left;
                                                            }

/*  RECHTE SPALTE/MY DELACHER/LOGIN
---------------------------------------------------------------------------*/

                                                div#myDelacher{
                                                               margin: 0;
                                                               padding-bottom: 10;
                                                               font-size: 11px;
                                                               border-bottom: 1px dotted #999;
                                                               text-align: left;
                                                }

/*  RECHTE SPALTE/PUSHBOX
---------------------------------------------------------------------------*/
                                                div#pushbox{
                                                               margin: 0 0 0 0;
                                                               padding: 0 0 10 0;
                                                               font-size: 11px;
                                                               border-bottom: 1px dotted #999;
                                                               list-style-type: none;
                                                               text-align: left;
                                                }
/*  RECHTE SPALTE/PUSHBOX/FOTOANORDNUNG
---------------------------------------------------------------------------*/
                                                        .pushboxFoto{
                                                                   background-image: url(../images/pushboxBildHintergrund.png);
                                                                   background-repeat: no-repeat;
                                                                   /* left top*/
                                                                   background-position: 11 0;
                                                                   height: 116px;
                                                        }
/*  LOGO/DELACHER
---------------------------------------------------------------------------*/
                                div#logoDelacher{
                                                 border: 0px solid red;
                                }

/*  LINKE SPALTE
---------------------------------------------------------------------------*/
                                div#leftColum{
                                          float:left;
                                          width: 200px;
                                          margin-left:-100%;
                                          margin-top: 255px;

                                          border: 0px solid red;
                                }
/*  LINKE SPALTE/LOGO/THIEL LOGO
---------------------------------------------------------------------------*/
                                div#thielLogo{
                                              padding-left: 28px;
                                              padding-bottom: 15px;
                                              text-align: left;
                                }
/*  FUSSZEILE
---------------------------------------------------------------------------*/
                                div#footer{
                                           clear:left;
                                           width:100%;
                                           background: #ccc;
                                           color: #FFF;
                                           height: 35px;
                                           border-top: 0px solid #010066;

                                           background-image: url(../images/backgroundFooterLinie_orange.jpg);
                                           background-repeat: repeat-x;
                                           }
                                        div#footerColum{
                                                        position: relative;
                                                        float: left;
                                                        border: 0px solid red;

                                                        padding-left: 15px;
                                                        margin: 0;
                                                        height: 15px;

                                                        vertical-align: top;
                                        }
                                                div#footerColumRight{
                                                                     position: relative;
                                                                     float: right;
                                                                     border: 0px solid red;

                                                                     height: 15px;
                                                                     width: 223px;

                                                                     padding: 0;
                                                                     margin: 0;

                                                                     background-image: url(../images/backgroundFooter.gif);
                                                                     background-repeat: no-repeat;
                                                                     /* left top*/
                                                                     background-position: 0 0;
                                                }
