body
{
	background:			#ffffff url(/skins/portal/images/body_background.png) repeat-x;
	margin: 0;
	padding: 0;
	
	text-align:			left;
}



#leftIcons
{
	display:		block;
	width: 50px;
	position: fixed;
	top: 140px;
	margin: 0;
	padding: 0;
}



#body_container
{
	width:				800px;
	height:				auto;
	margin:				0 auto;
}

div 
{
	margin:				0;
	padding:			0;
}

a:link, a:active, a:visited
{
	color:				#004A99;
	text-decoration:	none;
	border-bottom:		1px dotted #004A99;
}

a:hover
{
	color:				#E2007A;
	text-decoration:	none;
	border-bottom:		1px dotted #E2007A;
}

a.noLine
{
	border-bottom:		0px;
}


h1 
{
	margin:				12px 0 15px 0 ;
	padding:			0;
	color:				#E2007A;
	font-size: 			26px;
	letter-spacing:	2px;
}

h2 
{
	margin:				12px 0 10px 0 ;
	padding:			0;
	padding-top:		10px;
	color:				#E2007A;
	font-size: 			18px;
	letter-spacing:		2px;
	clear:				both;
}

h3 
{
	margin-bottom:		4px;
	color:				#E2007A;
	font-size: 			14px;
	letter-spacing:		2px;
	clear:				both;
}




#header
{
	height: 50px;
	position: relative;
	z-index: 10;
}

#header_logo
{
	float:				left;
	margin:				8px 0 0 20px;
}

#header_language
{
	float:				right;
	position:			absolute;
	top:				-1px;
	left:				695px;
	
	padding-left:		3px;
	width:				90px;
	background-color:	#f0f1f1;
	border:				1px solid #000000;
	
	text-align:			left;
	font-family:		Arial, Verdana, Helvetica, sans-serif;	
	font-size:			12px;
	color:				#004A99;
}

#header_language #langSelectMenu
{
	display:			none;
}

.langLink
{
	margin:				3px;
}

#langButton
{
	padding-top:		3px;
	cursor:				pointer;
}


#banner
{
	border-bottom:		none;
	position: relative;
	top: -25px;
	height: 210px;
	z-index: 0;
}

#banner #logIn
{
	position: relative;
	top: -190px;
	left: 580px;
	width: 200px;
	text-align: right;
	
}

.loginCell
{
	color: #ffffff;
	font-family:		Arial, Verdana, Helvetica, sans-serif;	
	font-size:			14px;
}

.loginField
{
	width: 120px;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #646567;
	color: #646567;
}

.loginSubmit
{
	width: 60px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #646567;
	color: #646567;
	background-color: #ffffff;
	padding: 2px;
	cursor: pointer;
}

#lostPassword
{
	text-align: right;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 5px;
}





#navigation
{
	text-align:			center;
	font-family: 		Arial, Verdana, Helvetica, sans-serif;
	font-size: 			20px;
	margin:				15px 0 5px 220px;		
	padding:			0;
	
	float:				left;
}

.navigation_button
{
	float:				left;
	margin:				0;
	padding:			0;
	list-style:			none;
}

.navigation_button li, .navigation_button li.active
{
	float:				left;
	padding:			3px 11px 3px 11px;
	margin:				0 33px 0 0;
	font-size: 			24px;
	letter-spacing : 	2px;
	text-decoration:	none;
}

.navigation_button li a:link,
.navigation_button li a:visited,
.navigation_button li a:active
{
	font-family: 		Arial, Verdana, Helvetica, sans-serif;
	color:				#000000;
	border-bottom:		1px dotted #000000;
}

.navigation_button li a:hover
{
	font-family: 		Arial, Verdana, Helvetica, sans-serif;
	color:				#F29400;
	border-bottom:		1px dotted #F29400;
}

.navigation_button li.active a:link,
.navigation_button li.active a:visited,
.navigation_button li.active a:active,
.navigation_button li.active a:hover
{
	font-family: 		Arial, Verdana, Helvetica, sans-serif;
	color:				#F29400;
	border-bottom:		1px dotted #F29400;
}




#contentContainer
{
	
}


#left		
{
	width:				200px;
	text-align:			center;
	float:				left;
	font-family: 		Arial, Verdana, Helvetica, sans-serif;
	/*border:				1px solid blue;*/
}

