html,body {
	height: 100%; /* HEEL BELANGRIJK! */
	font-family: Verdana;
	color:#000;
	font-size:11px;
	background-image:url(../images/home/de_bg_home.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	background-color:#B9282D; /* Kleur aan rechterzijde */
}


.center a{
	color:#B9282D;
	text-decoration:none;
}

.center ul{
	text-align:right;
	margin-right:13px;
}

.center li{
	color:#B9282D;
	padding-bottom:14px;
	list-style-type:none;
}

.right h1{
	font-family:"Book Antiqua";
	font-size:bold;
	text-transform:uppercase;
	color:#B9282D;
	font-size:14px;
	margin-bottom:13px;
	margin-top:26px;
	margin-left:65px;
}

.right a{
	font-size:11px;
	color:#B9282D;
	text-decoration:none;
	border-bottom-color:#B9282D;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.right p{
	font-size:11px;
	color:#000;
	padding-bottom:5px;
	padding-left:80px;
}
.right img{
	margin-left: -80px;
}
.right a:hover{
	font-size:11px;
	text-decoration:none;
	border-bottom-style:none;
	border-bottom-width:0px;
}
