@charset "utf-8";
/* CSS Document */

/*
****************************************************************************************************/

html, 
body {
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: rgb(0, 0, 0);
	margin: 0;
	border: 0;
	padding: 0;
}

.clearing {
	clear: both;
	visibility: hidden;
	font-size: 0px;
	line-height;
	overflow: hidden;
	height: 0;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
}

/*
****************************************************************************************************/

#page {
	width: 960px;
	height: 1200px;
	background: transparent url(../images/background.jpg) repeat-x;
	margin: 0px auto 0px auto;
}

.area {
	margin: 0;
	border: 0;
	padding: 0;
}

#header {
	margin: 0;
	border: 0px solid black;
	padding: 0;
}

.header-bar {
	height: 19px;
	overflow: hidden;
}

#logo-bar {
	height: 75px !important;
	overflow: hidden;
}

#logo {
	width: 145px;
	height: 61px;
	background: transparent url(../images/abz-logo.png) no-repeat;
	margin: 12px 0px 0px 22px;
	overflow: hidden;
}

#logo a {
	display: block;
	padding: 75px 0px 0px 0px;
	width: 100%;
	height: 100%;
}

#header-bar-1 {
	border: 0px solid orange;
	background: transparent;
}

#header-bar-2 {
	height: 17px;
	border: 0px;
	background: transparent;
}

#header-bar-3 {
	background: transparent;
	padding: 0 0 0 32px;
}

#banner {
	height: 128px;
	background: transparent url(../images/abz-banner.png) no-repeat;
	margin: 0px;
	border: 0px solid green;
	padding: 0px;
}

#banner-button {
	visibility: hidden;
	width: 414px;
	height: 128px;
	float: right;
	background: url(../images/button-aanvragen.png);
}

/*
Menubar
****************************************************************************************************/


#footer .menubar {
	display: inline;
	border: 0px solid green;
	padding: 0 0 0 0;
	height: 19px;
	overflow: hidden;
}

#footer .menubar ul {
	display: inline;
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
}

#footer .menubar li {
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 7pt;
	border-right: 0px;;
}

#footer .menubar li a,
#footer .menubar button {
	color: black;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	margin: 0;
	border: 0;
	padding: 0px 9px 0px 9px; 
}




#home-menu {
	float: left;
}

#abz-menu {
	width: 380px;
	float: right;
	margin: 0px 18px 0px 0px;
	border: 0px solid white;
}

#services-menu {
	float: left;
	margin-left: 40px;
	padding-top: 1px;
}

.service-webapp-button {
	float: left;
	background: url(../images/service-button-to-application.png) no-repeat;
	width: 119px !important;
	height: 17px !important;
	cursor: pointer;
}

/*
****************************************************************************************************/
col#column-left {
	width: 0px !important;
}

td#cell-middle-left {
	background-color: white;
}

#page-menu {
	display: none;
}

#sidebar-left {
	display: none;
}

#cell-middle-right {
	width: 390px;
}



/***************************************************************************************************/

#content {
	margin: 0px 75px 0px 40px;
	border: 0px solid orange;
	padding: 15px 0px 0px 0px;
}


h1 {
	color: #4D4D4D;
	font-size: 18pt;
	margin: 3px 0px 6px 0px;
}


h2 {
	color: #4D4D4D;
	font-size: 12pt;
	margin: 18px 0px 6px 0px;
}

h3 {
	color: #4D4D4D;
	margin: 18px 0px 6px 0px;
}

p {
	margin-bottom: 6px;
}

a {
	color: #D9713E;
}

em {
	text-decoration: italic;
}

.emphasize {
	color: gray;
}



ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: normal;
}

#content ul {
	margin-bottom: 3px;
}

#content li {
	margin-bottom: 3px;
	padding-left: 15px;	
	background: transparent url(../images/bullet-orange-06.png) no-repeat left 5px;
}


#content table {
	margin: 6px 0px 12px 0px;
}

.photo-intro {
	height: 192px;
	margin: 0;
	border: 0;
	background: silver url(../images/home-photo-intro.jpg) no-repeat;
}

.news-message {
	margin: 0px 0px 12px 0px;
}

.news-message h3 {
	font-size: 14px;
	margin: 0px 0px 3px 0px;

}

.news-message .date-published {
	font-weight: normal;
	margin-right: 6px;
}

.news-message h3 a {
	background: transparent;
	text-decoration: none;
	margin: 0px 0px 3px 0px;
	padding: 6px 9px 6px 0px;
	color: #4D4D4D;
}
.news-message h3 .square {
	display: inline-block;
	background: transparent url(../images/bullet-orange-10.png) no-repeat;
	width: 10px;
	height: 10px;
	margin: 0px 0px 3px 0px;
	border: 0px solid green;
}

.news-message p {
	margin: 0px 0px 3px 0px;
}


.press-release {
	float: right;
	text-transform: uppercase;
	color: white;
	background-color: #4D4D4D;
	font-weight: bold;
	padding: 2px;
	
}

.service-tagline {
	display: block;
	font-size: 12pt;
}

.contact-link {
	margin-top: 24px;
}

