/* CSS Document */
/**************************************************************************************/
/* Layout Data for the homepage Niesmann+Bischoff GmbH */
/**************************************************************************************/
/* author: 			Bernhard Lehner */
/* organization:	maglist ONLINEMANAGEMENT */

/**************************************************************************************/
/* description:		Styles, Classes and IDs for the main apperance of the page */
/**************************************************************************************/

html, body {
	position:relative;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:100%;
	overflow:auto;
	background-color:#e6e6e6;

	font-family:Arial, Helvetica, sans-serif;
	font:Arial;
}
/***************************************************************************************/
/* Header Navi Container */
/***************************************************************************************/
#headerNaviContainer {
	position:relative;
	display:block;
	width:960px;
	height:20px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
	/**************************************************************************************/
/* Header Navi Container */
/**************************************************************************************/
#headerNavi {
	position:relative;
	width:953px;
	height:20px;
	left:0px;
	top:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
	/**********************************************************************************/
	/* Lang Switch */
	/**********************************************************************************/
	#langSwitch {
		position:absolute;
		display:block;
		left:40px;
		top:4px;
	}
	#langSwitch ul {
		position:relative;
		list-style:none;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	#langSwitch ul li {
		position:relative;
		display:block;
		float:left;
		height:10px;
		border-left:1px solid #acb0b4;
		margin:0px 0px 0px 0px;
		padding:0px 0px 2px 0px;
	}
	#langSwitch ul li#firstElement, #langSwitch ul li.deutsch, #langSwitch ul li.Deutsch {
		border:none;
	}
	#langSwitch ul li a, #langSwitch ul li a:visited {
		position:relative;
		display:block;
		font-size:10px;
		font-weight:normal;
		color:#acb0b4;
		text-decoration:none;
		margin:0px 0px 0px 0px;
		padding:0px 5px 0px 5px;
	}
	#langSwitch ul li a:hover, #langSwitch ul li.aktiv, #langSwitch ul li.aktiv a, #langSwitch ul li.aktiv:visited{
		color:#000000;
		text-decoration:none;
	}
	/**********************************************************************************/
	/* Header Navi */
	/**********************************************************************************/
	#headerNaviElements {
		position:absolute;
		display:block;
		left:740px;
		width:300px;
		top:4px;
	}
	#headerNaviElements ul {
		position:relative;
		list-style:none;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	#headerNaviElements ul li {
		position:relative;
		display:block;
		float:left;
		height:10px;
		/*border-left:1px solid #acb0b4;*/
		margin:0px 0px 0px 0px;
		padding:0px 0px 2px 0px;
	}
	/*
	#headerNaviElements ul li.firstElement, #headerNaviElements ul li#Home, #headerNaviElements ul li#home, #headerNaviElements ul li a#Home {
		border:none;
	}
	*/
	#headerNaviElements ul li a, #headerNaviElements ul li a:visited {
		position:relative;
		display:block;
		font-size:10px;
		font-weight:normal;
		color:#acb0b4;
		text-decoration:none;
		border-left:1px solid #acb0b4;
		margin:0px 0px 0px 0px;
		padding:0px 5px 0px 5px;
	}
	#headerNaviElements ul li a#Home {
		border-left:none;
	}
	#headerNaviElements ul li a:hover, #headerNaviElements ul li a.aktiv, #headerNaviElements ul li a.aktiv:visited {
		color:#000000;
	}
/***************************************************************************************/
/* Page Container */
/***************************************************************************************/
#pageContainer {
	position:relative;
	display:block;
	width:955px;
	background:url(../IMG/pageShadow_right.gif) right top repeat-y #f4eddf;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
