body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #003b6a;
	margin: 0px;
	padding: 0px;
    background-image: url("../../image/bosch/background_gradient.png");
    background-repeat: repeat-x;
}

body.bg_white {
	background-color: #fff;
	color: #000;
}

.bosh_grey_bg {
	background-color: #f3f3f3;
}

#stage {
	margin: 0 auto;
	width: 1100px;
}

#stage-inner {
	min-height: 500px;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0px 10px 30px 10px;
}

/* meta navi */

#navMeta {
	background-color: #f1f1f1;
	padding: 2px 10px 2px 0px;
	margin: 0px;
	float:left;
}

#navMeta li {
	display: inline;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	line-height: 13px;
}

#navMeta li a {
	padding: 2px 5px 2px 5px;;
	text-decoration: none;
	color: #808285;
	font-size: 11px;
	line-height: 13px;
}

#navMeta li a:hover {
	background-color: #e1e1e2;
}

/* Language selector */

ul#lang-selected {
	background-color: #f1f1f1;
	padding: 2px 0px;
	margin: 0px;
}

ul#lang-selected li {
	display: inline;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	color: #808285;
	line-height: 13px;
	position: relative;
	z-index: 9999;
}

ul#lang-selected li a {
	padding: 2px 5px 2px 17px;
	text-decoration: none;
	color: #808285;
	font-size: 11px;
	line-height: 13px;
    border-left: 1px solid rgb(195,195,195);
	border-right: 1px solid rgb(195,195,195);

    background: #e1e1e2 url(../../image/bosch/lnkstyleCntLink_bottom_sprite.gif) no-repeat 5px -43px;
}

ul#lang-selected li a.languageLink {
	padding: 2px 5px 2px 14px;
	background-color: #fff;
	color: #000;
	border: 1px;
	line-height: 16px;
	display: block;
	background-image: url(../../image/bosch/lnkstylesubnavidefault.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	
	border-radius: 5px;
}

ul#lang-selected li a.languageLink:hover {
	background-color: #f1f1f1;	
}

div.languageSelection {
	position: absolute;
	background-color: transparent;
	width: 107px;
	height: 216px;
	padding: 10px 12px 10px 14px;
	top: 15px;
	left: 5px;
	border-radius: 0px;
	border: 0px;
	background-image: url(../../image/bosch/bgNaviMainSub.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0px 0px;
	/*box-shadow: 2px 2px 2px #666,
				-2px 2px 2px #666;*/
}

div.languageSelection .rf-dlst-dfn {
	height: 5px;
}

/* head bereich */

#head-headline {
	width: 80%;
	height: 45px;
	/* background-color: fuchsia; */
	float: left;
	padding: 10px 0px;
}

#head-headline h1 {
	padding: 0px;
	margin: 0px;
}

#head-logo {
	width: 20%;
	/* background-color: aqua; */
	float: right;
	text-align: right;
	padding: 5px 0px;
}

/* footer bereich */

#totop {
	padding: 8px 0px 5px 0px;
	height: 17px;
	border-bottom: 1px solid #c3c3c4;
	padding-left: 12px;	
}

#totop a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
    background: url(../../image/bosch/lnkstyleCntLink_top_sprite.gif) no-repeat 3px -96px;
    padding-left: 14px;
}

#totop a:hover {
	color: #efefef;
	background-position: 3px -146px;
}

#footerbottom {
	color: #c3c3c4;
}

#footerlinks a {
	text-decoration: none;
	color: #c3c3c4;
	font-weight: bold;
	font-size: 11px;
}

#footerlinks a:hover {
	color: #fff;
}

#copyright {
	font-weight: bold;
	font-size: 11px;
}

.footerpad {
	padding: 0px 0px 2px 15px;
	margin: 12px 0px;
}

/* diverses */

div.clear {
	display: block;
	clear: both;
}

/* main nav */

#hNav_outer {
	margin: 0px;
	background-color: #06406F;
	background-image: url(../../image/bosch/bgNaviMain.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	overflow: visible;
	color: #fff;
	padding:0;
	min-height: 30px;
	clear: both;
	width: 100%;
}

#hNav_outer ul {
	margin: 0px;
	padding: 0px;
	width: 810px;
	float: left;
}

#hNav_outer ul li {
	margin: 0;
	float: left;
	list-style: none;
	background: transparent url(../../image/bosch/navseparator.gif) right 0 no-repeat;
    background-size: 2xp 100%;
	padding: 0 10px;
}

#hNav_outer ul li a {
	color: #fff;
	text-decoration: none;
	font: bold 12px/21px Arial, sans-serif!important;
	padding: 4px 0 5px;
  	display: block!important;
  	display: inline-block;
  	width: auto;
}

