/* CSS Document */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	letter-spacing: 0.2px;
	line-height: 15px;
}

#container {
	margin: 0 auto;
	width: 650px;
	height:100%;
}

#top {
	border-top: 15px solid #f4b33f;
	border-bottom: 4px solid #f4b33f;
	height: 125px;
}

div#contentArea {
	width: 650px;
	margin: 0 0 0 0;
	background: url('http://luxzon.nl/templates/standard/img/menu_bg.gif') repeat-y left;
	display: table;
}

div#leftMenu {
	width: 160px;
	background: #fff2cf;
	float: left;
	height: 100%;
}

div#leftMenu ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#leftMenu a {
	height: 17px;
	border-left: 15px solid #f4b13e;
	margin: 1px;
	padding: 0 0 0 20px;
	display: block;
	line-height: 17px;
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

div#leftMenu a:hover {
	border-left: 15px solid #ffda77;
	font-weight: bold;
}

div#leftMenu a.active {
	border-left: 15px solid #ffda77;
	font-weight: bold;
	background: #a7c1db;
}

div#rightContent {
	float: right;
	width: 450px;
	padding: 10px 20px 10px 20px;
	height: 100%;
}

div#footer {
	height: 20px;
	width: 650px;
}

div#leftFooter {
	width: 150px;
	float: left;
	background: #f4b13e;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

div#leftFooter a {
	color: #7a581f;
	font-weight: bold;
	text-decoration: none;
}

div#leftFooter a:hover {
	color: #000;
}

div#rightFooter {
	width: 480px;
	float: right;
	background: #fff2cf;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

div#rightFooter ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#rightFooter li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

div#lastwords {
	font-size: 9px;
	text-align: center;
	color: #f4b13e;
	margin-top: 10px;
}

div#lastwords a {
	color: #f4b13e;
}

div#lastwords a:hover{
	color: #7a581f;
}

/* OVERIGE */

div.clear {
	clear: both;
}

h1 {
	margin-top: 0px;
	background: #ffda77;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #7a581f;
	padding: 0 0 0 10px;
}

h1 a{
	color: #7a581f;
	text-decoration: none;
}

h1 a:hover {
	color: #000;
}

p {
	text-align: justify;
}