#navigation-index .nav-page-entry:hover > .nav-page-description, #navigation-index .nav-cat-entry:hover > .nav-cat-description {
	display: none;
}
.page-teaser {
	/* page teaser is a feature that is no longer needed */
	visibility: hidden;
}
ul.funcnav {
	background-color: #98989a;
	padding: 0px;
	margin: 0px;
}
ul.funcnav li {
	list-style-type: none;
	display: inline;
	padding-left: 1em; 
	padding-right: 1em; 
	border-right: thin solid white;
}
ul.funcnav li :link, .funcnav li :visited {
	color: white; 
	font-size: small;
}
.logobar {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-color: #006582;
	border-bottom: thick solid Lavender;
	border-top: thick solid Lavender;
	text-align: right;
}

/* added for VDMA China Sectors page */
div.teaser-for-sections {
	background-image: url(images/section_teaser_image_bg.png);
	background-repeat: repeat-y;
	position: left left;
	background-color: white;
	min-height: 103px;
	clear: left;
	color:#545454;
}
div.teaser-for-sections img {
	padding-right: 14px; 
	margin-bottom: 4px;
	width: 78px;
	height: 103px;
	float: left;
	background-color: white;
}
div.teaser-for-sections h2 {
	margin: 0px;
	margin-left: 92px;
	padding-left: 1ex;
	background-color: white;
	font-weight: normal;
}
div.teaser-for-sections h2 :link, div.teaser-for-sections h2 :visited {
	/* the following line trigger hasLayout property for IE/Win */
	/* http://msdn2.microsoft.com/en-us/library/ms533776.aspx */
	display: inline-block;
	/* so that the images are not obscured by the border */
	/* http://www.quirksmode.org/css/tests/ie_bgimage.html */
	background-image: url(images/sectionlink.gif);
	background-color: DarkOrange;
	background-color: #F49100;
	padding-right: 22px;
	background-position: center right;
	background-repeat: no-repeat;
	border-width: 0px 3pt;
	border-color: DarkOrange;
	border-color: #F49100;
	border-style: solid;
	color: white;
}
div.teaser-for-sections h2 :hover {
	background-color: #9c9a9c;
	border-color: #9c9a9c;
	background-image: url(images/sectionlink_over.gif);
}
div.teaser-for-sections p {
	margin: 3pt;
	margin-left: 98px;
}

/* added for china_index page */
.china_index_page h1 {
	/* by default Fx have some 1ex margin but IE don't */
	margin-top: 1ex;
	background-color: #98989a;
	line-height: 100%;
	padding: 4pt;
	font-weight: bold;
	color: white;
	font-size: medium;
	text-align: center;
	margin-bottom: 4px;
}
.china_index_page img {
    padding: 0px 4px 4px 0px;
    width: 143px;
    height: 103px;
    float: left;
}
#center .china_index_page h2 {
	color: #737173;
/*	font-size: medium; */
	font-size: 1em;
    font-weight: bold;
    margin-top: 0px;
    margin-left: 153px;
    margin-bottom: 0px;
}
.china_index_page p {
    margin: 3pt;
    margin-left: 153px;
}
.china_index_page ul { 
	margin-left: 153px; 
	margin-top: 0px;
}
.china_index_page div.listbox {
    padding: 10px;
	font-weight: bold;
    background-color: #ffffff;
}
.china_index_page img.overviewpage_picture {display: none; }
.teaser-for-sections .startpage_picture {display: none; }

.left_column .divSideboxHeader {
/* from 0071106_change_request_1-3.html
==> The headline "VDMA in China" of the navigation block is not appreciated and must be removed.
*/
	display: none;
}
#navigation-realssnav .gohome {
	background-color: #ced7de;
}
#navigation-realssnav .gohome :link:hover,
#navigation-realssnav .gohome :visited:hover,
#navigation-realssnav .gohome :link,
#navigation-realssnav .gohome :visited {
	color: dimgray;
	font-weight: normal;
	background: url(images/link.gif) no-repeat 90% center;
}
/* this style should be the same as simply having h1 */
/* having this style there are complex reasons behind it (which also 
demonstrated short-coming of sitemgr), anyway it's there and please
contact me or Wolfgang for whole reasoning behind it */
#center h1.pageheadline {
font-size: 1.4em; /* copied from VDMA design template */
color: #707070;
background-color: #f7f3f7;
text-align: left;
margin-top: 25px;
margin-bottom: 15px;
margin-left: 10px;
padding-right: 10px;
}
