/* * * * * * * * * * * * * * * * * * * * *
 * layout_kontakt.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' );
}

#content_top
{
   width: 980px;
   margin: 0 auto;
   padding-top: 10px;
   padding-bottom: 10px;
}

#content_left
{
   width: 520px;
   float: left;
   padding-top: 5px;
   padding-left: 50px;
}

#content_right
{
   width: 360px;
   float: left;
   padding-top: 5px;
   padding-left: 5px;
   padding-right: 5px;
}

#content_bottom
{
   width: 930px;
   padding-left: 50px;
   float: left;
}

#content_bottom .htmlarea-showtableborders img
{
   margin-left: 50px;
}
