/********************************************************************************
 *																				*
 *			****************************************************				*
 *			**												  **				*
 *			**			    Streg Software Solutions		  **				*
 *			**					www.streg.nl				  **				*
 *			**					info@streg.nl			      **				*
 *			**												  **				*
 *			**	   		copyright Etienne Gerts - Streg	 	  **				*
 *			**			 	  etienne@streg.nl				  **				*
 *			****************************************************				*
 *																				*
 *			author:			Etienne Gerts										*
 *			date:			17-9-2007											*
 *			version:		1.0													*
 *																				*
 ********************************************************************************/

body{
	margin:					0px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	font-style:				normal;
	text-align:				left;
}

a {
	color:					#cc0000;
	text-decoration:		none;
	font-weight:			bold;
}

a:hover {
	color:					#cc0000;
	text-decoration:		underline;
}
table td {
	margin:					0px;
}
/********************************************************************************
 *								The module										*
 ********************************************************************************/
/* the header of a module */
div.module_header {
}

/* the subheader of a module */
div.module_subheader {
	
}

/* the module */
div.module {
	padding:			0px 10px 0px 10px;
	display:			block;
}
/********************************************************************************
 *								The site										*
 ********************************************************************************/

div#wrapper {
	width:				900px;
	position:			absolute;
	left:				50%;
	margin-left:		-450px;
}
div#top {
	margin-top:			10px;
	padding-top:		10px;
	border-top:			1px solid #aaaaaa;
	text-align:			center;
	padding-bottom:		10px;
	border-bottom:		1px solid #aaaaaa;
}
div#middle {
	width:				900px;
}
td#left {
	vertical-align:		top;
	width:				596px;
	padding:			10px 0px 10px 0px;
	border-right:		1px solid #aaaaaa;
	margin:				0px;
}
td#right {
	vertical-align:		top;	
	width: 				303px;
	padding:			0px 0px 10px 0px;
}

div#bottom {
	clear:				both;
	display:			block;
	border-top:			1px solid #aaaaaa;
	padding:			10px;
	font-size:			10px;
}

h1, table.moduletable th {
	font-size:			25px;
	color:				#aaaaaa;
	padding:			0px 10px 0px 10px;
}

h2 {
	font-size:			18px;
	color:				#cc0000;
}
table.moduletable {
	width: 				283px;
}
table.moduletable th {
	padding:			10px;
}

table.moduletable td {
	vertical-align:		middle;
	border-bottom:		1px solid #aaaaaa;
	line-height:		30px;
}
span.currentlink {
	vertical-align:		middle;
}
table.moduletable a.mainlevel, a.level1 {
	display:			block;
	height:				100%;
	vertical-align:		middle;
	padding:			0px 10px 0px 10px;
}
span.currentlink {
	display:			block;
	height:				100%;
}
table.moduletable a.mainlevel:hover, a.level1:hover {
	display:			block;
	height:				100%;
	color:				#ffffff;
	background-color:	#cc0000;
	text-decoration:	none;
}
table.moduletable_menu1 {
	width: 				283px;
}
table.moduletable_menu1 td {
	border:				none;
	line-height:		20px;
	font-size:			11px;
	padding-left:		20px;
	vertical-align:		middle;
}


/********************************************************************************
 *								Editor stuff									*
 ********************************************************************************/
.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 admin link in the website when you are logedin				*
 ********************************************************************************/
div.adminlink {
	position:			absolute;
	top:				5px;
	left:				5px;
	padding:			5px;
	border:				1px solid #000000;
}

