/* * * * * * * * * * * * * * * * * * * * *
 * layout_lkwtechnik.css
 * CSS version: 2.1
 *
 * Defines the layout (div's)
 *
 * author: Benno Mielke
 * eMail:  benno.mielke@googlemail.com
 *
 * * * * * * * * * * * * * * * * * * * * */
body {
   background-image: url( '../../../pictures/bg_lkwtechnik.jpg' );
}

h1
{
   text-align: center;
   margin-bottom: 0;
   padding-bottom: 0;
   height: 40px;
   line-height: 20px;
}

#content
{
   width: 980px;
   margin: 0 auto;
   padding-bottom: 10px;
}

#content_left
{
   width: 326px;
   float: left;
}

#content_mid
{
   width: 328px;
   float: left;
}

#content_right
{
   width: 326px;
   float: right;
}

#content_left p, #content_mid p, #content_right p {
   padding-left: 15px;
   padding-right: 10px;
   text-align: justify;
}

