/*Intro CSS*/
body{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#body_bg{
	margin:0px;
	padding:0px;
	background:#d4d7db url(../images/body_bg.gif) repeat-x;
}

#logostrip{
	background:url(../images/body_logostrip.gif) no-repeat center 112px;
}

#pageWrapper{
	margin:25px auto 0px;
	padding:0px;
	width:960px;
	background:#fff;
}

#top{
	background:url(../images/top_bg.gif) no-repeat left;
	height:112px;
	width:960px;
}

#left{
	background:url(../images/kti_website_intro_zakelijk.jpg) no-repeat;
	height:545px;
	width:470px;
	margin-right:20px;
	float:left;
}

#right{
	background:url(../images/kti_website_intro_particulier.jpg) no-repeat;
	height:545px;
	width:470px;
	float:left;
}

#button{
	text-align:right;
	padding:485px 25px 0px 0px
}

#button a{
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding:0px 0px 0px 25px;
}

.zakelijk{
	background:url(../images/kti_website_intro_zakelijk_arrow.gif) no-repeat 0px 2px;
}

.particulier{
	background:url(../images/kti_website_intro_particulier_arrow.gif) no-repeat 0px 2px;
}

#button a:hover{
	color:#000;
}

#footer{
	clear:both;
	height:25px;
	background:#D4D7DB url(../images/footer_bg.gif) repeat-x;	
	padding-top:8px;
	color:#757f8c;
	font-weight:bold;
	font-size:9px;
}
