/* A style sheet for story pages */

/*/*/a{}  /* Netscrape 4 bait. */


	body {
		margin:10px 10px 10px 10px;
		padding:0px;
                background-color: #fff;
                font-size: .9em;
                font-family: Arial, Helvetica, sans-serif;
		}

 	div.leftmenu {
		position: absolute;
		left:10px;
                top:50px;
		width:200px;
		background:invisible;
 		}

        div.leftfloater {
                border:1px solid #000;
                width:190px;
                margin: 5px 5px 10px 5px;
                }

	div.story {
		background:#fff;
   		margin-left: 200px;
   		margin-right: 150px;
		border:2px solid #ccc;
                margin-top: 4px;
		/*
		IE5x PC mis-implements the box model. This is a hack.		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 202px;
   		}
	html>body div.story {
   		margin-left: 202px;
   		}

	div.rightmargin {
		position: absolute;
		width:150px;
                   top:50px;
                   right:0px;
 		}
	
	div.banner {
		background:#fff;
		height:40px;
                margin-left:20px;
		border:1px solid #000;
                margin-right: 150px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;
		}
	html>body div.banner {
		height:39px;
		}
		
	p,h1,pre {
		margin:10px 10px 10px 10px;
		}
				
        p,h1 { 
                font-family: Arial, Helvetica, sans-serif 
                }

        h1 { 
                font-size: 1em;
                }

	h1.banner {
		padding:10px 10px 0px 10px;
		margin:0px;
                }

 
        span.titel { 
                font-weight: bold; 
                font-size: 1em;
                }



























