			/* standard-css Projekt:www.the-dog-eating-men.net  */
			




			html { height: 100%; }
			body { 
				background-color: black; 
				color: #CCCCCC;
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 0.9em; 
				font-weight: normal;
				line-height: 1.5em; 
				height: 100%;
				padding-left: 0px; 
				padding-right: 0px; 
				margin-top: 0px; 
				margin-bottom: 0px; 
				}
			div#a { 
				margin-left:200px; 
				padding: 0px; 
				height: 100%; 
				width: 510px; 
				border: 0px; 
				 }  /* kompletter inhalt der site im div */
			h1 { 
				margin-top: 1.5em;
				margin-bottom: 1.5em; 
				font-size: 1.7em; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				} /* h1 als der bandname */
			h2 { 
				margin-top: 3.5em; 
				margin-bottom: 1.5em; 
				font-size: 1.3em; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				} /* h3 als headline */
			h3 { 
				margin-top: 2.3em; 
				margin-bottom: 0em; 
				font-size: 0.9em; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				} /* h5 als datum und autor */
			ul {
				list-style-type: none;
				padding: 0;
				margin-left: 3em;
				width: 20em;
				 }
			ul li {
				background: black;
				margin: 0em 0;
				padding: 0em;
				 }
			ul a {
				text-decoration: none }
			blockquote { 
				margin-top: 1.2em; 
				margin-bottom: 1.2em; 
				}
			q { quotes: '»' '«' '\2039' '\203A' } /*  anfuehrungszeichen  */
			p { text-indent: 1.4em; 
				margin-top: 0em; 
				margin-bottom: 0em; }
			p.start { text-indent: 0em; }
			p.navbar { text-indent: 0em; padding: 0.2em; }
			p.image { text-indent: 0em; font-size: 75%; line-height: 1.2em; }
			a:link { color: #CCCCCC; text-decoration: none; padding: 0.2em; }
			a:visited { color: #999999; text-decoration: none; padding: 0.2em; }
			a:hover { color: black; background-color: silver; text-decoration: none; padding: 0.2em; }
			a:active { color: black; background-color: silver; text-decoration: none; padding: 0.2em; }
			address {
				font-size: 0.8em;
				line-height: 1.2em;  
				margin-top: 1em;
				padding-top: 0.5em;
				border-top: thin solid #333333;
				 }
