/* -------------------------------------------- 
GLOBAL ELEMENTS 
-------------------------------------------- */

HTML, BODY {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #c0c0c0;
/*	background-image: url(images/seamless_bg.jpg);*/
	background-image: url(images/background.jpg); 
	background-repeat: repeat-x;
}

BODY, TR, TD, INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 9pt;
}                 

IMG	{
	color: Gray;
}

P {
	margin: 5px 0px 10px 0px;
	line-height: 140%;
}

H1 {
	margin: 10px 0px 10px 0px;
}

H2 {
	margin: 10px 0px 5px 0px;
}

H3 {
	margin: 5px 0px 2px 0px;
}


H6 {
	margin: 5px 0px 10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight : normal;
}

A:link, A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
A:hover, A:active	  {
	text-decoration : underline;
}

LI {
	padding: 0px 0px 5px 0px;
}

HR	{
	border: 0px;
	height: 1px;
	color: #666;
	background-color: #000;
}


/* ---------------------------------------------------- 
STRUCTURAL ELEMENTS 
------------------------------------------------------- */

DIV.positioner {
	position: absolute;
	top: 0px;
	left: 50%;        
	width: 1px;
	bottom: 0px;
	overflow: visible;
}

DIV.container	{
	position: absolute;
	width: 950px;
	left: -475px;
	top: 0px;
	bottom: 2px;
	background-color: #f6f6f6;
	overflow : hidden;
}

DIV.topbar	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 193px;
	background-color: #b7b6cc;
	background-image: url("images/back_topbar.jpg");
	background-repeat: no-repeat;
}

DIV.shadowbar	{
	position: absolute;
	top: 193px;
	left: 0px;
	width: 100%;
	height: 15px;
	z-index: 10;
	background-image: url("images/shadow.png");
	background-repeat: repeat;
}


DIV.menubar	{
	position: absolute;
	top: 193px;
	left: 16px;
	width: 172px;
	background-color: #4c2b49;
	z-index: 20;
}

DIV.main {
	position: absolute;
	top: 193px;
	left: 188px;
	right: 0px;
	bottom: 33px;
	width: 762px;
	overflow: hidden;
	overflow: auto;
}

DIV.footerbar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 33px;
	width: 950px;
	background-color: #c0c0c0;
	background-image: url(images/seamless_bg.jpg);
	background-repeat: repeat;
}

/* -------------------------------------------------- 
STANDAARD STYLES
----------------------------------------------------- */
DIV.contentA	{
	float: left;
	top: 0px;
	width: 490px;
}
DIV.contentA	DIV.innertube {
	margin: 20px 20px 20px 40px;
}
DIV.contentA P{
	margin-left: 10px;
	line-height: 160%;
}

DIV.sidebarA	{
	position: absolute;
	top: 0px;
	left: 520px;
	width: 185px;
}
DIV.sidebarA DIV.innertube {
	margin: 20px 0px 20px 0px;
}
DIV.sidebarA P	{
	margin-left: 5px;
	font-size: 8pt;
}

/* -------------------------------------------------- 
PORTFOLIO STYLES
----------------------------------------------------- */
DIV.contentB	{
	float: left;
	top: 0px;
	width: 260px;
}
DIV.contentB	DIV.innertube {
	margin: 20px 20px 20px 40px;
}

DIV.contentB P{
	margin: 2px 0px 2px 0px;
	font-size: 8pt;
}
DIV.contentB P A{
	font-weight: normal;
}
DIV.contentB P.select A {
	font-weight: bold;
	color: #6C6DB5;
}

DIV.sidebarB	{
	position: absolute;
	top: 0px;
	left: 275px;
	width: 440px;
}
DIV.sidebarB DIV.innertube {
	margin: 20px 0px 20px 0px;
}
DIV.sidebarB P	{
	margin-left: 0px;
	font-size: 8pt;
	line-height: 170%;
}

/* -------------------------------------------------- 
OVER ONS STYLES
----------------------------------------------------- */
DIV.contentC	{
	float: left;
	top: 0px;
	width: 360px;
/*	background-color: #ededed; */
}
DIV.contentC	DIV.innertube {
	margin: 20px 20px 20px 40px;
}
DIV.contentC P{
	margin-left: 10px;
	line-height: 150%;
}

