/* 
Title: 	Plus Architects
Updated: 19/11/07
Version: 1.0
Author: yse
*/


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* 
	{
	margin: 0;
	padding: 0;
	
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clr{clear:both;}
.right{	float: right;}
.left	{	float: left;}

/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 62.5%/1.5  Arial, Helvetica, sans-serif;
	background: #FFFFFF url('../images/intro.bg.gif') repeat-y top right; 
	color: #000000;	
	text-align:right;
}

p { margin-bottom: 1em;}
a { color: #000; text-decoration:none;}
a:hover { text-decoration:underline;}

#wrapper { width: 700px; position:absolute; right:0; padding-right: 80px;  padding-top: 400px; background:url('../images/intro.wrapper.gif') no-repeat 100px 400px;  min-height: 190px; _height: 190px; font-size: 110%;}

.leftnav { margin:0;padding:0; list-style:none; position:absolute; left:18px;_left: 19px;text-align:left; }
.leftnav li { list-style:none; margin-bottom: 10px;}

.leftnav li a { display:block;	padding: 90px 0 0 0;	overflow: hidden;height: 0px !important;height /**/: 90px; /* for IE5/Win only */width: 23px;background:#000;}
.leftnav li a:hover {background:#FFF;}

#li-en a { background-image: url('../images/menu/english.gif'); }
#li-nl a { background-image: url('../images/menu/nederlands.gif');  }


