* {

	padding: 0;
	margin: 0;

}

body {

	position: relative;
	padding: 1em;
	line-height: 18px;
	background: #FFF url("../images/background-body.png") no-repeat fixed 25px 25px;
	font-size: 10pt;
	font-family: "Trebuchet MS";
	color: #333;

}

p {

	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: justify;

}

a {

	color: #EE7F00;
	text-decoration: underline;
	cursor: pointer;

}

a:hover {

	text-decoration: none;

}

h1 {

	position: relative;
	z-index: 500;
	font-size: 1.3em;
	padding: 0.5em 34px 1.5em 0;

}

div h1:first-child {

	padding-top: 0;
	padding-bottom: 1em;

}

h1 span {

	position: absolute;
	z-index: -1;
	left: 0;
	*margin-top: 3px;
	padding: 1px 0 0 1px;
	color: #CCC;

}

#right h1 {

	color: #EE7F00;

}

h2 {

	position: relative;
	z-index: 500;
	clear: both;
	font-size: 1.1em;
	padding-right: 28px;
	padding-bottom: 1em;

}

h2 span {

	position: absolute;
	z-index: -1;
	left: 0;
	padding: 1px 0 0 1px;
	color: #CCC;

}

h3, h4 {

	padding-bottom: 1em;
	font-size: 1em;
	font-weight: bold;

}

img {

	border: none;

}

#outer {

	z-index: 2;
	position: relative;
	min-width: 780px;
	max-width: 900px;
	background: #FFF;
	margin: 0 auto;

}

#corner {

	position: absolute;
	right: 0;
	z-index: 60;
	width: 10px;
	height: 183px;
	background: url("../images/corner-header.png") no-repeat;

}

#header {

	position: relative;
	height: 113px;
	padding: 20px;
	background: #FFF url("../images/background-header.png") no-repeat;

}

#header img {

	float: left;
	border: none;
	
}

#banner {

	float: left;
	width: 468px;
	height: 60px;
	margin: 80px 0 0 15px;

}

#menu {

	padding: 20px 1px 0 1px;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;

}

#menu ul {

	position: absolute;
	z-index: 100;
	height: 26px;
	padding: 9px 0 0 15px;
	cursor: default;

}

#menu li {

	display: inline;
	padding: 0 10px 0 10px;
	font-weight: bold;
	border-left: 1px solid #FFAB4F;
	border-right: 1px solid #EE7F00;
	//border-right: expression(this.nextSibling == null ? this.borderRight='none' : this.borderRight='auto');

}

#menu li:first-child {

	border-left: none;

}

#menu li:last-child {

	border-right: none;

}

#menu li a {

	position: relative;
	color: #FFF;
	text-decoration: none;

}

#menu li a:hover {

	border-bottom: 2px solid #EE7F00;
	
}

#menu ul#shadow {

	position: relative;
	z-index: 5;
	height: 25px;
	padding: 10px 0 0 16px;
	background: #EE7F00 url("../images/background-menu.png") repeat-x;
	border: none;

}

#menu ul#shadow li {

	padding: 0 11px 0 11px;
	color: #333;
	border: none;

}

#menu ul#shadow li:first-child {

	padding: 0 11px 0 10px;

}

#menu ul#shadow li:last-child {

	padding: 0 10px 0 11px;

}

#content {

	min-height: 100%;
	padding: 20px 22em 1em 2em;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;

}

#content:after, div.woning:after, div.gegevens:after {

	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;

}

#left {

	float: left;
	width: 100%;
	margin-right: -18em;

}

#right {

	float: right;
	width: 18em;
	margin: 1em -22em auto 4em;

}

#right .actionblock            { margin: 0; font-size: 0.9em; }
#right .actionblock li         { list-style: none; display: block; padding: 2px 2px 2px 21px; margin-bottom: 2px; }
#right .actionblock li a       { font-weight: bold; color: #000; text-decoration: none; }
#right .actionblock li a:hover { color: #EE7F00; text-decoration: underline; }
#right .actionblock li ul      { margin: 3px 0 3px 15px; font-size: 1em; font-weight: normal; }
#right .actionblock li ul li   { margin-bottom: 0; }
#right .actionblock li ul a    { font-weight: normal; }

