body#intro {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

#splash {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 341px;
	margin-top: -170px;
	width: 650px;
	margin-left: -325px;
}

#splash .block {
	position: relative;
	list-style-type: none;
	float: left;
	background: #fff;
	margin: 0;
	padding: 0;
}
#splash .center { margin: 0 10px; width: 550px; position: relative; }
#splash .side { width: 40px; }
#splash .right { margin: 0; }

.block .top {
	border-top: 2px solid #003e7e;
	padding-top: 15px;
}
.block .bottom {
	clear: both;
	overflow: hidden;
	height: 40px;
	width: 40px;
	border-top: 2px solid #003e7e;
	border-bottom: 2px solid #003e7e;
	float: left;
	margin-top: 15px;
}
.center .bottom { width: 100%; overflow: hidden; }
.side .bottom {
	background: url(../images/intro/arrows.gif) center center no-repeat;
}
.center .top { height: 270px; overflow: hidden; }
.side .top {
	width: 40px;
	height: 270px;
}
.side .top div { width: 100%; height: 100%; overflow: hidden; }
.side .top .phijffer { background: #003e7e url(../images/intro/phijffer.gif) center center no-repeat;; }
.side .top .advocaten { background: #bdddf2 url(../images/intro/advocaten.gif) center center no-repeat; }

.photos { margin: 0; padding: 0; list-style-type: none; }
.photos .photo {
	width: 130px;
	height: 130px;
	margin: 0 10px 10px 0;
	float: left;
	display: inline;
}
.photos .end { margin-right: 0; }
.photos .begin { clear: both; }
.photos .photo img { float: left; width: 100%; height: 100%; }

.links { margin: 0; padding: 0; overflow: hidden; width: 100%; height: 40px;}
.links li {
	list-style-type: none;
	float: left;
	text-transform: uppercase;
}
.links a {
	font: 13px "Times New Roman", Times, serif;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding-left: 16px;
	margin-right: 9px; 
	float: left;
	position: relative;
	cursor: pointer;
	background: url(../images/intro/arrow_right.gif) 0px 14px no-repeat;
	outline-style: none;
}
.links a:hover { background: url(../images/intro/arrow_right.gif) 1px 14px no-repeat; }


