/* 
 * General typo editor styles 
 *
 */
 

body
{
	color: #363636;
	background: #FFF;
	font-family: Arial, sans-serif;	
}

body
{
	font-size: 0.8em;
}

a
{
	color: #E6007E;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	padding: 0;
	margin: 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	color: #E1127A;
	padding: 0;
}

h1
{
	margin: 7px 0 15px 0;
	display: block;
	font-size: 1.8em;
}

h2
{
	font-size: 1.3em;
	margin: 20px 0 5px 0;
	color: #e6007e;
}

h3
{
	font-size: 1.05em;
	margin: 20px 0 5px 0;
	color: #e6007e;
}

h4,
h5,
h6
{
	font-size: 1em;
	margin: 20px 0 5px 0;
	color: #0168b3;
}

.clearboth { clear:both; }

span#zorgverlener-title {
  display:block;
  margin-bottom:7px;
}

span#zorgverlener-title h1 { margin:7px 0;float:left; }
span#zorgverlener-title span.float-arrow { margin:7px 0 0 5px; float:left;   font-size:1.8em;  color:#E1127A;}
span#zorgverlener-title h2 { margin:7px 0 7px 5px; float:left;   font-size:1.8em;  color:#E1127A; }

