html, body 
{
	margin				: 0;
	padding				: 0;
	background-color	: #fff;
}
body
{
	scrollbar-face-color:		#7D98C7;
	scrollbar-hightligh-color:	#D7E2F4;
	scrollbar-shadow-color:		#EEF4FF;
	scrollbar-3dlight-color:	#1B345E;
	scrollbar-arrow-color:		#1B4080;
	scrollbar-track-color:		#D7E2F4;
	
	font-family			: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	font-size			: 10pt;
	color				: #244173;
}

#text a
{
	text-decoration		: none;
	color				: #244173;
	border-bottom		: 1px solid #b3cce3;
}
#text a:visited
{
	border-bottom		: 1px dotted #b3cce3;
}
#text a:hover
{
	border-bottom		: 1px dotted #b3cce3;
}

#container
{
	border-top			: 10px solid #7d98c7;
	width				: 700px;
	margin				: 0px auto;
	background			: url('img/bg/container.gif') repeat-y top left;
}

/* HEADER */
#header
{
	height				: 83px;
}
#logo
{
	position			: absolute;
	display				: block;
	height				: 138px;
	width				: 347px;
	text-decoration		: none;
	background			: url('img/bg/coolpack.gif') no-repeat left top;
	margin-left			: 18px;
}
#logo span
{
	font-size			: 1px;
	visibility			: hidden;
}
img#iso
{
	float				: right;
	margin				: 5px 25px 0 0;
}

/* MAIN */
/* navigation */
#navigation
{
	float				: left;
	width				: 174px;
	margin				: 0px;
	padding				: 77px 0 0 0;
	list-style-type		: none;
	border-bottom		: 1px solid #fff;	
}
#navigation a
{
	border-top			: 1px solid #fff;
	text-decoration		: none;
	display				: block;
	width				: 153px;
	font-weight			: bold;
	color				: #fff;
	text-align			: right;
	padding-right		: 21px;
	background			: url('img/bg/nav.a.png') no-repeat right bottom;
}
#navigation a:hover
{
	color				: #b3cce3;
}
#navigation a:hover, #navigation a.selected
{
	background-position	: right top;
}

/* text */
#text
{
	margin-left			: 185px;
	padding				: 0 20px 25px 0;
}
#text h1, #text h2
{
	margin				: 0px;
	/*padding				: 0 0 0 110px;*/
	padding				: 0px;
	font-size			: 50px;
	color				: #3868A4;
	letter-spacing		: -5px;
	font-weight			: normal;
}
#text h2
{
	font-size			: 30px;
	letter-spacing		: -3px;
	padding-bottom		: 10px;
}

/* FOOTER */
#footer
{
	clear				: both;
	height				: 65px;
	background			: #7d98c7 url('img/bg/footer.gif') repeat-x left bottom;
}
#footer span
{
	visibility			: hidden;
}


#navnieuwsbrief, span.datum
{
	font-size			: 0.8em;
}
#navnieuwsbrief
{
	padding				: 0px;
	margin				: 10px 0 0 0;
	list-style-type		: none;
	height				: 20px;
	border-top			: 1px solid #6e6e6e;
	clear				: both;
}
#navnieuwsbrief .prev
{
	float				: left;
}
#navnieuwsbrief .next
{
	float				: right;
}
#navnieuwsbrief a
{
	text-decoration		: none;
	color				: #6e6e6e;
}
#navnieuwsbrief a:hover
{
	color				: #3868A4;
}

/* additional */
#pricequotation input.text
{
	width				: 117px;
}
form tr.first
{
	display				: none;
}
label
{
	cursor				: pointer;
}