SUP{
	font-size: 90%;
	position: relative;
	top: 2px;
	line-height: 0px;
}
BODY {
	margin: 0;
	padding: 0;
	font-family: arial, verdana;
	color: #647480;
	background: #ECEFF0 url("../pics/bg_body.gif") repeat-x;
}

/* global style definitions */
DIV, TABLE {
	font-size: 11px;
	line-height: 15px;
	padding: 0;
	margin: 0;
}

UL {
	padding: 4px 0 0 0;
	margin: 0;
}

UL LI {
	padding: 0 0 6px 7px;
	margin: 0;
	list-style-type: none;
	background: url("../pics/ic_list_style_image.gif") no-repeat;
	font-weight: normal;
}

	UL LI A {
		text-decoration: none;
	}

DL {
	padding: 0;
	margin: 0;
}

DL DT {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

DL DD {
	padding: 0 0 0 12px;
	margin: 0 0 -15px 0;
	position: relative;
	top: -15px;
}

/* global link definitions */
A, A:visited, A:active {
	text-decoration: none;
	color: #647480;
	outline: none;
}

	A:hover {
		text-decoration: none;
		color: #E3302C;
	}

	A.active {
		color: #E3302C;
	}

	A.boxheader, A.boxheader:hover, A.boxheader:visited, A.boxheader:active {
		color: #FFF;
		text-decoration: none;
	}

	A.arrowlink, A.arrowlink:active, A.arrowlink:visited {
		margin: 0;
		padding: 0 0 0 8px;
		background: url("../pics/ic_arrow_one_right_red.gif") no-repeat 0 5px;
	}

	A.morelink, A.morelink:active, A.morelink:visited {
		margin: 0 0 0 0px;
		padding: 0 0 0 8px;
		background: url("../pics/ic_arrow_one_right_red.gif") no-repeat 0 5px;
	}

	A.textlink, A.textlink:active, A.textlink:visited {
		color: #E3302C;
		/*
		margin: 0 2px 0 0;
		padding: 0 7px 0 1px;
		background: url("../pics/bg_textlink.gif") no-repeat right;
		*/
	}

	A.textlink:hover {
		text-decoration: underline;
	}

	A.nochange, A.nochange:hover {
		color: #647480;
	}

	A.backlink, A.backlink:active, A.backlink:visited {
		margin: 0;
		padding: 0 0 0 8px;
		background: url("../pics/ic_arrow_one_left_red.gif") no-repeat 0 5px;
	}

	A.paging {
		padding: 3px;
	}

H1 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

H3 {
	padding: 0 0 4px 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

H4 {
	padding: 0 0 2px 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

P {
	padding: 0 0 5px 0;
	margin: 0;
}

FORM {
	padding: 0;
	margin: 0;
}

INPUT {
	height: 17px;
	font-size: 11px;
	color: #647480;
	border-top: #647480 1px solid;
	border-right: #C0C6CC 1px solid;
	border-bottom: #C0C6CC 1px solid;
	border-left: #647480 1px solid;
}

INPUT.checkbox {
	height: 13px;
	width: 13px;
	border: 0;
}

INPUT.button {
	height: 18px;
	margin: 0 0 0 10px;
	padding: 0 2px 0 10px;
	font-size: 12px;
	color: #647480;
	background: #fff url("../pics/ic_arrow_one_right_red.gif") no-repeat 6px center;
	border-top: #C0C6CC 1px solid;
	border-right: #647480 1px solid;
	border-bottom: #647480 1px solid;
	border-left: #C0C6CC 1px solid;
}

TEXTAREA {
	font-size: 11px;
	font-family: arial, verdana;
	color: #647480;
	border-top: #647480 1px solid;
	border-right: #C0C6CC 1px solid;
	border-bottom: #C0C6CC 1px solid;
	border-left: #647480 1px solid;
}

SELECT {
	font-size: 11px;
	color: #647480;
}

FIELDSET {
	padding: 0;
	margin: 0;
	border: 0;
}

LEGEND {
	padding: 0;
	margin: 0;
}

#divPrintHeader, #divPrintHeaderPosition, #ActualAnalyzer {
	display: none;
}

/****************
* global classes
****************/
.contitext {	/* ueberfluessig? */
	line-height: 10px;
}

.clearboth {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.clear10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.cb {
	clear: both;
}

.dl {
	padding: 0;
	margin: 0;
	clear: both;
	width: 520px;
	height: 7px;
	background: url("../pics/bg_dashed_line.gif") repeat-x left center;
}

.bh {
	padding: 4px 5px 2px 10px;
	margin: 0 0 1px 0;
	
	font-weight: bold;
	line-height: 14px;
	background-color: #B1B8BE;
	color: #FFF;
}
/*
.bhw115 { width: 115px; background-color: #B1B8BE; }
.bhw122 { width: 122px; background-color: #B1B8BE; }
.bhw160 { width: 160px; background-color: #B1B8BE; }
.bhw520 { width: 160px; background-color: #B1B8BE; }
*/
	.bh.w115 { width: 115px; }
	html>body .bh.w115 { width: 100px; padding-bottom: 3px; }

	.bh.w122 { width: 122px; }
	html>body .bh.w122 { width: 107px; padding-bottom: 4px; }

	.bh.w160 { width: 160px; }
	html>body .bh.w160 { width: 145px; padding-bottom: 4px; }

	.bh.w520 { width: 520px; }
	html>body .bh.w520 { width: 505px; padding-bottom: 4px; }

.bhdesc {
	padding: 6px 0 0 2px;
}

.siteposition {
	padding: 10px 10px 0 10px;
	color: #9facb4;
}

	.siteposition A, .siteposition A:visited, .siteposition A:active {
		color: #9facb4;
	}

	.siteposition A:hover {
		color: #E3302C;
	}

/*introduction*/
.intro {
	width: 450;
	padding: 0 0 20px 0;
}

/*
 * 2 columns style
**/

/* |165|345| */

	/* left side */
	.w165left {
		float: left;
		width: 165px;
		margin: 0 10px 20px 0;
	}


	.w270left {
		float: left;
		width: 270px;
		margin: 0 10px 20px 0;
	}

		.w165left IMG {
			margin: 3px 0 0 0;
		}

	/* right side */
	.w345right {
		float: right;
		width: 345px;
		margin: 0 0 20px 0;
	}

/* |250|260| /*

	/* leftside  */
	.w250left {
		float: left;
		width: 250px;
		margin: 0 10px 20px 0;
	}

		.w250left IMG {
			margin: 3px 0 0 0;
		}

	/* right side */
	.w250right {
		float: left;
		width: 220px;
		margin: 0 0 0 30px;
	}
	
	.w260right {
		float: right;
		width: 260px;
		margin: 0 0 20px 0;
	}

.fl { float: left; }
.fr { float: right; }

.pa { position: absolute; }
.pr { position: relative; }

.darkgray {	color: #647480; }
.lightgray { color: #9facb4; }
.red { color: #E22E2F; }

.p0 { padding: 0; }

.pt5 {	padding-top: 5px; }
.pr5 {	padding-right: 5px; }
.pb5 {	padding-bottom: 5px; }
.pl5 {	padding-left: 5px; }

.pt10 {	padding-top: 10px; }
.pr10 {	padding-right: 10px; }
.pb10 {	padding-bottom: 10px; }
.pl10 {	padding-left: 10px; }

.pt15 {	padding-top: 15px; }
.pr15 {	padding-right: 15px; }
.pb15 {	padding-bottom: 15px; }
.pl15 {	padding-left: 15px; }

.pr18 {	padding-right: 18px; }

.pt20 {	padding-top: 20px; }
.pr20 {	padding-right: 20px; }
.pb20 {	padding-bottom: 20px; }
.pl20 {	padding-left: 20px; }

.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }

.mt10 {margin-top: 10px; }
.mt5 {margin-top: 5px; }
.mb5 {margin-bottom: 5px; }
.mb10 {margin-bottom: 10px; }

.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w115 { width: 115px; }
.w160 { width: 160px; }
.w220 { width: 220px; }
.w230 { width: 230px; }
.w249 { width: 249px; }
.w250 { width: 250px; }
.w260 { width: 260px; }
.w270 { width: 270px; }
.w314 { width: 314px; }
.w340 { width: 340px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w410 { width: 410px; }

.h30 {height: 30px}
.h35 {height: 35px}
.h40 {height: 40px}

.tm25 { top: -25px; }

.fsi { font-style: italic; }
.fwn { font-weight: normal; }

.tb { padding: 0 0 18px 0; }

.ar { text-align: right; }

/****************
* framework
****************/
#tblFramework {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

	#tblFrameworkLeftCol {
		width: 50%;
		height: 100%;
		background: url("../pics/bg_body_content_left.gif") repeat-y right;
		text-align: right;
		vertical-align: top;
	}

	#tblFrameworkMiddleCol {
		width: 900px;
		height: 100%;
		background: #FFF url("../pics/bg_body_content_middle.gif") repeat-y;
		text-align: left;
		vertical-align: top;
	}
	
	#tblFrameworkMiddleCol_plafondNavigator {
		width: 900px;
		height: 100%;
		background: #FFF url("../pics/bg_body_content_middle_1col.gif") repeat-y;
		text-align: left;
		vertical-align: top;
	}

	#tblFrameworkRightCol {
		width: 50%;
		height: 100%;
		background: url("../pics/bg_body_content_right.gif") repeat-y left;
		text-align: left;
		vertical-align: top;
	}

#tblContent {
	width: 900px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

	#tblContentHeader {
		width: 900px;
		height: 130px;
	}

	#tblContentSubMenu {
		width: 180px;
		height: 100%;
		vertical-align: top;
	}

	#tblContentArea {
		width: 720px;
		height: 100%;
		vertical-align: top;
	}

	#tblContentContext {
		width: 179px;
		height: 100%;
		vertical-align: top;
	}

	#tblContentFooter {
		width: 540px;
		vertical-align: bottom;
	}

