/* Layout sub element definitions */
#leaderboard {
	height:150px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#menu {
	height: 39px;
}
#menu .left,
#menu .center,
#menu .right {
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	height: 39px;
	float: left;
}
#menu .left {
	width: 14px;
	background-position: 0px 0px;
}
#menu .center {
	width: 952px;
	background-repeat: repeat-x;
	background-position: 0px -100px;
}
#menu .right {
	width: 14px;	
	background-position: 0px -200px;
}
#menu dl {
	margin: 0px;
}
#menu dl dt {
	float: left;
	margin: 10px 12px;
}

#content {
	background-color: #FFFFFF;
	padding: 10px;
}

#content .left {
	width: 650px;
	float: left;
}
#content .right {
	width: 280px;
	float: right;
}
#content .right .extraContent {
	margin: 0px 10px;
}

#content_end {
	background-color: #FFFFFF;
	height: 11px;
}

#content_end .left,
#content_end .right {
	background-image: url(../img/content_corners.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 11px;
}
#content_end .left {
	background-position: 0px 0px;
	float: left;
}	
#content_end .right {
	background-position: 0px -100px;
	float: right;
}

#layout_footer .leftLogo,
#layout_footer .rightLogo {
	width: 480px;
	height: 100px;
	margin-top: 20px;
}
#layout_footer .leftLogo {
	float: left;
}
#layout_footer .rightLogo {
	float: right;
}

/* KPN Style definitions (layout/image related) */
.logo_small,
.logo_large {
	background-image: url(../img/logokpn.gif);
	background-repeat: no-repeat;
}
.logo_small {
	width: 96px;
	height: 49px;
	background-position: 0px -100px;
}
.logo_large {
	width: 152px;
	height: 78px;
	background-position: 0px 0px;
}

.extraContent {
	border-top: 1px solid #00023D;
	padding-top: 10px;
}
