
@charset "utf-8";
/* CSS Document */

html, body{
	width: 100%;
	height: 100%;
}

.ad-l{
	margin-left: 5px;
	margin-bottom: 20px;
}

.ad{
	margin-left: 5px;
	margin-bottom: 20px;
}

a strong{
	color: #51BA5E;
}

.ad strong{
	color: #51BA5E;
}


body{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000;
}


#MainTable a{
	color: #137AB0;
	text-decoration: none;
}

#MainTable a:hover{
	color: #51BA5E;
	text-decoration: underline;
}

#TopLine{
	width: 100%;
	height: 14px;
	background: url("../images/bg_top_line.png") repeat-x;
	position: absolute;
	z-index: 99;
}

#MainTable{
	width: 100%;
	height: 100%;
}

#Col1{
	width: 200px;
	height: 100%;
	background: #f7f7f7;
	vertical-align: top;
}

	#Col1_1{
		width: 200px;
		height: 100%;
	}
	
		#Col1_FResize{
			width: 200px;
			height: 30px;
			background: url("../images/font_resize_bg.png") no-repeat #f7f7f7;
			position: absolute;
			z-index: 99;	
			
			text-align: center;	
			padding-top: 2px;
			color: #fff;
		}
		
		#Col1_FResize a{
			color: #fff;
		}
	
#Col2{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

	/* word niet meer gebruikt */
	#Col2_1{
		width: auto;
		height: 100%;
		background:#000;
	}
	/* / */
	
		#Col2_2{
			width: 100%;
			height: 165px;
			padding-top: 15px;
		}


#ContentTable{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

	#ContentTdLeft{
		width: 100%;
		height: 100%;
		vertical-align: top;
		padding: 10px;
		padding-top: 0px;
	}

	#ContentTdRight{
		width: 170px;
		height: 100%;
		vertical-align: top;
		background: #f7f7f7;
	}
		
		#Col2_1_1{
			float: left;
			width: 100%;
		}
		
		#Col2_1_2{
			width: 160px;
			padding: 5px;
			height: auto;	
			text-align: left;
		}
		


		
			#SmallNav{
				width: auto;
				height: auto;
				font-family: Arial;
				font-size: 9px;
				text-transform: uppercase;
				color: #8b8b8b;
				float: right;
				text-align: right;
				margin-right: 10px;
				padding-bottom: 5px;
				background: url("../images/top_back.png") no-repeat bottom right;
			}
			
				#SmallNav a{
					color: #8b8b8b;
					text-decoration: none;
					margin-left: 5px;
					margin-right: 5px;
					font-size: 10px;
				}
				
					#SmallNav a:hover{
						text-decoration: underline;
						color: #000;
						font-size: 10px;
					}
				
			#Logo{
				width: 750px;
				height: 94px;
				margin-top: 49px;
				margin-left: 10px;	
				float: left;					
			}
				
			#Logo a{
				float: left;					
			}
				
				#Logo #Payoff{
					float: right;	
					display: none;
					visibility: hidden;			
				}
				
				#Logo #Payoff h1{
					margin: 0;
					padding: 0;	
					font-size: 35px;		
				}
		

#Buttons{
	height: 50px;
	width: 100%;
	margin-bottom: 10px;
}

a#aanmelden{
	width: 49%;
	height: 50px;
	display: block;
	background: url("../images/blue_back.png") top;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 20px;	
}

	#MainTable a:hover#aanmelden{
		background: url("../images/blue_back_hover.png") top;
		width: 49%;
		height: 50px;
		display: block;
		float: left;
		text-decoration: none;
		color: #fff;
		font-size: 20px;	
	}

	#MainTable a#aanmelden span{
		font-size: 11px;
		margin-left: 20px;
		float: left;
	}
	
		#MainTable a#aanmelden img{
			border: 0;
			margin-top: -23px;	
			z-index: 99;
			position: relative;
			float: left;
			margin-right: 10px;
		}

#MainTable a#inloggen{
	width: 49%;
	height: 50px;
	display: block;
	background: url("../images/green_back.png") top;
	float: right;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}

	#MainTable a:hover#inloggen{
		background: url("../images/green_back_hover.png") top;
		width: 49%;
		height: 50px;
		display: block;
		float: right;
		text-decoration: none;
		color: #fff;
		font-size: 20px;
	}
	
	#MainTable a#inloggen span{
		font-size: 11px;
		margin-left: 20px;
		float: left;
	}
	
		#MainTable a#inloggen img{
			border: 0;
			margin-top: -23px;	
			z-index: 99;
			position: relative;
			float: left;
			margin-right: 10px;
		}
		

