html,body {
  margin:0;
  padding:0;
  background: #ebebeb url(/images/layout/top_back.jpg) repeat-x scroll;
  height:100%; /* needed for container min-height */
  font-family: Georgia, "Times New Roman",serif;
  font-size: 96%;
  color: #444;
}

div#container {
  position:relative; /* needed for footer positioning*/
  margin:0 auto; /* center, not in IE5 */
  
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/

  min-height:100%; /* real browsers */
  width:100%;
}

div#content {
  width: 1024px;
  margin: 0  auto;
  padding:0 1em 75px; /* bottom padding for footer */
}
  
div#footer {
  background-color: #fff;
  position:absolute;
  width:100%;
  height: 75px;
  bottom:0; /* stick to bottom */
  background: #ebebeb url(/images/layout/bottom_back.jpg) repeat-x scroll;
}

div#footer img {
  float: right;
}

div#footer p {
  margin: 10px auto;
  width: 960px;
  color: #fea;
}

div#footer a {
  color:#999;
}

#nav {
	margin-top: 119px;
	float: left;
}

ul {
	margin:0;
	padding:0;
}

#nav ul li {
  display: inline;
  padding: 5px;
  list-style: none;
}

#nav ul li a {
  font-family: arial black;
	font-size: 125%;
	text-decoration: none;
	font-variant: small-caps;
  color: #da6;
}

#nav ul li a:hover, #nav ul li a.current {
  color: #fea;  
}

#main {
	clear:both;
	padding-top:10px;
	margin:15px;
}

#logo {
	float: left;
  margin-left: -40px;
  height: 182px;
	width: 455px;
  background: transparent url(/images/layout/logo.png) no-repeat scroll bottom left;
}

#logo h1 {
  margin:0;
  padding:0;
}

#logo h1 a {
  width: 250px;
  height: 160px;
  display: block;
  text-indent: -3000px;
}

.opaque { behavior: url(/javascripts/png_fix.htc); }

h1 { 
  font:1.3em georgia,serif; 
}

h2 {
  font:1.25em georgia,serif; 
}

h1, h2, a {
  color:#555;
}

p { 
  line-height:1.4;
}

img {
  border: 0;
}

.afb,
.afb_links,
.album {
  float: left;
  margin-right: 14px;
  margin-bottom: 5x;
}

.clearfix {
  clear:both;
}

.spacer {
  padding-top: 25px;
}

.bold {
  font-weight: bold;
}

/* film stuff */

div.film_container {
  background-color: #fff;
  margin: 10px 10px 0 0;
  padding: 10px 10px 0px 10px;
  float: left;
}

div.film_description {
  width: 465px;
  float: left;
  padding: 10px;
}

h1.film_titel {
  font-weight: normal;
  font-size: 1.1em;
  text-align: center;
}

h1.film_titel a {
  text-decoration: none;
}

h3.film_document {
  display: inline;
}

div.emissie_details {
  float: right;
  width: 500px;
}

div#dialog_box {
  border: 3px solid #799cbc;
  padding: 12px;
  background-color: #fff;
  color: #666;
}

form.new_prospect div.fieldWithErrors {
  display: inline;
}

form.new_prospect label {
  clear: both;
  float: left;
  display: block;
  width: 110px;
}

form.new_prospect input, form.new_prospect select {
  margin:5px;
  float: left;
}

form.new_prospect p {
}

div.fieldWithErrors input, div.fieldWithErrors select {
    border: 2px solid #a52827;
}

img.flag {
  margin-left: 10px;
}