
@import url('./cognis_master.css');

#headergadget {
background: #fff url('/cogcom/img/countries/headergadgetcountry.jpg') no-repeat;
border-left: solid 1px #000099;
}

/* KGB: new classes for background images in country page header - 10/01/07 */
#headergadget.Australien {
background: #fff url('/cogcom/img/countries/headergadgetcountry-Australien.jpg') no-repeat;
border-left: solid 1px #000099;
}

#headergadget.Brasilien {
background: #fff url('/cogcom/img/countries/headergadgetcountry-Brasilien.jpg') no-repeat;
border-left: solid 1px #000099;
}

#headergadget.Chile {
background: #fff url('/cogcom/img/countries/headergadgetcountry-Chile.jpg') no-repeat;
border-left: solid 1px #000099;
}

#headergadget.China {
background: #fff url('/cogcom/img/countries/headergadgetcountry-China_Japan_Korea.jpg') no-repeat;
border-left: solid 1px #000099;
}

#headergadget.Europa {
background: #fff url('/cogcom/img/countries/headergadgetcountry-Europa.jpg') no-repeat;
border-left: solid 1px #000099;
}

#headergadget.Kanada {
background: #fff url('/cogcom/img/countries/headergadgetcountry-Kanada.jpg') no-repeat;
border-left: solid 1px #000099;
}

#headergadget.Russland {
background: #fff url('/cogcom/img/countries/headergadgetcountry-Russland.jpg') no-repeat;
border-left: solid 1px #000099;
}

#headergadget.Suedafrika {
background: #fff url('/cogcom/img/countries/headergadgetcountry-Suedafrika.jpg') no-repeat;
border-left: solid 1px #000099;
}

#headergadget.Suedeuropa {
background: #fff url('/cogcom/img/countries/headergadgetcountry-Suedeuropa.jpg') no-repeat;
border-left: solid 1px #000099;
}

#headergadget.Thai {
background: #fff url('/cogcom/img/countries/headergadgetcountry-Thai_Indo_Malay.jpg') no-repeat;
border-left: solid 1px #000099;
}

#headergadget.USA {
background: #fff url('/cogcom/img/countries/headergadgetcountry-USA_Mexiko.jpg') no-repeat;
border-left: solid 1px #000099;
}

/* end of new headers */

#headerwelcome {
position: absolute;
top: 61px;
right: 0px;
width: 740px;
height: 35px;
border: none;
border-left: solid 1px #000099;
vertical-align: middle;
}

#headerwelcome img.image {
float: left;
width: 42px;
margin: 4px 5px;
}

#headerwelcome  h1 {
float: left;
width: auto;
display: inline;
margin: 6px 5px 3px;
font-size: 20px;
/* KGB change: change of color and font-weight - 09/03/07 */
color: #444444;
font-weight: normal;
/* end of change */
}

/* KGB: new id for right alignment of language change link - 09/19/07 */
#headerwelcome div {
float: right;
padding: 10px 32px;
text-align: right;
}

/* KGB: integration of h2 definition for country homepage - 09/10/07 */
#contentarea h2 {
font-size: 13px;
font-weight: normal;
color: #000;
margin: 0px 0px 4px;
line-height: 13px;
}

div.countryabout {
position: relative;
border-bottom: solid 1px #A3A3A3;
}

/* KGB: integration of p definition for countryabout block on country homepage - 09/24/07 */
div.countryabout p {
margin: 0;
}

div.countryabout img.image {
float: left;
width: auto;
margin: 0px 10px 10px 0px;
}

div.countryboxmaster {
position: relative;
}

div.countryboxes {
position: relative;
float: left;
width: 250px;
margin: 10px 0px 0px 0px;
padding: 0px 10px 0px 0px;
border-right: solid 1px #A3A3A3;
}

div.countryrightbox {
width: 239px;
left: -1px;
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 10px;
border-left: solid 1px #A3A3A3;
border-right: none;
}

div.countryboxes h2 {
margin: 7px 0px 7px;
}

div.bottomborder {
border-bottom: solid 1px #A3A3A3;
}

div.countrycontact {
padding-bottom: 10px;
}

div.countrycontact h3 {
/* KGB change of font-size from 10px to 11px - 09/05/07*/
/*071105_PM: Größe von 11 auf 12px geändert*/
font-size: 12px;
/* end of change */
font-weight: normal;
margin: 0px;
}

div.contactitem {
}

div.linkitem a:link {
margin-right: 20px;
}

div.contactitem div.label {
float: left;
width: 50px;
}

div.contactitem div.value {
float: left;
width: 150px;
}

