	 /*********************/
   /*   Schulteco CSS   */
  /*     20-10-2006    */
 /*       E-Force     */
/*********************/

body {
	margin					: 0px 0px 0px 0px;
	font-family				: Verdana, Arial;
	font-size				: 10pt;
	color						: #82959f;
}

/* ########## LAYERS ############ */

div.Container {
	width						: 810px;
	margin-left				: auto;
	margin-right			: auto;
	margin-top				: 20px;
}

div.TopBar {
	width						: 810px;
	height					: 75px;
	background-image		: url('../Images/SplashTop.jpg');
	background-repeat		: no-repeat;
}

div.ChoiceCaption {
	width						: 200px;
	height					: 25px;
	float						: right;
	position					: relative;
	right						: 145px;
	top						: 50px;
	line-height				: 22px;
	font-family				: Verdana;
	font-size				: 20px;
	font-weight				: bold;
	font-style				: italic;
	text-align				: center;
}

div.LeftBar {
	width						: 130px;
	height					: 260px;
	background-image		: url('../Images/SplashBottomLeft.jpg');
	background-repeat		: no-repeat;
	float						: left;
}

div.RightBar {
	width						: 130px;
	height					: 260px;	
	float						: left;
}

div.MiddleBlock {
	width						: 550px;
	height					: 260px;
	background-image		: url('../Images/SplashMiddle.jpg');
	background-repeat		: no-repeat;
	float						: left;
}

div.ChoiceLeft {
	width						: 212px;
	height					: 231px;
	background-image		: url('../Images/SplashChoiceBG.jpg');
	background-repeat		: no-repeat;
	float						: left;
	position					: relative;
	top						: 54px;
	left						: 44px;
}

div.ChoiceRight {
	width						: 212px;
	height					: 231px;
	background-image		: url('../Images/SplashChoiceBG.jpg');
	background-repeat		: no-repeat;
	float						: Right;
	position					: relative;
	top						: 54px;
	right 					: 44px;
}

div.ChoiceInnerPicture {
	width						: 200px;
	height					: 200px;
	margin-left				: auto;
	margin-right			: auto;
	margin-top				: 6px;
}

div.ChoiceInnerTab {
	width						: 200px;
	height					: 25px;
	background-image		: url('../Images/SplashTab.jpg');
	margin-left				: auto;
	margin-right			: auto;
	line-height				: 22px;
	color						: #FFFFFF;
	font-family				: Verdana;
	font-size				: 20px;
	font-weight				: bold;
	font-style				: italic;
	text-align				: center;
}

A.ChoiceInnerTabLink {
	color						: #FFFFFF;
	text-decoration		: none;
}

div.MiddleSpace {
	clear						: both;
	width						: 810px;
	height					: 50px;	
}

div.TextBlock {	
	width						: 550px;
	background-image		: url('../Images/SplashTextBG.jpg');
	background-repeat		: no-repeat;
	background-position	: center bottom;
	margin-left				: auto;
	margin-right			: auto;
}

div.TextBlockContent {	
	width						: 530px;	
	font-family				: Verdana;
	font-size				: 12px;
	margin-left				: auto;
	margin-right			: auto;	
}

div.TagCloud {	
	width						: 380px;	
	margin-left				: auto;
	margin-right			: auto;
	margin-top				: 20px;
	text-align				: center;
}

a.Tagcloud1 {
	color						: #82959f;
	font-weight				: bold;
	text-decoration		: none;
	white-space				: nowrap;
	font-size				: 10px;
}

a.Tagcloud1:hover {
	color						: #82959f;
	font-weight				: bold;
	text-decoration		: underline;
}

a.Tagcloud2 {
	color						: #82959f;
	font-weight				: bold;
	text-decoration		: none;
	white-space				: nowrap;
	font-size				: 14px;
}

a.Tagcloud2:hover {
	color						: #82959f;
	font-weight				: bold;
	text-decoration		: underline;
}

a.Tagcloud3 {
	color						: #82959f;
	font-weight				: bold;
	text-decoration		: none;
	white-space				: nowrap;
	font-size				: 18px;
}

a.Tagcloud3:hover {
	color						: #82959f;
	font-weight				: bold;
	text-decoration		: underline;
}