.left_item
{
	/*margin:				2px 2px 2px 2px;*/
}

.left_item_header
{
	text-align:			center;
	font-size: 			15pt;
	color:				#E2007A;
	background-color:	#f0f1f1;
	background-image:	url('./images/left_item_header.jpg');
	background-repeat:	no-repeat;
	padding:			8px 0 3px 10px;
	margin:				10px 0 0 0;
	height:				25px;
}

.left_item_body
{
	text-align:			center;
	font-size:			13px;
	color:				#646567;
	background-color:	#f0f1f1;
	background-repeat:	no-repeat;
	background-position:bottom left;
	padding:			5px 10px 0 10px;	
}

.left_item_tekstvak
{
	background-color:	#f0f1f1;	
}

.left_item_bottom
{
	font-size:			15px;
	color:				#004A99;
	background-color:	#f0f1f1;
	background-image:	url('./images/left_item_bottom.jpg');
	background-repeat:	no-repeat;
	background-position:bottom left;
	padding:			10px 0 10px 0;	
	margin:				0 0 30px 0;
}



#content
{
	float:				right;	
	width:				560px;
	line-height:		1.5em;
	margin-top:			5px;
	
	padding:			2px 0 85px 0;
	font-family: 		Arial, Verdana, Helvetica, sans-serif;
	font-size: 			11pt;
	color:				#646567;
}





#subBottom
{
	clear:				both;
	height: 22px;
}



#subNavigation
{
	text-align: right;
	position: relative;
	top: -10px;
	height: 30px;
}

.subNavigatioButton
{
	float: right;
	padding:			3px 11px 3px 11px;
	font-family: 		Arial, Verdana, Helvetica, sans-serif;
	font-size:			13px;
}

.subNavigatioButton a
{
	color: #646567;
	border-color: #646567;
}



#bottom
{
	clear:				both;
	float:				left;
	width:				780px;
	font-family: 		Arial, Verdana, Helvetica, sans-serif;
	background-color:	#f0f1f1;
	padding:			0 10px 0 10px;
}

.bottomItem
{
	float: left;
	text-align: left;
	cursor:default;
}

#bottomInitiativeOf
{
	width: 140px;
	font-size: 12px;
}

#bottomLogoAfuk
{
	width: 380px;
}

#bottomPayoff
{
	width:260px;
	font-size: 26px;
	color: #e2007a;
	position: relative;
	left: 8px;
}

#bottomCollaboration
{
	width: 440px;
	font-size: 8px;
	margin-right: 40px;
}



/* home */

#homeLeft
{
	float: left;
	width: 340px;
	text-align: left;
}

#homeRight
{
	float: right;
	width: 180px;
}

#testimonialContainer
{
	overflow: visible;
}

#testimonial
{
	width: 181px;
	height: 204px;
	background-image: url(/media/images/testimonialBG.png);
	background-repeat: no-repeat;
	
	position: relative;
	left: -35px;
	top: -42px;
	color: #ffffff;
	font-size: 12px;
	
	text-align: center;
	padding: 35px 30px 0 20px;
}



/* contact */

table.formTable td
{
	padding: 5px;
	color: #646567;
	
}

table.formTable td.labels
{
	width: 120px;
	text-align: right;
	padding-right:20px;
}

table.formTable td.labels label, td.label, label
{
	cursor: pointer;
}

.fieldAddText
{
	font-size: 12px;
	margin-top: -8px;
	width: 200px;
}

.formInputText
{
	padding: 5px;
	font-size: 14px;
	color: #646567;
	border: 1px solid #646567;
	font-family: 		Arial, Verdana, Helvetica, sans-serif;
}

.formTextArea
{
	width:		300px;
	height:		200px;
	padding: 5px;
	font-size: 14px;
	color: #646567;
	border: 1px solid #646567;
	font-family: 		Arial, Verdana, Helvetica, sans-serif;
}

.formCellSpace
{
	height: 20px;
}



/* demo */

#demoScreenContainer
{
	width: 200px;
	height: 140px;
	position: relative;
	left: -10px;
	overflow: hidden;
}

.demoScreen
{
	float: left;
	display: none;
	margin-left: 20px;
}