#divContentStretcher {
	width: 900px;
	height: 1px;
	background-color: #FFF;
	float: left; /*netscape bugfix */
}

/****************
* header
****************/
#divHeader {
	border-bottom: #A0ADB5 1px solid;
	height: 130px;
}

	#divHeaderLeft {
		float: left;
		width: 180px;
		height: 129px;
		padding: 0;
		margin: 0;
		text-align: right;
		vertical-align: middle;
		border-right: #A0ADB5 1px solid;
	}

	html>body #divHeaderLeft {
		width: 179px;
	}

		#divHeaderLeft IMG {
			margin: 24px 10px 0 0;
		}

	#divHeaderRight {
		float: right;
		width: 720px;
		padding: 0;
		margin: 0;
	}

		#divHeaderRightTop {
			width: 720px;
			height: 25px;
			background-color: #FFF;
			vertical-align: middle;
			border-bottom:  #A0ADB5 1px solid;
		}

			/****************
			* root menu
			****************/
			#divHeaderRightTopRootMenu {
				float: left;
				height: 24px;
			}

				#divHeaderRightTopRootMenu UL {
					padding: 4px 0 0 0;
					margin: 0;
				}

					#divHeaderRightTopRootMenu UL LI {
						float: left;
						list-style-type: none;
						padding: 0 3px 0 10px;
						background: none;
					}

						#divHeaderRightTopRootMenu UL LI A {
							text-decoration: none;
						}

							#divHeaderRightTopRootMenu UL LI A.active {
								color: #E3302C;
							}

			#divHeaderRightTopCountry {
				float: right;
				padding: 7px 0 0 0;
			}

		#divHeaderRightBottom {
			width: 720px;
			height: 104px;
		}
