html, body{
	margin: 0px;
}

body{
	color: #000000;
	background-color: #ffffff;
	font-family:helvetica;/* Verdana;*/
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	/*behavior: url(style/csshover2.htc); /* Needed for hover in IE*/
}

h1{
	font-size: 18px;
	font-family:helvetica;
}

h2{
	font-size: 13px;
	font-family:helvetica;
}

img {
	border: 0px;
	
}

#container{
	width: 950px;
	height: 554px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#zakelijk{
	float: left;
	width: 298px;
	height: 554px;
	background: transparent url(../images/zakelijk.jpg) no-repeat top left;
}

#center{
	float: left;
	width: 354px;

}


#content{
	float: left;
	width: 465px;
	height: 410px;
	background: transparent url(../images/transparentwhite.png) repeat top left;
}
#logo{
	margin-left: auto;
	margin-right: auto;
	width: 254px;

}
#title_particulier{
	float: right;
	width: 57px;
	height: 310px;
	background-image: url(../images/particulier.png);
}

#title_zakelijk{
	float: left;
	width: 54px;
	height: 310px;
	background-image: url(../images/zakelijk.png);
	
}
*html #title_zakelijk{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/zakelijk.png', sizingMethod='crop');
}
*html #title_particulier{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/particulier.png', sizingMethod='crop');
}

#text{
	padding: 45px;
	float: left;
	width: 264px;
}

#particulier{
	float: right;
	width: 298px;
	height: 554px;
	background: transparent url(../images/particulier.jpg) no-repeat top left;
}

.left, .right{
	position: relative;
	width: 234px;
	top: 375px;
	height: 30px;
	font-size: 19px;
	color: white;
	padding-top: 35px;
}

.left a, .right a {
	color: white;
	text-decoration: none;
}

.left{
	float: left;
	padding-right: 0px;
	padding-left: 10px;
	background-color: #73809c;

}

.right{
	float: right;
	width: 231px;
	text-align: right;
	padding-right: 10px;
	padding-left: 0px;
	background-color: #9daf4b;
}

/* Shadow border: */



#border{
	position: relative;
	top: -459px;
	left: 50%;
	margin-left: -231px;
	width: 472px;
	height: 417px;
}

.border_bottom{
	float: left;
	height: 7px;
	width: 458px;
	background: transparent url(../images/border_bottom.png) repeat-x top left;
	font-size: 1px;
}
.border_right{
	float: right;
	height: 403px;
	width: 7px;
	background: transparent url(../images/border_right.png) repeat-y top right;
}
.border_top_right{
	float: right;
	height: 7px;
	width: 7px;
	background: transparent url(../images/border_top_right.png) no-repeat top right;
	font-size: 1px;
}
.border_bottom_right{
	float: right;
	height: 7px;
	width: 7px;
	background: transparent url(../images/border_bottom_right.png) no-repeat bottom right;
	font-size: 1px;
}
.border_bottom_left{
	float: left;
	height: 7px;
	width: 7px;
	background: transparent url(../images/border_bottom_left.png) no-repeat bottom left;
	font-size: 1px;
}

/* End shadow border */

/* PNG transparency hacks ie*/
*html #content{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/transparentwhite.png', sizingMethod='scale');
}
*html .border_bottom, *html .border_right, *html .border_top_right, *html .border_bottom_right, *html .border_bottom_left {
	background: none; 
}
*html .border_bottom{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/border_bottom.png', sizingMethod='scale');
}
*html .border_right{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/border_right.png', sizingMethod='scale');
}
*html .border_top_right{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/border_top_right.png', sizingMethod='scale');
}
*html .border_right{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/border_right.png', sizingMethod='scale');
}
*html .border_bottom_left{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/border_bottom_left.png', sizingMethod='scale');
}


/* end hacks */
