	body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	a:visited {
	color: #663300;
	}
	
	a:link{
	color: #CC0033;
	}
	
	#main{
		display: block;
		width: 720px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color: #000000;
		color: black;
		vertical-align: top;
		text-align: center;
		border: none;
		padding: 0px 0px 0px 0px;
		clear : none;
		font-size: 0.8em;
	}
	
	#content{
		padding: 1em 1em 1em 1em;
		text-align: left;
		background-image:url(../_bild/hintergrund.jpg);
	}
	
	h1,h2{
		margin-top: 24px;
	}
	
	p {
		line-height: 1.5em;
		margin-top: 2em;
		margin-bottom: 1em;
	}
	
	p.neu {
		margin-top: 1.5em;
		border-top: solid 1px black;
	}
	
	p.nota {
		font-size: smaller;
		font-style: italic;
	}
	
	#menu {
		text-align: left;
		color: #FFFFFF;
	}
	
	#menu a{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#content h1 {
		font-size: 2em;
		font-weight: bold;
		vertical-align: middle;
		text-align: center;
	}

	#content p b{
		font-size: 1.2em;
	}
	
	table tr td.l {text-align:left;}
	table tr td.r {text-align:right;}
	
	table.liste {width: 400px;}
	table.liste tr{border-top: 1px solid black;}
	table.liste tr td{	vertical-align:top;	}
	
	img {
		border: none;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	
	img.pic{
	border: none;
	}

	span.comment {
		font-style:italic;
		font-size:smaller;
	}
	
	.sm {font-size: smaller;}
	
	ul {
		list-style: square;
		}
		
	ul.noimg {
	list-style: none;
	}
	
	ul.drehorte li {
	margin-bottom: 1.5em;
	}

	ul.stil {
	list-style: none;
	padding-left: 0.5em;
	margin-left: 1em;
	text-align: left;
	text-indent: 2em;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #000000;
}

	ul.stil li {margin-bottom: 1em;}
	
/*	.hilite {color:#990099; border-top: solid 1px #990099; border-bottom: 1px solid #990099;}
	.hilite {color:#FFFFFF; background-color:#550000;}*/
	.hilite {color:#550000; font-weight: bold;}
	
	blockquote { font-style: italic; margin-top: .2em;}
	blockquote span {font-style: normal;}