/****************
* search
****************/
#divSearch {
	float: left;
	width: 180px;
	height: 25px;
	padding: 0;
	margin: 0;
	border-bottom: #A0ADB5 1px solid;
	vertical-align: middle;
}

	#divSearchInput {
		float: left;
		padding: 2px 0 0 10px;
	}

	html>body #divSearchInput {
		padding: 4px 0 0 10px;
	}

		#divSearchInput INPUT {
			width: 120px;
		}

	#divSearchButton {
		float: right;
		padding: 4px 10px 0 0;
	}

		#divSearchButton A {
		}
/****************
* main menu
****************/
#divMainMenu {
	float: right;
	width: 720px;
	height: 25px;
	border-bottom: #A0ADB5 1px solid;
	background-color: #FFF;
}

	#divMainMenu UL {
		padding: 3px 0 0 0;
		margin: 0;
	}

		#divMainMenu UL LI {
			float: left;
			list-style-type: none;
			padding: 0 10px 0 10px;
			background: none;
		}

			#divMainMenu UL LI A {
				text-decoration: none;
				font-size: 12px;
				font-weight: bold;
			}

				#divMainMenu UL LI A.active {
					color: #E3302C;
				}
/****************
* sub menu
****************/
#divSubMenu {
	width: 170px;
	padding: 0;
	margin: 0 10px 0 0;
	line-height: 14px;
}

	/* submenu level 1 */
	#divSubMenu UL {
		padding: 15px 0 0 20px;
		margin: 0;
	}

	#divSubMenu UL LI {
		padding: 0 0 6px 0;
		margin: 0;
		list-style-type: none;
		font-weight: bold;
		background: none;
	}

		#divSubMenu UL LI.productfinder {
			padding: 0 0 26px 0;
		}

		#divSubMenu UL LI A {
			text-decoration: none;
		}

		#divSubMenu UL LI A.active {
			color: #E3302C;
		}

		/* submenu level 2 */
		#divSubMenu UL UL {
			padding: 6px 0 0 0;
			margin: 0;
		}

		html>body #divSubMenu UL UL {
			padding: 0 0 6px 0;
		}

			#divSubMenu UL UL LI {
				padding: 0 0 6px 7px;
				margin: 0;
				list-style-type: none;
				background: url("../pics/ic_list_style_image.gif") no-repeat;
				font-weight: normal;
			}

				#divSubMenu UL UL LI A {
					text-decoration: none;
				}

				#divSubMenu UL UL LI A.active {
					color: #E3302C;
				}

				/* submenu level 3 */
				#divSubMenu UL UL UL {
					padding: 6px 0 0 2px;
				}

				html>body #divSubMenu UL UL UL {
					padding: 0 0 6px 10px;
				}

					#divSubMenu UL UL UL LI {
						padding: 0 0 6px 7px;
						margin: 0;
						list-style-type: none;
						background: url("../pics/ic_list_style_image.gif") no-repeat;
						font-weight: normal;
					}

						#divSubMenu UL UL UL LI A {
							text-decoration: none;
						}

						#divSubMenu UL UL UL LI A.active {
							color: #E3302C;
						}

