html{
overflow:hidden;
}

body {
	margin-top:0px;
	background-color: #FFFFFF;
	background-image:url(../images/achtergrond.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

#container {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height: 600px;
	width: 1024px;
}

#menu  {
	position:absolute;
	width:890px;
	height:40px;
	left: 74px;
	top: 12px;
}

#footer {
	position:absolute;
	width:890px;
	height:50px;
	left: 74px;
	top: 600px;
}

#contentIndex {
	position:absolute;
	width:877px;
	height:405px;
	padding-top:50px;
	padding-left:14px;
	left: 74px;
	top: 50px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 155%;
	color: #003366;
}

#contentMain {
	position:absolute;
	width:899px;
	height:370px;
	left: 62px;
	top: 181px;
	overflow:hidden;
}

#contentPortfolio {
	position:absolute;
	width:800px;
	height:500px;
	left: 142px;
	top: 97px;
	overflow:hidden;
	text-align:center;
	z-index: 14;
}


#contentLogo {
	position:absolute;
	background-image:url(../images/LogoPSKlein2.png);
	background-position:center;
	background-repeat:no-repeat;
	width:890px;
	height:107px;
	top: 70px;
	left: 74px;
	z-index: 111;
}

#contentLogoPE {
	position:absolute;
	background-image: url(../images/LogoPE.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:890px;
	height:107px;
	top: 70px;
	left: 74px;
}

#contentCMS {
	position:absolute;
	width:899px;
	height:100%;
	left: 66px;
	top: 180px;
	overflow:hidden;
}

a:link {
	text-decoration: none;
	color:#003366;
}

a:visited {
	text-decoration: none;
	color:#003366;
}

a:hover {
	text-decoration: none;
	color:#CC6600;
}

a:active {
	text-decoration: none;
	color:#003366;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
}

.kop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 155%;
	color: #FFFFFF;
}
.plat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 155%;
	color: #003366;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 155%;
	color: #003366;
	text-align:center;
}

