/**
 *  investor.bayer - service pages
 *  - http://www.investor.bayer.de
 *  - http://www.investor.bayer.com
 *
 * 	overwriting the default color values for service pages
 *  
 *  @version: 0.1
 *  @author: Matthias Schmidt <matthias.schmidt@antwerpes.de>
 *  @date: 08.12.2006 - 14:56:23 
 * 
 */
 
 

/**********************************
 *  HTML-Elements - Basics
 *********************************/
 
b, 
strong {
	color: #50B750;
}

h1 {
	color: #50B750;
}
h2,
div.likeH2 {
	margin: 0;
	padding: 4px 15px 4px 15px;
	background: #CEF2CE;
	border-bottom: 1px solid #66CC66;
	color: #50B750;
	font-size: 1.1em;
	font-weight: bold;
}
div#divContentContainer a.aBold {
	font-weight: bold;
	color: #50B750;
}

div.divTeaserBlueBody b,
div.divTeaserBlueBody strong {
	/* muss blau bleiben */
	color: #2E91D1;
}

/** HELPER CLASSES **/
.bgGreen {
	/* note: the defined color is GREEN, not gray */
	background: #CEF2CE;
}

/**********************************
 *  Site Elements
 *********************************/

div#divClickpathNavigation div.divClickpathItemActive a {
	color: #50B750;
}

/* 
 * Standard Bulletlist
 */
div#divContentContainer ul {
	padding:0;
	margin:0;
}

div#divContentContainer ul li {
	background: url(/fileadmin/templates/_img/_bullets/but_green_dotted.png) no-repeat -2px 3px;
	margin: 10px 0 5px 0;
	padding: 0 0 0 15px;
	list-style:none;
}


/**********************************
 *  Content Elements
 *********************************/

div#divContentContainer div.divPageupButton {
	background: url(/fileadmin/templates/_img/_buttons/but_green_pageup.gif) no-repeat 100%;
}

div#divContentContainer ul.ulAnchorlist li {
	background: url(/fileadmin/templates/_img/_bullets/bul_green_anchorlink.png) no-repeat 0px 3px;
}
div#divContentContainer span.buttonIcon {
	background: url(/fileadmin/templates/_img/_buttons/but_green.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	margin: 0;
}

/* 
 * CE: Linkliste
 */
div#divContentContainer div.divBulletLinkListItem {
	padding: 0 0 5px 15px;
	margin: 0;
	background: url(/fileadmin/templates/_img/_buttons/but_green_dotted.gif) no-repeat 0 4px;
}


/*
 * FORMS
 */ 
div#divContentContainer input.submitStd {
	background: #f5f5f5 url(/fileadmin/templates/_img/_buttons/but_green.gif) no-repeat 0px 2px;
}
div#divContentContainer input.submitOnWhite {
	background: #ffffff url(/fileadmin/templates/_img/_buttons/but_green.gif) no-repeat 0px 2px;
}
div#divContentContainer input.submitReset {
	background: #f5f5f5 url(/fileadmin/templates/_img/_buttons/but_green_reset.gif) no-repeat 0px 4px;
}


/*
 * Tables 
 */
th,
th.thStd {
	background: #CEF2CE;
	border-bottom: 1px solid #66CC66;
	color: #50B750;
}



span.dottedButton {
	background: url(/fileadmin/templates/_img/_buttons/but_green_dotted.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	margin: 0;
}
span.buttonIcon {
	background: url(/fileadmin/templates/_img/_buttons/but_green.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	margin: 0;
}
span.backLink {
	background: url(/fileadmin/templates/_img/_buttons/but_green_backlink.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	margin: 0;
}