#divContent {
	width: 540px;
	float: left; /* bugfix for netscape */
}

	#divContentPadding {
		padding: 20px 10px 10px 10px;
	}

	
/****************
* content menu
****************/
#divContentMenu {
	width: 520px;
	height: 30px;
	overflow: hidden;
	background-color: #fff;
	padding: 5px 0 10px 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}
	html>body #divContentMenu {
		height: 20px;
	}

	html:first-child>*:first-child+body #divContentMenu {
		height: 30px;
	}

	#divContentMenuLine {
		width: 520px;
		height: 19px;
		overflow: hidden;
		border-bottom: #A0ADB5 1px solid;
	}

	#divContentMenu UL {
		position: relative;
		top: -20px;
		padding: 0;
		margin: 0;
		width: 520px;
	}
		#divContentMenu UL LI {
			float: left;
			padding: 4px 0 0 0;
			height: 20px;
			margin: 0;
			list-style: none;
			border-top: #A0ADB5 1px solid;
			border-left: #A0ADB5 1px solid;
			border-bottom: #A0ADB5 1px solid;
			background: none;
		}

		html>body #divContentMenu UL LI {
			height: 14px;
		}
			#divContentMenu UL LI.lastEntry {
				border-right: #A0ADB5 1px solid;
			}

			#divContentMenu UL LI.activeEntry {
				border-bottom: #FFF 1px solid;
			}

			#divContentMenu UL LI.activeEntry A {
				color: #E22E31;
			}

			#divContentMenu UL LI.impossibleEntry A, #divContentMenu UL LI.impossibleEntry A:hover {
				color: #9facb4;
			}

			#divContentMenu UL LI A {
				padding: 2px 10px 2px 10px;
				text-decoration: none;
				color: #637380;
			}

				#divContentMenu UL LI A:hover {
					color: #E22E31;
				}

/****************
* context colum
****************/
#divContext {
	width: 179px;
	padding: 40px 0 0 0;
}

#divContextNL {
	width: 179px;
	padding: 55px 0 0 0;
}

/****************
* link context
****************/
.divLinkBox {
	width: 160px;
	margin: 0 0 30px 9px;
}

	.divLinkBox A {
		text-decoration: none;
	}

	.divLinkBoxDesc {
		padding: 6px 0 0 2px;
	}

	.divLinkBox UL {
		padding: 6px 0 0 3px;
		margin: 0;
	}

		.divLinkBox UL LI {
			padding: 0 0 2px 7px;
			margin: 0;
			list-style-type: none;
			background: url("../pics/ic_list_style_image.gif") no-repeat;
			font-weight: normal;
		}

			.divSubMenu UL LI A {
				text-decoration: none;
			}

			.divSubMenu UL LI A.active {
				color: #E3302C;
			}

/****************
* document context
****************/
#divDocumentBox {
	width: 160px;
	margin: 0 0 30px 9px;
}

	#divDocumentBox A {
		text-decoration: none;
	}

	.divDocumentBoxSymbol {
		float: left;
		padding: 5px 0 0 1px;
		width: 22px;
	}

	.divDocumentBoxDesc {
		float: right;
		padding: 6px 0 0 0;
		width: 137px;
	}

	/*
	#divDocumentBox UL {
		padding: 6px 0 0 0;
		margin: 0;
	}

		#divDocumentBox UL LI {
			padding: 0 0 2px 22px;
			margin: 0;
			list-style-type: none;
			background: url("../pics/ic_list_style_image.gif") no-repeat;
		}

			#divDocumentBox UL LI.pdf { background: url("../pics/symbole/pdf.gif") no-repeat; background-position: 0 4px; }
			#divDocumentBox UL LI.doc { background: url("../pics/symbole/doc.gif") no-repeat; background-position: 0 4px; }
	*/

