html
{
	float: left;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #FFFFFF;
	background-image: url('images/html_back.gif');
	background-position: top center;
	background-repeat: repeat-y;
    font-size: 8pt;
}

div#back
{
	float: left;
	width: 980px;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -490px;
	background-color: #FFFFFF;
}

/* Header / navigation: */

div#header
{
	float: left;
	width: 1000px;
	height: 140px;	
	position: fixed;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -500px;
	background-color: #FFFFFF;
	background-image: url('images/header2.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #484848;
}



a.normal, a.normal_active, a.big, a.big_active, a.biggest, a.biggest_active
{
    float: right;
    display: block;
    width: 20px;
    font-size: 10pt;
    color: #000;
    text-decoration: none;
    margin: 12px 0 0 0;
}

a.big, a.big_active
{
    font-size: 12pt;
    margin: 8px 0 0 0;
}

a.biggest, a.biggest_active
{
    font-size: 14pt;
    margin: 7px 14px 0 0;
}

a.normal_active, a.big_active, a.biggest_active, a.normal:HOVER, a.big:HOVER, a.biggest:HOVER
{
    text-decoration: underline;
}

div#menu
{
	float: left;
	width: 1000px;
	height: 40px;	
	position: fixed;
	top: 140px;
	left: 50%;
	margin: 0px 0px 0px -500px;
	border: 0px;
	background-image: url('images/menu_back.gif');
	background-position: top left;
	background-repeat: repeat-x;
	color: #555555;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #484848;
}

a.menu
{
	float: left;
	display: block;
	width: 85px;
	height: 40px;
	margin: 0px 0px 0px 1px;
	padding: 15px 0px 0px 0px;
	background-color: transparent;
	background-image: url('images/menu_button.gif');
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #000000;
	border-width: 0px;
}

a.menu:HOVER
{
	text-decoration: underline;
}

a.menu_active
{
	float: left;
	display: block;
	width: 85px;
	height: 40px;
	margin: 0px 0px 0px 1px;
	padding: 15px 0px 0px 0px;
	background-color: transparent;
	background-image: url('images/menu_active.gif');
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #484848;
	border-width: 0px;
}

a.menu_active:HOVER
{
	text-decoration: underline;
}

a.menu_english
{
	float: left;
	display: block;
	width: 16px;
	height: 11px;
	margin: 6px 0px 0px 166px;
	background-color: transparent;
	background-image: url('images/gb.png');
	background-position: top left;
	background-repeat: no-repeat;
}

a.menu_dutch
{
	float: left;
	display: block;
	width: 16px;
	height: 11px;
	margin: 6px 0px 0px 166px;
	background-color: transparent;
	background-image: url('images/nl.png');
	background-position: top left;
	background-repeat: no-repeat;
}

/* Left & Right / portfolio: */

div#left
{
	float: left;	
	width: 20px;
	position: fixed;
	top: 180px;
	left: 50%;
	bottom: 0px;
	margin: 0px 0px 0px -500px;
	border: 0px;
	background-color: #FFFFFF;
	background-position: top right;
	background-repeat: repeat-y;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #484848;
}

div#right
{
	float: left;	
	width: 200px;
	position: fixed;
	top: 180px;
	left: 50%;
	bottom: 0px;
	margin: 0px 0px 0px 301px;
	border: 0px;
	background-color: #FFFFFF;
	background-image: url('images/right_back.gif');
	background-position: top right;
	background-repeat: repeat-y;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #484848;
}



div#right_search
{
	float: left;	
	width: 20px;
	position: fixed;
	top: 180px;
	left: 50%;
	bottom: 0px;
	margin: 0px 0px 0px 481px;
	border: 0px;
	background-color: #FFFFFF;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #484848;
}

div.search
{
	float: left;
	width: 200px;
	height: 20px;
	margin: 4px 0px 0px 0px;
	border: 0px;
	background-color: transparent;
	background-image: url('images/search_back.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

input.search
{
	float: left;
	width: 116px;
	height: 16px;
	margin: 2px 0px 0px 46px;
	border: 0px;
	background-color: transparent;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #555555;		
}

a.search
{
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px;
	border: 0px;
	background-color: transparent;
	background-image: url('images/search.gif');
	background-position: top right;
	background-repeat: no-repeat;	
}

div.reference
{
	float: left;
	position: fixed;
	top: 246px;
	left: 50%;
	width: 200px;
	margin: 0px 0px 0px 301px;
}

span.right_screen
{
	float: left;
	display: block;
	width: 200px;
	height: 115px;
	margin: 0px;
	background-color: transparent;
	background-image: url('images/screen_back.gif');
	background-position: top right;
	background-repeat: repeat-y;
}

img.right_screen
{
	float: left;
	width: 140px;
	height: 105px;	
	margin: 8px 0px 0px 41px;
	border: 0px;
}

h3
{
	float: left;
	display: block;
	width: 140px;
	height: auto;
	margin: 14px 0px 0px 41px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #0344C8;
}

p.right
{
	float: left;
	display: block;
	width: 140px;
	height: auto;
	margin: 8px 0px 0px 41px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #333333;
}

.right a
{
	text-decoration: underline;
	color: #333333;
}

.right a:HOVER
{
	text-decoration: none;
	color: #0344C8;
}

a.right
{
	float: left;
	display: block;
	width: 140px;
	height: auto;
	margin: 6px 0px 0px 41px;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}

a.right:HOVER
{
	text-decoration: none;
	color: #0344C8;
}

/* Left  / content: */

div#content
{
	float: left;
	width: 600px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	background-color: #FFFFFF;
	margin: 180px 0px 0px -440px;
}

div#content_search
{
	float: left;
	width: 800px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	background-color: #FFFFFF;
	margin: 180px 0px 0px -400px;
}

h1
{
	font-family: verdana, arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;	
	color: #0041C5;
	margin: 20px 0px 0px 0px;
}

h2
{
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #757575;	
	margin: 18px 0px 0px 0px;
}

p.content
{
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	color: #454545;	
	margin: 8px 0px 0px 0px;
}

.content img
{
	float: right;
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #454545;	
}

.clickable
{
    cursor: pointer;
}

.content span
{
	color: #757575;	
	font-weight: bold;
	cursor: help;
}

.content a
{
	text-decoration: underline;
	color: #454545;	
}

.content a:HOVER
{	
	color: #FF8C00;
}

p.copyright
{
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #0344C8;
	margin: 20px 0px 20px 0px;
}

div#word_description
{
	width: 224px;
	height: auto;
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	color: #454545;	
	padding: 6px;
	background-color: #DDDDFF;
	border-width: 1px;
	border-style: solid;
	border-color: #0344C8;	
}

div#inline_screen
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: transparent;
	background-image: url('images/filter.png');
	background-repeat: repeat;
}

div#inline_photo
{
	position: absolute;
    float: left;
	background-color: #FFF;
}

#inline_photo img
{
    border-color: #FFF;
    border-width: 2px;
    border-style: solid;
}

#inline_photo div
{
    width: 100%;
    height: auto;
    background-color: #FFF;
    border-color: #FFF;    
    border-width: 2px;
    border-style: solid;
    padding: 2px 0 2px 0;
    margin: -4px 0 0 0;
    color: #0344C8;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
    text-align: center;
}

#inline_photo em
{
    color: #4A4A4A;
    font-size: 0.8em;
}

/* Coverflow */

div#flow_wrapper
{
    float: left;
    width: 600px;
    height: 150px;	
    background: transparent url('images/flow_back.png') no-repeat;
}
		
div#flow_container
{
    float: left;
    width: 600px;
    height: 105px;	
    margin: 10px 0 0 0;
    background-color: transparent;
    overflow: hidden;
}
			
div#caption
{
    float: left;
    width: 600px;
    height: 20px;
    margin: 10px 0 0 0;
    background-color: transparent;
    color: #4A4A4A;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
}
			
div#innerflow
{
    float: left;
    width: auto;
    height: 88px;	
    margin: 0px;
    padding: 0px 300px 0px 300px;
    background-color: transparent;
}
			
#innerflow img
{
    float: left;
    display: inline;
    width: 140px;
    height: 105px;
    margin: 0px;	
    background-color: transparent;
    border: 0px #4A4A4A solid;
    opacity: 0;
    cursor: pointer;
}