#hNav_outer ul li.active, #hNav_outer ul li:hover, #hNav_outer ul li.on2  {
    background-size: auto 30px;
    background: url(../../image/bosch/bgNaviMainInv.png) no-repeat right bottom;
    border-left: 1px solid #003B6A;
	margin-left: -2px;
	padding-left: 11px;
	color: #003b6a;
}

#hNav_outer ul li.active a, #hNav_outer ul li:hover a, #hNav_outer ul li a:hover {
	color: #003b6a;
}

#hNav_outer ul li:first-child.active, #hNav_outer ul li:first-child:hover {
	border-left: 1px solid #fff;
}

#hNav_outer ul li.on2 a {
    color: #003b6a !important;
}

#hNav_outer ul li.off2 a:hover {
    color: #003b6a !important;
}

/* stage navi */

div#subnavigation {
	margin-top: 20px;
	
}

div#subnavigation ul li a {
	border: 0px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	
	background-color: #fff;
	padding: 5px 5px 5px 15px;
	margin-bottom: 1px;
	
	background-image: url(../../image/bosch/lnkstylesubnavidefault.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	
	border-radius: 5px;
}

div#subnavigation ul li a:hover {
	background-color: #f1f1f1;
	color: #000;
}

div#subnavigation ul li a.selected {
	color: #000;
	background-color: #e1e1e2;
	background-image: url(../../image/bosch/lnkstylesubnavidefault.png);
}

div#subnavigation ul li a.open {
	color: #000;
	background-color: #f1f1f1;
	background-image: url(../../image/bosch/lnkstylesubnavi_down.png);
	background-position: 5px 11px;
	padding: 5px 5px 5px 15px;
}

div#subnavigation ul li li a {
	background-image: url(../../image/bosch/lnkstylesubnavidefault.png);
	color: #404245;
}

/* layout content stage */

#columnLeft {
	width: 242px;
	float: left;
	min-height: 300px;
	/* background-color: #bcffd1; */
	padding-right: 12px;
}

#columnCenter {
	width: 563px;
	float: left;
	min-height: 300px;
	/* background-color: #ffde91; */
	padding-right: 12px;
}

#columnRight {
	width: 251px;
	float: left;
	min-height: 300px;
	/* background-color: #f193ff; */
}

#columnCenter-2col {
	width: 825px; /* 826px; no padding*/
	float: left;
	min-height: 300px;
	/* background-color: #ffde91; */
	padding-right: 0px;
}

/* boxes */

div.plantCardHead {
	padding: 10px;
	background-color: #215f8b;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.plantCardHeadLink:link, a.plantCardHeadLink:visited {
	color:#fff;
}

#plantCardBody {
	padding: 10px;
	background-color: #f1f1f1;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#plantCardBody p {
	margin: 7px 0px;
	padding: 0px;
}

#stage-head {
	/* background-color: #efffae; */
	margin: 0px;
	padding: 0px;
	min-height: 70px;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px;
	color: #404245;
}

#stage-head h1 {
	margin: 0px 0px 5px 0px;
}

#main-content {
	background-color: #f1f1f1;
	min-height: 100px;
}

#columnRight #crTopSpacer {
	height: 70px;
	/* background-color: #efffae;  */
}

#columnRight div.right-box {
	background-color: #f1f1f1;
	margin-bottom: 15px;
	padding: 10px;
}

#columnRight #crTopSpacer div.right-box {
    height: 60px;
}

#stage-head .stagebox {
	padding: 0px;
}

#stage-head	.contentb {
	border: 0px;
	background-color: #fff;
}

.boximage a {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url(../../image/bosch/information.png);
}
.boximage a:hover {
    background-image: url(../../image/bosch/informationHover.png);
}

.contentb {
	border: 0px;
}

.formbutton:hover {
    background-image: url(../../image/bosch/bgFormButtonHover.png);
}

.formbutton {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font: Arial;
    color: #fff;
    background: #215f8b url(../../image/bosch/bgFormButton.png) repeat-x;
    cursor: pointer;
    _cursor: hand;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px none;

    height: 22px;

    /* centering text on button */
    line-height: 22px; /* FF will ignore this but works for IE. */
    /* IE will ignore but works for FF */
    padding: 0px 10px 2px;
}

/* Need an explicit selector '.formbuttonDisabled:disabled' to override selector 'input:disabled' */
.formbuttonDisabled:disabled {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #a2bad2;
    background: #215f8b url(../../image/bosch/bgFormButton.png) repeat-x;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px none;

    height: 22px;

    /* centering text on button */
    line-height: 22px; /* FF will ignore this but works for IE. This value should be same as value of the height property above */
    /* IE will ignore but works for FF */
    padding: 0px 10px 2px;
}

