html {
	font-size: small;
}

body {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #333;
}

#content {
	margin-left: -320px;
	position: absolute;
	top: -160px;
	left: 50%;

	width: 630px;
	background-image:url(../../_gfx/ut_07006/special/bottom.png);
	background-color: #fff;
	background-position: bottom center;
	background-repeat: no-repeat;

	font-size: 85%;
}

.column {
	width: 40%;
	padding: 15px 30px 25px 30px;
	margin: 0;
	text-align: left;
}

.column.wide {
  width: 90%;
}

.nc {
	padding: 15px 30px 25px 30px;
	margin: 0;
	text-align: left;
}

#nl {
	float: left;
}

#fr {
	float: right;
}

h1 {
	margin: 0;
	padding: 0;
	text-align: center;

	background-image:url(../../_gfx/ut_07006/special/top.png);
	background-position: top center;
	background-repeat: no-repeat;
}

h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 160%;
	text-align: left;
}

h2 a:link,
h2 a:active,
h2 a:visited {
	text-decoration: none;
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
}

h2 a:hover {
	color: #0099FF;
	border-bottom: 1px solid #0099CC;
}

/* CSS Document */


/* Algemene kleuren van links */

a:link,
a:visited {
	color: #0053b3;
	text-decoration: none;
	border-bottom: 1px dotted #0053b3;
}

a:hover,
a:active {
	color: #0099FF;
}

#content a {
}

#conntent a:hover {
	background-color: #000000;
	text-decoration: none !important;
	border-bottom: none;
}

