@font-face {
    font-family: 'FrutigerLTPro-BoldCn';
    src: url('/fonts/FrutigerLTPro-BoldCn.eot?#iefix') format('embedded-opentype'), url('/fonts/FrutigerLTPro-BoldCn.otf') format('opentype'), url('/fonts/FrutigerLTPro-BoldCn.woff') format('woff'), url('/fonts/FrutigerLTPro-BoldCn.ttf') format('truetype'), url('/fonts/FrutigerLTPro-BoldCn.svg#FrutigerLTPro-BoldCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrutigerLTPro-LightCn';
    src: url('/fonts/FrutigerLTPro-LightCn.eot?#iefix') format('embedded-opentype'), url('/fonts/FrutigerLTPro-LightCn.otf') format('opentype'), url('/fonts/FrutigerLTPro-LightCn.woff') format('woff'), url('/fonts/FrutigerLTPro-LightCn.ttf') format('truetype'), url('/fonts/FrutigerLTPro-LightCn.svg#FrutigerLTPro-LightCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
	font-family: 'FrutigerLTPro-LightCn', "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #706f6f;
	font-size: 18px;
}

a {
    color: #e04b11;
}

p.caption {
	font-style:italic;
	font-size:16px;
}

.blauwe-achtergrond {	
	background-color:#efeff7;
}

.witte-achtergrond {
	background-color:#fff;	
}

.schaduw {
	-webkit-box-shadow: 6px 6px 29px -6px rgba(0,0,0,0.76);
	-moz-box-shadow: 6px 6px 29px -6px rgba(0,0,0,0.76);
	box-shadow: 6px 6px 29px -6px rgba(0,0,0,0.76);
	margin-bottom: 30px;
}

.padding {
	padding:40px 30px 20px 30px;
	margin-bottom: 20px;
}

/**umb_name:Header h1*/
h1{font-family: 'FrutigerLTPro-LightCn', "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 36px;
letter-spacing: 1px;
color: #e04b11;
font-weight: normal;line-height:38px;}

/**umb_name:Header h2*/
h2{font-family: 'FrutigerLTPro-LightCn', "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 30px;
    letter-spacing: 1px;
color: #e04b11;
    font-weight: normal;line-height:32px;}

/**umb_name:Header h3*/
h3{font-family: 'FrutigerLTPro-LightCn', "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 26px;
letter-spacing: 1px;
color: #e04b11;
font-weight: normal;line-height:28px;}

/**umb_name:Header h4*/
h4{font-family: 'FrutigerLTPro-LightCn', "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 23px;
letter-spacing: 1px;
color: #e04b11;
font-weight: normal;line-height:25px;}

/**umb_name:Header h5*/
h5{font-family: 'FrutigerLTPro-LightCn', "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 20px;
letter-spacing: 1px;
color: #e04b11;
font-weight: normal;line-height:22px;}

/**umb_name:Header h6*/
h6{font-family: 'FrutigerLTPro-LightCn', "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 18px;
letter-spacing: 1px;
color: #e04b11;
font-weight: normal;line-height:20px;}

/**umb_name:Highlight*/
.highlight{color: #e04b11;
font-family: 'FrutigerLTPro-BoldCn', 'Helvetica Neue',Helvetica,Arial,sans-serif;
font-weight: bold;
font-size:20px;}

/**umb_name:Iconify*/
.iconify{display:inline-block;
width:40px;
height:40px;
float:left;
text-align:center;
color:#ffffff;
background-color:#9b360f;
border-radius:200px;
padding-top:8px;
margin:0 15px 5px 0;}

/**umb_name:Float left*/
.FloatLeft{display:inline-block;
float:left;
margin:0 20px 10px 0;}

/**umb_name:Float right*/
.FloatRight{display:inline-block;
float:right;
margin:0 0 10px 20px;}

/**umb_name:Blue text*/
.BlueText{color: #e04b11;}