/*
ENJOY INDUSTRIES - SCREEN
GLOBAL LAYOUT CSS

• Enjoy Webservices	: ROOD   - #eb1c22
• Enjoy Merchandise	: BLAUW  - #016eb2
• Enjoy Education	: GROEN  - #78ab35
• Enjoy Events		: ORANJE - #eb8d1a
• Enjoy Consultancy	: GEEL   - #ffc905

LICHT GRIJS: #C0C0C0
BASIS GRIJS: #7f7f7f

margin/padding: TOP RIGHT BOTTOM LEFT 
*/

HTML, BODY {	
	}

BODY	{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #7f7f7f;
}

CENTER * {
	text-align: left;
}

SMALL {
	font-size: 7pt; 
	color: #C0C0C0;
	}


H1 {
	font-size: 16pt;
	font-weight: normal;
	text-align: left;
	letter-spacing: -1px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

H2 {
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	letter-spacing: -1px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-style: italic;
}

H3 {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
	margin: 0px 0px 5px 0px;
	padding: 3px 3px 3px 3px;
	color: #ffffff;
}

A, A *, A:link, A:link *, A:visited, A:visited *		{ text-decoration: none; }
A:hover, A:hover *, A:active, A:active *				{ color: #7f7f7f; text-decoration: underline;  }


/* SITE HEADER LAYOUT */
#SiteHeader				{ position: relative; width: 1000px; height: 80px; overflow: hidden; }
	#EnloyLogo			{ position: absolute; top: 20px; left: 0px; width: 160px; height: 60px; overflow: hidden; }
	#SiteSearch			{ position: absolute; top: 20px; left: 795px; width: 205px; height: 25px; overflow: visible; }
	#SiteLinks			{ position: absolute; top: 45px; left: 795px; width: 205px; height: 35px; overflow: visible; }

/* SITE NAVIGATION PATH */
#SiteNavpath			{ position: relative; width: 1000px; height: auto; overflow: hidden; }
	#SiteNavpath			{ font-weight: bold; }
	#SiteNavpath *			{ font-weight: normal; }


/* SITE MENU*/
#SiteMenu					{ position: relative; width: 1000px; height: auto; overflow: hidden; }
	#SiteMenu A.MainMenuSelected	{ font-weight: bold; }


/* SITE INTRO LAYOUT */
#SiteIntroContainer		{ position: relative; width: 1000px; height: 135px; overflow: hidden; display: none; }
	#EnjoyWebservicesText	{ position: absolute; top: 0px; left: 0px; width: 175px; height: 135px; overflow: hidden;  background-color: #fac8c9; }
	#EnjoyWebservicesText H3 { background-color: #eb1c22; }
	#EnjoyWebservicesText P  { margin: 3px; }

	#EnjoyConsultancyText	{ position: absolute; top: 0px; left: 206px; width: 175px; height: 135px; overflow: hidden; background-color: #fff0c3; }
	#EnjoyConsultancyText H3 { background-color: #ffc905; }
	#EnjoyConsultancyText P  { margin: 3px; }

	#EnjoyMerchandiseText	{ position: absolute; top: 0px; left: 412px; width: 175px; height: 135px; overflow: hidden; background-color: #c3e9ff; }
	#EnjoyMerchandiseText H3 { background-color: #016eb2; }
	#EnjoyMerchandiseText P  { margin: 3px; }

	#EnjoyEducationText		{ position: absolute; top: 0px; left: 619px; width: 175px; height: 135px; overflow: hidden; background-color: #e4f1d1; }
	#EnjoyEducationText H3 { background-color: #78ab35; }
	#EnjoyEducationText P  { margin: 3px; }

	#EnjoyEventsText		{ position: absolute; top: 0px; left: 825px; width: 175px; height: 135px; overflow: hidden; background-color: #fae3c8; }
	#EnjoyEventsText H3 { background-color: #eb8d1a; }
	#EnjoyEventsText P  { margin: 3px; }


/* BASE LAYOUT */
#SiteImagesContainer		{ position: relative; width: 1000px; height: 400px; overflow: hidden; }
	#EnjoyWebservices		{ position: absolute; top: 0px; left: 0px; width: 175px; height: 400px; overflow: hidden; display: none; }
	#EnjoyConsultancy		{ position: absolute; top: 0px; left: 206px; width: 175px; height: 400px; overflow: hidden; display: none; }
	#EnjoyMerchandise		{ position: absolute; top: 0px; left: 412px; width: 175px; height: 400px; overflow: hidden; display: none; }
	#EnjoyEducation			{ position: absolute; top: 0px; left: 619px; width: 175px; height: 400px; overflow: hidden; display: none; }
	#EnjoyEvents			{ position: absolute; top: 0px; left: 825px; width: 175px; height: 400px; overflow: hidden; display: none; }

	#SiteContent			{ position: absolute; top: 0px; left: 206px; width: 794px; height: 400px; overflow: auto; display: none; background-position: 50% 50%; background-image: none; background-repeat: no-repeat; }
		#SiteContent P		{ line-height: 150%; }
		#SiteContent A		{ text-decoration: underline; }


/* SITE HEADER LAYOUT */
#SiteFooter					{ position: relative; width: 1000px; height: auto; overflow: hidden; }


/* OTHER */
.HR					{ position: relative; width: 1000px; height: 22px; overflow: hidden; background-image: url(/images/bg_hr.png); background-position: 0% 50%;}
.EnjoyWebservices	{ color: #eb1c22; }
.EnjoyConsultancy	{ color: #ffc905; }
.EnjoyMerchandise	{ color: #016eb2; }
.EnjoyEducation		{ color: #78ab35; }
.EnjoyEvents		{ color: #eb8d1a; }


/* FORMS V9 DEFAULT */
FORM					{ margin: 0px; padding: 0px; }
INPUT.FormText			{ border: 1px solid #C0C0C0; width: 300px; }
INPUT.FormButton		{ text-align: center; }
INPUT.FormMainButton	{ border: 1px solid #C0C0C0; color: #7f7f7f; background-color: #ffffff; font-weight: bold; text-align: center; }
SELECT.FormSelect		{ width: 305px; }
TEXTAREA.FormTextarea	{ width: 450px; height: 150px; }
SPAN.FormError			{ color: #eb1c22!important; font-size: 80%; }

/* FORMS V9 SEARCH BOX */ 
INPUT.SearchText		{ border: 1px solid #C0C0C0; color: #C0C0C0; width: 150px; }
INPUT.SearchButton		{ border: 1px solid #C0C0C0; color: #C0C0C0; width: 50px; background-color: #ffffff; font-weight: bold; }


/* SEARCH RESULTS V9 DEFAULT */
#SearchHeader		{ border-top: 1px solid #404040; border-bottom: 1px solid #404040; padding-top: 3px; padding-bottom: 3px; }
#SearchHeader TD	{ }
#SearchResults		{ margin-top: 15px; margin-bottom: 15px; }
#SearchResults A.SearchResult, #SearchResults A.SearchResult * { font-weight: bold; }
.SearchResultsURL	{ color: #b1b3b4; }
#SearchFooter		{ border-top: 1px solid #404040; border-bottom: 1px solid #404040; padding-top: 3px; padding-bottom: 3px; }
#SearchFooter TD	{ }
#SearchFooter A.SearchPaging, #SearchFooter A.SearchPaging * {  }


/* SITE MAP V9 DEFAULT */
#SiteMap					{ 	}

#SiteMap .LevelSpacer		{ list-style-type: none; margin-top: 10px;}
#SiteMap .Level0			{ position: relative; left: 0px; margin-left: 0px; text-align: left; }

#SiteMap .Level1			{ list-style-type: square; margin-top: 10px;  }
#SiteMap .Level1 A			{ line-height: 125%; text-decoration: none; font-weight: bold; }
#SiteMap .Level1 A:hover	{ line-height: 125%; text-decoration: underline; font-weight: bold; }

#SiteMap .Level2			{ list-style-type: square; margin-left: 25px; text-decoration: none; }
#SiteMap .Level2 A			{ line-height: 125%; text-decoration: none; }
#SiteMap .Level2 A:hover	{ line-height: 125%; text-decoration: underline; }

#SiteMap .Level3			{list-style-type: disc; margin-left: 50px; text-decoration: none; }
#SiteMap .Level3 A			{ line-height: 125%; text-decoration: none; }
#SiteMap .Level3 A:hover	{ line-height: 125%; text-decoration: underline; }

