/* * * * * * * * * * * * * * * * * * * * *
 * layout_produkte.css
 * CSS version: 2.1
 *
 * Defines the layout (div's)
 *
 * author: Benno Mielke
 * eMail:  benno.mielke@googlemail.com
 *
 * * * * * * * * * * * * * * * * * * * * */
body {
   background-image: url( 'layout_produkte_01_FILES/bg_maisfeld.jpg' );
}

#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 ul li, #content_mid ul li, #content_right ul li {
   padding-right: 10px;
   text-align: left;
}

#content_left p, #content_mid p, #content_right p {
   padding-left: 15px;
}

h1
{
   text-align: center;
   margin-bottom: 0;
   padding-bottom: 0;
   height: 40px;
   line-height: 20px;
}


