/* $Id: lmenu.css,v 1.5 2004/01/06 06:30:39 elkner Exp $ */

@import url("/styles/default.css");
/*
	MSIE crap is to stupid to understand, that this is the same as
	"@media print { $styles_in_the_stylesheet }", however we don't care
	about ancient browsers ...
*/
@import url("/styles/printdefs.css") print;

body {
	background-image:		url("/images/mdlug-logo55x54.gif");
	background-position:	4em 1em;
	background-repeat:		no-repeat;
	background-attachement:	fixed;
}

div#head {
	margin-left:		14em;
}

div#menu {
	left:				0;
}

div#content {
	position:			absolute;
	left:				14em;		/* #menu:width + #menu:margin-{left,right} */
	right:				0.5em;		/* #content:margin-left */
	width:				auto;
}