html
{
	height: 100%;
	overflow: hidden;
}

a
{
	color: #000080;
	text-decoration: none;
}

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

body
{
	height: 100%;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px;
	font: italic bold 12px arial;
	color: #000080;
	overflow: hidden;
}

input, select
{
	border: 1px solid #000080;
	width: 200px;
	height: 18px;
	background: white;
	color: #000080;
	font-size: 11px;
}

input:focus, select:focus, textarea:focus
{
	background: #D1CEFD;
}

textarea
{
	border: 1px solid #000080;
	width: 200px;
	height: 100px;
	background: white;
	color: #000080;
	font-size: 11px;
}

.red
{
	color: red;
}

#gradient
{
	background: #8888D0 url(../images/gradient.jpg) left top repeat-x;
}

#adres_boven
{
	margin-top: 25px;
	margin-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#adres_bodem
{
	position: absolute;
	width: 150px;
	bottom: 20px;
	left: 38px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#inhoud
{
	position: relative;
	float: right;
	border: 1px solid #000080;
	padding: 10px 20px;
	height: 80%;
	_height: 90%;
	width: 90%;
	overflow: auto;
}

#titel
{
	font-size: 30px;
	color: red;
	border-bottom: 1px solid #000080;
	margin-bottom: 10px;
}

.center
{
	text-align: center;
}

#menukop
{
	float: right;
	height: 22px;
	width: 170px;
	background: url(../images/menu_kop_rechts.jpg) left top repeat-x;
}

#menu_left_bg
{
	background: url(../images/menu_kop_links.jpg) left top no-repeat;
	float: left;
	height: 22px;
	width: 34px;
}

#menu_tekst
{
	background: #000080;
	color: white;
	float: right;
	margin-top: 7px;
	padding-right: 5px;
}

/*--- Beginning of Addition Products Cycle Slideshow ---*/
.ProductsCycleSlideshowWrapper { 
	width: 444px; padding:0; margin:0 auto; overflow: hidden; text-align:center;
}
.ProductsCycleSlideshow { 
	height: 310px; width: 440px; padding:0; margin:0; overflow: hidden; border: 2px solid #9E9BCA; background-color:#fff;
}
.PCSChild { 
	height: 296px; width: 426px; padding: 7px; text-align:center; top:0; left:0 
}
.PCSChild  a { 
	text-decoration: none; color:000;
}
.PCSChild  a img { 
	border: none; border-width:0px;
}
.PCSOutput { 
	text-align:left; font-size:14px; height: 60px;
}
.PCSOutput a { 
	text-decoration: none; color:#000; 
}
.PCSPager { 
	margin:7px; 
}
.PCSPager a { 
	border: 1px solid #bbc3d3; background: #fff; color:#bbc3d3; text-decoration: none; margin: 0 1px; padding: 3px 5px; font-size:12px;
}
.PCSPager a.activeSlide { 
	border: 1px solid #000; background: #010080; color:#FFF;
}
.PCSPager a:focus { 
	outline: none; 
}
/*--- End of Addition Products Cycle Slideshow ---*/