h1
{
	font-family: "Lucida Grande","Trebuchet MS";
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0px;
}

#header-content
{
	margin-top:0px;
	padding-top:130px;
	padding-left:70px;
}

h2
{
	font-family: "Lucida Grande","Trebuchet MS";
	font-size: 17px;
	font-weight: bold;
	padding-top:10px;
	line-height:1.3;
}

h3
{
	font-family: "Lucida Grande","Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	padding-top:10px;
		margin-bottom: 0px;
}

p
{
	font-family: "Lucida Grande","Trebuchet MS";
	font-size: 11px;
	line-height:1.6;
	padding-bottom:10px;
	border-bottom: 1px solid #dadada;
}

p.gray-noborder
{
	color: #4c4c4c;
	border-bottom: 0px solid #dadada;
	padding-bottom:0px;
	margin-bottom:0px;
}

ul,li
{
		whitespace:nowrap;
	font-family: "Lucida Grande","Trebuchet MS";
	font-size: 11px;
	line-height:1.6;	
}

li
{
	padding-bottom:5px;
	padding-left:10px;
}

p.blue
{
	margin-top:0px;
	border-bottom: 0px solid #ffffff;	
}

.gray
{
	color: #4c4c4c;

}

.blue
{
	color: #176e8f;		
}

a,a:active,a:visited
{
	color: #176e8f;	
	text-decoration:underline;	
}

a:hover
{
	text-decoration:none;	
}



body
{

	padding-bottom:50px;
	text-align:center;
}	

#header
{
	margin: 0px auto;
	background-image: url(../img/header_bg.jpg);
	background-repeat:repeat-x;
	width:949px;
	height: 268px;
	text-align:left;
}

#content
{
	margin: 0px auto;
	width:947px;
	height:850px;
	text-align:left;
	padding-top:25px;	
	border-bottom:1px solid #dadada;
border-left:1px solid #dadada;
border-right:1px solid #dadada;
}

#content-left
{
	padding-left:70px;
	padding-right:75px;
	
	width:500px;
	float:left;	
}
#copyright
{
	
	padding-top:4px;
	font-family: "Lucida Grande","Trebuchet MS";
	color: #c2c2c2;

	font-size:9px;	
}
#content-right
{
	text-align:left;
	padding-right:72px;
}

#download
{
	text-align:left;
	width: 230px;
	height: 77px;
	float:right;
	background-repeat:no-repeat;
	background-image:url(../img/btn-off_pdf.jpg);	
	margin-bottom:25px;
}

#download p, #download h3, #print p, #print h3
{
	padding-left: 53px;	
}

#download:hover
{

	background-repeat:no-repeat;
	background-image:url(../img/btn-on_pdf.jpg);	

}



#print
{
	text-align:left;
	width: 230px;
	height: 77px;
	float:right;
	background-repeat:no-repeat;
	background-image:url(../img/btn-off_print.jpg);
	margin-bottom:25px;
}

#print:hover
{
	background-repeat:no-repeat;
	background-image:url(../img/btn-on_print.jpg);	
}

input
{
	 border-top: 1px solid #c6c6c6;
 border-left: 1px solid #c6c6c6;
 border-bottom: 1px solid #eaeaea;
 border-right: 1px solid #eaeaea;
 font-size:11px;
 color:#4c4c4c;
 width:220px;	
 margin-top:8px;
}

input.verstuur
{
	width:85px;
	font-size:12px;
	color:#4c4c4c;
	background-color:#d8d8d8;
	border:1px solid: #eaeaea;	
}
input.verstuur:hover
{
	background-color:#c8c8c8;
	border:1px solid: #eaeaea;	
}

.line
{
		border-bottom: 1px solid #dadada;
	width:230px;
	float:right;
	padding-top:15px;
	margin-bottom:15px;
}

#footer
{
	
	margin:0px auto;
	width:947px;
	text-align:left;
	padding-left:70px; 
	border-top:1px solid #dadada;	
}

img
{
	border:none;	
}



