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

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

#service #identity,
#service #identity a {
	color: #21a0d2;
}

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

/* Sub Nav */
#subNav ul.firstNav{
	background-color:#a6d9ed;
}
#subNav ul.secNav {
	background-color: #bde3f2;
}
#subNav ul.thirdNav {
	background-color: #def1f9;
}
#subNav ul.fourthNav {
	background-color: #eff8fc;
}
#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: #21a0d2;
}

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

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

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

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

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

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

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


/*

style für country selection combobox

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

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

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



