/********************************************************************************
 *																				*
 *			****************************************************				*
 *			**												  **				*
 *			**					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 {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				14px;
	padding:				0px;
	background-color:		#FFFFFF;
	color:					#FFFFFF;
	text-align:				center;
	font-weight:			bold;
	vertical-align:			middle;
}

a {
	text-decoration:			none;
	color: 						#CCCCCC;
}
a:hover {
	color:						#FFFFFF;
}
a.s2c {
	text-decoration:			none;
	color:						#999999;
}
a.s2c:hover {
	text-decoration:			none;
	color:						#666666;
}
 
/********************************************************************************
 *								The module										*
 ********************************************************************************/
/* the header of a module */
div.module_header {
}

/* the subheader of a module */
div.module_subheader {
	font-size:		12px;
	padding-left:	5px;
}

/* the module */
div.module {}


table.moduletable {
	width:					760px;
	vertical-align:			top;
	border:					none;
}
table.moduletable td {
	width:					190px;
	height:					40px;
	vertical-align:			top;
	text-align:				center;
}
table.moduletable th {
	font-weight:		bold;
	text-align:			center;
	letter-spacing: 	2px;
	padding-bottom: 	3px;
}

div#site {
	width:					760px;
	padding-top:			0px;
	text-align:				center;
}
div#header {
	width:					100%;
	height:					60px;
}
div#menu {
	width:					100%;
	height:					40px;
}
div#middle {
	height:					400px;
}
div#left {
	float:					left;
}
div#right {
	float:					right;
}
div#s2c {
	width:					100%;
	font-size:				11px;
	color:					#999999;
	text-align:				right;
	font-weight:			normal;
}
.editor_10 {
	font-size:			10px;
}

.editor_12 {
	font-size:			12px;
}

.editor_14 {
	font-size:			14px;
}

.editor_16 {
	font-size:			16px;
}
.editor_18 {
	font-size:			18px;
}
.editor_20 {
	font-size:			20px;
}
.editor_30 {
	font-size:			30px;
}
