/* FILE: layout.css */
/* This css formats layout, not understood by old browsers */
/* Therefore, it should be imported with @import url(layout.css); */


/* Main layout containers: */
/* Blue top box containing leixoletti image: */
#top { float:left; width:816px; height:85px; padding:0px; background-color: #DDDDFF; }

/* Box containing the rest, necessary to ensure that all 3 columns are equally high; blue-white-blue bgr image used to make three columns in two colors: */
#container { position:absolute; top:100px; left:8px; width:816px; padding:0px; background-image:url(../images/bgr.gif); background-position:top center; background-repeat:repeat-y; }

ul#menue { float:left; width:170px; padding:0px; margin-left: 3px; }

div#main { float: left; width:452px; padding:12px; margin: 0px; }
/* was 452 until 1st nov 2005, 460 until 16th april 2006  */

div#main2 { float: left; width:460px; padding:12px; margin: 0px; }
/* I don't know, if this is used anywhere, might be obsolete - was 452 until 1st nov 2005 */

div#right { float: left; width:160px; padding:0px; margin: 0px; }
/* In IE 6.0, the right margin of the middle part is too big */