#right .actionblock li.add_customer    { background: url("../images/icon-add_customer.png") no-repeat 0% 55%; }
#right .actionblock li.edit_customer   { background: url("../images/icon-edit_customer.png") no-repeat 0% 55%; }
#right .actionblock li.delete_customer { background: url("../images/icon-delete_customer.png") no-repeat 0% 55%; }
#right .actionblock li.edit_search     { background: url("../images/icon-edit_search.png") no-repeat 0% 55%; }
#right .actionblock li.back            { background: url("../images/icon-back.png") no-repeat 0% 55%; }
#right .actionblock li.invoice         { background: url("../images/icon-invoice.png") no-repeat 0% 55%; }
#right .actionblock li.key             { background: url("../images/icon-key.png") no-repeat 0% 55%; }
#right .actionblock li.company         { background: url("../images/icon-company.png") no-repeat 0% 50%; }
#right .actionblock li.contact         { background: url("../images/icon-contact.png") no-repeat 0% 50%; }
#right .actionblock li.information     { background: url("../images/icon-information.png") no-repeat 0% 55%; }
#right .actionblock li.view_logo       { background: url("../images/icon-picture.png") no-repeat 0% 55%; }
#right .actionblock li.request_logo    { background: url("../images/icon-picture_error.png") no-repeat 0% 55%; }
#right .actionblock li.settings_mail   { background: url("../images/icon-email_settings.png") no-repeat 0% 55%; }
#right .actionblock li.activate_mail   { background: url("../images/icon-email_activate.png") no-repeat 0% 55%; }
#right .actionblock li.history         { background: url("../images/icon-history.png") no-repeat 0% 55%; }
#right .actionblock li.favorite        { background: url("../images/icon-favorite.png") no-repeat 0% 55%; }
#right .actionblock li.money           { background: url("../images/icon-money.png") no-repeat 0% 55%; }
#right .actionblock li.rainbow         { background: url("../images/icon-rainbow.png") no-repeat 0% 55%; }
#right .actionblock li.suit            { background: url("../images/icon-suit.png") no-repeat 0% 55%; }
#right .actionblock li.phone           { background: url("../images/icon-phone.png") no-repeat 0% 55%; }
#right .actionblock li.people          { background: url("../images/icon-people.png") no-repeat 0% 55%; }

#footer {

	position: relative;
	clear: both;
	height: 2em;
	padding: 2.5em 2.5em 0 2.5em;
	font-size: 0.8em;
	background: #FFF url("../images/background-footer.png") repeat-x;

}

#footer p {

	float: left;
	margin: 0;
	padding: 0

}

#footer ul {

	float: right;
	margin: 0;
	padding: 0

}

#footer ul li {

	float: left;
	margin: 0;
	padding: 0;
	list-style: none

}

#footer a {

	color: #333;
	text-decoration: none

}

#footer a:hover {

	text-decoration: underline

}

.box {

	position: relative;
	left: -1.5em;
	top: -1.5em;
	margin-bottom: 1em;
	padding: 1.5em;
	background: #FDFCF6 url("../images/background-right.png") repeat-x;
	border-bottom: 1px solid #FFE3C6;

}

#right p {

	margin-top: 0.5em;

}

div.screenshot {

	position: relative;
	width: 585px;
	height: 275px;
	margin-bottom: 2em;

}

div.screenshot img.badge {

	position: absolute;
	z-index: 50;
	top: -45px;
	right: 0;

}

div.screenshot div {

	display: none;
	position: absolute;
	z-index: 50;
	left: 0;
	bottom: 0;
	width: 501px;
	margin: 0 2px 2px 2px;
	padding: 15px;
	background: rgb(102, 102, 102);
	background: rgba(102, 102, 102, 0.6);

}

