/*@import url(google-search.css);*/

#content .inletText a,
#content .inletText a:hover,
#content .tagcloud a,
#content .tagcloud a:hover{
	color: #C50022;
}

#service #identity,
#service #identity a {
	color: #C50022;
}

#mainWrap,
#banderole,
#banderole2,
#countrySelection {
	background-color: #dc667a;
}

/* Sub Nav */
#subNav ul.firstNav{
	background-color:#e899a7;
}
#subNav ul.secNav {
	background-color: #eeb3bd;
}
#subNav ul.thirdNav {
	background-color: #f7d9de;
}
#subNav ul.fourthNav {
	background-color: #fbecef;
}
#subNav ul a:hover,
#subNav .navPoint a {
	background-image:url(navpoint.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
}

/* Content */
#content h1,
#content h2,
#content h3,
#content h1 a,
#content h2 a,
#content h3 a,
#content .linkListComponent .linkListHeaderText,
#content .newsComponent .inletText,
#content .inletComponent .inletText,
#content .textComponent .inletText,
#content .pubConfComponent .inletText,
#content .selectionComponent .inletText,
#content .mainContent .inletText,
#content .inletText a,
#content .inletText a:hover,
#content .tagcloud a,
#content .tagcloud a:hover,
#content .specialTopicsComponent .contentBox a,
#content .brandColorText,
#content .brandColorText a {
	color: #C50022;
}

@media print {
	#content .brandColor h1,
	#content .brandColor h2,
	#content .brandColor h3,
	#content .darkGrey h1,
	#content .darkGrey h2,
	#content .darkGrey h3 {
		color: #C50022;
	}
}

#content .inletComponent .bulletpoint,
#content .textComponent .bulletpoint,
#content .mainContent .bulletpoint,
#content .linkListComponent .linkListHeaderIcon,
#content .audioComponent .linkListHeaderIcon,
#content .brandColor {
	background-color: #C50022;
}

/* brand color light: used as grid item background */
#content .brandColorLight {
	background-color: #dc667a;
}

/* light brand color: used for form errors */
#content .lightBrandColor {
	background-color: #eeb3bd;
}

#content .form-error {
	font-weight:bold;
	color: #C50022;
	padding: 0.2em;
}

#content .form-error-field {
	font-weight:bold;
	color: #C50022;
}

#content .lineSeparator{border-bottom:1px solid #c50022;}
#content .reportSubHeading{COLOR: #687da4;}
#content .reportLineSeparator{border-bottom:1px solid #6699CC;}




/*

style für country selection combobox

*/
div.selectbox-wrapper {
	background-color:  #dc667a;
}

div.selectbox-wrapper ul li.current {
  background-color: #C50022;
}

#content .helpfultools-contentBox .brandColorText {
color:#C50022;	
}



