/*
	GLOBAL CSS
*/
html {
	background-color :#DEDEDE;
}

body {
	background-color :#FFF;
	text-align: left;
	font-family: 'ITC Stone Sans II W01', Arial, Helvetica;
	background-image: url(../images/icons/body_background.png);
	background-repeat: repeat-x;
	background-position: center 0px;
	font-size: 16px;
	color: #4d4f53;
	font-style:normal;
	font-weight:normal;
}

h1, h2, h3, h4 {
	font-family: 'ITC Stone Sans II W01', Arial, Helvetica;
	font-weight:bold;
}

h1 {
	font-size: 2.50em;
	line-height: 1.2em;
	padding: 0px;
	margin: 20px 0px;
	color: #0083a9;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 20px 0px;
	font-weight: normal;
	text-align: left;
}
h3 {
	color: #0083a9;
	margin: 20px 0px 0px;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
}

a, p {
	font-size:1em;
}

a {
	text-decoration: none;
	color: #0083a9;
	cursor: pointer;
	padding-bottom: 0px;
	border-bottom: 1px solid #0083a9;
}
a:hover {
	border-bottom-width: 0px;
	color: #0083a9;
}
a img {
	margin-right: 10px;
	border-width: 0px;
}

p {
	margin: 0px 0px 0.8em;
	line-height: 1.6em;
}

.small {
	font-size: 0.75em;
	color: inherit;
	font-family: inherit;
}
.medium {
	font-size: 0.9em;
}
.bold, strong, b {
	font-weight: bold;
}
.italic, i, em {
	font-style: italic;
}

a.info {
	color: #0083A9;
	border: 0px solid #FFF;
	border-bottom:1px solid #e9eae9;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.6em;
}
.content {
	margin-top: 10px;
}

address {
	font-style: normal;
	line-height: 1.5em;
	margin: 10px 0px;
}

aside {
	margin: 0px 0px 20px;
	width: auto;
	display: block;
}

aside h3 {
	border-bottom: 1px solid #EEEEEE;
	font-size: 1.42em;
	line-height: 2.0em;
	margin: 6px 0px 6px;
	color: #4d4f53;
}
aside p {
	margin: 15px 0px 0px;
	font-size: 1em; /* 0.9em; */
}
aside .buttons {
	margin-top: 10px;
	margin-bottom: 60px;
}

xmp {
	font-family: courier-new, courier, verdana;
	background-color: #EEE;
	padding-left: 10px;
	border-left: 1px solid #777;
}

iframe#claimsformulier, iframe#contactformulier {
	border-width: 0px;
	width: 100%;
}

.noborder, .noborder:hover{
	border: 0;
}
.right {
	float: right;
	display: inline;
}
.left {
	float: left;
	display: inline;
}

::-moz-selection {
	background: #f8cd52;
}
::-webkit-selection {
	background: #f8cd52;
}
::selection {
	background: #f8cd52;
}

/************************************************************************************************* HEADER CSS */

#bodystart {
	height: 98px;
}
#logo {
	float: left;
	color: #828386;
	font-size: 25px;
	text-transform: none;
	text-decoration: none;
	border-width: 0px;
	margin-top: 20px;
}
#logo:hover {
	border-width: 0;
}
#bodystart #logo img {
	vertical-align: -6px;
}

header img {
	display: block;
}
header .row {
	border-bottom-width: 0px;
}
header .row:after {
	/*   border-bottom: 1px solid #EEE; */
	display: block;
	margin: 0px 15px 0px 15px;
}

/************************************************************************************************* FOOTER CSS */

/**
	*** FOOTER [DESKTOP + LARGE SCREEN]
	**/
#footer {
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
#footer h2 {
	color: #828386;
	font-size: 15px;
	line-height: 45px;
	border-bottom: 1px solid #c0c1c2;
	font-family: 'ITC Stone Sans II W01', Arial, Helvetica;
	text-align: center;
	text-transform: none;
	font-weight:100;
}
#footer ul {
	margin: 0 0 30px;
	padding:20px 0 0 0;
	height: 20px;
	display: inline-block;
	width:auto;
}
#footer li {
	border:none;
	float: left;
	width: inherit;
	line-height: 20px;
	font-size: 14px;
	border-left: 1px solid #c0c1c2;
	background-image: none;
	margin:  0;
	padding: 0 20px;
}
#footer li:first-child {
	border-left-width: 0px;
	border-top-width:0px;
}
#footer li a {
	color: #828386;
	border-width: 0px;
	text-decoration: none;
	padding:0;
}
#footer li a:hover {
	text-decoration: underline;
}


