@charset "utf-8";
/* CSS Document */


img, div { behavior: url( "iepngfix.htc") }


img{
	border: 0px;	
}

ul{
	list-style:none;
}

a{
	text-decoration:none;
	color:#060;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

body{
	font-family:Tahoma, Ms Sans Serif, Arial; 
	font-size: 13px; 
	color: #111A11;
	background-image: url("images/bg.jpg");
	}
	
#content{
	width: 716px;
}

	#header{
		width: 706px;
		height: 173px;
		padding-left: 10px;
		background-image: url("images/header.jpg");
		background-repeat:no-repeat;
	}
	
		#logo{
			width: 312px;
			height: 121px;
			float: left;
			padding-top: 5px;
		}
		
		#actie{
			width: 716px;
			_width: 700px;
		}
		
	#main{
		height: 100%;
		width: 716px;
		background-image: url("images/content1px.png");
		margin: 0px;
		padding: 0px;
	}
	
	#foonybg{
		height: 100%;
		width: 708px;	
		background-image: url("images/foonygroot.jpg");
		background-repeat:no-repeat;
		background-position: bottom right;
	}

		#tekst{
			width: 380px;
			padding-left: 40px;
			padding-right: 30px;
			float: left;
		}
		
			.vragen{
				list-style:decimal;
			}
			
			.banken{
				float:right;
			}
			
			.bankenimg{
				float:left;
			}
		
		#right{
			float: left;	
		}
		
			#menu{
				width: 258px;
				height: 126px;
				text-align: right;
				padding-top: 15px;
			}
			
			#imagegroot{
				width: 258px;
				position: static;
				bottom: 0px;
			}
			
	#footer{
		width: 716px;
		height: 8px;
		background-image: url("images/footer.png");
	}