body {
	margin: 0;
	padding: 0;
    font-family: Verdana,"Lucida Grande",Lucida,sans-serif;
	letter-spacing: 2px;
}

h1 {
	display: none;
}
a {
	color:black;
	display:block;
	text-decoration:none;
}

a:hover {
	color:#5A9BC6;
	text-decoration:underline;
}


p {
	margin: 0px 0 15px 0px;
	clear: left;
	padding-top: 0;
	font-size: 11px;
	line-height: 17px;
}

p.nl {
	
}

p.eng {
	font-style: italic;
}

div#portalContent {
	width: 100%;
	height: 450px;
	float: left;
	margin-top: -225px;
	position: absolute;
	top: 50%;
	background: url(logo.png) no-repeat scroll center center;
}

div h2 {
}

div#uxd h2  {
	margin: 0;
	float: left;
	position: absolute;
	bottom: 0;
}

div#uxd h2 a {
	background: url(informaat-uxd.png) no-repeat 0 16px;
	padding-top: 60px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 370px;
	padding-bottom: 0;
	height: 0;
}

div#cdc h2 {
	margin:  0;
	float: left;
	position: absolute;
	top: 0;
}

div#cdc h2 a {
	background: url(informaat-cdc.png) no-repeat left 25px;
	padding-top: 60px;
	height: 0;
	overflow: hidden;
	float: left;
	display: inline;
	width: 398px;
	padding-bottom: 0;
}

div#uxd {
	width: 400px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin-left: -90px;
	padding-bottom: 60px;
	padding-top: 10px;
}


div#cdc {
	width: 400px;
	top: 50%;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	padding-bottom: 10px;
	padding-top: 75px;
}

.hide {
	display: none;
}

#postit {
	position: absolute;
	top: -50px;
	left: 8%;
	-webkit-transition: all 0.3s;
	-webkit-transform:rotate(-4.2deg);
	-moz-transform:rotate(-4.2deg);
	transform:rotate(-4.2deg);
}

#postit:hover{
	-webkit-transform:rotate(0deg);
}

#postut img {
	border-style: none;
}

