/* Define styles that are to be used for printing here */
/* ••• SAMW3 THEME •••
-------------------------------------------
File: 'SAMW Green default' styles.css Style Sheet
Created: 23 September, 2006
Last Modified: 28, October, 2006
Author: Rudi Samyn
WWW: 
Email: rudi.samyn@telenet.be
Copyright 2006 Rudi Samyn
All Rights Reserved
-------------------------------------------
*/
/* ••• GENERAL STYLES •••*/


/* ••• LAYOUT •••*/

body {
	font-size: .7em;
	color: #333333;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 0;
}

/* @group Quicklinks */

#quickLinks {
	display: none;	};
		
/* @end */


#container {
	width: 780px;
	text-align: left;
	z-index: 2;
	overflow: hidden;
}

.clearer {
	clear: both;
}

#pageHeader {
	display: none;
}

#contentContainer {
	/*background: white;*/
	position: relative;
	padding-top: 0;
	z-index: 4;
	/*padding-bottom: 12345px;
	margin-bottom: -12345px;*/
}

#contentContainer #content {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}

/*#contentContainer #content a:hover, #contentContainer #content a:active {
	text-decoration: underline;
	}*/


#sidebarContainer {
	display: none;
}

#footer {
	display: none;
}

#footer p {
}

#footer a:link, #footer a:visited {
	/*color: #b2c45e;*/
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	/*text-decoration: underline;*/
}

/* @group Breadcrumb */

#breadcrumbcontainer {
	display: none;
}

	
/* @end */

/* @group Navigation (Toolbar) */

/* Toolbar Styles */

#navcontainer {
	display: none;
}

/* @end */