/**
 * GLOBALS 
 */
a.slide  { 
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	color: #1b4480;
}

a.slide:hover{ 
	text-decoration: underline;
	color: #d23d03;
}

.container {
	margin-left: 15%;
	width: 100%;
}

.voordeelobject {
	margin-bottom: 20px;
	padding: 10px 5px 0 5px;
	/*width: 546px;
	*width: 550px;*/
	width: 100%;
	color: #000000;
	background-color: #f3f4f8;
	border: 1px #d2d3d7 solid;
	font-size: 12px;
	margin-top: 10px;
}

.textfield {
	/* width: 530px; */
	width: 100%;
	margin-left: 5px;
}

.voordeelobjecten {
	padding: 3px;
	/* width: 550px; */
	width: 100%;
	background: #f3f4f8 url( "images/heading.jpg" ) no-repeat top right;
	border: 1px #d2d3d7 solid;
}

ul.slide  {
	list-style-type: disc;
	margin-left: 25px;
	margin-bottom: 10px;
	color: #000000;
}

ul.slide li a {
	color: #000000;
}

img.slide	{ 
	border: 1px #004168 solid;
	margin-bottom: 1em;
	margin-right: 4px;
}

h1.slide {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #1d4569;	
	padding: 10px;	
}

h2.slide {
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 12px;	
	color: #d23d03;
	text-transform: uppercase;
	text-align: left;	
}

h5.slide {
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #1d4569;	
	text-align: left;	
}

p .slide {
	font-size: 13px;
	font-family: Arial;
	margin-bottom: 10px;
}
