html, body { 
	margin: 0;
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #e9e7e7;
	color : #645949;
	font-style : normal;
	text-align : left;
	text-decoration : none;
	scrollbar-base-color: #e9e7e7;
	scrollbar-arrow-color: #FFFFFF;
}
#pageContent { 
	width: 950px;
	margin: 0px auto;
	height: 100%;
	background-color: #ffffff;
}
#headercontainer { 
	position: relative; 
	width: 950px; 
	height: 182px;
	margin: 0 auto;
	z-index: 99;
}
#header {
	position: fixed;
	margin: 0;
	top: 0;
	width: 950px;
	background-color: #ffffff;
}
#contentcontainer {
	position: relative;
	margin: 0px auto;
	width: 950px;
	background-color: #ffffff;
}
#content {
	position: relative;
	margin: 0px auto;
	width: 930px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
#footercontainer { 
	position: relative;
	width: 950px;
	height: 78px;
	margin: 0 auto;
	z-index: 98;
}
#footer {
	position: fixed;
	bottom: 0px;
	width: 950px;
	margin: 0;
	height: 78px;
	background: #e9e7e7;
}

.form_text {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	color: #645949;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.form_text_small {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	color: #645949;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}
.form_text_white {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.form_text_bold {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	color: #645949;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.form_text_white_bold {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.form_text_title {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	color: #645949;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
a.index_links:link, a.index_links:visited, a.index_links:hover, a.index_links:active {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	color: #645949;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a.index_links_bold:link, a.index_links_bold:visited, a.index_links_bold:hover, a.index_links_bold:active {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	color: #645949;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* formulier gedeelte */
.form_standard_style {
	margin:0;
}
input.input_button {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	border: 1px solid #645949;
	background: #e9e7e7;
	background-color: #e9e7e7;
	color: #645949;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	height: 22px;
	cursor: pointer;
	cursor: hand;
}
input.input_button_over {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	border: 1px solid #645949;
	background: #c1c0bf;
	background-color: #c1c0bf;
	color: #645949;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	height: 22px;
	cursor: pointer;
	cursor: hand;
}
input.input_button_100 {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	border: 1px solid #645949;
	background: #e9e7e7;
	background-color: #e9e7e7;
	color: #645949;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	height: 22px;
	cursor: pointer;
	cursor: hand;
	width: 100px;
}
input.input_button_over_100 {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	border: 1px solid #645949;
	background: #c1c0bf;
	background-color: #c1c0bf;
	color: #645949;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	height: 22px;
	cursor: pointer;
	cursor: hand;
	width: 100px;
}
input.input_button_150 {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	border: 1px solid #645949;
	background: #e9e7e7;
	background-color: #e9e7e7;
	color: #645949;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	height: 22px;
	cursor: pointer;
	cursor: hand;
	width: 150px;
}
input.input_button_over_150 {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	border: 1px solid #645949;
	background: #c1c0bf;
	background-color: #c1c0bf;
	color: #645949;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	height: 22px;
	cursor: pointer;
	cursor: hand;
	width: 150px;
}
input.input_login_125, select.input_login_125 {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	height : 20px; 
	border: 1px solid #645949; 
	background: #ffffff;
	background-color: #ffffff;
	text-align: left; 
	font-size: 10px;
	color: #645949;
	padding-left: 3px;
	width: 125px;
}
input.input_login_175, select.input_login_175 {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	height : 20px; 
	border: 1px solid #645949; 
	background: #ffffff;
	background-color: #ffffff;
	text-align: left; 
	font-size: 12px;
	color: #645949;
	padding-left: 3px;
	width: 175px;
}
input.input_login_300, select.input_login_300 {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	height : 20px; 
	border: 1px solid #645949; 
	background: #ffffff;
	background-color: #ffffff;
	text-align: left; 
	font-size: 12px;
	color: #645949;
	padding-left: 3px;
	width: 300px;
}
input.input_login_400, select.input_login_400 {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	height : 20px; 
	border: 1px solid #645949; 
	background: #ffffff;
	background-color: #ffffff;
	text-align: left; 
	font-size: 12px;
	color: #645949;
	padding-left: 3px;
	width: 400px;
}
textarea.input_login_200 {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	height : 100px; 
	border: 1px solid #645949; 
	background: #ffffff;
	background-color: #ffffff;
	text-align: left; 
	font-size: 12px;
	color: #645949;
	padding-left: 3px;
	width: 200px;
}
textarea.input_login_300 {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	height : 100px; 
	border: 1px solid #645949; 
	background: #ffffff;
	background-color: #ffffff;
	text-align: left; 
	font-size: 12px;
	color: #645949;
	padding-left: 3px;
	width: 300px;
}
textarea.input_login_400 {
	font-family: Geneva,sans-serif,'MS Sans Serif';
	height : 100px; 
	border: 1px solid #645949; 
	background: #ffffff;
	background-color: #ffffff;
	text-align: left; 
	font-size: 12px;
	color: #645949;
	padding-left: 3px;
	width: 400px;
}
.table_border_solid {
	margin-left:auto; 
	margin-right:auto;
	border: 1px solid #735e41;
	text-align: center;
}
.style_detail {
	background-color: #FFFFFF;
	border: 2px solid #735e41;
	width: 175px;
	height: 175px;
}
.style_popupborder {
	border: 1px solid #735e41;
}
