/* Weltkarte - und Landkarten fuer Vertriebskontakte */
#cardheader { position: absolute; width: 735px; margin-top: 15px; margin-left: 25px; float_ left; }
#cardheader #continent { float: left; }
#cardheader #country { float: left; padding-left: 15px }
#cardheader #sector { float: left; padding-left: 15px }
#cardheader select { background-color: #CECFD0; border: 1px; border-style: solid; border-color: #666666; padding: 0; font-size: 13px; height: 18px; width: 160px; }

#worldcard { background-image: url("../worldmap/images/weltkarte.gif"); background-repeat: no-repeat; position: relative; margin-top: 40px; width: 760px; height: 384px; }
#worldcard #northamerica { position: absolute; margin-left: 95px; margin-top: 110px }
#worldcard #southamerica { position: absolute; margin-left: 95px; margin-top: 255px }
#worldcard #middleamerica { position: absolute; margin-left: 95px; margin-top: 180px }
#worldcard #europe { position: absolute; margin-left: 300px; margin-top: 110px }
#worldcard #africa { position: absolute; margin-left: 300px; margin-top: 255px }
#worldcard #asia { position: absolute; margin-left: 500px; margin-top: 110px }
#worldcard #australia { position: absolute; margin-left: 500px; margin-top: 255px }
#worldcard select { background-color: #CECFD0; border: 1px; border-style: solid; border-color: #666666; padding: 0; font-size: 13px; height: 18px; width: 160px; }

#country_northamerica { background-image: url("../worldmap/images/nordamerika.gif"); background-repeat: no-repeat; position: relative; margin-top: 40px; width: 760px; height: 392px; }
#country_southamerica { background-image: url("../worldmap/images/suedamerika.gif"); background-repeat: no-repeat; background-position: right; position: relative; margin-top: 40px; width: 760px; height: 392px; }
#country_europe { background-image: url("../worldmap/images/europa.gif"); background-repeat: no-repeat; background-position: right; position: relative; margin-top: 40px; width: 760px; height: 392px; }
#country_africa { background-image: url("../worldmap/images/afrika.gif"); background-repeat: no-repeat; background-position: right; position: relative; margin-top: 40px; width: 760px; height: 392px; }
#country_asia { background-image: url("../worldmap/images/asien.gif"); background-repeat: no-repeat; background-position: right; position: relative; margin-top: 40px; width: 760px; height: 392px; }
#country_australia { background-image: url("../worldmap/images/australien.gif"); background-position: right; background-repeat: no-repeat; position: relative; margin-top: 40px; width: 760px; height: 392px; }

/* Anzeige der Vertriebskontakte in dem jeweiligen Land */
#country_companies { position: absolute; width: 190px; margin-top: 75px; margin-left: 25px; padding-bottom: 10px; float: left; background-color: #FFFFFF; }
#country_companies .header { width: 176px; height: 30px; font-size: 14px; line-height: 30px; padding-left: 14px; color: #FFFFFF; background-color: #0077a7; }
#country_companies .branche { position: relative; display: block; width: 166px; font-size: 11px; font-weight: normal; line-height: 12px; padding-left: 24px; color: #666; display: block; }
#country_companies .company { margin-top: 5px; position: relative; display: block; width: 176px; font-size: 12px; font-weight: bold; line-height: 15px; padding-left: 14px; color: #666; display: block; }
#country_companies .company A { position: relative; display: block; padding-left: 10px; background: transparent url(../images/ulsymbol_nav_gray.gif) 0 3px no-repeat; text-decoration: none; color: #666; }
#country_companies .company A:hover { position: relative; display: block; padding-left: 10px; background: transparent url(../images/ulsymbol_nav.gif) 0 3px no-repeat; text-decoration: none; color: #0077a7;}

