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

body{
	font-family:Georgia,serif;
	font-size:11px;
	color: black;
	text-align: justify;
}


h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color:#333333;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

p{
	margin-bottom: 15px;
}

h2{
	font-weight: bold;
	font-size: 11px;
	color:#333333;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

a{
	text-decoration: none;
	
}

a:hover{
	text-decoration: underline;
}

.big{	
	color: black;
	font-size: 33px;
}

.small{
	font-size: 13px;
	color: #333333;
}

#footercontent #copyright{
	font-family: Arial;
	font-size: 11px;
	color:white;
	font-weight: bold;
}

#footercontent #submenu{
	font-family: Arial;
	font-size: 11px;
	color: white;
}

#footercontent #submenu ul{
	margin: 0;
	padding: 0;
}

#footercontent #submenu li{
	display: inline;
	margin-left: 20px;
}

#footercontent #submenu a{
	color: white;
}

#specialisaties_menu a{
	text-decoration: underline;
	cursor: hand !important;
	cursor: pointer !important;
	line-height: 15px; 
}

#klantenregeling_menu a{
	text-decoration: underline;
	cursor: hand !important;
	cursor: pointer !important;
	line-height: 15px; 
}

#specialisaties div ul{
	text-align: left;
}

#disclaimer{
	font-size: 14px;	
}

.checkformbutton{
	display: none;
}



