@charset "utf-8";
body {
	height:100%;
	margin: 0;
	padding: 0px;
	background-color: #EAEAEA;
}

html {
	height:100%;
	margin: 0 0 0 0;
}

a:link{
	color:#999;
	text-decoration: none;
}

a:visited{
	color:#999;
	text-decoration:none;
}

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

a:active{
	color:#999;
}

.copyright {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999;
	border-bottom-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

.middle {
	background-color: #F2F2F2;	
}

.left {
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.right {
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.content {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
}

.packages {
	text-align:left;
	width:80%;
	padding-top:20px;
	padding-bottom:20px;
	
}

.schijdingL {
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#999;
}