div.screenshot div h2, div.screenshot div p {

	color: #FFF;

}

div.screenshot div h2 {

	padding-bottom: 10px;

}

div.screenshot div h2 span {

	*margin-top: 1px;
	color: #333;

}

div.screenshot div p {

	margin: 0;
	font-weight: bold;

}

div#left div.screenshot:last-child {

	margin-bottom: 1em;
	*margin-bottom: 0.5em;

}

table {

	margin-bottom: 1em;
	border-collapse: collapse;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;

}

table tr td {

	border-top: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;

}

table td {

	padding: 5px;

}

table thead td {

	font-weight: bold;
	background: #CDCDCD url("../images/background-row_even.png") repeat-x 10px 0px;

}

table tr.odd td {

	background: #E1E1E1 url("../images/background-row_odd.png") repeat-x 10px 0px;

}

table tr.even td {

	background: #CDCDCD url("../images/background-row_even.png") repeat-x 10px 0px;

}

table td.active, table td.inactive {

	padding-left: 0;

}

table.td.active span, table td.inactive span {

	padding-left: 28px;

}

table td.active span {

	color: green;
	background: url("../images/icon-active.png") no-repeat 0 50%;

}

table td.inactive span {

	color: red;
	background: url("../images/icon-inactive.png") no-repeat 0 50%;

}

table a {

	display: block;
	padding-right: 19px;
	color: #303030;
	font-weight: normal;
	text-decoration: none;
	background: transparent url("../images/bullet-go.png") no-repeat 100% 50%;


}

table a:hover {

	text-decoration: underline;

}

table td.active, table td.inactive, table td.edit_customer, table td.delete_customer, table td.delete_search, table td.print {

	padding-right: 9px;

}

table tr td:last-child a, table td.edit_customer a, table td.delete_customer a, table td.delete_search a, table td.print a {

	padding-right: 0px;

}

table td.active span {

	padding-left: 28px;
	color: green;
	background: url("../images/icon-active.png") no-repeat 3px 50%;

}

table td.inactive span {

	padding-left: 28px;
	color: red;
	background: url("../images/icon-inactive.png") no-repeat 3px 50%;

}

table td.edit_customer a {

	padding-left: 28px;
	background: url("../images/icon-edit_customer.png") no-repeat 3px 50%;

}

table td.delete_customer a {

	padding-left: 25px;
	background: url("../images/icon-delete_customer.png") no-repeat 0% 50%;

}

table td.delete_search a {

	padding-left: 25px;
	background: url("../images/icon-delete_search.png") no-repeat 0% 50%;

}

table td.print a {

	padding-left: 27px;
	background: url("../images/icon-printer.png") no-repeat 3px 50%;

}

table select {

	float: right;
	margin: 0px;
	padding: 0px;

}

table select option {

	margin: 0px;
	padding: 1px;
	font-weight: normal;

}

.spacer {

	clear: both;
	height: 10px;
	
}

form {

	padding-bottom: 20px;
	
}

form fieldset {

	margin: 0px;
	padding: 0px;
	border: none;

}

form h3 {

	clear: left;
	padding-top: 6px;
	padding-bottom: 10px;

}

label, input, textarea, select, span.block {

	display: block;
	float: left;

}

label, span.block {

	clear: left;

}

label, input, span.block {

	width: 220px;
	margin-bottom: 5px;

}

form.shrink label {

	width: 140px;

}

span.block {

	margin: 1px 0 6px 0;

}

form.shrink span.block {

	width: 140px;

}

input {

	padding: 2px 1px 2px 1px;
	font-family: Verdana;
	font-size: 10px;

}

input[type=hidden] {

	margin: 0;
	padding: 0;

}

select {

	display: block;
	float: left;
	*margin-right: 100px;
	margin-bottom: 5px;
	padding: 1px 1px 1px 0px;
	border: 1px solid #A5ACB2;
	font-family: Verdana;
	font-size: 10px;

}

