html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	padding: 0;
	margin: 0;
	background: #f8fafb;
	cursor: default;
	color: #003759;
}

body, input, textarea {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a, input {
	outline: none;
}

p {
	margin: 11px 0px;
}

a {
	color: #fd7400;
	text-decoration: none;	
}

input.gray { /* for TooltipInside */
	font-weight: bold;
	color: #999999 !important;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 22px; }
h2 { font-size: 16px; }
h3 { font-size: 13px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; }

img, form {
	padding: 0;
	margin: 0;
	border: 0px;
}

#frame {
	position: relative;
	width: 962px;
	/*margin: 0 auto;*/
        float:left;
	min-height: 100%;
	background: url(../img/body.png) top center repeat-y 
}

/* menu (plus search and profile)
*****************************************************************/
#search {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 36px;
	right: 8px;
}

#search input {
	font-size: 11px;
	vertical-align: middle;
}

#search input.image {
	cursor: pointer;
}

#search input.text {
	color: #555;
	background: url(../img/header-search.gif) no-repeat;
	padding: 2px 5px 1px 5px;
	margin-right: 4px;
	border: 0px;
	width: 132px;
	height: 14px;
}

#profile {
	position: absolute;
	right: 0px;
	top: 10px;
}

#profile strong {
	color: #065180;
}

#profile .separator {
	margin: 0 5px 0 10px;
	color: #0083d5;
}

#profile a {
	color: #0083d5;
	margin: 0 5px;
	padding: 0 15px 0 0;
	background: url(../img/blue-arrow.gif) center right no-repeat;
}

#profile a:hover {
	color: #fd8c00;
	background: url(../img/orange-arrow.gif) center right no-repeat;
}

#menu {
	height: 62px;
	background: url(../img/menu.png) bottom left no-repeat;
	position: relative;
}

#menu a.active {
	color: #ff8c2b;
}

#menu ul {
	position: relative;
	top: 25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	position: relative;
	padding: 6px 13px 0 13px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	height: 31px;
	background: url(../img/menu-separator.png) bottom right no-repeat;
}

#menu li.last {
	background: none;
}

#menu li.openSubmenu {
	background: url(../img/menu-hover-top.png) top left no-repeat #fff !important;
}

#menu li img.right-top-corner {
	position: absolute;
	right: 0px;
	top: 0px;
}

#menu li a {
	position: relative;
	top: 6px;
	color: #fff;
}

#menu li a span.orange,
#menu li a span.active {
	color: #fd7400 !important;
}

#submenu {
	padding: 20px;
	top: 62px;
	width: 920px;
	border: 1px solid #d7dfe4;
	border-top: 0px;
	position: absolute;
	z-index: 5;
	background: #fff;
	overflow: hidden;
	height: 103px;
	line-height: 20px;
}

#submenu strong {
	font-size: 12px;
	color: #065180;
}
#submenu .column {
	float: left;
	width: 150px;
	padding-right: 20px;
	height: 122px;
	background: url(../img/submenu-separator.png) right bottom no-repeat;
	margin-right: 20px;
}

#submenu .last {
	margin: 0 !important;
	padding: 0 !important;
	background: url() !important;
}

#submenu a {
	font-size: 12px;
	color: #065180;
}
#submenu a:hover {
	color: #fd7400;
}

/* header and subheader-search
*****************************************************************/
#header {
	z-index: 2;
	margin-left: 1px;
	width: 960px;
}

#header .header-url {
	position: absolute;
	top: 70px;
	left: 48px;
}

#header img {
	display: block;
}

#header-caroussel {
	height: 215px;
	width: 960px;
	background: #fff;
	overflow: hidden;
}

#header-caroussel .header-url {
	position: absolute;
	top: 34px;
	left: 48px;
}

#header-caroussel .caroussel-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#header-caroussel .caroussel-slide .inlay {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../img/caroussel-inlay.png);
	padding: 8px 25px;
	width: 330px;
	height: 152px;
}

