/********************************************************************************
 *																				*
 *			****************************************************				*
 *			**												  **				*
 *			**					Soft2Connect				  **				*
 *			**				www.soft2connect.nl				  **				*
 *			**				info@soft2connect.nl			  **				*
 *			**												  **				*
 *			**	   copyright Etienne Gerts - Soft2Connect	  **				*
 *			**			  etienne@soft2connect.nl			  **				*
 *			****************************************************				*
 *																				*
 *			author:			Etienne Gerts										*
 *			date:			20-3-2005											*
 *			version:		1.0													*
 *																				*
 ********************************************************************************/

/********************************************************************************
 *								The site										*
 ********************************************************************************/
body {
	background-color: 			#A2B7CB;
	color:						#000000;
	font-family: 				Verdana, Arial, sans-serif;
	font-size:					14px;
	text-align:					left;
}
img{
	border:						0px;
}
.kopje{
	font-family: 				Verdana, Arial, sans-serif;
	color:						#6E3986;
	font-size:					16px;
	font-weight:				bold;
}

.contents{
		padding:                10px;
		padding-top:			0px;
		margin:					10px;
		margin-top:				0px;
}
p{
	font-family: 				Verdana, Arial, sans-serif;
	color:						#000000;
	font-size:					12px;
	text-align:					left;
}
a:hover {
	color:						#006600;
}
a.mainlevel {
	font-weight: 				bold;
	line-height: 				12px;
	width:						100%;
}
a.mainlevel:hover {
	color: 						#043e01;
}
/********************************************************************************
 *								The module										*
 ********************************************************************************/
/* the header of a module */
div.module_header {
	font-family:		"Comic Sans MS",Arial, Helvetica, sans-serif;
	font-weight:		bold;
	font-style:			italic;
	font-size:			18px;
	color:				#6E3986;
	text-align:			center;
	padding-bottom: 	20px;
}

/* the subheader of a module */
div.module_subheader {
	font-size:		12px;
	padding-left:	5px;
}

/* the module */
div.module {
	width:				100%;
	height:				100%;
	color:				#000000;
	text-align:			left;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}

/********************************************************************************
 *								The MenuTable									*
 ********************************************************************************/
table.moduletable {
	text-align:			left;
	text-decoration:	none;
	height:				100%;
	padding: 			0px 5px 0px 5px;
	width:				100%;
	margin-bottom: 		10px;
}

table.moduletable th {
	font-family:		"Comic Sans MS",Arial, Helvetica, sans-serif;
	font-weight:		bold;
	font-style:			italic;
	font-size:			18px;
	color:				#6E3986;
	text-align:			center;
	letter-spacing: 	10px;
	padding-bottom: 	20px;
}
table.moduletable td {
	font-family:		"Comic Sans MS",Arial, Helvetica, sans-serif;
	font-size: 			12px;
	text-decoration:	none;
	font-weight:		bold;
	font-style:			italic;
	color:				#FF0000;
	padding-bottom: 	10px;
}
table.moduletable a {
	font-weight: 		bold;
	color:				#000000;
	text-decoration:	none;
}
/********************************************************************************
 *								Regular Contents								*
 ********************************************************************************/
 .link_s2c{
 	font-family:		"Comic Sans MS",Arial, Helvetica, sans-serif;
	font-size: 			9px;
	font-weight: 		normal;
 	color:				#6E3986;
	text-align: 		center;
	padding-top:        50px;
	margin-top:         50px;
 }
 .editor_16{
 	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			14px;
	font-weight: 		bold;
 	color:				#6E3986;
	text-align: 		center;
 }
 /********************************************************************************
  *								Contact											*
  ********************************************************************************/
.input_text {
	 width:				200px;
	 text-align:		left;
}
.input_textarea {
	 width:				99%;
	 height:			200px;
	 text-align:		left;
}