/*
	copyright: Alex van Ginneken
	<!-- #header div div#voordelen -- >
*/
		body {
			margin: 0;
			padding: 0;
			border: 0;
		}
		
		p { 
			font-size:14px;
			font-family:"Trebuchet MS";
			line-height: 18px;
		}
		ul {
			font-size:14px;
			font-family:"Trebuchet MS";
		}
		li {
			line-height: 18px;
			font-family:"Trebuchet MS";
			font-size:14px;
		}
		table {
			font-size:14px;
			font-family:"Trebuchet MS";
		}
		td { 
			text-align:left; 
		}
		#container {
			margin: 0 auto 0 auto;
			width: 775px;
			padding: 0;
		}

		#left-border {
			background-image: url('../images/links.jpg'); 
			background-repeat: repeat-y;
			background-position: top left;
		}

		#right-border {
			background-image: url('../images/rechts.jpg');
			background-repeat: repeat-y;
			background-position: top right;
		}

		#content {
			width: 630px;
			margin: 0 auto 0 auto;
		}
		#voordelen li {
		
			background: url('../images/check_green.png') no-repeat left;
				clear: left;
				margin-top: 15px;
				list-style: none;
				height: 30;
				line-height: 24px;
				padding-left: 42px;
				
			}

