/*CSS fuer Zebra in Dream the Novel*/
/*screen stylesheet*/
/*author: Sabina            */

			/*body*/
			
			body {background-color:#ffd2d2; color:#ff8080;}
			
			/*links*/
			
			a:visited {color:#ff8080;}
			a:link, a:hover, a:active {color:#ff0000;}
			
			/*pictures*/
			
			img  {border-width:0px; z-index:1;}		 										/*Bild allgemein*/
			img.men {width:84px; height:59px; border-width:1px; border-color:#000000; border-style:solid;}
			img.entry {height:422; width:600;}
			
			/*table*/
			
			table {width:90%; margin-left:5%; margin-bottom:10pt; border-width:0px; border-style:solid; empty-cells:show;}
			
			table#bottom td {width:33%;}
			table.entry {text-align:center; margin-top:3%;}
			
			th.to_main {vertical-align:top; text-align:left;}
			th.banner{color:#ff0000; font-family:"Bard","Arial"; font-weight:bold; vertical-align:bottom; text-align:center; background-image:url(../bilder/banner.jpg); background-repeat:no-repeat; background-position:top; background-position:middle;}
			th.banner#prologue { font-size:40pt;}
			
			td.left {text-align:left;}
			td.middle {text-align:center;}
			td.right {text-align:right;}
			
			/*text*/
			div {margin:5%; color:#303030;}
			h1, h2, h3, h4 {text-align:center; margin:0px;}
			h1 {font-size:5em;}
			h2 {font-size:3em;}
			h3 {font-size:2.5em; margin-top:10%;}
			h4 {font-size:1.5em;}
			
			p {text-indent:2%; text-align:justify;}
			p:first-letter {font-size:2em;}
			p.me {background-color:#d2d2ff; color:#000080; padding-left:5px; padding-right:5px;}
			p.me:first-letter {font-size:1em;}
			span.notes {background-color:#d2ffd2; color:#008000; display:block; margin:1%; text-indent:0%; padding-left:5px; padding-right:5px;}
			span.me {background-color:#d2d2ff; color:#000080; padding-left:5px; padding-right:5px;}
			span.head {font-family:"Bard","Arial"; font-size:20px; font-weight:bold;}