*html #pageContainer {
	width:956px;
}
#pageContainer #corner_rt {
	position:absolute;
	display:block;
	width:6px;
	height:12px;
	right:2px;
	top:0px;
	background:url(../IMG/corner_rt.gif) right top no-repeat #ffffff;
	z-index:900;
}
*html #pageContainer #corner_rt {
	right:2px;
}
	/***********************************************************************************/
	/* Header Container */
	/***********************************************************************************/
	#headerContainer {
		position:absolute;
		display:block;
		width:947px;
		height:181px;
		background:url(../IMG/pageDekor_bg.gif) left top repeat-x;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}
	*html #headerContainer {
		width:946px;
	}
		/******************************************************************************/
		/* Header */
		/******************************************************************************/
		#header {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			left:35px;
			top:0px;
			background:url(../IMG/header_bg.gif) left top no-repeat;
			border-left:1px solid #000000;
		}
		#header_en {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			left:35px;
			top:0px;
			background:url(../IMG/header_bg_en.gif) left top no-repeat;
			border-left:1px solid #000000;
		}
		#header_frz {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			left:35px;
			top:0px;
			background:url(../IMG/header_bg_frz.gif) left top no-repeat;
			border-left:1px solid #000000;
		}
		#header_se {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			left:35px;
			top:0px;
			background:url(../IMG/header_bg_swe.gif) left top no-repeat;
			border-left:1px solid #000000;
		}
		#header_it {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			left:35px;
			top:0px;
			background:url(../IMG/header_bg_it.gif) left top no-repeat;
			border-left:1px solid #000000;
		}
		#header_lang5 {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			left:35px;
			top:0px;
			background:url(../IMG/header_bg_5.gif) left top no-repeat;
			border-left:1px solid #000000;
		}
		#header_lang6 {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			left:35px;
			top:0px;
			background:url(../IMG/header_bg_6.gif) left top no-repeat;
			border-left:1px solid #000000;
		}
		#header_lang7 {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			left:35px;
			top:0px;
			background:url(../IMG/header_bg_7.gif) left top no-repeat;
			border-left:1px solid #000000;
		}
		#header_lang8 {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			left:35px;
			top:0px;
			background:url(../IMG/header_bg_8.gif) left top no-repeat;
			border-left:1px solid #000000;
		}
		#header_lang9 {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			left:35px;
			top:0px;
			background:url(../IMG/header_bg_9.gif) left top no-repeat;
			border-left:1px solid #000000;
		}
		#logo {
			position:absolute;
			display:block;
			width:200px;
			height:105px;
			top:0px;
			left:745px;
			background:url(../IMG/logo.gif) left top no-repeat;
		}
		/***************************************************************************/
		/* Home Navi Box */
		/***************************************************************************/
		#homeNavi, .homeNavi {
			position:absolute;
			display:block;
			width:200px;
			height:105px;
			top:0px;
			left:745px;
			z-index:900;
		}
		#homeNavi a, #homeNavi a:visited, #homeNavi a:hover,
		.homeNavi a, .homeNavi a:visited, .homeNavi a:hover {
			position:relative;
			display:block;
			width:200px;
			height:105px;
			border:none;
			text-decoration:none;
			background:none;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
		#homeNavi a img, #homeNavi a:visited img, #homeNavi a:hover img,
		.homeNavi a img, .homeNavi a:visited img, .homeNavi a:hover img{
			border:none;
			text-decoration:none;
			background:none;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			outline:none;
			display:block;
		}
		#homeNavi .label, .homeNavi .label {
			display:none;
		}
	/***********************************************************************************/
	/* Content Container */
	/***********************************************************************************/
	#contentContainer {
		position:relative;
		display:block;
		width:906px;
		height:100%;
		left:35px;
		border-left:1px solid #000000;
		padding:104px 0px 0px 5px;
		margin:0px 0px 0px 0px;
	}
	*html #contentContainer {
		width:905px;
	}
	
		/*******************************************************************************/
		/* teaser Area */
		/*******************************************************************************/
		#teaserArea {
			position:relative;
			display:block;
			width:100%;
			
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
		}
			/**************************************************************************/
			/* Container for the teaser image */
			/**************************************************************************/
			#teaserImageContainer {
				position:relative;
				display:block;
				width:740px;
				height:121px;
				left:165px;
				background:url(../IMG/img_linien_head_rechts.gif) left top repeat-x #ffffff;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				border-left:1px solid #000000;
			}
			#teaserImageContainer h1, #teaserImageContainer h2, #teaserImageContainer h3, #teaserImageContainer h4, #teaserImageContainer h5, #teaserImageContainer p, #teaserImageContainer .csc-header, #teaserImageContainer .csc-header img{
				display:none;
			}
			#teaserImageContainer img {
				/*border-bottom:1px solid #000000;*/
				border-top:1px solid #000000;
			}
			#borderBottom_teaserImageContainer {
				position:absolute;
				display:block;
				height:1px;
				width:659px;
				background-color:#000000;
				z-index:900;
				left:0px;
				top:120px;
			}
		/*******************************************************************************/
		/* main Navi Area */
		/*******************************************************************************/
		#mainNaviArea {
			position:relative;
			display:block;
			width:100%;
			
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
			background:#ffffff;
		}
			/***************************************************************************/
			/* Main Navi */
			/***************************************************************************/
			#mainNavi {
				position:relative;
				display:block;
				left:165px;
				width:740px;
				height:29px;
				overflow: hidden;
			}
				
			#specialNavi {
				position:relative;
				display:block;
				left:540px;
				top:-29px;
				width:120px;
				height:29px;
			}
			
				#mainNavi ul {
					position:relative;
					display:block;
					list-style:none;
					height:29px;
					margin:0px 0px 0px 0px;
					padding:0px 0px 0px 0px;
				}
				#mainNavi ul li {
					position:relative;
					display:block;
					float:left;
					height:29px;
					background:url(../IMG/mainNavi_rc_bg.gif) right top no-repeat;
					margin:0px 0px 0px 0px;
					padding:0px 0px 0px 0px;
				}
				#mainNavi ul li:hover, #mainNavi ul li.aktiv {
					background:url(../IMG/mainNavi_rc_bg_hover.gif) right top no-repeat;
				}
				#mainNavi ul li a, #mainNavi ul li a:visited {
					position:relative;

					display:block;
					height:29px;
					min-width:94px;
					background:url(../IMG/mainNavi_lc_bg.gif) left top no-repeat;
					
					font-size:12px;
					font-weight:normal;
					text-decoration:none;
					text-align:center;
					color:#000000;
					
					margin:0px 0px 0px 0px;
					padding:6px 5px 0px 5px;
				}
				*html #mainNavi ul li a, *html #mainNavi ul li a:visited {
					width:94px;
					height:23px;
				}
				#mainNavi ul li a:hover, #mainNavi ul li a.aktiv, #mainNavi ul li a.aktiv:visited {
					color:#000000;
					background:url(../IMG/mainNavi_lc_bg_hover.gif) left top no-repeat;
				}
				*html #mainNavi ul li a:hover, *html #mainNavi ul li a.aktiv, *html #mainNavi ul li a.aktiv:visited {
					background:url(../IMG/mainNavi_bg_ie6_hover.gif) left top no-repeat;
				}
		/*******************************************************************************/
		/* content area */
		/*******************************************************************************/
		#contentArea {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
			background:url(../IMG/contentAreaBG.gif) left top repeat-y #ffffff;
		}
		#contentArea_iframe {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
			background:url(../IMG/contentAreaBG_iframe.gif) left top repeat-y #ffffff;
		}
			/***************************************************************************/
			/* left Column */
			/***************************************************************************/
			#leftColumn {
				position:absolute;
				display:block;
				width:165px;
				min-height:140px;
				top:-73px;
				left:0px;
				background:#ffffff;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
			}
			*html #leftColumn {
				height:140px;
			}
				#leftColumn #dot_lt {
					position:absolute;
					display:block;
					width:5px;
					height:5px;
					left:-8px;
					top:-3px;
					background:url(../IMG/dot_lt.gif) left top no-repeat;
				}
				/**********************************************************************/
				/* Left Column - Content Box */
				/**********************************************************************/
				#leftColumnContent {
					position:absolute;
					display:block;
					padding:0px 0px 0px 0px;
					margin:0px 0px 0px 0px;
					left:-5px;
					width:170px;
					top:1px;
				}
					/******************************************************************/
					/* Left Column - Sub Navigation */
					/******************************************************************/
					#leftColumn #subNavi_left {
						position:relative;
						display:block;
						padding:0px 0px 0px 0px;
						margin:0px 0px 0px 0px;
						/*top:-1px;*/
					}
					#leftColumn #subNavi_left ul {
						position:relative;
						display:block;
						list-style:none;
						padding:0px 0px 0px 0px;
						margin:0px 0px 0px 0px;
					}
					#leftColumn #subNavi_left ul li {
						position:relative;
						display:block;
						height:24px;
						padding:0px 0px 0px 0px;
						margin:0px 0px 0px 0px;
						background:url(../IMG/dottedBorder_black.gif) left bottom repeat-x;
					}
					#leftColumn #subNavi_left #leftNaviDot {
						position:absolute;
						display:block;
						width:5px;
						height:5px;
						left:-3px;
						bottom:-2px;
						background:url(../IMG/dot_lt.gif) left top no-repeat;
						z-index:900;
					}
					*html #leftColumn #subNavi_left #leftNaviDot {
						position:absolute;
						display:block;
						width:5px;
						height:5px;
						margin:0px 0px 0px 0px;
						padding:0px 0xp 0px 0px;
						background:url(../IMG/dot_lt.gif) left top no-repeat;
						z-index:900;
					}
					#leftColumn #subNavi_left ul li a, #leftColumn #subNavi_left ul li a:visited,
					#leftColumn #subNavi_left ul li a#Arto, #leftColumn #subNavi_left ul li a#Arto:visited,
					#leftColumn #subNavi_left ul li a#Flair, #leftColumn #subNavi_left ul li a#Flair:visited,
					#leftColumn #subNavi_left ul li a#Clou, #leftColumn #subNavi_left ul li a#Clou:visited  {
						position:relative;
						display:block;
						height:12px;
						padding:5px 10px 6px 15px;
						margin:0px 0px 0px 0px;
						font-size:12px;
						font-weight:normal;
						color:#9ea4a8;
						text-decoration:none;
						/*border-bottom:1px dotted #000000;*/
						/*background:url(../IMG/dottedBorder_black.gif) left bottom repeat-x;*/
						z-index:200;
					}
					*html #leftColumn #subNavi_left ul li a, *html #leftColumn #subNavi_left ul li a:visited,
					*html #leftColumn #subNavi_left ul li a#Arto, *html #leftColumn #subNavi_left ul li a#Arto:visited,
					*html #leftColumn #subNavi_left ul li a#Flair, *html #leftColumn #subNavi_left ul li a#Flair:visited,
					*html #leftColumn #subNavi_left ul li a#Clou, *html #leftColumn #subNavi_left ul li a#Clou:visited {
						position:relative;
						display:block;
						height:15px;
						padding:5px 10px 3px 15px;
						margin:0px 0px 0px 0px;
						font-size:12px;
						font-weight:normal;
						color:#9ea4a8;
						text-decoration:none;
						/*border-bottom:1px dotted #000000;*/
						/*background:url(../IMG/dottedBorder_black.gif) left bottom repeat-x;*/
						z-index:200;
					}
					#leftColumn #subNavi_left ul li a:hover, #leftColumn #subNavi_left ul li a.aktiv, #leftColumn #subNavi_left ul li a.aktiv:visited {
						background:url(../IMG/subNavi_left_hover.gif) left bottom no-repeat;
						color:#000000;
					}
					#leftColumn #subNavi_left ul li a#Arto:hover, #leftColumn #subNavi_left ul li a#Arto.aktiv, #leftColumn #subNavi_left ul li a#Arto.aktiv:visited,
					#leftColumn #subNavi_left ul li a#arto:hover, #leftColumn #subNavi_left ul li a#arto.aktiv, #leftColumn #subNavi_left ul li a#arto.aktiv:visited {
						background:url(../IMG/subNavi_left_hoverIDarto.gif) left bottom no-repeat;
						color:#000000;
					}
					#leftColumn #subNavi_left ul li a#Flair:hover, #leftColumn #subNavi_left ul li a#Flair.aktiv, #leftColumn #subNavi_left ul li a#Flair.aktiv:visited,
					#leftColumn #subNavi_left ul li a#flair:hover, #leftColumn #subNavi_left ul li a#flair.aktiv, #leftColumn #subNavi_left ul li a#flair.aktiv:visited {
						background:url(../IMG/subNavi_left_hoverIDflair.gif) left bottom no-repeat;
						color:#000000;
					}
					#leftColumn #subNavi_left ul li a#Clou:hover, #leftColumn #subNavi_left ul li a#Clou.aktiv, #leftColumn #subNavi_left ul li a#Clou.aktiv:visited,
					#leftColumn #subNavi_left ul li a#clou:hover, #leftColumn #subNavi_left ul li a#clou.aktiv, #leftColumn #subNavi_left ul li a#clou.aktiv:visited {
						background:url(../IMG/subNavi_left_hoverIDclou.gif) left bottom no-repeat;
						color:#000000;
					}
			/***************************************************************************/
			/*right Column */
			/***************************************************************************/
			#rightColumn {
				position:relative;
				float:right;
				display:block;
				width:180px;
				height:100%;
				right:0px;
				padding:37px 0px 20px 20px;
				margin:0px 0px 0px 0px;
			}

				/**********************************************************************/
				/* Content Box - Right */
				/**********************************************************************/
				#contentBox_right {
					position:relative;
					display:block;
					width:100%;
					margin:0px 0px 0px 0px;
					padding:0px 0px 0px 0px;
				}
				/******************************************************************/
				/* Right Column - Sub Navigation */
				/******************************************************************/
				#rightColumn #subNavi_right {
					position:relative;
					display:block;
					padding:0px 0px 0px 0px;
					margin:0px 0px 25px 0px;
					width:180px;
					left:-20px;
				}
				*html #rightColumn #subNavi_right {
					left:-19px;
				}
				#rightColumn #subNavi_right ul {
					position:relative;
					display:block;
					list-style:none;
					padding:0px 0px 0px 0px;
					margin:0px 0px 0px 0px;
					/*border-top:1px dotted #9ea4a8;*/
					background:url(../IMG/dottedBorder_grey.gif) left top repeat-x;
				}
				#rightColumn #subNavi_right ul li {
					position:relative;
					display:block;
					height:25px;
					padding:0px 0px 0px 0px;
					margin:0px 0px 0px 0px;
					background:url(../IMG/dottedBorder_grey.gif) left bottom repeat-x;
				}
				#rightColumn #subNavi_right ul li a, #rightColumn #subNavi_right ul li a:visited {
					position:relative;
					display:block;
					height:13px;
					padding:5px 10px 6px 30px;
					margin:0px 0px 0px 0px;
					font-size:11px;
					font-weight:normal;
					color:#9ea4a8;
					text-decoration:none;
					/*border-bottom:1px dotted #9ea4a8;*/
					/*background:url(../IMG/dottedBorder_grey.gif) left bottom repeat-x;*/
				}
				*html #rightColumn #subNavi_right ul li a, *html #rightColumn #subNavi_right ul li a:visited {
					padding:5px 10px 5px 30px;
				}
				#rightColumn #subNavi_right ul li a:hover, #rightColumn #subNavi_right ul li a.aktiv, #rightColumn #subNavi_right ul li a.aktiv:visited {
					background:url(../IMG/subNavi_right_hover.gif) left bottom no-repeat;
					color:#000000;
				}
				/***********************************************************************/
				/* special Icons for Right Sub Navi Anker Tags */
				/***********************************************************************/
				#rightColumn #subNavi_right ul li a #print {
					position:absolute;
					display:block;
					width:16px;
					height:12px;
					left:9px;
					top:6px;
					background:url(../IMG/subNaviIcon_right_print.gif) left top no-repeat;
					padding:0px 0px 0px 0px;
					margin:0px 0px 0px 0px;
				}
				#rightColumn #subNavi_right ul li a #back {
					position:absolute;
					display:block;
					width:6px;
					height:6px;
					left:16px;
					top:9px;
					background:url(../IMG/subNaviIcon_right_back.gif) left top no-repeat;
					padding:0px 0px 0px 0px;
					margin:0px 0px 0px 0px;
				}
				#rightColumn #subNavi_right ul li a #arrow {
					position:absolute;
					display:block;
					width:6px;
					height:6px;
					left:16px;
					top:9px;
					background:url(../IMG/subNaviIcon_right_arrow.gif) left top no-repeat;
					padding:0px 0px 0px 0px;
					margin:0px 0px 0px 0px;
				}
			/***************************************************************************/
			/* center Column */
			/***************************************************************************/
			#centerColumn {







				position:relative;
				display:block;
				width:500px;
				min-height:320px;
				left:165px;
				margin:0px 0px 0px 0px;
				padding:35px 0px 40px 20px;
				float:left;
			}
			#centerColumn_iframe {
				position:relative;
				display:block;
				width:680px;
				min-height:320px;
				left:165px;
				margin:0px 0px 0px 0px;
				padding:35px 0px 40px 20px;
			}
			*html #centerColumn {
				height:320px;
			}
			*html #centerColumn_iframe {
				height:320px;
			}
				/**********************************************************************/
				/* Content Box Center - White Box */
				/**********************************************************************/
				#centerColumn #whiteBox, #centerColumn_iframe #whiteBox {
					position:absolute;
					display:block;
					width:700px;
					height:26px;
					left:5px;
					top:0px;
					background:#ffffff;
				}
				#centerColumn #dot_rt {
					position:absolute;
					display:block;
					width:5px;
					height:5px;
					left:538px;
					top:26px;
					background:url(../IMG/dot_rt.gif) left top no-repeat;
				}
				
			/***************************************************************************/
			/* Content Dekor*/
			/***************************************************************************/
			#contentDekor {
				position:absolute;
				display:block;
				width:170px;
				height:99px;
				left:0px;
				bottom:0px;
				background:url(../IMG/subNavi_dekor.gif) left top no-repeat;
			}
			