/************************************************************************************************* MENU CSS */
#mainmenu {
	height: 40px;
	display: block;
	overflow: visible;
}
#mainmenu ul {
	height: auto;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 0px 0px;
}
#mainmenu ul li {
	list-style-type: none;
	background-image: none;
	float: left;
	height: 38px;
	line-height: 38px;
	padding-left: 0px;

	padding-top: 0px;
	margin-bottom: 8px;
}
#mainmenu ul li.hover,
#mainmenu ul li.active {
	background-image: url(../images/icons/mainmenu_active.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: -2px;
	padding-top: 2px;
	height: 40px;
	margin-left: -1px; /* Hides anchor's right border */
	padding-left: 1px; /* Compensate negative margin */

}
#mainmenu ul li a  {
	height: 20px;
	border-bottom: 0px solid #FFF;
	border-right: 1px solid #a6a7a7;
	display: block;
	margin-top: 9px;
	line-height: 20px;
	padding: 0px 25px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	word-wrap: normal;
	cursor: pointer;
	outline: 0px solid #000;
}

#mainmenu ul li.hover a,
#mainmenu ul li.active a {
	color: #343536;
	border-right-color: #efefee;
}

/* DROPDOWN CSS */
#mainmenu ul li.dropdown-container {
}
#mainmenu ul li.dropdown-container a  {
	padding-right: 38px;
	/* background-image: url(/dotAsset/d323c741-da0b-4aca-a428-a17036244bbc.png); */
	background-repeat: no-repeat;
	background-position: right -39px;
}
#mainmenu ul li.dropdown-container.hover a,
#mainmenu ul li.dropdown-container.active a {
	background-position: right -7px;
}
#mainmenu li ul {
	position: absolute;
	clear: both;
	display: none;
	font-size: 1.0em;
	background-color: #efefee;
	padding: 10px 35px 0 35px;
	margin-top: 16px;
	z-index: 50;

	/* For mozilla, chrome, safari */
	box-shadow: 6px 6px 0px #c9cac8;
	-moz-box-shadow: 6px 6px 0px #c9cac8;
	-webkit-box-shadow: 6px 6px 0px #c9cac8;
	-o-box-shadow: 6px 6px 0px #c9cac8;
}

#mainmenu ul li.dropdown-container ul a {
	color: #4d4f53;
	cursor: pointer;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 50px;
	float: none;
	line-height: 16px;
	font-weight: normal;
	background-image: none;
	white-space: nowrap;
	border-top: 1px solid #eeeeee;
	border-right-width: 0px;
}
#mainmenu ul li.dropdown-container ul a.first {
	border-top: 0px solid #eeeeee;
}

#mainmenu ul li.dropdown-container ul a:hover {
	text-decoration: underline;
	/*background-image: url(../../images/2.0/sprite_menu.png);*/
	background-position: right -335px;
}

/* SUBMENU */
.submenu {
	margin: 10px 0px 40px 0px;
	display: block;
}
.submenu ul {
	margin: 0px;
	padding: 0px;
}
.submenu li {
	background-image: none;
	color: #4b4c50;
	padding: 0px;
	list-style-type: none;
}

.submenu a {
	margin: 0px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #0083a9;
	text-align: left;
	border-bottom: 1px solid #EEE;
}

/* FIRST LEVEL SUBMENU */
.submenu a {
	background-position: right 12px;
	line-height: 2.3em;
}
.submenu a:hover {
	/* background-image: url(/dotAsset/6ad1f1bf-49fd-4493-867c-7988b9cd2359.png); */
	background-position: right -339px;
	text-decoration: underline;
}
.submenu li.active a {
	/* background-image: url(/dotAsset/6ad1f1bf-49fd-4493-867c-7988b9cd2359.png); */
	background-position: right -299px;
	text-decoration: none;
}

/* Module mode */
.submenu ul.module a {
	color: #929396;
}
.submenu ul.module a.active {
	color: #0083a9;
}
.submenu ul.module a.done {
	background-image: url(../images/icons/submenu_done.gif);
	color: #7ab800!important;
}

/* SECOND LEVEL SUBMENU */
.submenu li ul {
	margin-left: 20px;
	margin-bottom: 20px;
}
.submenu li ul a {
	font-size: 0.9em;
	line-height: 2.3em;
	background-position: right -341px;
}
.submenu li.active ul li a {
	background-image: none;
}
.submenu li.active ul li.active a {
	font-weight: bold;
}

