body {
	margin: 0px;
	background-color: #333333;
	background-image: url( ../gfx/20070921_achtergrond.jpg );
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

ul {
	margin: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

li {
	margin-left: 0px;
}

.newsItem {
	margin-left: 0px;
	margin-bottom: 10px;
}

table, tr, td, div, span {
	color: black;
	font-family:  Arial, Verdana, Helvetica;
	font-size: 9pt;
	line-height: 16px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	color: black;
	margin-top: 15px;
	margin-left: 15px;
}

h2 {
	color: black;
	font-size: 9pt;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
}

a:link, a:visited, a:active {
	color: #777777;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}

.error {
	color: #FF0000;
}

.form {
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;	
}

.smallForm {
	border-width: 1px;
	border-style: solid;
	border-color: black;	
}

.button {
	background-color: #CCCCCC;	
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;	
}

.smallButton {
	background-color: #CCCCCC;	
	border-width: 1px;
	border-style: solid;
	border-color: black;	
}

.container {
	position: absolute;
	background-image: url( ../gfx/20070921_achtergrond_content.jpg );
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	left: 50%;
	top: 50%;
	width: 776px;
	height: 516px;
	margin-left: -388px;
	margin-top: -258px;
}

.menuArea {
	position: absolute;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	top: 10px;
	left: 140px;
	width: 625px;
	height: 30px;
}

.menuItem {
	position: absolute;
	line-height: 18px;
	z-index: 100;
}

.submenu {
	position: absolute;
	background-color: white;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: black;
	z-index: 200;
	padding-top: 5px;
	padding-bottom: 10px;
	display: none;
}

a.menuItemSelected:link, a.menuItemSelected:visited, a.menuItemSelected:active {
	color: blue;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

a.menuItemSelected:hover {
	color: blue;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
}

a.menuItem:link, a.menuItem:visited, a.menuItem:active {
	color: black;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

a.menuItem:hover {
	color: black;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
}

a.submenuItemSelected:link, a.submenuItemSelected:visited, a.submenuItemSelected:active {
	color: blue;
	font-size: 14px;
	line-height: 22px;
	text-decoration: underline;
	padding-left: 15px;
	padding-right: 15px;
}

a.submenuItemSelected:hover {
	color: blue;
	font-size: 14px;
	line-height: 22px;
	text-decoration: underline; 	padding-left: 15px;
	padding-right: 15px;
}

a.submenuItem:link, a.submenuItem:visited, a.submenuItem:active {
	color: black;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

a.submenuItem:hover {
	color: black;
	font-size: 14px;
	line-height: 22px;
	text-decoration: underline;
	padding-left: 15px;
	padding-right: 15px;
}

.mpnLogo {
	position: absolute;
	top: 10px;
	left: 10px;
}

.contentArea {
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	top: 100px;
	left: 140px;
	width: 595px;
	height: 375px;
	overflow: auto;	
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.language {
	position: absolute;
	right: 0px;
	top: -20px;
}

.titleArea {
	position: absolute;
	top: 42px;
	left: 140px;
	width: 596px;
	height: 50px;
}

.title {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	color: black;
	padding-top: 15px;
	padding-left: 0px;
}

.copyright {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 776px;
	margin-left: -388px;
	margin-top: 262px;
	font-size: 11px;
	color: black;
	text-align: right;
}

.loginArea {
	position: absolute;
	left: 10px;
	top: 145px;
}

.extranetArea {
	position: absolute;
	left: 10px;
	top: 431px;
	line-height: 30px;
}

.contactArea {
	position: absolute;
	left: 10px;
	top: 485px;
}