/****************
* consultant context
****************/
#divConsultantBox {
	width: 160px;
	margin: 0 0 30px 9px;
}

	#divConsultantBox A {
		text-decoration: none;
	}

	#divConsultantBoxDesc {
		padding: 6px 0 4px 2px;
	}

	#divConsultantBoxName {
		padding: 4px 0 0 3px;
	}

/****************
* footer
****************/
#divFooter {
	float: left; /* netscape bugfix */
}
	#divFooterContainer {
		margin: 10px 10px 0 10px;
	}

	#divFooterCopyright {
		float: left;
		color: #9facb4;
		padding: 0 0 2px 0;
	}

	#divFooterPrint {
		float: right;
		padding: 0 0 2px 0;
	}


/****************
* content boxes
****************/
.divContentBox122 {
	float: left;
	width: 122px;
	padding: 4px 0 0 0;
}

	.divContentBox122.bpr10 {
		width: 132px;
		padding: 4px 10px 0 0;
	}

	html>body .divContentBox122.bpr10 {
		width: 122px;
		padding: 4px 10px 0 0;
	}

.divContentBox160 {
	float: left;
	width: 160px;
	padding: 0 0 5px 0;
}

	.divContentBox160.bpr20 {
		width: 180px;
		padding: 0 20px 5px 0;
	}

	html>body .divContentBox160.bpr20 {
		width: 160px;
		padding: 0 20px 5px 0;
	}


	
.divContentBox250 {
	float: left;
	width: 250px;
	padding: 0 0 5px 0;
}
	
	

/****************
* content table
****************/
.tblStandard {
}

	.tblStandard TD {
		padding: 2px 4px 2px 4px;
		border-right: 1px #fff solid;
		border-bottom: 1px #fff solid;
		vertical-align: top;
	}

	.tblStandard TD.ar {
		text-align: right;
	}

	.tblStandard TD.ac {
		text-align: center;
	}

	.tblStandard TD.vm {
		vertical-align: middle;
	}

	.tblStandard TR.dark {
		background: #e7eaeb;
	}

	.tblStandard TR.light {
		background: #f3f4f5;
	}

	.tblStandard TR.tblStandardHeader {
		background: #c9cfd2;
		font-weight: bold;
	}

/****************
* content list
****************/

.ulStandard LI {
	padding: 0 0 0 8px;
	background: url("../pics/ic_bulletpoint.gif") no-repeat;
}

.ulNoBullets LI {
	padding: 0 0 0 8px;
	background: none;
}

.ul160 LI {
	float: left;
	width: 160px;
	padding-left: 0;
	background: none;
}

	.ul160 LI.headline {
		clear: both;
		font-weight: bold;
		width: 520px;
	}

/****************
* overlib div
****************/
#overDiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
}


/****************
* overlib div
****************/
#divSearchPaging {
	padding: 20px 0 0 0;
	font-weight: bold;
}

/***************
* body.tpl Language selects
***************/
#layerHeaderLanguages {
	clear:both;
	background-color:#fff;
	border:1px solid #a0adb5;
	padding:5px 10px 5px 10px;
	display:none;
	position:absolute;
	margin:20px 0 0 164px;
	z-index:10;

}
* html #layerHeaderLanguages {
	clear:both;
	background-color:#fff;
	border:1px solid #a0adb5;
	padding:5px 10px 5px 10px;
	display:none;
	position:absolute;
	margin:19px 0 0 164px;
	z-index:10;
}

#layerHeaderLanguages_helperDiv {
	border:0px solid #000;
	height:10px;
	width:70px;
	position:absolute;
	overflow:hidden;
	margin:15px 0 0 164px;
	cursor:pointer;
}
* html #layerHeaderLanguages_helperDiv {
	border:0px solid #000;
	height:10px;
	width:70px;
	position:absolute;
	overflow:hidden;
	margin:15px 0 0 164px;
	cursor:pointer;
}


#plaformNavigator {
	border:none;
	width:710px;
	padding:0;
	margin:20px 0 0 10px;
}

#iframe_plaform_navigator {
	border:none;
	padding:0;
	margin:0;
}

.redbg{
	background: #E3302C;
}