﻿/* CSS layout */
html {
     overflow: scroll;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}
#container {
	margin: auto;
	width: 960px;
	border-left:thin gray solid;
	border-right:thin gray solid;
}
#adhead {
	height:92px;
	border-top:thin gray solid;
	text-align:center;
}
#masthead {
	height:60px;
	color:white;
	border-top:thin gray solid;
	background-image: url('../images/header.png');
}
#masthead a {
	text-decoration:none;
	color:white;
}
#top_nav {
	height: 55px;
	background-color:#99CCFF;
}

#top_nav a {
	text-decoration:none;
	color:navy;
}
#page_content {
	width:790px;
	margin-right: 160px;
	min-height:600px;
}
#banner_right {
	width:160px;
	float: right;
	min-height:600px;
}

h1 {
	color:#FF6600;
	margin-top:5px;
	margin-bottom:5px;
	font-size:x-large;
}

h2 {
	margin-top:2px;
	margin-bottom:2px;
	font-size: larger;
}

h3 {
	color:#FF6600;
	margin-top:2px;
	margin-bottom:2px;
	font-size:medium;
}

a {
	color:#FF6600;
}

#footer {
	height:80px;
	border-bottom:thin gray solid;
	border-top:thin gray solid;
	font-size:x-small;
	background-color:#99CCFF;
	vertical-align:middle;
}

#filmtip {
	border-bottom:thin gray solid;
	border-top:thin gray solid;
	border-right:thin gray solid;	
	background-color:#99CCFF;
}

#menulijntje 
{
	border-right: solid 1px navy;
}

#footer a {
	color:black;
}

img {
	border-width: 0px;
}

.kleinetekst 
{
	font-size:small;
}
