@charset "UTF-8";
/*
* * * * * design by stephen england
* * * * * england.ch
* * * * * xhtml & css by marc rinderknecht
* * * * * kobebeef.ch
* * * * * © 2006
*/


body {
	background: white;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	width: auto;
	margin: 0 5%;
	padding: 0;
	background: #FFF;
	text-align: left;
	float: none !important;
	color: black; 
	background: transparent;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 0;
}
#content h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#content a[href^="/"]:after {
  content: " (http://www.nzzfilm.ch" attr(href) ") ";
}
#navigation {
	display: none;
}
#subnav {
	display: none;
}
#contentright {
	display: none;
}
#footer {
	display: none;
}
#header img {
	display: none;
}
#header {
	height: 26px;
	width: 159px;
	display: block;	
	background: url(/images/logo_nzzfilm_printversion.gif) no-repeat !important;
}

