/* * * * * * * * * * * * * * * * * * * * *
 * layout_unternehmensstruktur.css
 * CSS version: 2.1
 *
 * Defines the layout (div's)
 *
 * author: Benno Mielke
 * eMail:  benno.mielke@googlemail.com
 *
 * * * * * * * * * * * * * * * * * * * * */
body {
   background-image: url( '../../../pictures/bg_maisfeld.jpg' );
}

h1, h2, h3, h4, h5
{
   margin: 0px;
   padding: 0px;
   padding-top: 20px;
}

#content
{
   width: 960px;
   float: left;
   margin: 0 auto;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
   overflow: visible;
}

#content p
{
   text-align: justify;
   padding-left: 20px;
}

.imgtext-table img
{
   margin-left: 15px;
   margin-right: 15px;
}