#UserMode{
	width: 180px;
	height: 180px;
	clear: both;
	padding-left: 20px;
	line-height: 34px;
}

	#UserMode a{
		font-size: 20px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#UserMode a.groen{
		color: #51ba5e;
	}
	
	#UserMode a.blauw{
		color: #137ab0;
	}

ul#MainNavigatie{
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

	ul#MainNavigatie li{
		width: 100%;
		height: 25px;
		margin: 0;
		margin-bottom: 10px;	
		margin-top: 10px;	
		padding: 0;
		list-style: none;
	}
	
		ul#MainNavigatie li:First-Child{
			margin-top: 0;
		}
	
		ul#MainNavigatie li:Last-Child{
			margin-top: 0;
		}

	ul#MainNavigatie li a{
		width: 180px;
		height: 25px;
		display: block;
		background: #e0eaf0;
		font-size: 16px;
		color: #137ab0;
		text-decoration: none;
		font-weight: bold;
		padding-left: 20px;
			position: absolute;
	}
	
		ul#MainNavigatie li a:hover{
			background: #137ab0 url("../images/aro_hover.png") no-repeat center right;
			width: 190px;
			height: 25px;
			z-index: 90;
			color: #fff;
			text-decoration: none;
		}
	
		ul#MainNavigatie li a:hover.active{
			background: #137ab0 url("../images/aro_hover.png") no-repeat center right;
			width: 190px;
			height: 25px;
			position: absolute;
			z-index: 90;
			color: #fff;
			text-decoration: none;			
		}
		
		ul#MainNavigatie li a.active{
			background: #137ab0 url("../images/aro_hover.png") no-repeat center right;
			width: 190px;
			height: 25px;
			position: absolute;
			z-index: 90;
			color: #fff;
			text-decoration: none;
		}
		

#UserMode h1{
	font-size: 18px;
	color: #51ba5e;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 0;
}

	#foto{
		width: 47px;
		height: 130px;
		margin-right: 10px;
		float: left;
		text-align: center;
		line-height: normal;
	}

		#foto a{
			font-size: 11px;
			color: #137ab0;
			text-transform: uppercase;
			font-weight: bold;
			text-decoration: none;
		}
		
	 #UserMode ul#member{
		margin: 0;
		padding: 0;
		*margin-top: -10px;
		list-style: none;
		width: auto;
		line-height: normal;
	}
		
	 #UserMode ul#member li#member{
	 	width: auto;
		height: 20px;
		margin: 0;
		margin-bottom: 2px;
		*margin-bottom: -10px;
		padding: 0;
		position: relative;
	}
		
	 #UserMode ul#member li#member a#member{
		font-size: 14px;
		font-weight: normal;
		margin: 0;
		padding: 0;
		text-transform: none;
	}		
		
		 #UserMode ul#member li#member a:hover#member{
			color: #000;
		}

#ContentLong{
	width: 97%;
	height: auto;
	padding: 10px;
	background: #f7f7f7 url("../images/content_line.png") repeat-x top left;
}

a.CustomMenuLink{
	width: 160px;
	height: 25px;
	padding-top: 5px;
	padding-left: 30px;
	margin: 10px;
	margin-left: 0;
	margin-right: 0;
	display: block;
	background: url("../images/button.png") no-repeat;
	
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

	a.CustomMenuLink img{
		float: left;
		margin-top: -10px;
		margin-left: -30px;
		position: absolute;
	}

a:hover.CustomMenuLink{
	background: url("../images/button_act.png") no-repeat;
}

ul#submenu{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	min-height: 35px;
}

ul#submenu li{
	float: left;
	margin-right: 5px;
	padding: 0;
}		
	
	ul#submenu li a.sub{
		width: auto;
		height: 22px;
		display: block;
		background: #e0eaf0;
		font-size: 12px;
		color: #137ab0;
		text-decoration: none;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 3px;
	}			
	
	ul#submenu li span{
		width: auto;
		height: 22px;
		display: block;
		background: #137ab0;
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 3px;
	}		
		
		ul#submenu li a:hover.sub{
			background: #137ab0;
			color: #fff;
		}

	.bottomPartners {
		width: 103px;
		height: 35px;
		margin: 12px 12px 0 0;
		position:relative;
		z-index:99;
		float: right;
	}