/* *
 * Overrules button-definitie uit general.css  
 SF 28/9 Action buttons: changed background: #ffd200, border-radius: 3px;, font, added hover and focus
 */
.button_action input.button, .button_action a.button, .button_action div input.button {
    cursor: hand;
    text-align: center;
    background: #ffd200;
	border-radius: 3px;
	font-family: Roboto-Regular;
	font-weight:normal !important;
	font-weight:bold;
	font-size:16px;
	color: #000;
	height: 40px;
	margin-bottom: 16px;
	margin-top: 16px;
}

.button_action input:hover, .button_action a:hover, .button_action div input:hover {
    cursor: hand;
    text-align: center;
    background: #ffe263;
	color: #000;
	height: 40px;
}

.button_action input:focus, .button_action a:focus, .button_action div input:focus {
    cursor: hand;
    text-align: center;
    background: #f3c000;
	color: #000;
	height: 40px;
}

/* *
 * SF 28/9 Style secondary buttons 
 */

.button_secondary input.button, .button_secondary a.button, .button_secondary div input.button {
    cursor: hand;
    text-align: center;
    background: #EDF7F7;
	border-radius: 3px;
	font-family: Roboto-Regular;
	font-weight:normal !important;
	font-weight:bold;
	font-size:16px;
	color: #00716B;
	height: 40px;
	width:0px;
	margin-bottom: 16px;
	margin-top: 16px;
	border: 1px solid #EDF7F7;
		
}



.button_secondary input:hover, .button_secondary a:hover, .button_secondary div input:hover {
    cursor: hand;
    text-align: center;
    background: #EDF7F7;
	color: #00857A;
	border: 1px solid #00857A;
	height: 40px;
}

.button_secondary input:focus, .button_secondary a:focus, .button_secondary div input:focus {
    cursor: hand;
    text-align: center;
    background: #EDF7F7;
	color: #005E5D;
	border: 1px solid #C0D1D0;
	height: 40px;
}

.button_secondary {
	
	display: inline-block;	
}



div.col33 {
	width: 33%;  display: inline-block;text-align: left; vertical-align: top;
}
div.footer-img-support {
	width: 389px;
	height: 298px;
	width: 190px;
	height: 150px;
	width: 250px;
	height: 180px;
	background: #fff url(images/footer-img-support.png);
	background-size: contain;
}