/* Global properties */
body {
	background-color: rgb(255,255,255);
	margin: 0;
	padding: 0;
}

* {
	margin: 0; 
	padding: 0;
}

p {
	display: block;
	padding-bottom: inherit;
}

h1 {
	font-size: 13px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 12px;
	color: rgb(62,91,161);
	font-family: Verdana;
	font-weight: bold;
}

h2 {
	font-size: 11px; 
	font-family: verdana; 
	line-height: 22px; 
	font-weight: bold;
	margin-top: 0px;
}

strong {
	font-style: normal;
	font-weight: bold;
}

em {
	font-style: italic;
}

span.underline {
	text-decoration: underline;
}


th {
	text-align: left;
}

th.align_right {
	text-align: right;
}

td {
	font-size: 11px;
	font-family: verdana; 
}

td.align_right {
	padding-left: 5px;
	text-align: right;
}

td.number {
	width: 20px;
}

td.description {
	padding-left: 20px;
}

td {
	line-height: normal;
	padding: 0px;	
}

table#hardheid {
	border-collapse: collapse;	
}

table#hardheid td.description, th.description {
	width: 150px;
	padding-left: 0px;
}

table#hardheid td, th {
	font-size: 11px;
	font-family: verdana; 
	border-bottom: 2px solid rgb(255,255,255);
	height: 25px;	
}

.border_top {
	width: 160px;
	height: 1px;
	border-top: 1px solid rgb(143,191,79);
}
	
.spacer {
	width: 160px;
	height: 20px;
}

.border_bottom {
	width: 160px;
	height: 16px;
	border-bottom: 1px solid rgb(143,191,79);
}

.form_name {
	width: 100px;
	height: 25px;
  display: inline-block;
}

.form_field {
  display: inline-block;
}

.button {
	clear: both;
	padding-left: 100px;
	padding-top: 10px;
}

.no_display {
	position: absolute;
	top: 0;
	left: 0;	
}

p.center {
	display: block;
	text-align: center;
}

img.pb {
	border: 1px solid rgb(143,191,79);	
}

/* Layout properties */
#wrapper {
	height: 100%;
	min-height: 560px;
	position: relative;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	width: 910px;
}

/* Header properties */
#header {
	width: 910px;
	float: left;
	height: 144px;
}

/* Menu properties */
#menu {
	float: left;
	width: 160px;
	margin-top: 20px;
}

#menu ul {
	list-style-type: none;
}

#menu ul.menu {
}

#menu ul.submenu {
	display: none;
	margin-left: 15px;
}

#menu ul.subsubmenu {
	display: none;
	margin-left: 15px;
}

#menu ul.visible {
	display: block;
}

#menu a {
	font-size: 11px;
	font-family: verdana;
	line-height: 22px;
	color: rgb(0,0,0);
	text-decoration: none;
}

#menu a:hover {
	font-weight: bold;
}

#menu a.active {
	color: rgb(62,91,161);
	font-weight: bold;
}

/* Content properties */
#content {
	float: right;
	display: inline;
	width: 750px;
	margin: 20px 0 0 0;
}

#textcontainer {
	font-size: 11px;
	font-family: verdana; 
	line-height: 20px;
	color: rgb(0,0,0);
	background-color: rgb(227,239,211); 
	background-image: url(/gif/gradient-particulier.gif); 
	background-repeat: repeat-x;
	background-position: 0px -20px;
	float: left;
	width: 590px;
	height: 395px;
}

#text {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 550px;
}

#text a {
	color: rgb(102,153,0);
	text-decoration: underline;
}

#text a:hover {
	color: rgb(102,153,0);
	text-decoration: none;
	font-weight: normal;
}

#text ul, ol {
	margin-top: -15px;
	margin-bottom: 15px;
}

#text ul li, ol li {
	margin-left: 25px;
}

#text p {
	display: block;
	margin-bottom: auto;
}

#images {
	float: left;
	width: 160px;
}

#images img {
	width: 160px;
}

img.test {
}

/* Footer properties */
#footer {
	clear: both;
	border-top: 1px solid rgb(143,191,79);
	font-size: 11px;
	font-family: verdana;
	line-height: 22px;
	color: rgb(62,91,161);
	text-align: center;
}

div#footer a {
	color: rgb(62,91,161);
	text-decoration: none;
}

div#footer a:hover {
	color: rgb(0,0,0);
}

div.footer {
	float: left;
	width: 152px;
	text-align: center;
}

div.left {
	width: 150px;
	text-align: left;
}

div.right {
	text-align: right;
}