.submenu li.active ul li a,
.submenu li ul li.active a {
	background-position: right -301px;
}

/************************************************************************************************* LISTS CSS */


ul {
	list-style-image: none;
	list-style-type: none;
	margin: 10px 0px;
	line-height: 1.5em;
	padding: 0px;
}

ul li {
	background-image: url(../images/icons/bullet.png);
	background-position: 12px 11px;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 2px;
	color: #4d4f53;
	font-size: 1.0em;
	line-height: 1.6em;
}
ul li.title {
	background-image: none!important;
	font-weight: bold;
	padding-left: 0px;
}
ol li{
	background-image: none;
	padding-bottom:15px;
}

ul.ticks li,
ul li.tick {
	background: url(../images/icons/tick.png) no-repeat 5px 6px;
	line-height: 16px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 45px;
}
ul.pdf li,
ul li.pdf {
	background-image: url(../images/icons/pdf-rond.png);
	height:60px;
	padding-top:19px;
	padding-left:90px;
}
ul.mail li,
ul li.mail {
	background-image: url(../images/icons/email.gif);
}
ul.excel li,
ul li.excel {
	background-image: url(../images/icons/xls.png);
	padding-left: 40px;
	line-height: 20px;
	padding-bottom: 8px;
	padding-top: 12px;
}
ul.twitter li,
ul li.tweet {
	background-image: url(../images/icons/twitter.png);
	line-height: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
}

ul.links li,
ul li.link {
	background-image: none;
	padding-left: 0px;
	line-height: 25px;
}

ul.labels {
	margin: 15px 0px;
}
ul.labels li span {
	width: 120px;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 20px;
}
ul.labels li span.wide {
	width: 250px;
}
ul.labels li {
	line-height: 20px;
	background-image: none;
	padding-left: 0px;
}

/************************************************************************************************* TABS CSS */

ul.tabs {
	border-bottom: 1px solid #BBB;
	height: 45px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 1.0em;

	/*background-image: url(/dotAsset/6ad1f1bf-49fd-4493-867c-7988b9cd2359.png);
    background-repeat: repeat-x;
    background-position: left -449px;*/
}
ul.subtabs {
	height: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #DDD;
}

ul.tabs li {
	list-style-type: none!important;
	list-style-image: none!important;
	float:left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	font-size: 1.0em;
	background-image: none;
}
ul.tabs li.right {
	float: right;
}

ul.subtabs li {
	list-style-type: none!important;
	list-style-image: none!important;
	border-left: 1px solid #DDD;
	float:left;
	padding:0px!important;
	margin:0px 0px 0px 10px!important;
	font-size: 1.0em;
	background-image: none;
	height: 10px;
}

ul.tabs li a {
	text-align:center;
	display: block;
	text-decoration: none;
	color: #333;
	margin-right: 2px;
	height: 30px;
	line-height: 28px;
	margin-top: 14px;
	float:left;
	padding: 2px 10px 0px 12px;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	background-color: #CCC;

	border: 1px solid #BBB;
	border-bottom-width: 0px;
	border-radius: 5px 5px 0px 0px;
}

ul.subtabs li a {
	display: block;
	text-decoration: none;
	color: #8A8A8A;
	height: 20px;
	line-height: 20px;
	float:left;
	padding: 0px 10px 0px 20px;
	font-weight: normal;
	border-bottom-width: 0px;
	cursor: pointer;
	position: relative;
	margin-top: -15px;
}

ul.tabs li a:hover {
	background-color: #DDD;
	background-image: none;
}
ul.subtabs li a:hover {
	color: #656565;
}
ul.tabs li.active {
	margin-bottom: -1px;
}
ul.tabs li.active a {
	background-color: #FFF;
	padding: 0px 18px 0px 20px;
	margin-top: 5px;
	cursor: default;
	height: 40px;
	line-height: 40px;
	border-radius: 7px 7px 0px 0px;
}

ul.subtabs li.active a {
	font-weight: bold;
}
ul.subtabs li.active a:hover {
	color: #8A8A8A;
}

/************************************************************************************************* FAQ CSS */

div.faq {
	margin: 15px 0px;
}
div.faq select {
	margin: 10px 0px;
}

