/* * * * * * * * * * * * * * * * * * * * *
 * layout_haendler.css
 * CSS version: 2.1
 *
 * Defines the layout (div's)
 *
 * author: Benno Mielke
 * eMail:  benno.mielke@googlemail.com
 *
 * * * * * * * * * * * * * * * * * * * * */
body {
   background-image: url( 'layout_haendler_01_FILES/bg_maisfeld.jpg' );
}

#content
{
   width: 980px;
   margin: 0 auto;
   padding-top: 10px;
   padding-bottom: 10px;
}

#content_left
{
   width: 220px;
   float: left;
   padding-top: 10px;
}

#content_mid
{
   width: 520px;
   float: left;
   padding-top: 5px;
   padding-left: 5px;
   padding-right: 5px;
   text-align: justify;
}

#content_right
{
   width: 215px;
   float: right;
   padding-top: 20px;
}