.vertical {
	rotation: 90deg !important;
	/* ** Hacks ** */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.vertical-top-bottom {
	rotation: 270deg !important;
	/* ** Hacks ** */
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}


/***************************************************************************************************/

#footer {
	background: #7B7B7B;
	height: 24px !important;
	overflow: hidden;
	margin: 0px 75px 0px 40px;
	color: white;
	padding: 0px 9px 0px 9px;
}

#footer .menubar {
	margin: 3px 0px 0px 0px;
}

#footer .menubar ul li a {
	color: white;
	font-weight: normal;
}

.bar-item-left {
	float: left;
	vertical-align: middle;
}

.bar-item-right {
	float: right;
	vertical-align: bottom;
}

#menu-content-container {
	visibility: hidden;
}


/*
Form styles
****************************************************************************************************/

.required {
	color: red;
}

label {
	color: #7B7B7B;
}



/*
Sitewide box
****************************************************************************************************/

#site-box {
	width: 367px;
	height: 466px;
	background: transparent url(../images/site-box.jpg) no-repeat;
	margin: 17px 0px 12px 0px;
	border: 0px solid red;
}

#site-box .box-top {
	height: 60px !important;
	border: 0px solid red;
	padding: 0px 15px;
	overflow: hidden;
	/* background: transparent url(../images/site-box-top-background.png) no-repeat 15px 20px; */
}

#site-box .box-middle {
	padding: 0px 15px;
}

#site-box .box-bottom {
	padding: 0px 15px;
}

#site-box hr {

	height: 1px;
	color: #A3A3A3;
	background-color: #A3A3A3;
	clear: both;
	width: 100%;
	text-align: left;
	margin: 12px 0 12px 0;
	border: 0;
	
}


/*
Google Search styles
****************************************************************************************************/

/*
Search control
********************/

#search-control {
	margin-top: 15px;
	height: 23px !important;
	border: 0px solid red;
}

.gsc-search-box {
	width: 100%;
	height: 23px !important;
}

td.gsc-input, td.gsc-search-button { 
	height: 23px !important;
	overflow: hidden;
}
	
input.gsc-input {
	width: 288px !important;
	height: 23px !important;
	font-size: 12px;
	color: #4D4D4D;
	background: transparent url(../images/searchfield-background.jpg) no-repeat;
	margin-top: 2px;
	border: 0px;
	padding: 4px 0px 0px 0px;
}

input.gsc-search-button {
	width: 27px !important;
	height: 23px !important;
	overflow: hidden;
	
	margin: 0px 0px 0px 9px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	color: white;
	background: transparent url(../images/search-button.jpg) no-repeat;
	
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	
	font-size: 0;
	line-height: 0px;
}
	
.gsc-search-box .gsc-branding {
	display: none;
}

.gsc-ad-box {
	background: silver;
	padding: 0px 6px 6px 6px;
}

div.gs-watermark {
	display: none;
}



/*
Search results
********************/
#search-results-container {
	display: none;
	position: absolute;
	z-index: 100;
	background: white;
	width: 314px;
	margin: 0;
	border: 1px solid #A3A3A3;
	padding: 0 12px 24px 12px;
}

#search-results {
	margin: 0;
	border: 0;
	padding: 0;
}

.gsc-resultsHeader {
	display: block;
}

.gsc-stats {
	display: inline;
}

.gsc-results-selector {
	display: none;
}

.gsc-results .gs-result {
	margin-bottom: 12px;
}

.gs-visibleUrl {
	color: rgb(126, 121, 119);
}

.gsc-results .gs-visibleUrl-short {
	display: none;
}

.gsc-cursor-page {
	display: none;
}
	
/***************************************************************************************************/




/*
Link list
****************************************************************************************************/

.link-list h2 {
	font-weight: bold;
	font-size: 14px;
	color: #D9713E;
}

.link-list ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
}

.link-list li {
	display: block;
	font-size: 11px;
	line-height: 18px;
}

.link-list li a {
	padding: 6px 15px 6px 6px;
	background: transparent url(../images/bullet-orange-09.png) no-repeat right 7px;
	text-decoration: underline;
	color: #4D4D4D;
}

.link-list li a:hover {
	color: #D9713E;
}


/*
RSS feed icon
****************************************************************************************************/

#rss-link {
	display: none;
	width: 38px;
	height: 21px;
	overflow: hidden;
	background: transparent url(../images/rss-icon.png) no-repeat left top;
	margin: 0px 0px 12px 0px;
	border: 0px;
	padding: 0px;
}

#rss-link a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 21px 0px 0px 0px;
}

#rss-link a:hover {

}

/*
Table
****************************************************************************************************/

.table-container {
	padding: 0px;

}

.table-container table {
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.table-container table td, 
.table-container table th {
	margin: 0;
	border-bottom: 1px solid rgb(218, 214, 213);
	padding: 1px 0px 1px 0px;
}
.table-container table th {
		color: rgb(126, 121, 119);
	}

.table-container table tr td h3 {
	font-size: 11pt;
}
.table-container table tr td h3 a {
	color: rgb(126, 121, 119);
	text-decoration: none;
	font-size: 11pt;
}


/*
FAQ
****************************************************************************************************/

.answer {
	margin: 24px 0px;
	border: 1px solid silver;
	padding: 6px;
}

.answer h4 {
	margin-bottom: 6px;
}


/***************************************************************************************************/




