﻿/*
css-rules:
- at the top of this css are the definitions by element
- the rest of the css is by class;
  it's own class, or by its parents' (grandparents, etc) class
*/


/* De blauwe verticale banner met content */
.overlaybanner
{
	padding:				 	17px 10px 30px 20px;
	position:					absolute;
	top:						-1px; 
	left:						700px;
	width:						193px;
	height:						550px;
	color:						white;
	background-color:			rgb(0,76,115);
	filter:						alpha(opacity=95);
	-moz-opacity:				.95;
	opacity:					.95;
	font-family:				Trebuchet MS;
	font-size:					9px;
	z-index:					1000;
}

.overlaybanner h1
{
	color:						rgb(193,163,94);
	font-size:					14px;
	line-height:				10px;
	padding:					0px 0px 0px 0px;
}

.overlaybanner p
{
	margin:						0px 0px 0px 0px;
}

.overlaybanner a
{
	margin:						0px 0px 0px 0px;
}

.overlaybanner img
{
	margin:						0px 0px 0px 0px;
}