/***************************************************************************************/
/* Footer Container */
/***************************************************************************************/
#footerContainer {
	position:relative;
	display:block;
	width:950px;
	height:30px;
	background:url(../IMG/pageShadow_bottom.gif) left top repeat-x;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 4px;
}
*html #footerContainer {
	width:950px;
}
	#copyright {
		position:relative;
		display:block;
		font-size:10px;
		font-weight:normal;
		letter-spacing:-1px;
		color:#acb0b4;
		left:40px;
		float:left;
		text-decoration:none;
		margin:0px 0px 0px 0px;
		padding:0px 5px 0px 5px;
	}
	#poweredBy {
		position:absolute;
		display:block;
		font-size:10px;
		font-weight:normal;
		letter-spacing:-1px;
		color:#acb0b4;
		left:760px;
		width:100px;
		text-decoration:none;
		margin:0px 0px 0px 0px;
		padding:0px 5px 0px 5px;
	}
		#poweredBy a, #poweredBy a:visited {
			color:#acb0b4;
			text-decoration:none;
			font-weight:bold;
		}
		#poweredBy a:hover {
			color:#000000;
		}
	#pageShadow_rb_corner {
		position:absolute;
		display:block;
		width:19px;
		height:7px;
		top:0px;
		right:0px;
		background:url(../IMG/pageShadow_rb_corner.gif) left top no-repeat;
	}
/***************************************************************************************/
/* Special Classes */
/***************************************************************************************/
.cleaner {
	float:none;
	clear:both;
}