/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1,h3,h4,h5,h6,pre,blockquote,form,fieldset,table,ul {
	margin: 1em 0;
}
p {
	margin: 0 0 1em 0;	
}

/* Remove page-border for IE */
html {
	border: 0;
}

body,html {
	width: 100%;
	height: 100%;
}

/* Remove border around linked images */
img {
	border: 0;
}

ul {
	margin-left: 16px;	
}

h1 {
	font-size: 14pt;
	font-weight: normal;
	line-height: 1.1em;
	color: #2B5CAA;	
}
h2 {
	font-size: 13pt;
	font-weight: normal;
	line-height: 1.1em;
	color: #2B5CAA;
}
.betrokken-partij h2, #content_rekenvoorbeelden h2{
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.1em;
	color: #2B5CAA;
}
a {
	color: #0043BE;	
}
html {
	background: #f2f1f1 url("../gfx/algemeen/bg_html.gif") repeat-y;
}

body {
	background: url("../gfx/algemeen/bg_body.gif") repeat-x 0 48px;
	font-family: Arial, Verdana, Tahoma, Helvetica, "Trebuchet MS",	sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
	color: #000000;
}

#container {
	width: 100%;
	height: 100%;
	background-image: url("../gfx/algemeen/bg_filler_home.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 877px 68px;
}
#top {
	width: 877px;
	height: 68px;
	background-image: url("../gfx/algemeen/bg_header.gif");
	background-repeat: no-repeat;
}
#amvest-logo {
	float: right;
	background-color: white;
	height: 57px;
	width: 112px;
	text-align: center;
	margin-top: 11px;
}
.content_sub {
	float: left;
	position: relative;
	height: 468px;
	width: 278px;
	margin: 0;
	background: url("../gfx/algemeen/bg_left.jpg") no-repeat;
}
.content_sub_index {
	float: left;
	position: relative;
	height: 468px;
	width: 278px;
	margin: 0;
	background: url("../gfx/algemeen/bg_left_index.jpg") no-repeat;
}
#content_sub_menu {
	position: relative;
	left: 83px;
	top: 78px;
	width: 195px;
	list-style: none;
	margin: 0;		
}
#content_sub_menu li {
	margin-bottom: 8px;	
}
#mail-a-friend {
	position: relative;
	left: 74px;
	top: 337px;
	width: 150px;
}

.content {
	width: 574px;
	float: left;
	height: auto !important;
	height: 438px;
	min-height: 438px;
	background: #fff;
	padding: 10px 10px 0px 15px;
}
#content_index {
	background-image: url("../gfx/algemeen/bg_content_index.jpg");	
}
#content_postcodecheck {
	background-image: url("../gfx/algemeen/postcodecheck-deur.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}
#footer {
	position: absolute;
	top: 530px;
	left: 58px;
	font-size: 9pt;
	color: #fff;
	list-style: none;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 9px;
}

#footer a:hover {
	text-decoration: underline;
	font-size: 9px;
}

/* =Menu
-----------------------------------------------------------------------------*/
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 48px;
	left: 231px;
	height: 20px;
	width: 646px;
	font-size: 12px;
}

.menu li {
	float: left;
	position: relative;
}

.menu li a {
	display: block;
	padding: 0px 5px;
	line-height: 12px;
	margin: 4px 0;
	color: #fff;
	background: #696969;
	text-decoration: none;
	border-right: 1px solid #fff;
}

.menu li:hover ul {
	display: block;
}

/* submenu */
.menu li ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
	z-index: 1001 !important;
	border-top: 1px solid white;
}

.menu li ul li {
	display: block;
	width: 190px;
	padding-left: 0;
	font-size: 0.95em;
	border-bottom: 1px solid white;
	float: none;
}

.menu li ul li a {
	margin: 0;
	height: 20px;
	border-right: none;
	line-height: 20px;
	font-size: 0.95em;
}

.menu a {
	color: #fff;
}

.menu a:hover {
	color: #0043BE;
}
a#nav_home {
	background: transparent;
	border-right: none;
	width: 38px;
}
/*-----------------------------------------------------------------------------
 End of Menu*/
 
.index-text {
	position: relative;
	width: 235px;
	left: 341px;
}
.decimal-list {
	list-style: decimal;
}

.customer h1 {
	clear: both;	
}
.customer .images {
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}
.img-right {
	float: right;
	margin-left: 1em;
}

.betrokken-partij p {
	width:350px;
}

.betrokken-partij img {
	float: right;
}

/*- contact formulier ---*/
#contactformulier {
	width: 450px;
}
#contactformulier label {
	display: block;
	float: left;
	width: 150px;
}

#contactformulier label.label_textarea {
	display: block;
	float: none;
	margin-bottom: 5px;
}


#contactformulier input {
	display: block;
	float: left;
	width: 200px;
}

#contactformulier textarea {
	display: block;
	float: left;
	width: 350px;
	height: 100px;
}

#contactformulier div {
width: 100%;
float: left;
margin-bottom: 10px;
}