/* CSS Document */
#pageHeader h1 { left: 830px; }

#mainColumn { width: 660px; }
#rightColumn {
	left: 630px;
	height: auto;
}
#latestNews { 
	width: 324px;
	margin-top: 15px;
	padding-bottom: 5px;
	font-size: 0.95em;
}
#serviceMenu {
	background-color: #94acd7;
	background-image: none;
	height: 90px;
	width: 200px;
}
#latestNews h4 { left: 333px; top 4px;}
.latestNewsMoreLink {
	text-align: right;
}
.latestNewsMoreLink a {
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
	margin-right: 20px;
}
#bigArticle {
	padding: 5px;
	float: left;
	width: 300px;
	display: block;
	font-size: 11px;
}
#bigArticle	h3 { font-size: 16px; }
#bigArticle	h4 { font-size: 12px; }
.bigArticleNoNews {
	padding: 5px;
	width: 620px;
	font-size: 11px;
}
.bigArticleNoNewsImage {
	float: left;
	width: 310px;
}
.bigArticleNoNewsText {
	float: right;
	width: 310px;
}
.bigArticleNoNewsText	h3 { font-size: 16px; margin: 0px;}
.bigArticleNoNewsText	h4 { font-size: 12px;}
#space1 {
	position: absolute;
	top: 95px;
	left: 630px;
}
#space2 {
	position: absolute;
	top: 95px;
	left: 630px;
}

#content {
	width: 650px;
}

/*TABBED HEADER*/
#pageHeader ul li {
	float: left;
	display: inline;
	position: relative;
}	

#pageHeader ul li a {
	display: block;
	position: relative;
	width: 112px;
	height: 32px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 32px;
	background: url(/manually/www.parceria.nl/button_bg.gif) no-repeat 0 0px;
	text-decoration: none;
}

#pageHeader ul li a.selected { background-position: 0 -64px; }
#pageHeader ul li a.selected:hover { background-position: 0 -64px; }
#pageHeader ul li a:hover {  background-position: 0 -32px; }

#pageHeader ul {
	position: absolute;
	left: 155px;
	top: 32px;
	display: inline;
	margin: 0;
	padding: 0;
}

img.homeLinkLayerRight {
	left: 830px;
}