/*********************************************************************************************/
/* HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML */
/*********************************************************************************************/

html {
	overflow: 				auto;
}

body {
	padding: 				0px;
	margin:					0px;
	
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				11px;
	line-height:			14px;
}

table {
	border:					none;
}

hr {
	border: 				none;
 	border-top: 			1px solid #78C331;
	height: 				1px;
}

/*********************************************************************************************/
/* CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS */
/*********************************************************************************************/
.breadcrump {
	font-size:				11px;
	color:					#000000;
	height:					30px;
}

.breadcrump a {
	color:					#78C331;
	text-decoration:		none;
}

.breadcrump a.hover {
	color:					#78C331;
	text-decoration:		underline;
}

.container_content {
	width:					760px;
	height:					100%;
}

table.content {
	width:					560px;
	height:					100%;
}

.footer {
	width:					760px;
	height:					29px;
	background-image: 		url(../images/bck_footer.jpg);
	background-repeat: 		repeat-x;
	background-position:	left top;
	font-size:				11px;
}

table.header {
	width:					760px;
	height:					146px;
}

.header td.bck {
	height:					44px;
	background-image:		url(../images/bck_header.gif);
	background-repeat:		repeat-x;
	background-position:	left top;
}

.header th {
	background-color:		#000000;
	height:					3px;
}

.header_left {
	height:					146px;
	background-image:		url(../images/bck_header_left.gif);
	background-repeat:		no-repeat;
	background-position:	right top;
}

.header_right {
	height:					146px;
	background-image:		url(../images/bck_header_right.gif);
	background-repeat:		no-repeat;
	background-position:	left top;
}

.input {
	width:					300px;
	height:					20px;
	
	border:					1px solid #78C331;
	font-size:				11px;
	padding-left:			3px;
}

.input_klein {
	width:					100px;
	height:					20px;
	
	border:					1px solid #78C331;
	font-size:				11px;
	padding-left:			3px;
}

.input_textarea {
	width:					300px;
	height:					60px;
	
	border:					1px solid #78C331;
	font-size:				11px;
	padding-left:			3px;
}

table.main {
	width:					100%;
	height:					100%;
}

table.menu {
	width:					200px;
	height:					100%;
}

.menu {
	background-image:		url(../images/bck_menu.gif);
	background-repeat:		repeat-y;
	background-position:	left top;
}

.submit {
	width:					100px;
	height:					20px;
	
	border:					1px solid #78C331;
	background-color:		#FFFFFF;
	font-size:				11px;
}

#text {
	left: 					0px;
	top: 					0px;
	
	width: 					100%;
	height: 				100%;
	
	overflow: 				auto;
	position: 				relative;
	
	scrollbar-face-color: 		#FFFFFF; 
	scrollbar-shadow-color: 	#78C331; 
	scrollbar-highlight-color: 	#FFFFFF; 
	scrollbar-3dlight-color:	#78C331; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: 		#FFFFFF; 
	scrollbar-arrow-color: 		#78C331;
}

.text {
	vertical-align:			top;
	overflow:				scroll;
}

.txt {
	font-size:				11px;
	line-height:			14px;
}

.txt h1 {
	font-size:				16px;
	font-weight:			bold;
	color:					#000000;
	margin-top:				10px;
	margin-bottom:			20px;
}

.txt h2 {
	padding:				0px;
	margin:					0px;
	
	color:					#78C331;
	
	font-size:				11px;
	font-weight:			bold;
}

.txt a {
	color:					#000000;
	text-decoration:		underline;
}

.txt a:hover {
	color:					#78C331;
	text-decoration:		underline;
}

.txt img {
	margin-left:			5px;
	margin-right:			5px;
}

.imgLeft {
	float:left;
	margin:0px 10px 10px 0px;
}

.imgRight {
	float:right;
	margin:0px 0px 10px 10px;
}

a.link {
	color:					#000000;
	text-decoration:		none;
	cursor:					hand;
}

a:hover.link {
	color:					#FFFFFF;
	text-decoration:		none;
}

a.link_active {
	color:					#FFFFFF;
	text-decoration:		none;
	cursor:					hand;
}

a:hover.link_actiev {
	color:					#FFFFFF;
	text-decoration:		none;
}

div.button {
	margin-left:			2px;
	margin-right:			2px;
	margin-top:				2px;
	
	float:					left;
}

div.button div.txt {
	background-image:		url(../beelden/btn-back.gif);
	background-repeat:		repeat-x;
	
	width:					auto;
	height:					17px;
	
	padding-left:			3px;
	padding-right:			3px;
	/*padding-top:			1px;*/
	
	float: 					left;
}

div.button div.left {
	background-image:		url(../beelden/btn-left.gif);
	background-repeat:		no-repeat;
	
	width:					4px;
	height:					17px;
	
	float:					left;
}

div.button div.right {
	background-image:		url(../beelden/btn-right.gif);
	background-repeat:		no-repeat;
	
	width:					4px;
	height:					17px;
	
	float:					left;
}

div#map {
	left:					0px;
	top:					0px;
	
	width:					520px;
	height:					350px;
	
	position:				relative;
}
