body {
	background-color: #4A4A4A;
	background-image: url(../imagesource/UIPbackground.jpg);
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0;
	padding: 0;
}
#header {
	/*background-image: url(../imagesource/UIPheadlogo.png);
	background-repeat: no-repeat;*/
	height: 171px;
}

/* rotator in-page placement */
div#rotator {
	position:relative;
	height:171px;
	width:766px;
}
/* rotator css */
div#rotator ul li {
	left:0px;
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div#rotator ul li img {
}

div#rotator ul li.show {
	z-index:500;
}

#layout {
	width: 766px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../imagesource/UIPshadow.jpg);
	background-repeat: repeat-y;
}
#columnwrapper {
	margin: 0 auto;
	width: 750px;
	padding: 3.25em 0 0 0;
}
#mainbox {
	float: left;
	width: 750px;
}
#maincontent {
	padding: 0 30px 20px 30px;
	font-size: 12px;
}
#maincontent p{
	line-height: 1.5em;
	margin: 8px 0 12px 0;
	font-size: 12px;
}
#bottom {
	background-image: url(../imagesource/UIPfooter.png);
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;	
	font-size: 11px;
	text-align: center;
	vertical-align:middle;
}
.item {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
A:link  { color: #000000; text-decoration:none; border-bottom:1px solid #1a89c0; }
A:active  { color: #000000; text-decoration:none; border-bottom:1px solid #1a89c0; }
A:hover { color: #1a89c0; text-decoration:none; border-bottom:1px solid #1a89c0; }
A:visited { color: #000000; text-decoration:none; border-bottom:1px solid #1a89c0; }

.noastyle A:link { border:0px; }
.noastyle A:active { border:0px; }
.noastyle A:hover { border:0px; }
.noastyle A:visited { border:0px; }

/* Form */
#poweredby { visibility:hidden; }
.uip_form { border: 1px #F7CB10 solid; background-color: #FDEEB3 ; color: #00006C; padding-right: 10px; padding-left: 5px; clip:  rect(   ); visibility: visible; }
.uip_form_verplicht { border: 1px #183884 solid; background-color: #C1D4F9 ; color: #00006C; padding-right: 10px; padding-left: 5px; clip:  rect(   ); visibility: visible; }
