#container
{
	left: 0px; 
	top: 0px; 
	/*position: absolute;*/
	height: 2000px;
	bottom: 0px;
	width: 990px;
}

/**************** Logo en menu section******************/
#logo
{
	position: absolute;
	left: -2px;
	top: 0px;
	height: 95px;
	width: 436px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/CULTPLANlogo.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#mainMenu
{
	position: absolute;
	left: 190px;
	top: 95px;
	height: 10px;
	width: 640px;
	background-repeat: no-repeat;
}

#mainMenu .menuItems
{
	position: absolute;
	top: -20px;
	left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 60px;
	color: Black;
}

#mainMenu a:link
{
	text-decoration: none;
	color: Black;
}

#mainMenu a:visited
{
	text-decoration: none;
	color: Black;
}

/**************** Title section******************/
#titlebanner
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 95px;
	width: 990;
	background: #EC2E30;
}

#titlebanner .logIn
{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	top: 30px;
	left: 930px;
}

/**************** Content section homepage******************/

#photostrip
{
	position: absolute;
	left: 0px;
	top: 113px;
	height: 128px;
	width: 990px;
	background-image: url(../images/photostrip.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#contentHome
{
	position: absolute;
	left: 0px;
	top: 243px;
	height: 100%;
	width: 990px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	background-image: url(../images/cultplan-BG.gif);
	background-repeat: repeat;
}

#contentHome .textBlockMiddle
{
	position: absolute;
	left: 350px;
	top: 10px;
	height: 265px;
	width: 295px;	
}

#interactLogo
{
	position: absolute;
	left: 25px;
	top: 410px;
	width: 250px;
	height: 107px;
	background-image: url(../images/INTERACTLogo.jpg);
	background-repeat: no-repeat;
}
/**************** Content section rest******************/



#content
{
	position: absolute;
	left: 0px;
	top: 113px;
	bottom: 0px;
	height: 100%;
	width: 990px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	background-image: url(../images/cultplan-BG.gif);
	background-repeat: repeat;
}

#content .textBlockLeft
{
	position: absolute;
	left: 25px;
	top: 10px;
	height: 265px;
	width: 295px;	
}

#content .textBlockMiddle
{
	position: absolute;
	left: 350px;
	top: 10px;
	height: 265px;
	width: 295px;	
}

#content .textBlockRight
{
	position: absolute;
	left: 675px;
	top: 10px;
	height: 265px;
	width: 295px;	
}

#content .textBlockMiddleRight
{
	position: absolute;
	left: 350px;
	top: 10px;
	height: 265px;
	width: 620px;	
}

#content table td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	vertical-align: top;
	color: White;
	background-color: #003366;
}

#content a
{
	color: black;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

/**************** Footer section******************/
#footer
{
	position: absolute;
	left: 0px;	
	top: 0px;
	height: 60px;
	width: 1020px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-color: white;
}

#footer .menuItems
{
	position: absolute;
	top: 10px;
	left: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	word-spacing: 20px;
	color: Black;
}

#footer a
{
	color: Black;
	text-decoration: none;
	cursor: pointer;
}

/*********************algemeen************************/
.paragraphHeader
{
 font-weight: bold;
 text-align: left;
}
