BODY {
	font-family: verdana, tahoma, arial, helvetica, sans-serif; 
	font-size: 10pt;

	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;

	padding: 0px;
}

TD {
	font-family: verdana, tahoma, arial, helvetica, sans-serif; 
	font-size: 11px;
}

.td_compact {
	padding: 0px;
	margin: 0px;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: hidden;
}

.menu {
	color: white;
	text-align: justify, center;
	padding-top: 1px;
	font-size: 8pt;
}
.menu:hover {
	color: black;
	text-decoration:none;
}
.menu_no_link {
	text-decoration: none;
	color: black;
}
.menu_no_link:hover {
	text-decoration: none;
	color: black;
}

.table_box {
	border: 1px solid gray;
	padding: 10px;
}

.table_header {
	background-color: #9C9EA1;
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.table_footer {
	border-top:	 1px solid gray;
	border-bottom:	 1px solid gray;
	background-color: #DBDBDB;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	vertical-align: super ;
}

TEXTAREA,SELECT,INPUT {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, tahoma, arial, helvetica, sans-serif; 
	border: 1px solid #666666;
	background: #FAFAFA;
/*	width: 150px;*/
}

.formcheckbox {
	background: none;
	border: none;
}


A.no_link {
	text-decoration: none;
	color: black;
}
A.no_link:hover {
	text-decoration: none;
	color: black;
}

A.subtiel_link {
	text-decoration: underline;
	color: black;
}
A.subtiel_link:hover {
	text-decoration: underline;
}

A {
	color: #FF6600;
	text-decoration: none;
}
A:hover {
	color: #FF6600;
	text-decoration: underline;
}

.link_knop {
	background-color: transparent;
	border: none;
	color: #FF6600;
}


.bg_red_0 {
	background-color: #FFD1D1;
}

.bg_red_1 {
	background-color: #FAA9A9;
}

.bg_red_mouse_0 {
	background-color: #FFD1D1;
	behavior: url(/style/table_row.htc);
}

.bg_red_mouse_1 {
	background-color: #FAA9A9;
	behavior: url(/style/table_row.htc);
}

.bg_0, .bg_mouse_0, .bg_red_0 {
	background-color: '';
}

.bg_1, .bg_mouse_1 {
	background-color: #EDEDED;
}



.bg_mouse_0 {
	behavior: url(/style/table_row.htc);
}

.bg_mouse_1 {
	behavior: url(/style/table_row.htc);
}

.link_bar, .link_bar_active {
	text-align: center;
	border: 1px solid gray;
	background-color: #DBDBDB;
	width: 33%;
	height: 25px;
	font-weight: bold;
	behavior: url(/style/link_bar.htc);
}
.link_bar_active {
	background-color: #9C9EA1;

}


.document_sub_1 {
}

.document_sub_1_title {
	width: 100%;
	font-weight: bold;
	font-size: 17px;
	font-weight: bold;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
/*	border: 1px solid red;*/
}

.document_sub_2 {
	font-size: 16pt;
	font-weight: bold;
	margin-left: 20px;
/*	border: 1px solid green;*/
}
.document_sub_2_title {
	width: 100%;
	padding: 3px;
	color: #FF9900;
	page-break-before: auto;
	font-weight: normal;

	border-bottom: 2px solid gray;
	margin-top: 20px;
	margin-bottom: 10px;

/*	border: 1px solid blue;*/
}



.document_sub_3_title {
	font-size: 14pt;
	font-weight: bold;
	color:#999999;
	width: 100%;

	margin-top:	8px;
	margin-bottom:	4px;

/*	border: 1px solid blue;*/
}

.document_sub_3 {
	margin-left: 20px;
/*	border: 1px solid orange;*/
}

@media print {
	.document_sub_2_title {
		page-break-before: avoid;
	}
	.document_sub_3 {
		page-break-before: avoid;
		page-break-inside: avoid;
	}

}

.document_sub_4 {
	font-size: 11px;
	font-weight: bold;
/*	border: 1px solid orange;*/
}


.prop_name {
	width: 250px;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
/*	border: 1px solid blue;*/
}

.prop_value {
	vertical-align: top;
	font-size: 11px;
	font-weight: normal;
/*	border: 1px solid green;*/
	width: 350px;
}

.prop_regel {
	margin-left: 20px;
	vertical-align: top;
/*	border: 1px solid red;*/
}

@media print {
	.prop_regel {
		page-break-before: avoid;
	}
	
}


.doc_prop_name {
	width: 190px;
	font-size: 11pt;
	color: #333333;
	font-weight: normal;
	vertical-align: top;
	text-align: right;
/*	border: 1px solid blue;*/
}

.doc_prop_value {
	vertical-align: top;
	font-size: 11pt;
	color: #333333;
	font-weight: normal;
/*	border: 1px solid green;*/
	width: 350px;
}
