* {
   margin: 0;
   padding: 0;
}

body {

         background:            #ffffff;
         background-image:      url('./str_ipes.gif');
         background-repeat:     repeat;
         background-position:   center;
         margin:                0 0 0 0;
         font:                  62.5% 'Lucida Grande', Verdana, Sans-Serif;
         color:                 #000000;
}

#header {

        margin         : 0 auto;

        background     : url('./connect.jpg') 96% 46% #ffffff no-repeat;
        height         : 140px;
        width          : 950px;
        margin-top     : 35px;
        border-top     : 1px solid #EDEDED;
        border-left    : 1px solid #EDEDED;
        border-right   : 1px solid #EDEDED;
}

#wide {

        margin     : 0 auto;
        height     : 25px;
        width      : 942px;
        background : #BBDDFF;
        border-left    : 1px solid #EDEDED;
        border-right   : 1px solid #EDEDED;
        border-bottom  : 0px solid #D4D4D4;
        font-size      : 11px;
        padding        : 10px 0 0 8px;

        font-weight    : bold;
}

/***********-Content-**********************/
#content {
        margin    : 0 auto;
        width     : 950px;
        padding   : 25px 0 150px;
        min-height: 800px;
        border-left    : 1px solid #EDEDED;
        border-right   : 1px solid #EDEDED;
        border-bottom  : 1px solid #EDEDED;
}

        #content .left {

        float     : left;
        padding   : 10px 20px 10px 10px;
        width     : 590px;
        min-height: 800px;
        }

        #content .right {

                 width:          300px;
                 min-height:     800px;
                 float:          right;

                 font-family:    'Lucida Grande', Verdana, Sans-Serif;
                 font-weight:    normal;
                 font-size:      14px;
                 line-height:    18px;
                 color:          #484848;
                 background:     #ffffff;/*#FAFAF5;*/
                 padding-bottom: 5px;
                 margin-right : 10px;
                 margin-bottom: 15px;
        }

/***********-Footer-**********************/
#footer {

        margin    : 0px auto;
        text-align: left;
        width     : 950px;

        padding         : 0px;

        background-color: #;

        color           : #757575;
        font-size       : 10px;
        line-height     : 100%;
        padding         : 15px 0 60px 0;
}

#footer .rahmen {

        margin    : 0 auto;
        text-align: left;
        width     : 950px;
}

#footer .left {
        float     : left;
        padding   : 0 20px 0 20px;
        width     : 550px;
}

#footer .right {
        display       : block;
        width         : 340px;
        display       : block;
        padding       : 30px 0 10px 60px;
        font-weight   : normal;
        padding-bottom: 5px;
        float         : right;
        padding       : 0 0 0 10px;
}
#footer .clear {
        clear: both;
}