@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------
Fonts:
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'Open Sans', sans-serif;
300italic,400italic,600italic,400,300,600,700

----------------------------------------------*/
.acy_t{
	margin: 0;
	padding: 0;	
}
.acy_t li{
	list-style: none;
	padding: 0;
	margin: 0 10px 0 -6px;	
}
a.acy_t_link{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: black;
	font-weight: 300;
	line-height: 120%;
	text-decoration:none;
	font-size: 1.3em;
	float: left;
	padding-bottom: 5px;
}
.nws_t_title{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: black;
	font-weight: 300;
	line-height: 120%;
	text-decoration:none;
	font-size: 1.3em;
	float: left;
	padding-bottom: 5px;
}
a.acy_t_link:hover{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #1e99cc;
}
.acy_t_date, .nwsdate{
	color: #1e99cc;
	font-weight: 600;
	/*padding-top: 10px;*/
}
a.nws_t_lnk{
	color: #1e99cc;
	font-weight: 600;
	float: right;	
}
a.nws_t_lnk:hover{
	color: #000;
	font-weight: 600;
	float: right;	
}
.block_right h1{
	margin-bottom: 10px;	
}
.acy_d_header{
	font-weight: bold;
	color: black;
	padding: 30px 0px 15px 0px;	
}
.acy_d_sdesc{
	padding-left: 25px;	
}
.formules h3{
	font-size: 1.5em;
	color: #000;
	font-weight: 300;
	width: 100%;
	text-align: center;	
}
.formules a{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	color:white;
	text-decoration:none;
	padding: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px;
	background-color: #ff8200;
	display:block;
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.formules a:hover{
	background-color: #1e99cc;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}
.art_text, .axolabel, .axolabel2{
	font-size: 0.9em;
	line-height: 140%;	
}
.axolabel, .axolabel2{
	padding-left: 25px;	
}
.cnt_text, .cnt_text2, input.axofield{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height:140%;
	border: 1px solid #b6b6b6;
	font-size: 14px;
	padding: 5px;	
		box-shadow: inset 0 1px 7px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow inset: 0 1px 7px -3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 1px 7px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 7px -3px rgba(0,0,0,0.3);	
}
input.axobutton{
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	background-color: #fc8e00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding: 5px 15px;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: 0px solid white;
	cursor: pointer;
}
input.axobutton:hover{
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	background-color: #1e99cc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding: 5px 15px;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: 0px solid white;
}
.intro{
	padding-bottom: 25px;
	border-bottom: 1px dotted #4ECAF5;	
	text-align: center;
}
.morelink, .acy_l_inschrijven, .acy_lnk_mailto a{
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	background-color: #fc8e00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding: 5px 15px;
	margin: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.acy_l_inschrijven{
	margin-left: -10px;	
}
.morelink:hover, .acy_l_inschrijven:hover, .acy_lnk_mailto a:hover{
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	background-color: #1e99cc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding: 5px 15px;
	margin: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.art_title, .nws_d_title, .acy_d_title{
	padding-bottom: 20px;
    padding-right: 30px;
    padding-top: 20px;	
}
.acy_d_title {
    color: #fc8e00;
    font-family: "Open Sans",sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 110%;

}
.acy_d_returnlnk, .acy_s_returnlnk{
	width: 100%;
	text-align: center;	
}
.acy_s_returnlnk{
	padding: 20px 0;	
}
.acy_d_returnlnk a, .acy_s_returnlnk a{
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	background-color: #1e99cc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding: 5px 15px;
	margin: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;


}
.acy_s_returnlnk a{
	margin: 30px 0px;


}
.axotitel{
	font-weight: bold;
	color: black;	
}
.axolabel{
	font-size: 1em;	
}
.axocell input.axofield{
	margin-left: 20px;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 10px;
	width: 85%;	
	margin-right: 40px;
}
.acy_o_overview .acy_o_date, .acy_o_org{
	display: none;	
}
.acy_o_overview, .acy_l_gridtable{
	width: 100%;
	text-align:center;	
}
span.acy_o_title{
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	line-height:110%;
	color: black;
	font-weight: 300;
	padding-bottom: 20px;
	display: block;
}
span.acy_o_link{
	width: 100%;
	text-align: center;	
}
.acy_o_link a{
	text-decoration: none;
	font-size: 1.3em;
	color: #fff;
	background-color: #fc8e00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding: 5px 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.art_title, .nws_d_title{
    padding-bottom: 20px;
    padding-right: 30px;
    padding-top: 20px;
}
.art_title, .nws_d_title{
    color: #fc8e00;
    font-family: "Open Sans",sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 110%;
}
td.acy_o_overview{
	padding-bottom: 30px;	
}
td.axocell{
	padding: 20px 0px;	
	font-weight: 700;
	color: black;
	font-size: 1.1em;
}