select option {

	padding: 1px 1px 1px 1px;

}

form.shrink select {

	*width: 175px;
	min-width: 175px;

}

textarea {

	width: 218px;
	*width: 220px;
	height: 100px;
	margin-bottom: 5px;
	padding: 2px;
	font-family: Verdana;
	font-size: 10px;

}

input[type=checkbox] {

	width: auto;
	margin-top: 3px;
	margin-bottom: 9px;

}

div.checkbox_left {

	float: left;
	margin: 10px 0 15px 0;
	*margin-bottom: 20px;

}

div.checkbox_left input {

	width: auto;
	margin: auto;

}

div.checkbox_left input, div.checkbox_left label {

	display: inline;
	clear: none;

}

div.checkbox_left label {

	width: 400px;
	padding-left: 5px;
	*padding-top: 4px;
	line-height: 12px;
	text-decoration: underline;
	cursor: pointer;

}

div.radio_group {

	float: left;
	width: 230px;
	margin: 1px 0 1px -3px;
	*margin-bottom: 3px;
	padding-top: 3px;

}

div.radio_group {

	line-height: 8px;

}

form div.radio_group input {

	margin-left: 3px;

}

input[type=radio] {

	display: inline;
	float: none;
	width: auto;
	margin: 0px 3px 0px 3px;
	*margin: -3px 0px 0px 0px;
	padding: 0px;
	border: none;

}

form div.radio_group label {

	display: inline;
	float: none;
	clear: none;
	width: auto;
	line-height: 11px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	cursor: pointer;

}

input[name=bezoekadres_huisnr], input[name=postadres_huisnr], input[name=huisnr] {

	width: 25px;

}

input[name=bezoekadres_toevoeging], input[name=postadres_toevoeging], input[name=toevoeging] {

	width: 15px;
	margin-left: 3px;

}

input[name=bezoekadres_postcode], input[name=postadres_postcode], input[name=postcode] {

	width: 49px;

}

div.price {

	display: block;
	float: left;
	width: 60px;
	margin-bottom: 5px;
	padding: 0px 0px 1px 12px;
	border: 1px solid #A5ACB2;
	background-image: url("../images/euro.png");
	background-repeat: no-repeat;
	background-position: 3px 4px;

}

div.price input {

	display: inline;
	float: none;
	width: 15px;
	margin: 0px;
	border: 0px;
	text-align: right;

}

div.price input:first-child {

	display: inline;
	float: none;
	width: 35px;
	margin: 0px;
	border: 0px;
	text-align: right;

}

div#item2, div#item3, div#item4, div#item5, div#item6, div#item7, div#item8, div#item9 {

	display: none;

}

input.amount {

	width: 68px;

}

span.info {

	display: block;
	float: left;
	margin-left: -30px;
	padding-top: 3px;

}

span.info span {

	display: none;
	padding: 5px;
	margin-left: 8px;
	width: 130px;
	
}

span.info:hover {

	cursor: help;

}

span.info:hover span {

	display: inline;
	position: absolute;
	border: 1px solid #C0C0C0;
	background-color: #FAFBFC;
	font-size: 0.8em;
	font-weight: normal;
	color: #505050;
	line-height: 1.5em;
	
}

span.star {

	display: block;
	float: left;
	width: 5px;
	margin-left: -11px;
	padding-top: 4px;

}

form div#prices_record {

	display: none;

}

form a.add_search {

	display: block;
	clear: both;
	width: 40px;
	margin-left: 220px;
	margin-bottom: 0.5em;
	padding-left: 21px;
	white-space: nowrap;
	background: url("../images/icon-add_search.png") no-repeat 0% 55%;

}

form div#locaties {

	display: none;

}

form div#locaties table {

	margin-top: 0.5em;

}

.buttons {

	clear: left;
	margin-left: 220px;
	padding-top: 13px;
	*padding-top: 8px;

}

