/* * * * * * * * * * * * * * * * * * * * *
 * layout_haendler.css
 * CSS version: 2.1
 *
 * Defines the layout (div's)
 *
 * author: Benno Mielke
 * eMail:  benno.mielke@annaburger.com
 *
 * * * * * * * * * * * * * * * * * * * * */
body {
   /*background-image: url( 'layout_export_01_FILES/welt_gespiegelt.jpg' );*/
	background-color: #FFF;
}

#content {
   width: 980px;
   margin: 0 auto;
   padding-top: 10px;
}

#content_left {
   /*width: 225px;*/
   /*width: 90px;*/
   width: 0px;
   float: left;
}

#content_mid {
   /*width: 755px;*/
   /*width: 890px;*/
   width: 760px;
   float: left;
   padding-top: 20px;
}

#content_right {
   width: 220px;
   float: right;
}

#content h1 {
   text-align: right;
}

#content table {
   float: right;
}

