/* KPN index/home page stylesheet */

/* KPN Globals */
body,p,li,span,h1,a,th,td
{
	font-family: helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	line-height: 1.1em;
}

body
{
        background-color: #9b9993;
}

h1
{
	font-weight: normal;
	font-size: 11pt;
	margin: 0em;
}

img
{
	border: 0;
}

/* Content area structure */
table.page-table
{
	table-layout: fixed;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border: 0;
}

tr.content-row
{
	height: 100%;
}

td.content-spacer
{
	width: 700px;
}

td.content-area
{
	width: 700px;
	height: 100%;
	vertical-align: middle;
	
}

div.content-area
{
	width: 700px;
	height: 490px;
        border: 0;
	background-image: url("../images/index-background.jpg");
}

/* Page title */
div.page-title
{
	float: left;
	padding-top: 30px;
	padding-left: 45px;
}

/* Page flash ad */
div.page-title img
{
	margin-top: 20px;
}

/* Navigation box */
div.nav-box
{
	float: right;
	width: 110px;
	height: 100px;
	padding: 45px 45px 0px 0px;
}

div.nav-line
{
	width: 110px;
	height: 1px;
	margin-bottom: 0.3em;
	background-color: black;
	color: black;
}

a.nav-text
{
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
