/* $Id: rmenu.css,v 1.4 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:	90% 1%;
	background-repeat:		no-repeat;
	background-attachement:	fixed;
}

div#head {
	margin-right:	14.2em;
}

div#menu {
	right:			0.4em;			/* (main:margin-right) */
}

div#content {
	position:		absolute;
	right:			14.2em;		/* 13 (menu:width) + 3 x 0.4 (main:margin) */
	left:			0.4em;
}