/********************************************************************************
 *																				*
 *			****************************************************				*
 *			**												  **				*
 *			**					Soft2Connect				  **				*
 *			**				www.soft2connect.nl				  **				*
 *			**				info@soft2connect.nl			  **				*
 *			**												  **				*
 *			**	   copyright Etienne Gerts - Soft2Connect	  **				*
 *			**			  etienne@soft2connect.nl			  **				*
 *			****************************************************				*
 *																				*
 *			author:			Etienne Gerts										*
 *			date:			19-2-2007											*
 *			version:		5.1													*
 *																				*
 ********************************************************************************/

body {
	background-color: 			#ffffcc;
	color:						#000000;
	font-family: 				Verdana, Arial, sans-serif;
	font-size:					12px;
	text-align:					left;
	margin:						0px;
	padding:					0px;
	vertical-align:				top;
}

a {
	text-decoration:			none;
	color: 						#cc0000;
	font-weight: 				bold;
}
a:hover {
	color: 						#336699;
}
 
a.mainlevel {
	display: 					block;
}
a.mainlevel:hover {
	
}

image {
	border:				none;
}
select, input, password, textarea {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	padding:			1px;
	font-size:			13px;
}
input.button, input.submit {
	font-weight:		bold;
}

/********************************************************************************
 *					Keep this intact for the editor								*
 ********************************************************************************/
.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;
}

/********************************************************************************
 *								The navigation									*
 ********************************************************************************/
div#navigation {
	position:			absolute;
	left:				50px;
	top:				190px;
	font-size:			11px;
	color:				#6699cc;
	vertical-align:		middle:
	text-align:			left;
}
span.navigation_split {
	
}
span.navigation_nolink {
	
}
a.navigation {
	color:					#336699;
}
a.navigation:hover {
	color: 					#cc0000;
}
/********************************************************************************
 *								The module										*
 ********************************************************************************/
/* the header of a module */
div.module_header {
	font-size:		16px;
	color:			#cc0000;
	font-weight:	bold;
	padding:		10px 0px 15px 0px;
}

/* the subheader of a module */
div.module_subheader {
	font-size:		12px;
	padding-left:	5px;
}

/* the module */
div.module {
	width:				100%;
}

table.moduletable {
	display:			block;
}

table.moduletable th { }
table.moduletable td { }

#modulemessage {
	width:				100%;
	vertical-align:		middle;
	text-align:			center;
	font-weight:		bold;
	color:				#cc0000;
}
/********************************************************************************
 *								The module message								*
 ********************************************************************************/
div#modulemessage {
	color:				#cc0000;
	font-weight:		bold;
}
/********************************************************************************
 *				The admin link in the website when you are logedin				*
 ********************************************************************************/
div.adminlink {
	position:			absolute;
	top:				5px;
	left:				5px;
	padding:			5px;
	border:				1px solid #000000;
}
/********************************************************************************
 *								THE SITE										*
 ********************************************************************************/
/********************************************************************************
 *									HEADER										*
 ********************************************************************************/
div#page_header {
	padding:			0px;
	display:			block;
	text-align:			left;
	vertical-align:		top;
	height:				207px;
}

table.table_page_header {
	width:				100%;
}
td.td_header_info {
	width:				275px;
	height:				186px;
}

td.td_header_image {
	text-align:			right;
	height:				186px;
	/*background-image:	url("../images/headers/header_info.jpg");*/
	background-position: right top;
	background-repeat:	no-repeat;
	padding:			0px;
	margin:				0px;
	
}

td.td_header_info_spacer, td.td_header_image_spacer {
	height:				1px;
}

/********************************************************************************
 *									BLUE LINE									*
 ********************************************************************************/
div.page_blue_line {
	margin:				0px 5px 0px 5px;
	background-image:	url("../images/blue_line.jpg");
	background-repeat:	repeat-x;
	background-position: left top;
	height:				14px;
	display:			block;
	padding-bottom:		10px;
}
/********************************************************************************
 *									MIDDLE										*
 ********************************************************************************/
div#page_middle {
	display:			block;
	text-align:			left;
	vertical-align:		top;
}
table.middle {
	width:				100%;
	margin:				0px;
	padding:			0px;
}
table.middle td {
	text-align:			left;
	vertical-align:		top;
}
table.middle td.menu {
	width:				260px;
}


/*** TOP MENU ***/
div#shop_menu {
	position:			absolute;
	right:				5px;
	top:				190px;
	font-size:			11px;
	vertical-align:		middle;
}
div#shop_menu table.moduletable td {
	padding:			2px;
}

/*** LEFT MENU ***/
table.middle td.menu table.moduletable {
	font-size:			14px;
	font-weight:		bold;
}

table.middle td.menu a.mainlevel {
	
}

table.middle td.menu a.mainlevel:hover {
	
}

table.middle td.menu table.moduletable td {
	
}

table.leftmenu {
	padding: 			0px;
	margin: 			0px;
	width:				240px;
	background-image:	url("../images/menu/menu_background.png");
	background-repeat:	repeat;
	color:				#03356c;
	display:			block;
}
table.leftmenu td {
	padding: 			0px;
	margin: 			0px;
	
}
table.leftmenu td.leftmenu_header {
	width:				240px;
	height:				40px;
}
table.leftmenu td.leftmenu_footer {
	width:				240px;
	height:				25px;
}
table.leftmenu td.leftmenu_modules {
	width:				227px;
}

table.leftmenu td.leftmenu_right {
	width:				13px;
	background-image:	url("../images/menu/menu_right.png");
	background-repeat:	repeat-y;	
}

/********************************************************************************
 *										IMAGES									*
 ********************************************************************************/
image.links {
	float: left;
	padding: 0px 5px 2px 0px;
}

image.rechts {
	float: right;
	padding: 0px 0px 2px 5px;
}
/********************************************************************************
 *									LINK TEMPLATE								*
 ********************************************************************************/
div.scrollnews {
	text-align:			center;
	display: 			block;
}


#flashmovie{
	position: 			absolute;
	top: 				50%;
	left: 				50%; 
	width:				720px;
	height: 			539px;
	padding:			0px;
	margin-left:		-360px;
	margin-top:			-270px;
}

/********************************************************************************
 *										MAILING									*
 ********************************************************************************/
td.mailing_value {
	padding-top:		5px;
}


div.template_niewsbrief {
	padding-top:		50px;
	display:			block;
	margin:				5px;
	text-align:			left;
	width:				170px;
	padding-left:		20px;
}

table.middle td.menu table.moduletable {
	font-size:			14px;
	font-weight:		bold;
	width:				100%;
}

div.template_niewsbrief a {
	color:				#336699;
	font-weight:		bold;
	font-size:			14px;
}

div.template_niewsbrief a:hover {
	color:				#cc0000;
}