DIV.sidebarC	{
	position: absolute;
	top: 0px;
	left: 400px;
	width: 305px;
}
DIV.sidebarC DIV.innertube {
	margin: 20px 0px 20px 0px;
}
DIV.sidebarC P	{
	margin-left: 10px;
	line-height: 150%;
}

/* -------------------------------------------------- 
CONTACT STYLES
----------------------------------------------------- */
DIV.contentD	{
	float: left;
	top: 0px;
	width: 725px;
/*	background-color: #ededed; */
}
DIV.contentD	DIV.innertube {
	margin: 20px 20px 20px 40px;
}
DIV.contentD P{
	margin-left: 32px;
}

Iframe.gmaps {
	border: 1px solid Black;
}

 /* -------------------------------------------------- 
FOOTERBAR STYLES
----------------------------------------------------- */

DIV.footer1 {
	background-color: #6a84a3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	padding: 3px 0px 2px 0px;
	text-align: center;
}

.footer1 A:link, .footer1 A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.footer1 A:hover, .footer1 A:active	  {
	text-decoration : underline;
}


DIV.footer2 {
	background-color: #c0c0c0; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
}
.footer2 A:link, .footer2 A:visited {
	text-decoration: none;
	color: #555;
}
.footer2 A:hover, .footer2 A:active	  {
	text-decoration : underline;
	color: #000;
}


/* -------------------------------------------------- 
DIVERSE STYLES
----------------------------------------------------- */

DIV.logo	{
	position: absolute;
	top: 15px;
	left: 16px;
}
IMG.logo {
	border: 1px solid Black;
}
	
DIV.hoofdkop	{
	background-image: url("images/blok.gif");
	background-position: 0 2;
	background-repeat: no-repeat;
	left: 0px;
	right: 0px;
	height: 28px;
	padding: 0px 0px 0px 30px;
	border-bottom: 1px solid Black;
	margin: 20px 0px 10px 0px;
}

DIV.projectkop	{
	left: 0px;
	right: 0px;
	height: 28px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid Black;
	margin: 20px 0px 10px 0px;
}

DIV.pf_images	{
	float: right;
	margin-left: 10px;
	width: 225px;
}

IMG.pfimg	{
margin: 0px 5px 0px 0px;
}

IMG.primg	{
margin-bottom: 10px;
}


/* -------------------------------------------------- 
MENU STYLES
----------------------------------------------------- */

DIV.menu	{
	padding: 16px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1px;
}

DIV.menu A, DIV.menu A.normal {
	height: 20px;
	display: block;
	color: #c5b0c3;
	text-decoration: none;
	padding: 4px 0px 0px 25px;
	margin: 5px 0px 2px 0px;
}
DIV.menu A:hover {
	background-image: url(images/menu_cube.gif);
	background-repeat: no-repeat;
	background-position: 5 6;
	color : #f9f9f9;
}

DIV.menu A.active, DIV.menu A.active:hover, DIV.menu A.open, DIV.menu A.open:hover {
	height: 20px;
	display: block;
	background-image: url(images/menu_cube.gif);
	background-repeat: no-repeat;
	background-position: 5 6;
	background-color: #879ec2;
	color: #000;
	text-decoration: none;
	padding: 5px 0px 0px 25px;
}

DIV.submenu {
	background-color: #754f72;
	margin-top: -4px;
	padding: 2px 0px 3px 0px;
	border-top: 1px solid #4c2b49;
}

DIV.submenu A, DIV.submenu A.normal {
	height: 15px;
	display: block;
	padding: 0px 0px 0px 40px;
	font-size : 90%;
	font-weight: bold;
}

DIV.submenu A:hover {
	background-image: url(images/menu_pijl.gif);
	background-repeat: no-repeat;
	background-position: 24 2;
	color : #f9f9f9;
}

DIV.submenu A.active, DIV.submenu A.active:hover {
	height: 15px;
	display: block;
	padding: 0px 0px 0px 40px;
	background-image: url(images/menu_pijl.gif);
	background-repeat: no-repeat;
	background-position: 24 2;
	background-color: #754f72;
	color : #f9f9f9;
}


