@charset "UTF-8";

/**
 * $Id: layout.css 213 2010-01-05 00:19:58Z thaaijman $
 * Copyright 2009 Dineaux
 * Alle rechten voorbehouden
 */

BODY,
DIV.Frame {
	margin: 0px;
}

IMG#logo {
	margin: 40px;
	margin-bottom: 35px;
	border: none;
}

DIV#header {
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 230px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top right;
}

DIV#content {
	position: absolute;
	top: 230px;
	bottom: 50px;
	left: 30px;
	padding: 20px;
	right: 270px;
	height: auto;
	overflow: auto;
}

DIV#footer {
	position: absolute;
	bottom: 0px;
	left:0px;
 	z-index: 2;
	width: 100%;
	height: 50px;
}

OBJECT#quote {
	position: absolute;
 	top: 0px;
 	right: 0px;
 	z-index: 1;
 	width: 250px;
 	height: 515px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: top right;
}

DIV#header UL.Menu,
DIV#header UL.SubMenu {
	margin: 0px;
	height: 30px;
}

DIV#header UL.Menu LI,
DIV#header UL.SubMenu LI {
	display: block;
	float: left;
	padding: 6px 10px;
}

DIV#footer,
UL.Menu {
	background-color: rgb(30,48,99);
}

UL.SubMenu {
	background-color: rgb(225,15,126);	
}

DIV#footer *,
UL.Menu *,
UL.SubMenu * {
	color: rgb(255,255,255);
	text-transform: uppercase;
}

DIV#header LI.Select {
	background-color: rgb(123,122,155);
	cursor: default;
}


DIV#footer LI.Select A {
	color: rgb(123,122,155);
}

DIV#header LI.Select A:hover,
DIV#footer UL.SubMenu LI.Select A:hover,
DIV#footer LI.Select A:hover {
	text-decoration: none;
	cursor: default;
}

DIV#header UL.SubMenu LI.Select {
	background-color: rgb(246,169,202);
}

DIV#footer LI {
	display: block;
	float: left;
	padding: 0px 10px;
}

DIV#footer A {
	font-size: 10px;
}

DIV#copyright {
	float: left;
	clear: left;
	margin: 0px 50px;
	font-size: 9px;
}

Q SPAN {
	display: none;
}

DIV#content DIV#viewport {
	padding-bottom: 20px;
}

IMG.Photo {
	float: right;
	margin: 0px 10px;
}