form.shrink .buttons {

	margin-left: 140px;

}

.buttons a, .buttons button {

	display: block;
	float: left;
	margin: 0 7px 0 0;
	background: #E8E8E8 url("../images/background-button_multiple.png") repeat-x 0px 0px;
	border: 1px solid #A5ACB2;
	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px;

}

.buttons button {

	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;

}

.buttons button[type] {

	padding: 5px 10px 5px 7px;
	line-height: 17px;

}

*:first-child+html button[type] {

	padding: 4px 12px 3px 9px;

}

.buttons button img, .buttons a img {

	margin: 0 4px -3px -2px !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;

}

button:hover, .buttons a:hover {

	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
	text-decoration: none;

}

.buttons a:active {

	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;

}

button.positive, .buttons a.positive {

	color: #529214;

}

.buttons a.positive:hover, button.positive:hover {

	background: url("../images/background-button_multiple.png") repeat-x 0% 48%;
	border: 1px solid #D6E2A0;
	border-right: 1px solid #B7CD5C;
	border-bottom: 1px solid #B7CD5C;
	color: #529214;
	text-decoration: none;

}

.buttons a.positive:active {

	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;

}

.buttons a.negative, button.negative {

	color: #d12f19;

}

.buttons a.negative:hover, button.negative:hover {

	background: url("../images/background-button_multiple.png") repeat-x 0% 100%;
	border: 1px solid #FBC2C4;
	border-right: 1px solid #F8989A;
	border-bottom: 1px solid #F8989A;
	color: #d12f19;
	text-decoration: none;

}

.buttons a.negative:active {

	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;

}

#boxes {

	clear: right;

}

#boxes div {

	float: left;
	width: 216px;
	height: 300px;
	margin-bottom: 2em;
	background: url("../images/background-box.png") no-repeat;

}

#boxes div:first-child {

	margin-right: 2em;

}

#boxes div h2 {

	line-height: 22px;	
	padding: 7px 0 0 11px;
	color: #FFF;

}

#boxes div h2 span {
	
	padding: 1px 0 0 12px;
	//padding-top: 0;
	color: #333;

}

#boxes table {

	margin: 11px 0 0 9px;
	padding: 0;
	border: none;

}

#boxes td {

	width: 150px;
	margin: 0;
	padding: 2px;
	background: none;
	border: none;

}

ul#pages {

	clear: left;
	padding: 1.5em 0 0 0;
	//padding: 0.6em 0 0 0;
	border-top: 1px solid #EAEAEA;

}

ul#pages li:first-child, ul#pages li:first-child:hover {

	width: auto;
	text-align: left;
	background: none;

}

ul#pages li:hover {

	background-position: 0 -56px;

}

ul#pages li {

	float: left;
	height: 23px;
	width: 20px;
	margin-left: 5px;
	padding: 1px 2px 2px 1px;
	list-style-type: none;
	font-weight: bold;
	text-align: center;
	background: transparent url("../images/background-page.png") no-repeat 0 -28px;
	cursor: default;

}

ul[id~=PAGES] li, ul[id~=pages] li {

	padding: 2px 2px 2px 1px;
	line-height: 1.5em;

}

ul#pages li a {

	display: block;
	color: #FFF;
	text-decoration: none;

}

ul#pages li.current, ul#page li.current:hover {

	background-position: 0 0;

}

div.autosuggest {

	z-index: 5;
	position: absolute;
	padding-top: 10px;
	background: url("../images/as-pointer.png") no-repeat 50% 0%;

}

div.autosuggest div.as_header, div.autosuggest div.as_footer {

	position: relative;
	height: 6px;
	padding: 0 6px;
	background: url("../images/as-list_top_right.png") no-repeat 100% 0%;
	overflow: hidden;

}

div.autosuggest div.as_footer {

	background: url("../images/as-list_bottom_right.png") no-repeat 100% 100%;
	*background: transparent url("../images/as-list_bottom_right.png");
	*background-position: right;

}