div.faq dl dd {
	font-size: 1.0em;
	margin-left: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
	padding-top: 0px;
	line-height: 1.5em;
}
div.faq dl dd p {
	margin-top: 5px;
	margin-bottom: 0px;
}

div.faq dl dt {
	cursor: pointer;
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/icons/toggler-plus.gif);
	background-position: 7px 4px;
	background-repeat: no-repeat;
	margin-top: 5px;
}
div.faq dl dt.expanded {
	background-image: url(../images/icons/toggler-minus.gif);
	margin-bottom: 5px;
}

div.faq dl dt img {
	display: none;
}
div.faq dl {
	clear: both;
}

.faq-themas {
	margin: 0px -5px 20px -5px;
	float: left;
}

.faq-thema {
	color: #FFF;
	line-height: 25px;
	padding: 2px 10px;
	margin: 5px;
	float: left;
	border-width: 0px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	background-color: #5ad2ff;
}
.faq-thema.active {
	background-color: #00aeef;
}
.faq-thema:hover {
	text-decoration: none;
	background-color: #00aeef;
	color: #FFF;
}

/************************************************************************************************* Buttons */
/** GLOBAL **/
a.button {
	background-color: #1397dc;
	line-height: 32px;
	min-height: 62px;
	/*min-width: 200px;*/
	display: inline-block;
	display:inline\9; /*Button breekt in IE8 door inline-block*/
	white-space:nowrap;

	font-size: 24px;
	font-weight: normal;
	/*box-shadow: 3px 4px 0 0 #0c74ab;*/
	background-image: url(../images/icons/button-arrow-large.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	cursor: pointer;

	border-width: 0;
	outline: 0 none;
	margin: 0 auto 20px auto;

	padding: 15px 52px 15px 20px;
	text-decoration: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
a.button.medium {
	min-height: 48px;
	line-height: 26px;
	padding: 11px 44px 11px 20px;
	font-size: 20px;
	background-image: url(../images/icons/button-arrow.png);
}
a.button.small {
	min-height: 30px;
	line-height: 31px;
	font-size: 14px;
	background-size: 20px;
	padding: 0px 40px 0px 20px;
	padding: 8px 40px 8px 20px\9;
	background-image: url(../images/icons/button-arrow.png);
}

a.button.delete {
	min-height: 30px;
	line-height: 31px;
	font-size: 14px;
	background-size: 20px;
	padding: 0px 40px 0px 20px;
	padding: 8px 40px 8px 20px\9;
	background-image: url(../images/icons/button-cross-large.png);
}

/* COLORS */
a.button.orange {
	background-color: #e77b16;
	/*box-shadow: 0 3px 0 0 #b9610f;*/
}
a.button.green {
	background-color: #419e81;
}
a.button.blank {
	border: 1px solid #c3c3c3;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.75);
	padding-top: 14px;
	padding-bottom: 14px;
	background-image: url(../images/icons/button-arrow-large-gray.png);
	color: #515354;
}

/** HOVERS **/
a.button:hover {
	background-color: #0e8acc;
}
a.button.orange:hover {
	background-color: #db6b03;
}
a.button.green:hover {
	background-color: #3c8d74;
}
a.button.blank:hover {
	background-color: #EEE;
	background-color: rgba(244,244,244,0.75);
}

/* Disabled */
a.button.disabled {
	font-style: italic;
	color: #666;
	background-color: #AAA;
	box-shadow: 0 3px 0 0 #8c8c8c;
}

a.button.loading {
	background-image: url(../images/icons/blue-loader.gif);
	background-position: right 8px center;
}
a.button.green.loading {
	background-image: url(../images/icons/green-loader.gif)!important;
	background-position: right 8px center;
}

.eInvoiceComment div {
	background-color: #B7E3FB;
	padding: 15px 15px 15px 20px;
	margin: 10px 0 15px 2px;
	display: inline-block;
}

.KorteStudieduurVraagTextbox div {
	background-color: #B7E3FB;
	padding: 5px 15px;
	margin: 0px 0 15px 13px;
	display: inline-block;
}

.studentTypeComment div {
	background-color: #B7E3FB;
	padding: 5px 15px;
	margin: 0px 0 15px 13px;
	display: inline-block;
}

.remarkblue{
	width: 471px;
	height: 76px;
	left: 288px;
	top: 887px;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	/* Midnight Blue */
	color: #003F72;
}

.remarkblack{
	width: 471px;
	height: 76px;
	left: 288px;
	top: 887px;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	color: black;
}