/* global styles */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font: 10pt Arial;
	color: #000000;
	background: #e348ae url("../images/gradient.png") repeat-x top center;
}

a:link,a:active,a:visited {
	color: #444444;
	text-decoration: underline;
}
a:hover {
	color: #888888;
	text-decoration: none;
}
.h1 {
	font: 14pt Arial;
	color: #FF9000;
}

table {
  text-align: left;
}
tr.altrow1 {
}
tr.altrow2 {
	background-color: #f2cbe5;
}

/* specific ids */

#container {
	position: relative;
	width: 980px;
	border-style: none;
	margin: 0 auto;
}

div#header {
	background-image: url("../images/header.png");
	background-repeat: repeat-y;
	height: 150px;
	width: 980px;
	z-index: 1;
}

div#menu {
	position: absolute;
	top: 130px;
	text-align: right;
	height: 20px;
	width: 880px;
	padding: 0px 50px 0px 50px;
	z-index: 2;
	word-spacing: 12px;
}
	div#menu a:link, div#menu a:active, div#menu a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}

	div#menu a:hover {
		color: #FFFFFF;
	}

div#inhoud {
	background-image: url("../images/background.png");
	background-repeat: repeat-y;
	display: block;
	padding: 15px 40px 55px 40px;
	width: 900px;
	z-index: 2;
	text-align: center;
}

div#footer {
	height: 50px;
	width: 980px;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	z-index: 1;
}

div#copyright {
	height: 12px;
	width: 980px;
	font-size: 8pt;
	vertical-align: top;
	text-align: center;
	z-index: 2;
}

#old-ie {
  display: none;
}
