/**************************************************************************
 *
 * parawise.css
 *
 * (C)2003-2004 Parawise internet software, all rights reserved
 * author: Sjoerd Talsma, s.talsma@parawise.com
 *
 * Use is strictly limited to the PARAWISE.COM site. As a result, this
 * information may not be used outside the PARAWISE.COM website.
 *
 * --
 * Parawise                 tel:    +31 6 5246 6128
 * Fazantstraat 200         email:  info@parawise.com
 * 7523 ED  Enschede        web:    www.parawise.com
 *
 * Parawise is listed with the Dutch Chamber of Commerce
 * (Kamer van Koophandel Veluwe en Twente) under number 08109904.
 *
 *************************************************************************
 * ParaWise color scheme
 * PW-darkgrey:		rgb(103,103,103) 	/ #676767
 * PW-blue:			rgb(133,173,214) 	/ #85ADD6
 * PW-darkblue:		rgb(51,51,153) 		/ #333399 / #339
 *************************************************************************/

body, body * {
	border:				0;
	margin:				0;
	padding:			0;
	font-family:		verdana, arial, sans-serif;
}

table {
	border-spacing: 	0;
	border-collapse: 	collapse;
}

body {
	background:			url(../img/hdr_bg.gif) repeat-x;
	color:				black;
	font-size:			.8em;
}

p {
	padding-bottom:		1em;
}

h2, h3 {
	color:				#339;
	font-size:			1.1em;
	padding:			.5em 0 1em;
}	

h3 {
	font-size:			1em;
}

strong {
	color:				#676767;
}

a {
	color:				#85ADD6;
	text-decoration:	none;
}

a:hover {
	color:				#339;
}

a.active:hover {
	color:				#339;
}

.explanation {
	border-bottom:		1px dotted #339;
	cursor:				help;
}

#pagetitle {
	display:			block;
	width:				214px;
	padding-top:		79px;
	margin-left:		50px;

	background:			transparent url(../img/hdr_logo.gif) repeat-x top left;
	height:				0px;
	overflow:			hidden;
}

#navbar {
	display:			block;
	position:			absolute;
	left:				0px;
	top:				79px;
	background:			url(../img/hdr_bar.gif) repeat-x;
	width:				100%;
	height:				26px;
}

#navbar ul {
	padding:			0 50px;
}

#navbar li, #navbar li * {
	display:			inline;
	font-size:			10pt;
	font-weight:		bold;
	color:				white;
	text-decoration:	none;
}

#navbar li {
	margin:				2px 6px;
}

#navbar a:hover {
	color:				#676767;
}

.navlinks {
	display:			none;
}

#pagecontent {
	padding:			26px 50px 26px 220px;
	background:			white;
	min-height:			300px;
}

#pagecontent ul {
	margin:				0 0 1em 1.5em;
}

#bannerspace {
	display:			block;
	position:			absolute;
	top:				40px;
	left:				250px;
	vertical-align:		middle;
	font-style:			italic;
}

#leftpart {
	display:			block;
	position:			absolute;
	z-index:			0;
	top:				105px;
	left:				50px;
	width:				160px;
	margin-top:			4px;
}

.menubox {
	background:			transparent url(../img/menubox.gif) no-repeat;
	padding:			0px 6px;
}

.menubox h1, .menubox h1 a {
	color:				#339;
	font-size:			1em;
	padding:			5px 0 0 2px;
}

.menubox h1 a:hover {
	text-decoration:	underline;
}

.menubox ul {
	list-style-type:	disc;
	margin:				2px 0 0 15px;
}

.menubox li {
	color:				#85ADD6;
}

#pwlogo {
	display:			none;
	position:			absolute;
	top:				18px;
	right:				10px;
}

#footer {
	display:			block;
	z-index:			1;
	background:			#676767 url(../img/ftr_bar.gif) repeat-x;
	width:				100%;
	height:				26px;
}

#footer .copyright {
	float:				left;
	margin:				11px 0px 0px 50px;
	font-size:			8pt;
	color:				white;
}

#footer .footerlinks {
	float:				right;
	margin:				11px 50px 0px 0px;
	font-size:			8pt;
	color:				white;
}

#footer .footerlinks a {
	color:				white;
	text-decoration:	none;
}

#footer .footerlinks a:hover {
	color:				#676767;
}

.signature {
	clear:				both;
	font-size:			smaller;
	font-style:			italic;
	text-align:			right;
}
