
/* ms-prt.css -- css for print output of www.shah.de */

/* Copyright 2002-7 MacHobbes */



@page {
	margin: 0;
	}
	
#navs, #menu, #side, .screen-only {
	display: none;
	}
	
#head {
	position: absolute;
	top: 2pc;
	height: 18pc;
	left: 6%;
	padding-left: 6%;
	width: 50%;
	background-image: url(rsca/ms.gif);
	background-repeat: no-repeat;
	background-position: 0pt 3pc;
	}

/* ----- show pages ----- */
		
#show, #show-1, #show-2, #gall {
	position: absolute;
	top: 10pc;
	left: 8pc;
	right: 8pc;
	min-height: 7pc;
	text-align: right;
	}
	
#show-2 {
	top: 32pc;
	left: 4pc;
	}
	
#gall {
	top: 19pc;
	right: 4pc;
	height: 10pc;
	overflow: hidden;
	clip: rect(0, auto, auto, 0);
	}

/* ----- info pages ----- */
	
#info {
	position: absolute;
	top: 8pc;
	left: 20%;
	width: 60%;
	text-align: left;
	line-height: 18pt;
	}
	

/* ----- text formats ----- */

body {	
	position: relative;
	width: 98%;
	height: 98%;
	margin: 0;
	font: bold 10pt/21pt "georgia", "optima", serif;
	color: #666;
	background: white;
	}
	
p 	{
	margin: 0 0 8pt;
	text-indent: 0;
	}	
dd em {
	font-style: normal;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	color: #495084;
	}	
	
/* ----- description lists ----- */
	
dl	{
	margin: 0 0 2pc;
	}	
dt	{
	text-align: right;
	width: 6.5em;
	color: #a37151;
	}
dd	{
	margin-left: 7em;
	max-width: 30em;
	}	
			
/* ----- images ----- */

img {
	margin: 3pt;
	padding: 3pt;
	border: 0;
	}	

/* ----- anchors ----- */
	
a	{
	color: inherit; 
	text-decoration: none;
	}

	
/* ----- end of mu.css ----- */







