/* *** ELEMENTEN DIE OP ALLE PAGINA'S TERUGKOMEN MET REDUCED HEADER *** */

form {
	padding:0;
	margin:0;
}

#logo {
	position: absolute;
	width: 188px;
	height: 127px;
	top: 0;
	left: 0;
}

#visualImg {
	position: absolute;
	width: 222px;
	height: 99px;
	top: 28px;
	left: 560px;
	border-right: 1px dotted #999;
}

#visualImgPopup {
	position: absolute;
	width: 222px;
	height: 99px;
	top: 28px;
	left: 372px;
	border-right: 1px dotted #999;
}

#headerPayoff	{
	position:absolute;
	width: 372px;
	height: 99px;
	top: 28px;
	left: 188px;
	background-color:#BDDBE7;
}

#headerPayoff p	{
	padding:18px;
}

#popup	{
	position:absolute;
	width: 372px;
	height: 99px;
	top: 28px;
	left: 0px;
	background-color:#BDDBE7;
}

#popup p	{
	padding:18px;
}
/* CONTENT */


#contentLifted {
	position: absolute;
	width: 615px;
	left: 167px;
	top:185px;
	padding:0;
	margin:0;
}

#subTitle2	{
	font-size: 13px;
	font-weight:bold;
	color:#003366;
	padding-bottom:10px;
	margin-top:0px;	
}

#contentLiftedPopup {
	position: absolute;
	width: 595px;
	left: 0px;
	top:185px;
	padding:0;
	margin:0;
}

.subTitle	{
	font-size: 13px;
	font-weight:bold;
	color:#003366;
	padding-bottom:10px;
	margin-top:0px;
}

.contentItemImage {
	float: left;
	width: 120px;
	margin-top:4px;
}

#contentText {
	border-left:1px solid #ccc;
	border-top: 1px dotted #999;
	margin-bottom: 0px;
	margin-top: 0px;
}

#contentText p {
	width:550px;
	font-size: 11px;
	line-height:16px;
	padding-bottom:6px;
	padding-top:5px;
	padding-left:40px;
	margin-left:0px;
}

#titleBox	{
	position: absolute;
	top: 127px;
	left: 167px;
	width: 614px;
	height:60px;
	border-left:1px solid #ccc;
	border-right:1px dotted #999;
}

#titleBoxPopup	{
	position: absolute;
	top: 127px;
	left: 0px;
	width: 595px;
	height:60px;
	border-left:1px solid #ccc;
	border-right:1px dotted #999;
}

.highlightBox {
	position:relative;
	width:181px;
	border: 1px dotted #999;
	margin-left: 5px;
	/*display:inline;*/
	float: left;
}

.highlightBoxText {
	padding:5px;
}

#highlight {
	width: 500px;
	height: 140px;
	margin-left: 30px;
	margin-top: 15px;
}