div.autosuggest div.as_header div.as_corner, div.autosuggest div.as_footer div.as_corner {

	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background: url("../images/as-list_top_left.png") no-repeat 0% 0%;

}

div.autosuggest div.as_footer div.as_corner {
	
	background: url("../images/as-list_bottom_left.png") 0% 100%;

}

div.autosuggest div.as_header div.as_bar, div.autosuggest div.as_footer div.as_bar {

	height: 6px;
	overflow: hidden;
	background: #333;

}

div.autosuggest ul {

	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	overflow: hidden;
	background: #333;

}

div.autosuggest ul li {

	color: #DDD;
	margin: 0 4px 4px;
	padding: 0 4px 0 4px;
	text-align: left;

}

div.autosuggest ul li a {

	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	color: #DDD;
	text-decoration: none;
	text-shadow: #000 0 0 5px;
	background-color: transparent;

}

div.autosuggest ul li a:hover {

	background: #444;

}

div.autosuggest ul li a span {

	display: block;
	padding: 3px 6px;
	font-weight: bold;
	
}

div.autosuggest ul li a span small {

	color: #999;
	font-weight: normal;

}

div.autosuggest ul li.as_highlight a span small {

	color: #ccc;
}

div.autosuggest ul li.as_highlight a, div.autosuggest ul li.as_highlight a:hover {

	color: #fff;
	background: #666 url("../images/as-item_bottom_right.png") no-repeat 100% 100%;

}

div.autosuggest ul li.as_highlight a span {

	background: url("../images/as-item_bottom_left.png") no-repeat 0% 100%;

}

div.autosuggest ul li a .tl, div.autosuggest ul li a .tr {

	position: absolute;
	top: 0;
	width: 6px;
	height: 6px;
	padding: 0;
	margin: 0;
	background-image: transparent;
	background-repeat: no-repeat;

}

div.autosuggest ul li a .tr {

	right: 0;

}

div.autosuggest ul li.as_highlight a .tl {

	left: 0;
	background: url("../images/as-item_top_left.png") 0% 0%;

}

div.autosuggest ul li.as_highlight a .tr {

	right: 0;
	background: url("../images/as-item_top_right.png") 100% 100%;

}

div.autosuggest ul li.as_warning {

	font-weight: bold;
	text-align: center;

}

div.autosuggest ul em {

	font-style: normal;
	color: #EE7F00;

}

dl.faq {

	clear: both;
	margin: 0 0 20px 0;
	*margin: 0;

}

dl.faq dt {

	position: relative;
	height: 1%;
	padding: 10px;
	border: 1px solid #8C8C8C;
	background: transparent url("../images/icon-help.png") no-repeat 98% 50%;

}

dl.faq dd.answer {

	position: relative;
	width: 90%;
	margin: 0 auto;
	font-style: italic;

}

dl.faq dd.answer div {

	padding: 10px;
	border: 1px dashed #8C8C8C;
	border-top: none;

}

dl.faq dd.answer-tab-wrap {

	margin: 0 30px 0 0;

}

dl.faq a.answer-tab {

	display: block;
	float: right;
	margin: 10px 0;
	padding-right: 20px;
	text-decoration: none;
	background: transparent url("../images/bullet-go.png") no-repeat 100% 55%;
	cursor: pointer;

}

dl.faq a.answer-tab:hover {

	text-decoration: underline;

}

dl.customer, dl.new_customer {

	height: 38px;
	margin: 0 0 1em 0;
	padding-left: 165px;
	cursor: pointer

}

dl.new_customer {

	background: url(../images/arrow-new_customer.png) no-repeat

}

dl.customer {

	background: url(../images/arrow-customer.png) no-repeat

}

dl.customer dt, dl.new_customer dt {

	clear: both;
	font-weight: bold

}

dl.customer dd, dl.new_customer dd {

	clear: both;

}

form#new_customer, form#customer {

	display: none

}
