html,body {
	height: 100%; /* HEEL BELANGRIJK! */
	font-family: Verdana;
	color:#000;
	font-size:11px;
	background-image:url(../images/webshop/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0;
	padding:0;
}


.right {
	line-height:1.4;
	text-align:left;
}

.right h1{
	color:#007FB4;
	font-size:13px;
	margin-bottom:-25px;
	margin-top:26px;
}

.right p{
	font-size:11px;
	color:#000;
}

.right ul{
	margin-left:-20px;
	_margin-left:20px;
	margin-top:15px;
}

.right li{
	list-style-image:url(../images/webshop/bullet.gif);
	padding-bottom:10px;
	color:#000;
}

.right a{
	font-size:11px;
	color:#007FB4;
	text-decoration:none;
	border-bottom-color:#007FB4;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.right a:hover{
	font-size:11px;
	text-decoration:none;
	border-bottom-style:none;
	border-bottom-width:0px;
}


.right img{
	border-color:#007FB4;
	border-style:solid;
	border-width:1px;
}

.left img{
	border-color:#7FBFDA;
	border-style:solid;
	border-width:1px;
}

.footer {
	color:#B7DBE9;
	text-decoration:none;
	font-size:9px;
	text-align:left;
}

.footer a{
	color:#B7DBE9;
	text-decoration:none;
}

.footer a:hover{
	color:#B7DBE9;
	text-decoration:underline;
}