#header-caroussel .caroussel-slide .inlay h3 {
	color: #fff;
}

#header-caroussel .caroussel-slide .inlay ul.progress {
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	right: 15px;
	padding: 0;
	margin: 0;
	top: 10px;
}

#header-caroussel .caroussel-slide .inlay ul.progress li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 9px;
	height: 9px;
	border: 1px solid #fff;
}

#header-caroussel .caroussel-slide .inlay ul.progress li.active {
	background: #fd7400;
}

#header-caroussel .caroussel-slide .inlay .body {
	position: absolute;
	height: 80px;
	overflow: hidden;
	top: 40px;
	width: 190px;
}

#header-caroussel .caroussel-slide .inlay .body strong {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
}

#header-caroussel .caroussel-slide .inlay .link {
	position: absolute;
	bottom: 15px;
	background: url(../img/orange-arrow.gif) center right no-repeat;
	padding-right: 15px;
	font-weight: bold;
}

#header-caroussel .caroussel-slide .inlay .right {
	width: 105px;
	height: 105px;
	text-align: center;
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 46px;
}

#header-caroussel .caroussel-slide .inlay .right img {
	display: inline;
}

#subheader {
	position: relative;
	padding: 7px 20px;
	background: url(../img/headers/subheader.png);
	height: 20px;
	color: #fff;
}

#subheader h2 {
	font-size: 16px;
}

#bestemming-search {
	position: absolute;
	top: 6px;
	left: 180px;
}

#bestemming-search input {
	font-size: 11px;
	vertical-align: middle;
}

#bestemming-search input.image {
	cursor: pointer;
	position: relative;
	top: 1px;
}

#bestemming-search input.text {
	color: #555;
	background: url(../img/headers/subheader-search.gif) no-repeat;
	padding: 3px 5px 0px 5px;
	margin-right: 10px;
	border: 0px;
	width: 132px;
	height: 16px;
}

#nskiv_link {
	position: absolute; right: 20px; top: 10px; color: White;
	background:url("../img/orange-arrow.gif") no-repeat scroll right center transparent;
	font-weight:bold;
	padding-right:15px;
}

#nieuwsbrief-inschrijven {
	position: absolute;
	top: 6px;
	right: 6px;
}

#nieuwsbrief-inschrijven input {
	font-size: 11px;
	vertical-align: middle;
}

#nieuwsbrief-inschrijven input.image {
	cursor: pointer;
	position: relative;
	top: 1px;
}

#nieuwsbrief-inschrijven input.text {
	color: #555;
	background: url(../img/headers/subheader-search.gif) no-repeat;
	padding: 3px 5px 0px 5px;
	margin-right: 10px;
	border: 0px;
	width: 132px;
	height: 16px;
}


/* autocomplete
*****************************************************************/
ul.autocomplete {
	margin: 0px;
	background: #fff;
	border: 1px solid #555;
	padding: 1px;
	list-style-type: none;
	text-align:left;
}

ul.autocomplete li {
	padding: 3px 30px 3px 3px;
	margin-bottom: 1px;
	color: #555;
}

ul.autocomplete li.autocomplete-selected {
	background-color: #eef1ff;
	color: #000;
}

/* main contents
*****************************************************************/
#contents {
}

/* columns
*****************************************************************/
.column-left {
	float: left;
	width: 308px;
	margin: 9px 0 9px 9px;
}
.column-mid {
	float: left;
	width: 308px;
	margin: 9px;
}
.column-right {
	float: left;
	width: 308px;
	margin: 9px 9px 9px 0;
}
.row-clear {
	clear: both;
}

/* footer
*****************************************************************/
#footer {
	clear: both;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 50px;
}

#footer #sponsors {
	margin-top: 15px;
}

#footer #sponsors a {
	margin: 0 10px;
}
#footer #sponsors img {
	vertical-align: middle;
}

#footer a {
	color: #065180;
	font-weight: bold;
	margin: 0 5px;
}