.formbuttonGray1 {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: #215f8b url(../../image/bosch/bgFormButtonGray1.png) repeat-x;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px none;

    height: 22px;

    /* centering text on button */
    line-height: 22px; /* FF will ignore this but works for IE. This value should be same as value of the height property above */
    /* IE will ignore but works for FF */
    padding: 0px 10px 2px;
}

.formbuttonGray1:hover {
    background-image: url(../../image/bosch/bgFormButtonGray1Hover.png);
}

.formbuttonLink:link {
    border: none;
    font-weight: bold;
    font-size: 12px;
    color: #215f8b;
    padding-left: 10px;
    background: url(../../image/bosch/link_arrow_right.png) no-repeat 0px 4px;
    text-decoration: none;
    cursor: pointer;
    _cursor: hand;
}
.formbuttonLink:visited {
    border: none;
    font-weight: bold;
    font-size: 12px;
    color: #215f8b;
    padding-left: 10px;
    background: url(../../image/bosch/link_arrow_right.png) no-repeat 0px 4px;
    text-decoration: none;
}

.formbuttonLink:hover {
    border: none;
    font-weight: bold;
    font-size: 12px;
    color: #00142a;
    padding-left: 10px;
    background: url(../../image/bosch/link_arrow_right_hover.png) no-repeat 0px 4px;
    text-decoration: none;
}

.formbuttonLinkRead:link {
    border: none;
    font-weight: normal;
    font-size: 12px;
    color: #215f8b;
    padding-left: 10px;
    background: url(../../image/bosch/link_arrow_right.png) no-repeat 0px 4px;
    text-decoration: none;
    cursor: pointer;
    _cursor: hand;
}

.subhead {
    color: #000;
    font-size: 14px;
    margin: 0 20px;
}

.subhead1 {
    color: #215f8b;
    line-height: 23px;
}

a:hover > span.subhead1 {
    color: #00142a;
}

.subhead2 {
    color: #000000;
}

.popuptextWarn {
    color:#000000;
}

/* rich faces override */

.ui-slider .ui-widget-header {
    background: rgb(33, 95, 139) none;
}

span.rf-ds {
    background: none;
}

span.rf-ds-btn, a.rf-ds-btn {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font: Arial;
    color: #333333;
    background: linear-gradient(to bottom, #FFF 0%, rgba(255, 255, 255, 0.04) 48%, rgba(128, 129, 131, 0) 50%, rgba(64, 66, 69, 0) 51%, rgba(64, 66, 69, 0.15) 100%) repeat scroll 0% 0% transparent;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #AAAAAA;
    height: 22px;
    /* centering text on button */
    line-height: 23px; /* FF will ignore this but works for IE. */
    /* IE will ignore but works for FF */
    padding: 0px 10px 0px;
    _cursor: hand;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

a.rf-ds-nmb-btn {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font: Arial;
    color: #333333;
    background: linear-gradient(to bottom, #FFF 0%, rgba(255, 255, 255, 0.04) 48%, rgba(128, 129, 131, 0) 50%, rgba(64, 66, 69, 0) 51%, rgba(64, 66, 69, 0.15) 100%) repeat scroll 0% 0% transparent;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #AAAAAA;
    height: 22px;
    /* centering text on button */
    line-height: 23px; /* FF will ignore this but works for IE. */
    /* IE will ignore but works for FF */
    padding: 0px 0px 0px;
    _cursor: hand;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

span.rf-ds-nmb-btn, span.rf-ds-nmb-btn:hover {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font: Arial;
    color: #333333;
    background: url(../../image/bosch/bgPaginationButtonHover.png) repeat-x;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #AAAAAA;
    height: 22px;
    /* centering text on button */
    line-height: 23px; /* FF will ignore this but works for IE. */
    /* IE will ignore but works for FF */
    padding: 0px 0px 0px;
    _cursor: hand;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

span a.rf-ds-nmb-btn, span a.rf-ds-btn {
    color: #333;
}

span.rf-ds-act, a.rf-ds-press {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0% 0% transparent;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5) inset;
    color: #000;
}

span.rf-ds-act:hover, a.rf-ds-btn:hover, a.rf-ds-nmb-btn:hover {
    background-color: #ddd;
    color: #000;
}

span.rf-ds-dis {
    color: #ccc;
}

td.rf-cal-tl, td.rf-cal-hdr-month {
	background-color: rgb(33,95,139);
}

table .rf-dt-shdr-c .text {
    font-weight: bold;
    color: #000;
}

table .rf-dt-shdr-c {
    background: #E1E1E2 none;
    color: #000;
}

a img {
    border: none;
}

select:disabled, input:disabled {
    color: #999;
}

